nvdweem/PCPanel

Spawns a little window

Closed this issue · 7 comments

Describe the bug:
When launching PCpanel manually or with an autolaunch on Linux (pop!os 20.4 kernel 6).
It spaws a little window
image

Steps to reproduce:
Install Pop!os
install PCpanel as the installations.
launch with sudo PCPanel
add PCPanel to startup applications
Restart PC
Login and see little window in the corner.

logging.log

That't the tray icon as identified by #20, it's possible to disable it via by adding -Ddisable.tray as a command line parameter, or DISABLE_TRAY=true as environment variable.

image

With -Disable.tray it still shows the tray icon

It looks like my info was incomplete.

  1. You are using version 1.5, the fix is in the 1.6 snapshot
  2. The -Ddisable.tray (it's also -D and then disable.tray, but in your screenshot you did it correctly) option will only work if you run the jar, when you run the 'executable' like you are it's not possible to pass the argument

So, in your case you would have to update to the latest snapshot and do

export DISABLE_TRAY=true
/opt/pcpanel/bin/PCPanel

1.6 snapshot is not dispalying the application, only the tray icon in the corner
pcpaneldebug.txt

Adding export DISABLE_TRAY=true to ~/.profile , does not hide the icon on 1.6 snapshot.
Probably due to the error of launching it ^

Will try with the .jar now

pcpaneldebugjava.txt
basically the same error.
Seems like the commit of voicemeeter might have changed something?

The VoiceMeeter error should be fixed.

Latest snapshot release fixed everything :)