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

How to get Budgie show certain indicator icons? #8

Closed
swarnendubiswas opened this issue May 22, 2017 · 5 comments
Closed

How to get Budgie show certain indicator icons? #8

swarnendubiswas opened this issue May 22, 2017 · 5 comments

Comments

@swarnendubiswas
Copy link

Hi,

I have Ubuntu Gnome 17.04, and have installed Budgie 10.3.1 from ppa:ubuntubudgie/backports. I have got a few app indicators to work, namely Dropbox, Telegram, Variety. However, a few indicators don't show up. For example, the power/battery setting, the network indicator, Skype. Is there any package that needs to be installed for this? Or is there any trick/limitation in getting this to work? Thanks.

@swarnendubiswas swarnendubiswas changed the title How to get Budgie show a few indicator icons? How to get Budgie certain indicator icons? May 22, 2017
@swarnendubiswas swarnendubiswas changed the title How to get Budgie certain indicator icons? How to get Budgie show certain indicator icons? May 22, 2017
@fossfreedom
Copy link
Member

fossfreedom commented May 22, 2017 via email

@swarnendubiswas
Copy link
Author

swarnendubiswas commented May 23, 2017

Thanks for your suggestions. I have added status applet, I was confused by the name as to what was its purpose. It adds battery and sound indicators.

nm-applet is running but with no parameters. Are you aware of a way by which I can fix it without affecting Gnome?

I have app indicator applet added and have removed system tray applet. But the indicator for Skye v5.2 does not appear.

@fossfreedom
Copy link
Member

You have to run the system tray applet for nm-applet to appear. nm-applet --no-indicator must then be run.

Suggest script a startup application. It would use a "only in=budgie" type statement to only run for budgie. See the budgie startup file in /etc/xdg/autostart.

This script would

killall nm-applet
sleep 5
nm-applet --no-indicator

Otherwise you are into recompiling budgie-indicator-applet but reenabling the code that deliberately hides the network indicator.

No idea on Skype. It's not something I run. If I find sometime I will try to investigate.

@swarnendubiswas
Copy link
Author

Thanks, adding the system-tray applet and running nm-applet --no-indicator resolves the issue with network indicator. I had removed the system-tray applet since certain articles suggested that the appindicator applet and the system-tray applet do not run side-by-side.

I will work on adding a startup script.

@swarnendubiswas
Copy link
Author

Enabling system-tray allows to show Skype as well. Thanks for helping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants