[Bug 562580] Re: checkbox use firefox instead default browser

2011-08-08 Thread Launchpad Bug Tracker
This bug was fixed in the package checkbox - 0.9.2 --- checkbox (0.9.2) lucid-proposed; urgency=low New upstream release (LP: #567568): * Added referer when sending submissions to Launchpad (LP: #550973) * Added suggests to checkbox package in debian/control file (LP: #352740)

[Bug 562580] Re: checkbox use firefox instead default browser

2011-07-20 Thread Chad A. Davis
Verified fix from checkbox 0.9.2 on Lucid ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/562580 Title: checkbox use firefox

[Bug 562580] Re: checkbox use firefox instead default browser

2011-07-01 Thread Chris Halse Rogers
ubuntu-sru approved and reviewed. Please accept into lucid-proposed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/562580 Title: checkbox use firefox instead default browser To manage

[Bug 562580] Re: checkbox use firefox instead default browser

2011-07-01 Thread Martin Pitt
Hello Guria, or anyone else affected, Accepted checkbox into lucid-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance!

[Bug 562580] Re: checkbox use firefox instead default browser

2011-07-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/checkbox -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/562580 Title: checkbox use firefox instead default browser To manage notifications about this bug

[Bug 562580] Re: checkbox use firefox instead default browser

2011-06-23 Thread Ara Pulido
This bug is awaiting verification that the checkbox version in lucid- proposed solves the problem. Please test checkbox and update this bug with the results. If the problem is solved, change the tag 'verification-needed' to 'verification-done'. See https://wiki.ubuntu.com/Testing/EnableProposed

[Bug 562580] Re: checkbox use firefox instead default browser

2011-06-22 Thread Daniel Manrique
Hello, the following information should complete this bug as a valid SRU report, to hopefully upload this fix to Lucid. Solution: Checkbox revision 793 uses wait() instead of the returncode variable when communicating with gconftool to get the preferred browser configuration. This works because

[Bug 562580] Re: checkbox use firefox instead default browser

2011-06-22 Thread Daniel Manrique
** Branch linked: lp:~roadmr/ubuntu/lucid/checkbox/0.9.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/562580 Title: checkbox use firefox instead default browser To manage notifications about this

[Bug 562580] Re: checkbox use firefox instead default browser

2010-06-10 Thread Marc Tardif
** Changed in: checkbox Status: Fix Committed = Fix Released -- checkbox use firefox instead default browser https://bugs.launchpad.net/bugs/562580 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 562580] Re: checkbox use firefox instead default browser

2010-06-10 Thread Marc Tardif
** Also affects: checkbox (Ubuntu Lucid) Importance: Undecided Status: New ** Changed in: checkbox (Ubuntu Lucid) Milestone: None = lucid-updates ** Changed in: checkbox (Ubuntu Lucid) Status: New = In Progress ** Branch linked: lp:~cr3/ubuntu/lucid/checkbox/0.9.2 --

[Bug 562580] Re: checkbox use firefox instead default browser

2010-06-10 Thread Marc Tardif
** Description changed: + The impact of this bug is that the preferred browser is not always + called because of a race condition. The fix consists of using wait() + instead of the returncode variable when communicating with gconftool to + get the preferred browser configuration. + Binary

[Bug 562580] Re: checkbox use firefox instead default browser

2010-06-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/checkbox -- checkbox use firefox instead default browser https://bugs.launchpad.net/bugs/562580 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 562580] Re: checkbox use firefox instead default browser

2010-06-07 Thread Launchpad Bug Tracker
This bug was fixed in the package checkbox - 0.10 --- checkbox (0.10) maverick; urgency=low New upstream release (LP: #585132): * Added media tests (LP: #397944) * Added support for comments in templates. * Added referer when sending submissions to Launchpad (LP: #550973) *

[Bug 562580] Re: checkbox use firefox instead default browser

2010-04-19 Thread David Murphy
We might need to revisit this fix Marc. While I can confirm your fix works, and the submission.xml is correctly opened in my default browser (Google Chrome), Chrome has security restrictions that prevents an XML file referencing an XSLT file when using the file scheme, which results in a blank

[Bug 562580] Re: checkbox use firefox instead default browser

2010-04-16 Thread Marc Tardif
When looking at this problem more closely, I found a couple problems which actually provide a solution: The first problem is that, even for known browsers like firefox and epiphany, the following code does not necessarily get called: gct = subprocess.Popen(sudo_prefix +

[Bug 562580] Re: checkbox use firefox instead default browser

2010-04-14 Thread David Murphy
** Changed in: checkbox (Ubuntu) Status: New = Confirmed -- checkbox use firefox instead default browser https://bugs.launchpad.net/bugs/562580 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 562580] Re: checkbox use firefox instead default browser

2010-04-14 Thread Marc Tardif
The problem is that checkbox-gtk calls upon gnome-open in order to open the summary report. If the report were available under an http scheme, then chromium would most likely be called. However, since the report is under a file scheme because it is only available on the local filesystem,

[Bug 562580] Re: checkbox use firefox instead default browser

2010-04-14 Thread David Murphy
As Marc says, the issue is that when we call `gnome-open` with a URL that uses the file scheme, gvfs uses the MIME type of the local submission report (application/xml) to determine which application should be used. In this case, firefox.desktop remains the default application for XML files even

[Bug 562580] Re: checkbox use firefox instead default browser

2010-04-14 Thread David Murphy
** Also affects: checkbox Importance: Undecided Status: New ** Changed in: checkbox Importance: Undecided = Low ** Changed in: checkbox Status: New = Confirmed ** Changed in: checkbox (Ubuntu) Importance: Undecided = Low -- checkbox use firefox instead default browser

[Bug 562580] Re: checkbox use firefox instead default browser

2010-04-13 Thread Guria
** Attachment added: .home.guria..cache.checkbox.submission.xml.txt http://launchpadlibrarian.net/44080727/.home.guria..cache.checkbox.submission.xml.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/44080728/Dependencies.txt -- checkbox use firefox instead default