Merge lp://staging/~quickly-committers/quickly/nautilus-bar-updates into lp://staging/quickly
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~quickly-committers/quickly/nautilus-bar-updates |
Merge into: | lp://staging/quickly |
Diff against target: |
160 lines (+30/-37) 1 file modified
ubuntudevbar.py (+30/-37) |
To merge this branch: | bzr merge lp://staging/~quickly-committers/quickly/nautilus-bar-updates |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Quickly Developers | Pending | ||
Review via email: mp+67070@code.staging.launchpad.net |
Description of the change
This is an update to the ubuntudevbar.py nautilus extension we have. It updates it to work with nautilus 3.0 (and thus uses gtk3, pygi, and the latest nautilus-python from oneiric).
The bar is still kinda crappy. It takes up lots of space, seems to slow down nautilus's first launch, and some buttons don't seem to work right (like edit) despite me making sure that we are running the command behind the scenes.
This will get the extension back to where it once was (in a runnable state), but I suspect that we should stop shipping it in the Ubuntu packaging until yet more work is done on it.
Note that this is relatively easy to test:
1) Install python-nautilus from oneiric
2) Drop ubuntudevbar.py into ~/.local/
3) Install the quickly icon from data/icons/
Unmerged revisions
- 623. By Michael Terry
-
make nautilus bar mostly work