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

Fixed notifications and icons #9

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Fixed notifications and icons #9

wants to merge 20 commits into from

Conversation

tanisperez
Copy link

There is a bug in Bumblebee-Indicator.py

The notification doesn't disappear when it is showed. Fixed changing urgency level to URGENCY_LOW.

The icon on system tray doesn't show because you use a wrong relative path. Fixed with:

self.ind.set_icon(Config.icon_file_directory + "bumblebee-indicator.svg",'Bumblebee is unactive')
self.ind.set_attention_icon(Config.icon_file_directory + "bumblebee-indicator-active.svg",'Bumblebee is active')

This applications must be included in the most importante Linux distros. I would like to see how this project gets improve ;)

glyptostroboides and others added 20 commits August 18, 2011 11:31
The config file location to get the default VGL_COMPRESS value has changed.
The UI need to know it in order to set the value of the compression combobox at init.
There might be a better way to get the value inside the file, but the most important with this change is do avoid this check every two seconds!!!
The bumblebee-ui.cfg file is not needed anymore because the configured app are determined for the indicator by parsing the local desktop file to look if there are configured.
This doesn't fix tuxmouraille now but a solution will be found soon.
The value are parsed when importing Config.py
Also commented the about box that i have to change to the about proposed by tuxmourraille
- The preferred apps menu now contain default preferred app lists stored in Config.py, and has been factorized properly i think
- Some comment about the code have been added for the indicator
- The about menu has been removed
and there are other little change
Changed also the message displayed by the indicator, till the power saving feature is back
And a small little change concerning parsing configuration value inside shell file
…the local desktop file directory

You have to manually remove the desktop file left behind, if ever. Sorry.
Installation in good directory

Create an UNINSTALL to remove Bumblebee-ui
Use the default icon theme path for bumblebee indicator

debug for config file vgl_display info missing
remove the -f option in DesktopFile with make bumblebee indicator won't launch any application
corect the icon path in Config.py and bumblebee-indicator.py
Bumblebee-Indicator.py
UNINSTALL
Some changes to make the ui uptodate
Update UNINSTALL (in fact this simply make install process more distro independant) but not tested by myself on Ubuntu
Update INSTALL in order to resolve the icons issue
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

Successfully merging this pull request may close these issues.

4 participants