checkbox-gtk starts mid browser instead of preferred firefox on UNR
Bug #563050 reported by
Marc Tardif
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Checkbox |
Fix Released
|
Undecided
|
Marc Tardif | ||
checkbox (Ubuntu) |
Fix Released
|
Undecided
|
Marc Tardif | ||
Lucid |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The impact of this bug is that checkbox behaves differently on Ubuntu and UNR when comes the time to view the report in a browser. This fix simply makes the behavior consistent by checking for gconfd-2 in addition to the gnome-panel.
When running checkbox-gtk on UNR, the summary report seems to appear in the mid browser instead of the preferred firefox browser.
Related branches
lp://staging/~cr3/ubuntu/lucid/checkbox/0.9.2
Ready for review
for merging
into
lp://staging/ubuntu/lucid/checkbox
- Mathias Gug: Needs Fixing
-
Diff: 822 lines (+253/-247)20 files modifiedbackend (+12/-3)
checkbox/job.py (+1/-1)
checkbox/resource.py (+3/-2)
checkbox/user_interface.py (+7/-2)
debian/changelog (+17/-0)
debian/control (+1/-0)
jobs/disk.txt.in (+1/-2)
jobs/local.txt.in (+1/-1)
jobs/resource.txt.in (+1/-0)
plugins/backend_info.py (+15/-17)
plugins/begin_prompt.py (+33/-0)
plugins/launchpad_exchange.py (+2/-1)
plugins/persist_info.py (+2/-2)
po/checkbox.pot (+10/-10)
scripts/ansi_parser (+2/-1)
scripts/device_list (+0/-168)
scripts/disk_test (+0/-33)
scripts/run_templates (+142/-0)
scripts/suspend_test (+2/-3)
scripts/udev_resource (+1/-1)
lp://staging/~roadmr/ubuntu/lucid/checkbox/0.9.2
- Stéphane Graber: Approve
-
Diff: 807 lines (+250/-246)19 files modifiedbackend (+12/-3)
checkbox/job.py (+1/-1)
checkbox/resource.py (+3/-2)
checkbox/user_interface.py (+7/-2)
debian/changelog (+16/-0)
debian/control (+1/-0)
jobs/disk.txt.in (+1/-2)
jobs/local.txt.in (+1/-1)
jobs/resource.txt.in (+1/-0)
plugins/backend_info.py (+15/-17)
plugins/begin_prompt.py (+33/-0)
plugins/launchpad_exchange.py (+2/-1)
plugins/persist_info.py (+2/-2)
po/checkbox.pot (+10/-10)
scripts/device_list (+0/-168)
scripts/disk_test (+0/-33)
scripts/run_templates (+142/-0)
scripts/suspend_test (+2/-3)
scripts/udev_resource (+1/-1)
Changed in checkbox: | |
assignee: | nobody → Marc Tardif (cr3) |
Changed in checkbox: | |
status: | New → Fix Committed |
Changed in checkbox: | |
status: | Fix Committed → Fix Released |
Changed in checkbox (Ubuntu): | |
status: | New → Fix Released |
Changed in checkbox (Ubuntu Lucid): | |
status: | New → In Progress |
milestone: | none → lucid-updates |
Changed in checkbox (Ubuntu): | |
assignee: | nobody → Marc Tardif (cr3) |
description: | updated |
To post a comment you must log in.
The reason for this problem is that gconfd-2 runs on UNR instead of gnome-panel. So, the logic in the show_url method of the user interface module should also look for the gconfd-2 process in order to behave in the gnome way.