[Desktop-packages] [Bug 1166542] Re: Brasero stalls nomalizing mp3's

2013-08-08 Thread Joshua Lock
There's a bug in the normalisation pipeline since the port to GStreamer 1.0, I'm not entirely certain but I think it may be a GStreamer bug. Whilst I continue to try and figure the root cause out and determine a proper fix I've pushed a workaround which disables the normalisation step of the trans

[Desktop-packages] [Bug 1165572] Re: The volume control doesn't work in the Split Track window

2013-07-08 Thread Joshua Lock
** Bug watch added: GNOME Bug Tracker #703778 https://bugzilla.gnome.org/show_bug.cgi?id=703778 ** Also affects: brasero via https://bugzilla.gnome.org/show_bug.cgi?id=703778 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Des

[Desktop-packages] [Bug 1084851] Re: No system-wide proxy for "automatic" proxy setting method

2013-04-16 Thread Joshua Lock
Of that I'm not really certain. I filed this report because as a user the behaviour surprised me that some things would be able to access the network and others wouldn't. Having dug into the problem a little it's apparent that it's not trivial to solve - that doesn't mean that it's not worth solvi

[Desktop-packages] [Bug 1084851] Re: No system-wide proxy for "automatic" proxy setting method

2012-12-10 Thread Joshua Lock
Quite right, I see there's no case for G_DESKTOP_PROXY_MODE_AUTO in on_proxy_apply_system_wide() of 50_ubuntu_systemwide_prefs.patch in gnome-control-center. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-control-center in Ubuntu.

[Desktop-packages] [Bug 1084820] Re: "Save Copy As" with file opened from Firefox results in restrictive permissions

2012-12-03 Thread Joshua Lock
Hmm, interesting. It's expected that cp would result in the same permissions as the tmp file. It's the G_FILE_COPY_TARGET_DEFAULT_PERMS flag which should set the permissions to the defaults for the destination directory. I was wondering if the issue is in GLib but the test program mimics the GLib

[Desktop-packages] [Bug 1084820] Re: "Save Copy As" with file opened from Firefox results in restrictive permissions

2012-11-30 Thread Joshua Lock
I just wrote a simple test program (attached) to try and replicate the code path where the file is copied and it results in a file with 664 permissions. Seems the bug *is* in evince, but it's not a bug that upstream can replicate. ** Attachment added: "test-g-file-copy.c" https://bugs.launchp

[Desktop-packages] [Bug 1084820] Re: "Save Copy As" with file opened from Firefox results in restrictive permissions

2012-11-30 Thread Joshua Lock
Some debugging information. The temp file opened by Firefox in Evince: user@computer:/tmp $ stat -c '%n %a %A' Some\ Pdf.pdf Some\ Pdf.pdf 400 -r The same file saved in my home directory using "Save a copy": user@computer:~/Documents $ stat -c '%n %a %A' Some\ Pdf.pdf Some\ Pdf.pdf 40

[Desktop-packages] [Bug 1084820] Re: "Save Copy As" with file opened from Firefox results in restrictive permissions

2012-11-30 Thread Joshua Lock
I don't think that this bug is in Evince itself. I've been taking a look at the code and found that in ev_xfer_uri_simple() libdocument/ev-file- helpers.c:419 the call to g_file_copy() passes G_FILE_COPY_TARGET_DEFAULT_PERMS http://bazaar.launchpad.net/~ubuntu- branches/ubuntu/quantal/evince/quant

[Desktop-packages] [Bug 1084862] [NEW] Unable to add locations of time/date to show in clock applet on computer behind a proxy

2012-11-29 Thread Joshua Lock
Public bug reported: Ubuntu version info: Description: Ubuntu 12.10 Release: 12.10 Gnome Control Centre version info: Installed: 1:3.4.2-0ubuntu19 Candidate: 1:3.4.2-0ubuntu19 Version table: *** 1:3.4.2-0ubuntu19 0 500 http://us.archive.ubuntu.com/ubuntu/ quantal/main amd64 Package

[Desktop-packages] [Bug 1084843] Re: "Install additional software " button doesn't find required plugin when behind proxy

2012-11-29 Thread Joshua Lock
I just discovered (using apport -w) that this infrastructure is provided by the sessioninstaller package, so adding that to the "Affects". sessioninstaller version info: Installed: 0.20+bzr131-0ubuntu2 Candidate: 0.20+bzr131-0ubuntu2 Version table: *** 0.20+bzr131-0ubuntu2 0 500 htt

[Desktop-packages] [Bug 1084843] [NEW] "Install additional software " button doesn't find required plugin when behind proxy

2012-11-29 Thread Joshua Lock
Public bug reported: Ubuntu version information: Description:Ubuntu 12.10 Release:12.10 Rhythmbox version information: Installed: 2.97-1ubuntu5 Candidate: 2.97-1ubuntu5 Version table: *** 2.97-1ubuntu5 0 500 http://us.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packag

[Desktop-packages] [Bug 1084840] [NEW] "Install additional software" button launches dialogue(s) which refers to Python (2.7) as the calling application

2012-11-29 Thread Joshua Lock
Public bug reported: Ubuntu version information: Description:Ubuntu 12.10 Release:12.10 Rhythmbox version information: Installed: 2.97-1ubuntu5 Candidate: 2.97-1ubuntu5 Version table: *** 2.97-1ubuntu5 0 500 http://us.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packag

[Desktop-packages] [Bug 1084820] [NEW] "Save Copy As" with file opened from Firefox results in restrictive permissions

2012-11-29 Thread Joshua Lock
Public bug reported: A common usage pattern of mine is to download PDF's through Firefox by clicking the link and selecting "Open with", on occasion I'd like to keep the PDF's so use the File->Save a Copy As menu item in Evince to save a copy in my home directory. The files are copied with the sa