Launching from Ubuntu pulsar.desktop fails #161
-
Starting Pulsar from the Ubuntu dashboard fails to start the program. Nothing happens. Launching from a terminal window by typing "pulsar" works fine. The dashboard method reports this in the log. Why is Pulsar trying to start Bluetooth (Bluez)? I don't have bluetooth on this box.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 20 replies
-
What package are you using? Was it an automatic .desktop file (e.g. from the .deb) or was it made yourself or by a tool like appimagelauncher if using one of the others. |
Beta Was this translation helpful? Give feedback.
-
I'd have to investigate but is it possible that it's Electrons Chromium that tries to access bluetooth? The same way that the built in Chromium of Electron will fail on Linux systems without CUPS. Are you able to run any other Electron apps? Think Discord, or Bitwardens Desktop Client |
Beta Was this translation helpful? Give feedback.
One thing to check would be if adding
--no-sandbox
to the .desktop helps for some god forsaken reasonIt's something that's added inside the pulsar.sh, that is missing from the .desktop file that electron-builder creates