Ubuntu 16.04 GNOME-Flashback no tray icon
As the subject line says
OS: Ubuntu 16.04
XDG_CURRENT_DESKTOP = GNOME-Flashback:Unity
installation went fine, asked for account info, processes have started.
Checked using ps - ef | grep pia
The tray icon is not displayed.
Tried the workaround
nohup env XDG_CURRENT_DESKTOP=GNOME-Flashback:Unity ~/.pia_manager/pia_manager/run.sh &
Output - $ nohup: ignoring input and appending output to 'nohup.out'
Stayed in background until I hit "Enter"
No Tray icon.
Tried the workaround with
$ nohup env XDG_CURRENT_DESKTOP=Unity ~/.pia_manager/pia_manager/run.sh &
Output - $ nohup: ignoring input and appending output to 'nohup.out'
Stayed in background until I hit "Enter"
No Tray icon.
Appreciate help on this.
OS: Ubuntu 16.04
XDG_CURRENT_DESKTOP = GNOME-Flashback:Unity
installation went fine, asked for account info, processes have started.
Checked using ps - ef | grep pia
The tray icon is not displayed.
Tried the workaround
nohup env XDG_CURRENT_DESKTOP=GNOME-Flashback:Unity ~/.pia_manager/pia_manager/run.sh &
Output - $ nohup: ignoring input and appending output to 'nohup.out'
Stayed in background until I hit "Enter"
No Tray icon.
Tried the workaround with
$ nohup env XDG_CURRENT_DESKTOP=Unity ~/.pia_manager/pia_manager/run.sh &
Output - $ nohup: ignoring input and appending output to 'nohup.out'
Stayed in background until I hit "Enter"
No Tray icon.
Appreciate help on this.
Comments
You may need to set it directly in ~/.pia_manager/pia_manager/run.sh as it overrides the value already depending on what it contains.
Thank you