Ubuntu 17.04 tray icon missing after clean install
Clean install of Ubuntu Desktop 17.04 from iso. Red tray icon appeared in 16.10 and earlier but not now. Very annoying that I cannot control PIA. Very very annoying.
Followed these instructions
https://www.privateinternetaccess.com/installer/download_installer_linux
which worked in the past.
Did I mention that this is very, very very annoying?
Followed these instructions
https://www.privateinternetaccess.com/installer/download_installer_linux
which worked in the past.
Did I mention that this is very, very very annoying?
Comments
nohup env XDG_CURRENT_DESKTOP=Unity ~/.pia_manager/pia_manager/run.sh &
(gotta keep the terminal session running)
Thanks, this worked fine, I've just extended your solution and modified my ~/.pia_manager/pia_manager/run.sh
Thanks
perhaps what run.sh needs is to pick off the first element in the list so there would be no need to re-edit later if/when the desktop manager is changed. as in: XDG_CURRENT_DESKTOP=${XDG_CURRENT_DESKTOP/:*/}
can anyone with 16.04 confirm the envar was not a list?
Can confirm that XDG_CURRENT_DESKTOP is defined as "Unity" on 16.04 too.
Thanks.
I installed the client as described and, after installation it showed as expected in the tray.
After reboot, it didn't show any more.
If I try from a shell to launch the command which is supposed to be triggered at login, the I get:
[Mon 03 Jul 11:47:58 ~]$ ./.pia_manager/pia_manager/run.sh --startup
pia_nw: no process found
BTW, I also have
[Mon 03 Jul 11:47:41 ~]$ echo $XDG_CURRENT_DESKTOP
Unity
What is wrong with my system?
BTW: Ubuntu 17.04 here
(Even though Ubuntu is switching back to GNOME shell in 17.10, indicator applets are still enabled.)