holepunchto / pear

combined Peer-to-Peer (P2P) Runtime, Development & Deployment tool
https://docs.pears.com/
Apache License 2.0
91 stars 9 forks source link

package.json#pear.gui issues (Linux Mint) #35

Closed serapath closed 2 days ago

serapath commented 6 months ago

I'm on a Lenovo X1 Carbon Thinkpad using latest Linux Mint (with Xfce Desktop). The following package.json options don't work, regardless of the value (e.g. true/false/...). Not listed pear.gui[key] options do work though.

{
  "pear": {
    "gui": {

      // the following options don't work regardless of value
      "center": false,
      "maximizable": false,
      "movable": false,
      "minimizable": false,
      "closable": false,
      "alwahsOnTop": true,
      "autoHideMenuBar": true,
      "hasShadow": false,
      "opacity": 0.5,
      "transparent": true,
      "backgroundColor": "#0000FF",

      "kiosk": true, // crashes the app instantly after starting it via `pear dev`
    }
  }
}
lukastanisic99 commented 5 months ago

Same for me and I've tried both on Windows 10 and MacOS

davidmarkclements commented 2 days ago

should be fixed as of v0.4444.pqbzjhqyonxprx8hghxexnmctw75mr91ewqw5dxe1zmntfyaddqy or before