[Bug 1532421] [NEW] nautilus doesn't display progress bar when formatting SD Card device

2016-01-09 Thread shemgp
Public bug reported: I right my SD Card and click format. In the Erase drop down, I choose 'Overwrite existing data with zeroes (Slow)' and when I press format, it does format the device but I don't see any progress bar. I have an indicator in the panel that shows 'Disk Read' so I know it's doin

[Bug 1132063] Re: Mouse settings missing from Mouse & Touchpad dialog

2016-01-09 Thread Krister
Nice workaround Doug. I confirm that this bug persists in 15.10 when using the logitech k400 external keyboard/trackpad. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1518813] Re: sharing panel fails to properly launch required daemons

2016-01-09 Thread Robert Hönig
New clarified debdiff: ** Patch removed: "vino_3.8.1-0ubuntu8.debdiff" https://bugs.launchpad.net/ubuntu/+source/vino/+bug/1518813/+attachment/4546397/+files/vino_3.8.1-0ubuntu8.debdiff ** Patch added: "vino_3.8.1-0ubuntu9.debdiff" https://bugs.launchpad.net/ubuntu/+source/vino/+bug/15188

[Bug 1303086] Re: Pointer Speed Missing in Unity Settings for Mouse & Trackpad

2016-01-09 Thread Иван Недић
*** This bug is a duplicate of bug 1132063 *** https://bugs.launchpad.net/bugs/1132063 xset command makes it, BUT when open mouse preferences the settings that were set up by xset are canceled -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is sub

[Bug 1532442] [NEW] Evince toolbar corrupted on Ubuntu 15.10 64bit

2016-01-09 Thread José Hissa Ferreira
Public bug reported: Since 14.04 my evince toolbar is corrupted. I upgraded to 15.10 without change. I tried to create both evince_toolbar.xml and evince-ui.xml, open evince, delete both without success. Please see the attached image. Sincerely, JF ** Affects: evince (Ubuntu) Importance:

[Bug 1303086] Re: Pointer Speed Missing in Unity Settings for Mouse & Trackpad

2016-01-09 Thread Иван Недић
*** This bug is a duplicate of bug 1132063 *** https://bugs.launchpad.net/bugs/1132063 the same after restarting. my mouse pointer is too slow -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https:/

[Bug 1132063] Re: Mouse settings missing from Mouse & Touchpad dialog

2016-01-09 Thread Иван Недић
Settings I choose by xset are obviously canceled at the next startup -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1132063 Title: Mouse settings missing from Mouse &

[Bug 1132063] Re: Mouse settings missing from Mouse & Touchpad dialog

2016-01-09 Thread Иван Недић
When I open mouse settings and plug in my A4tech X5-60MD wired mouse, pointer speed setting shows. When I plug it off it dissappears. Now, when I plug in my rapoo 5G wireless mouse, it doesn't show. I plug in again A4tech - they show up -- You received this bug notification because you are a memb

[Bug 1529153] [NEW] Totem crashes with segmentation fault

2016-01-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: I am not able to fix Totem that crashes with segmentation fault. I was wondering if anyone has come across this problem and how to resolve it. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: xorg 1:7.7+1ubuntu8.1 ProcVersionSignature: Ubuntu 3.13.0-

[Bug 1529153] Re: Totem crashes with segmentation fault

2016-01-09 Thread Christopher M. Penalver
** Package changed: xorg (Ubuntu) => totem (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to totem in Ubuntu. https://bugs.launchpad.net/bugs/1529153 Title: Totem crashes with segmentation fault To manage notifications about

[Bug 740506]

2016-01-09 Thread Albert Astals Cid
(In reply to Markus Kilås from comment #108) > Created attachment 120760 [details] [review] > Considering offset 0 and signature only covering part of PDF > > Note that this patch has not been tested with a non-zero first offset > document. Adrian what do you think of this patch? -- You receive

[Bug 740506]

2016-01-09 Thread Albert Astals Cid
(In reply to Markus Kilås from comment #106) > Created attachment 120758 [details] [review] > Fix printf for unsigned int > > In pdfsig.cc the NetBeans IDE gave warning: > Mismatching the argument type "unsigned int" and conversion specifier "d" > > The attached patch changes from %d to %u in the

[Bug 1085526]

2016-01-09 Thread Albert Astals Cid
(In reply to Adrian Johnson from comment #112) > Created attachment 120889 [details] [review] > Check in ranges in ByteRange array > > This is an alternative to the patch in comment 108. It checks all ranges in > the ByteRange array. I'm not very convinced by the naming of GBool isInteger() {

[Bug 740506]

2016-01-09 Thread Adrian Johnson
I don't think we need to check if the byte range covers the entire document. Our job, when verifying the signature, is to use the byte ranges provided in the signature dictionary. It is up to the pdf producer to ensure the byte range covers the entire document (excluding the signature value). All

[Bug 1085526]

2016-01-09 Thread Adrian Johnson
I don't think we need to check if the byte range covers the entire document. Our job, when verifying the signature, is to use the byte ranges provided in the signature dictionary. It is up to the pdf producer to ensure the byte range covers the entire document (excluding the signature value). All

[Bug 1085526]

2016-01-09 Thread Adrian Johnson
(In reply to Albert Astals Cid from comment #114) > I'm not very convinced by the naming of > GBool isInteger() { return type == objInt || type == objInt64; } > what do you think of > isIntOrInt64() ? I prefer a single word instead of isXXXorYYY() but I can appreciate that isInteger() could

[Bug 740506]

2016-01-09 Thread Adrian Johnson
Created attachment 120889 Check in ranges in ByteRange array This is an alternative to the patch in comment 108. It checks all ranges in the ByteRange array. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to poppler in Ubuntu. https://b

[Bug 1085526]

2016-01-09 Thread Adrian Johnson
(In reply to Andre Guerreiro from comment #105) > Created attachment 120434 [details] [review] > Improve robustness of SignatureHandler::validateCertificate > > This patch adds additional NULL-checking in > SignatureHandler::validateCertificate() which avoids segfault for some > signatures like th

[Bug 740506]

2016-01-09 Thread Adrian Johnson
(In reply to Albert Astals Cid from comment #114) > I'm not very convinced by the naming of > GBool isInteger() { return type == objInt || type == objInt64; } > what do you think of > isIntOrInt64() ? I prefer a single word instead of isXXXorYYY() but I can appreciate that isInteger() could

[Bug 740506]

2016-01-09 Thread Adrian Johnson
(In reply to Andre Guerreiro from comment #105) > Created attachment 120434 [details] [review] > Improve robustness of SignatureHandler::validateCertificate > > This patch adds additional NULL-checking in > SignatureHandler::validateCertificate() which avoids segfault for some > signatures like th

[Bug 1085526]

2016-01-09 Thread Albert Astals Cid
(In reply to Markus Kilås from comment #108) > Created attachment 120760 [details] [review] > Considering offset 0 and signature only covering part of PDF > > Note that this patch has not been tested with a non-zero first offset > document. Adrian what do you think of this patch? -- You receive

[Bug 1085526]

2016-01-09 Thread Albert Astals Cid
(In reply to Markus Kilås from comment #106) > Created attachment 120758 [details] [review] > Fix printf for unsigned int > > In pdfsig.cc the NetBeans IDE gave warning: > Mismatching the argument type "unsigned int" and conversion specifier "d" > > The attached patch changes from %d to %u in the

[Bug 740506]

2016-01-09 Thread Albert Astals Cid
(In reply to Adrian Johnson from comment #112) > Created attachment 120889 [details] [review] > Check in ranges in ByteRange array > > This is an alternative to the patch in comment 108. It checks all ranges in > the ByteRange array. I'm not very convinced by the naming of GBool isInteger() {

[Bug 1085526]

2016-01-09 Thread Adrian Johnson
Created attachment 120889 Check in ranges in ByteRange array This is an alternative to the patch in comment 108. It checks all ranges in the ByteRange array. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bu

[Bug 1509043] Re: package gconf2-common 3.2.6-3ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2016-01-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gconf (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gconf in Ubuntu. https://bugs.launchpad.net/bugs/15090

[Bug 1518813] Re: sharing panel fails to properly launch required daemons

2016-01-09 Thread Tim
Hi Robert, you broke the logic in vino-prefs if statement on your rebase. also you seem to have double bumped the version number in the changelog. Both of those were correct in the previous debdiff. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 1440449] Re: GIMP 2.8.10 bug causes severe data loss

2016-01-09 Thread Michael Schumacher
** Bug watch added: GNOME Bug Tracker #730211 https://bugzilla.gnome.org/show_bug.cgi?id=730211 ** Also affects: gimp via https://bugzilla.gnome.org/show_bug.cgi?id=730211 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu

[Bug 888662] Re: Web browsers should share the cache

2016-01-09 Thread Mattia Rizzolo
** Changed in: surf (Ubuntu) Status: New => Opinion -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to epiphany-browser in Ubuntu. https://bugs.launchpad.net/bugs/888662 Title: Web browsers should share the cache To manage noti

[Bug 1440449] Re: GIMP 2.8.10 bug causes severe data loss

2016-01-09 Thread Bug Watch Updater
** Changed in: gimp Status: Unknown => Confirmed ** Changed in: gimp Importance: Unknown => Critical -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gimp in Ubuntu. https://bugs.launchpad.net/bugs/1440449 Title: GIMP 2.8.

[Bug 1270579] Re: On laptops, screen brightness and keyboard backlight isn't memorized between sessions

2016-01-09 Thread r2rien
@Norbert, thanks for your solution (for users still on trusty/not on systemd) please find enclosed a patch to run it on suspend/hibernate/resume/thaw with pm-utils + ln -s /etc/init.d/sysvinit-backlight /etc/pm/sleep.d/20_sysvinit-backlight ** Patch added: "sysvinit-backlight.pm-utils.patch"

[Bug 1270579] Re: On laptops, screen brightness and keyboard backlight isn't memorized between sessions

2016-01-09 Thread Ubuntu Foundations Team Bug Bot
The attachment "sysvinit-backlight.pm-utils.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned

[Bug 545176]

2016-01-09 Thread Christopher M. Penalver
Jason Crain, thanks for taking a look. Given your point about the documents encoding is confirmed with Windows 10's built-in PDF reader, this is considered closed. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https

[Bug 545176] Re: Cannot copy text from specific pdf in evince

2016-01-09 Thread Bug Watch Updater
** Changed in: poppler Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/545176 Title: Cannot copy text from specific pdf in evince To manage not