Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon is not shown at system tray in Unity. #16

Closed
Flast opened this issue Nov 13, 2011 · 6 comments
Closed

Icon is not shown at system tray in Unity. #16

Flast opened this issue Nov 13, 2011 · 6 comments

Comments

@Flast
Copy link
Collaborator

Flast commented Nov 13, 2011

I only tested under Ubuntu 11.10 Oneiric Ocelot, but I think occurs also in Ubuntu 11.04 Natty Narwhal.

@mattn
Copy link
Owner

mattn commented Nov 14, 2011

This is NG

sudo gsettings set com.canonical.Unity.Panel systray-whitelist | gsettings get com.canonical.Unity.Panel systray-whitelist | sed -e "s/']$/,'growl-for-linux']/" | awk 'NF{print "\"" $0 "\""}'

@mattn
Copy link
Owner

mattn commented Nov 14, 2011

This is NG

Ah, below is better

gsettings set com.canonical.Unity.Panel systray-whitelist "$(gsettings get com.canonical.Unity.Panel systray-whitelist | sed -e "s/]$/, 'growl-for-linux']/")"

@madon
Copy link

madon commented Nov 29, 2011

The solution above is not working for me. I'm using Ubuntu 11.04 and no system tray icon is shown.

@mattn
Copy link
Owner

mattn commented Nov 30, 2011

Ah, sorry, it shoud use gol instead of growl-for-linux.

@mattn
Copy link
Owner

mattn commented Nov 30, 2011

gsettings set com.canonical.Unity.Panel systray-whitelist "$(gsettings get com.canonical.Unity.Panel systray-whitelist | sed -e "s/]$/, 'gol']/")"

@mattn mattn closed this as completed in a9e981b Feb 16, 2012
@mattn
Copy link
Owner

mattn commented Feb 16, 2012

Fixed. Just now, you can show growl icon in systray and unity.

gsettings set com.canonical.Unity.Panel systray-whitelist "$(gsettings get com.canonical.Unity.Panel systray-whitelist | sed -e "s/]$/, 'growl-for-linux']/")"

@Flast Flast added the systray label Jun 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants