miguelhenrique / android-notifier

Automatically exported from code.google.com/p/android-notifier
0 stars 0 forks source link

Icon isn't avaiable in Ubuntu 11.04 #383

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It installs on Ubuntu 11.04. After launching, the icon isn't available in the 
notification area. This way, also the preferences/settings aren't reachable.

Original issue reported on code.google.com by roemer.v...@gmail.com on 29 Apr 2011 at 9:37

GoogleCodeExporter commented 8 years ago
This is due to the unity environment, while it is still present in the classic 
one. To be integrated the desktop side of the app should implement the 
appinditators as explained at 
https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators

Original comment by alberto....@gmail.com on 1 May 2011 at 8:36

GoogleCodeExporter commented 8 years ago
Any ideas if you will develop this? I really would love to test this app, seems 
great, but I'm not giving up unity.

Original comment by renato...@gmail.com on 2 Jun 2011 at 8:11

GoogleCodeExporter commented 8 years ago
Same problem here... I use Android Notifier on my win7 x64 system and love it, 
but now I want it on my laptop too...! Can we have a fix for this please?

Original comment by grant...@gmail.com on 23 Sep 2011 at 11:00

GoogleCodeExporter commented 8 years ago
As expected, same thing happens with Ubuntu 11.10 (Oneiric). We need an 
indicator!

Original comment by asca...@gmail.com on 12 Oct 2011 at 4:13

GoogleCodeExporter commented 8 years ago
Also in Ubuntu-Unity 11.10:
to configure android-notifier, run '/usr/share/android-notifier-desktop/run.sh 
-p'
to run android-notifier, run '/usr/share/android-notifier-desktop/run.sh '
to show help run '/usr/share/android-notifier-desktop/run.sh -h' 

Original comment by famiglia...@gmail.com on 8 Dec 2011 at 10:59

GoogleCodeExporter commented 8 years ago
hey guys, just enable the app via systray whitelist:

first look at your current settings:
e.g. for me:
gsettings get com.canonical.Unity.Panel systray-whitelist
will return:
['JavaEmbeddedFrame', 'Wine']

now enable the android-notifier icon do:
gsettings set com.canonical.Unity.Panel systray-whitelist 
"['JavaEmbeddedFrame', 'Wine', 'SWT']"

where 'SWT' is the "name" of android-notifier... this should work on 11.04 and 
def. works on 11.10.

Original comment by cuci...@gmail.com on 8 Dec 2011 at 3:13

GoogleCodeExporter commented 8 years ago
P.S: restart of unity or logout/login has to be done to apply the changes

Original comment by cuci...@gmail.com on 8 Dec 2011 at 3:15

GoogleCodeExporter commented 8 years ago
gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"

is a bit overkill but handles all related notification area issues

Original comment by brice.la...@gmail.com on 8 Dec 2011 at 3:15

GoogleCodeExporter commented 8 years ago
just to make it clearer, SWT is the REAL name detected by unity systray for 
android-notifier - not a placeholder.

'all' for example is a really bad idea, for me it would show 2 battery icons on 
my laptop.

Original comment by cuci...@gmail.com on 8 Dec 2011 at 3:23

GoogleCodeExporter commented 8 years ago
I have Ubuntu 12.04 and I have com.canonical.Unity.Panel systray-whitelist set 
to 'all' but I can't see the android-notifier.

It's running, and I can see his notifications, also I can start and configure 
it through command-line, but it will be better if I can use/see the 
notification icon.

Original comment by PhoneixS...@gmail.com on 22 Jan 2013 at 10:44