Merge lp://staging/~ballogy/gdesklets/optional-use-gconf-appindicator into lp://staging/gdesklets
Proposed by
Balló György
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~ballogy/gdesklets/optional-use-gconf-appindicator |
Merge into: | lp://staging/gdesklets |
Diff against target: |
98 lines (+24/-22) 3 files modified
configure.ac (+0/-7) main/TrayIcon.py (+8/-5) shell/plugins/PackageInstaller/Downloader.py (+16/-10) |
To merge this branch: | bzr merge lp://staging/~ballogy/gdesklets/optional-use-gconf-appindicator |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
gDesklets Core Team | Pending | ||
Review via email: mp+95809@code.staging.launchpad.net |
Commit message
Use gconf and appindicator optionally
Description of the change
This change:
1. Makes it possible to use gdesklets without gconf. If gconf-python present on runtime, then gdekslets try to load proxy setting, otherwise not.
2. Instead of checking the availability of python-appindicator on build time, do it on runtime. In this case if python-appindicator installed later, then it's automatically used, otherwise the status icon shown. This patch is useful for distributions other than Ubuntu, where python-appindicator is not installed by default, but the user may installs it later.
To post a comment you must log in.
Unmerged revisions
- 189. By Balló György
-
Allow disable appindicator
- 188. By Balló György
-
Use gconf and appindicator optionally
First if all: sorry for the late reply... :/.
Anyway... to me this looks pretty good and (IMHO) we could merge these changes.
But I guess we will first have to discuss this on the ML.