[Desktop-packages] [Bug 1311899] Re: Popup is too small to display Facebook authorization

2014-07-29 Thread Venkatesh Subramanian
** Summary changed: - Popup is too small to display Facebook authorization + Popup is too small to display Facebook authorization -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-online-accounts in Ubuntu.

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2014-07-29 Thread Raymond
can you add snd_printk to print / find out whether it can read wcaps 0x200500 from node 0x3e after changing codec-num_nodes ? nid = codec-start_nid; for (i = 0; i codec-num_nodes; i++, nid++) codec-wcaps[i] = snd_hda_param_read(codec, nid, AC_PAR_AUDIO_WIDGET_CAP); -- You

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2014-07-29 Thread Kiril
for (i = 0; i codec-num_nodes; i++, nid++) { codec-wcaps[i] = snd_hda_param_read(codec, nid, AC_PAR_AUDIO_WIDGET_CAP); printk(MIK: nid = %d, wcaps = %d\n, nid, codec-wcaps[i]); } Result: [7.491195]

[Desktop-packages] [Bug 1275416] Re: touchscreen do not work after suspend/resume

2014-07-29 Thread copper.hat
I have a Lenovo x201 tablet running 14.04.1 LTS. Neither of the workarounds in #7, #15 restore the stylus. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xinput in Ubuntu. https://bugs.launchpad.net/bugs/1275416 Title: touchscreen do

[Desktop-packages] [Bug 1349273] Re: NM does not retry opening mobile data on reboot

2014-07-29 Thread Alfonso Sanchez-Beato
This happened for touch image #149, with network-manager version 0.9.8.8-0ubuntu23 . syslog for a simulated case where the APN name is wrong (APN err.airtelwap.es), then ofono is stopped, the APN corrected (airtelwap.es) and the phone rebooted is attached. The result is that no context is

[Desktop-packages] [Bug 807620] Re: Fixes tablets not working after suspend

2014-07-29 Thread copper.hat
Adding SUSPEND_MODULES=wacom wacom_w8001 to /usr/lib/pm-utils/defaults works for me. Thanks. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xf86-input-wacom in Ubuntu. https://bugs.launchpad.net/bugs/807620 Title: Fixes tablets not

[Desktop-packages] [Bug 1275416] Re: touchscreen do not work after suspend/resume

2014-07-29 Thread copper.hat
Sorry for noise. Following Comment #2 in Bug 807620 seems to have fixed the problem for me. Specifically, in /usr/lib/pm-utils/defaults I uncommented the # SUSPEND_MODULES= line and replaced it by SUSPEND_MODULES=wacom wacom_w8001. When I resume my stylus touch screen work. -- You received

[Desktop-packages] [Bug 1349712] [NEW] Unreliable operation for some Super shortcuts

2014-07-29 Thread Blue
Public bug reported: I am using Ubuntu 14.04 with flashback metacity session. I configured the launch terminal on the Supers shortcut. I also searched and replaced in dconf all other shortcuts with Super+s However, the operation of this shortcut is extremely unreliable : sometimes it does not

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2014-07-29 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/sound/pci/hda/hda_proc.c it is because nodes is read from codec again in print_codec_info() need to fix this value nodes = snd_hda_get_sub_nodes(codec, codec-afg, nid); if (! nid || nodes 0) {

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2014-07-29 Thread Raymond
int snd_hda_get_sub_nodes(struct hda_codec *codec, hda_nid_t nid, hda_nid_t *start_id) { unsigned int parm; parm = snd_hda_param_read(codec, nid, AC_PAR_NODE_COUNT); if (parm == -1) return 0; /* this mean we need to fix the param

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2014-07-29 Thread Raymond
snd_hda_get_sub_nodes(struct hda_codec *codec, hda_nid_t nid, hda_nid_t *start_id) { unsigned int parm; parm = snd_hda_param_read(codec, nid, AC_PAR_NODE_COUNT); if (parm == -1) return 0; *start_id = (parm 16) 0x7fff; /* this mean we need to fix the return value param when

[Desktop-packages] [Bug 1345602] Re: Remmina Remote Desktop Client doesn't save Quality option changes

2014-07-29 Thread Christopher M. Penalver
** Tags added: cherry-pick ** Description changed: Upstream bug report: https://github.com/FreeRDP/Remmina/issues/283 1) lsb_release -rd Description: Ubuntu 14.04 LTS Release: 14.04 2) apt-cache policy remmina remmina:   Installed: 1.0.0-4ubuntu3   Candidate:

[Desktop-packages] [Bug 1349751] [NEW] CTRL-space is a bad choice for shortcut as it is used by emacs

2014-07-29 Thread ole.tange
Public bug reported: On what operating system? OS (Linux distributions, UNIX or ...):Linux Mint 17 Architecture (i386, x86_64):x86_64 IBus version:1.5.5 Input method name and version: Python version:2.7.6 dbus version:? dbus-python version:? gtk version (if bug is about gtk applications): qt

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2014-07-29 Thread Kiril
Done: int snd_hda_get_sub_nodes(struct hda_codec *codec, hda_nid_t nid, hda_nid_t *start_id) { unsigned int parm; parm = snd_hda_param_read(codec, nid, AC_PAR_NODE_COUNT); if (parm == -1) return 0; *start_id = (parm 16)

[Desktop-packages] [Bug 1258230] Re: gnome-terminal multiline search

2014-07-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gnome-terminal (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-terminal in Ubuntu.

[Desktop-packages] [Bug 1349751] Re: CTRL-space is a bad choice for shortcut as it is used by emacs

2014-07-29 Thread Aron Xu
*** This bug is a duplicate of bug 1278569 *** https://bugs.launchpad.net/bugs/1278569 ** This bug has been marked a duplicate of bug 1278569 ibus breaks emacs and eclipse control-space keybinding -- You received this bug notification because you are a member of Desktop Packages, which

[Desktop-packages] [Bug 1296020] Re: [Asus U36JC] Non-existent display detected in both intel driver and nvidia driver (Optimus Laptop) (ubuntu trusty 14.04)

2014-07-29 Thread Morten Frisch
I am experiencing a very similar bug. ALthough I am using the nouveau driver. I made a separate bug report for my issues: #1349121 I also switched to the proprietary driver and tried the fix submitted, it did however not solve my issues. Are these different issues? -- You received this bug

[Desktop-packages] [Bug 1349766] [NEW] New release 10.2.4 (OK - Package in Debian)

2014-07-29 Thread Cristian Aravena Romero
Public bug reported: https://launchpad.net/debian/sid/+source/mesa ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: mesa-common-dev 10.2.3-0ubuntu1 ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7 Uname: Linux 3.16.0-6-generic x86_64 ApportVersion: 2.14.4-0ubuntu2 Architecture:

[Desktop-packages] [Bug 1269181] Re: Update to 0.24

2014-07-29 Thread Launchpad Bug Tracker
This bug was fixed in the package exiv2 - 0.24-2ubuntu1 --- exiv2 (0.24-2ubuntu1) utopic; urgency=medium * Rebase on Debian, remaining Ubuntu changes: (LP: #1269181) * debian/patches/libtool-ppc64el.diff: - Apply libtool patch for powerpc*le-linux support, copied from libtool

[Desktop-packages] [Bug 46586] Re: Logitech Media Keyboard Elite not fully supported

2014-07-29 Thread Beanow
Still affected by this bug in 13.04 Media keys are only partially supported. Unsupported keys: Reset zoom (no keycode) Zoom in (keycode 418) Zoom out (keycode 419) Word key (keycode 421) Excel key (keycode 423) Powerpoint key (keycode 425) Launch A (keycode 328) Launch B (keycode 329) Launch C

[Desktop-packages] [Bug 1349777] [NEW] Ubuntu 14.04 crashes with error path usr/bin/Xorg regularly

2014-07-29 Thread cdoebbler
Public bug reported: On my i7 2.80 GH, 8 GB RAM HP desktop tower, Ubuntu 14.04 has crashed regularly, roughly every 10 minutes, and on reboot gives several different executable paths starting with Xorg (ie usr7bin/Xorg). This has happened when I am running in LibreOffice 4.2.1 or even About Me.

[Desktop-packages] [Bug 1349781] [NEW] nvidia-331-uvm 331.89-0ubuntu2: nvidia-331-uvm kernel module failed to build

2014-07-29 Thread emk2203
Public bug reported: during apt-get dist-upgrade, no further information, system still works after reboot ProblemType: Package DistroRelease: Ubuntu 14.10 Package: nvidia-331-uvm 331.89-0ubuntu2 ProcVersionSignature: Ubuntu 3.16.0-6.11-generic 3.16.0-rc7 Uname: Linux 3.16.0-6-generic x86_64

[Desktop-packages] [Bug 1349785] [NEW] Unable to open AMD Catalyst Control Center (Administrative Mode) on 14.04

2014-07-29 Thread Po-Hsu Lin
Public bug reported: When trying to open the AMD Catalyst Control Center in Administrative mode by using the launcher found in dash, you will be ask to enter password for it, but it always shows su: authentication failure and exit. Steps: 1. Install 14.04 on a I+A system, boot to desktop 2. Try

[Desktop-packages] [Bug 1349786] Re: Long delay while loading the greeter background

2014-07-29 Thread shankao
Adding greeter logs. Note the ~24s. delay around these lines: [+2,05s] DEBUG: Prompt user with 1 message(s) [+2,85s] DEBUG: settings-daemon.vala:75: Acquired org.gnome.SessionManager [+2,85s] DEBUG: settings-daemon.vala:102: Acquired org.gnome.ScreenSaver [+2,85s] DEBUG: settings-daemon.vala:159:

[Desktop-packages] [Bug 1349786] [NEW] Long delay while loading the greeter background

2014-07-29 Thread shankao
Public bug reported: There exists a long delay in the unity greeter between showing the user accounts (no background still loaded, dotted bg and some indicators missing) and been able to click to select the user account, or even input the password. Note that only when the background and the

[Desktop-packages] [Bug 1347272] Re: Several XFCE applications appear irresponsible after communicating with a daemon

2014-07-29 Thread Alistair Buxton
Hi Alberto, Thanks for compiling all this information. There's a couple of pieces missing though. This bug doesn't happen as far as I know with vanilla Gtk. It happens when the Unity Gtk extensions (dbusmenu and overlay scrollbar) are loaded. They are Gtk plugins and one or both of them open

[Desktop-packages] [Bug 1337898] Re: Invalid symlinks for libungif.so and libungif.a

2014-07-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: giflib (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to giflib in Ubuntu.

[Desktop-packages] [Bug 1349793] [NEW] bzr-gtk does not exist any more, don't reference it

2014-07-29 Thread Daniel Holbach
Public bug reported: bzr-gtk does not exist any more, don't reference it. ** Affects: gedit-plugins (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gedit-plugins in Ubuntu.

[Desktop-packages] [Bug 1347272] Re: Several XFCE applications appear unresponsive after communicating with a daemon

2014-07-29 Thread Alberto Salvia Novella
** Summary changed: - Several XFCE applications appear irresponsible after communicating with a daemon + Several XFCE applications appear unresponsive after communicating with a daemon -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1183742] Re: Unable to install card themes

2014-07-29 Thread Alberto Salvia Novella
** Tags added: utopic -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to aisleriot in Ubuntu. https://bugs.launchpad.net/bugs/1183742 Title: Unable to install card themes Status in One Hundred Papercuts: Triaged Status in “aisleriot”

[Desktop-packages] [Bug 1261818] Re: Can't type user password in lightdm

2014-07-29 Thread ivanxuu
*** This bug is a duplicate of bug 128 *** https://bugs.launchpad.net/bugs/128 I would confirm this is a security issue. With this problem when you are typing the focus remains on the desktop. I mean you can open applications, and type commands in a terminal or whatever. The only

[Desktop-packages] [Bug 1347272] Re: Several XFCE applications appear unresponsive after communicating with a daemon

2014-07-29 Thread Alberto Salvia Novella
** Also affects: xfce4-volumed-pulse (Ubuntu) Importance: Undecided Status: New ** No longer affects: xfce4-volumed-pulse (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gdk-pixbuf in Ubuntu.

[Desktop-packages] [Bug 1014234] Re: Firefox hogs all memory and swap

2014-07-29 Thread Vlatko Basic
Happens almost every day, but only if comp is left idle for some time (an hour or two). Ubuntu 12.04, Firefox 28.0 started from a folder (not installed). -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu.

[Desktop-packages] [Bug 1347272] Re: Several XFCE applications appear unresponsive after communicating with a daemon

2014-07-29 Thread Alberto Salvia Novella
** No longer affects: xfce4-volumed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gdk-pixbuf in Ubuntu. https://bugs.launchpad.net/bugs/1347272 Title: Several XFCE applications appear unresponsive after communicating with a daemon

[Desktop-packages] [Bug 1185065] Re: autopilot should prevent screen from locking during test runs

2014-07-29 Thread Stephen M. Webb
** Changed in: unity (Ubuntu) Status: New = Invalid ** Changed in: unity Status: New = Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dp-unity

[Desktop-packages] [Bug 1243557]

2014-07-29 Thread Adrian Bacircea
Hi, sorry for barging in but I'm also hitting this on the same graphics card (NVS 4200M) on a Dell Latitude E6520 running Arch Linux. I'm trying to use PRIME for a VA-API + VDPAU setup and also for some games but as soon as I start I get this message in dmesg : kernel: nouveau E[

[Desktop-packages] [Bug 1243557]

2014-07-29 Thread Adrian Bacircea
Created attachment 103302 system log -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu. https://bugs.launchpad.net/bugs/1243557 Title: 10de:1056 [Dell Latitude E6520] [NVS 4200M] X freeze, unhandled

[Desktop-packages] [Bug 1170647] Re: Clicking on Nautilus’ launcher icon opens new window instead of restoring the minimized one when browsing external drives/locations

2014-07-29 Thread José Gabriel González
*** This bug is a duplicate of bug 1163041 *** https://bugs.launchpad.net/bugs/1163041 ** Also affects: nautilus Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity in Ubuntu. Matching

[Desktop-packages] [Bug 1243557]

2014-07-29 Thread Adrian Bacircea
Created attachment 103307 system log nouveau kernel linux-3.16 branch I've compiled the kernel on the linux-3.16 branch from http://cgit.freedesktop.org/nouveau/linux-2.6/ and X still freezes but now it recovers temporarily. After it I can close the program that caused the freeze and then I

[Desktop-packages] [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-07-29 Thread Gabriele Santilli
Should I create a new bug or do you think this is the same bug? Jul 29 13:46:22 imac kernel: [ 9194.185587] Bluetooth: Unexpected continuation frame (len 0) Jul 29 13:46:23 imac kernel: [ 9194.269541] Bluetooth: Unexpected continuation frame (len 0) Jul 29 13:46:23 imac kernel: [ 9194.594437]

[Desktop-packages] [Bug 1183742] Re: Unable to install card themes

2014-07-29 Thread Alberto Salvia Novella
I think that simply running the command is the best solution. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to aisleriot in Ubuntu. https://bugs.launchpad.net/bugs/1183742 Title: Unable to install card themes Status in One Hundred

[Desktop-packages] [Bug 1337244] Re: compiz crashed with SIGSEGV in nux::WindowThread::ComputeQueuedLayout()

2014-07-29 Thread Stephen M. Webb
** Also affects: nux Importance: Undecided Status: New ** Also affects: nux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dp-unity

[Desktop-packages] [Bug 1220426] Re: [nvidia-prime]Freeze while using touchpad

2014-07-29 Thread Alberto Salvia Novella
** Changed in: nvidia-graphics-drivers-319 (Ubuntu) Status: Confirmed = Triaged ** Changed in: nvidia-graphics-drivers-331 (Ubuntu) Status: Confirmed = Triaged ** Changed in: nvidia-prime (Ubuntu) Status: Opinion = Triaged -- You received this bug notification because you

[Desktop-packages] [Bug 1199571] Re: compiz crashed with SIGSEGV in af_latin_hints_compute_edges()

2014-07-29 Thread Alberto Salvia Novella
** No longer affects: unity (Ubuntu) ** No longer affects: freetype (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dp-unity https://bugs.launchpad.net/bugs/1199571 Title: compiz

[Desktop-packages] [Bug 1349785] Re: Unable to open AMD Catalyst Control Center (Administrative Mode) on 14.04

2014-07-29 Thread Daniel Manrique
** Changed in: fglrx-installer (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to fglrx-installer in Ubuntu. https://bugs.launchpad.net/bugs/1349785 Title: Unable to open AMD Catalyst Control

[Desktop-packages] [Bug 1305586] Re: Lock screen is unusable when some windows have a keyboard/mouse grab

2014-07-29 Thread Lars Erik Pedersen
dovercrash: I'm having that issue with chrome as well. $ sudo apt-cache policy google-chrome-stable google-chrome-stable: Installed: 36.0.1985.125-1 Same versions of unity and compiz that you have. Tried to reproduce it with other applications (gedit, gnome-terminal, firefox), but it does

[Desktop-packages] [Bug 1344990] Re: Volume control jumps back and forth

2014-07-29 Thread Stephen M. Webb
** Also affects: indicator-sound Importance: Undecided Status: New ** Also affects: indicator-sound (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity in Ubuntu. Matching

[Desktop-packages] [Bug 1199571] Re: compiz crashed with SIGSEGV in af_latin_hints_compute_edges()

2014-07-29 Thread Alberto Salvia Novella
It severely affects packages beyond the one that causes the flaw. ** Changed in: cairo (Ubuntu) Importance: High = Critical ** Bug watch added: freedesktop.org Bugzilla #81874 https://bugs.freedesktop.org/show_bug.cgi?id=81874 ** Also affects: libcairo via

[Desktop-packages] [Bug 1291821] Re: Xubuntu 14.04 - keyboard-layout is only changed after resetting ibus

2014-07-29 Thread William Hua
From the screenshot, it looks like that dialog is for setting the display language, not the keyboard layout. Also, the indicator is the IBus one, and since the display language is set to Dutch, it translates the German - Belgian keyboard layout as Duits - Belgian. So I don't think this is a bug

[Desktop-packages] [Bug 1349579] Re: whoopsie-upload-all uses an incorrect assumption regarding what to upload

2014-07-29 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.14.5-0ubuntu1 --- apport (2.14.5-0ubuntu1) utopic; urgency=medium * New upstream bug fix release. Changes since last snapshot: - apt/dpkg get_file_package(): If checking for uninstalled packages, don't use package information

[Desktop-packages] [Bug 1329520] Re: whoopsie-upload-all crashes while processing crash file

2014-07-29 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.14.5-0ubuntu1 --- apport (2.14.5-0ubuntu1) utopic; urgency=medium * New upstream bug fix release. Changes since last snapshot: - apt/dpkg get_file_package(): If checking for uninstalled packages, don't use package information

[Desktop-packages] [Bug 1347565] Re: apport recommends gdb

2014-07-29 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.14.5-0ubuntu1 --- apport (2.14.5-0ubuntu1) utopic; urgency=medium * New upstream bug fix release. Changes since last snapshot: - apt/dpkg get_file_package(): If checking for uninstalled packages, don't use package information

[Desktop-packages] [Bug 1336062] Re: apport-retrace uses system package lists which may return a different source package for a binary

2014-07-29 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.14.5-0ubuntu1 --- apport (2.14.5-0ubuntu1) utopic; urgency=medium * New upstream bug fix release. Changes since last snapshot: - apt/dpkg get_file_package(): If checking for uninstalled packages, don't use package information

[Desktop-packages] [Bug 1348176] Re: New upstream microreleases 9.3.5, 9.1.14, 8.4.22

2014-07-29 Thread Martin Pitt
I just uploaded the two missing ones for keeping upgrades working: postgresql-8.4_8.4.22 0ubuntu0.12.04 (precise) and postgresql-9.1 9.1.14-0ubuntu0.14.04 (trusty). Unfortunately I can't resurrect the bug tasks for those. -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1308354] Re: Password revealed when pasted with Ctrl-V

2014-07-29 Thread Adolfo Jayme
** Changed in: software-center Status: In Progress = Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to software-center in Ubuntu. https://bugs.launchpad.net/bugs/1308354 Title: Password revealed when pasted with

[Desktop-packages] [Bug 1199571] Re: Huge multi-threading violations in cairo

2014-07-29 Thread Bug Watch Updater
Launchpad has imported 1 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=81874. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at

[Desktop-packages] [Bug 1349465] Re: Please sync libxml2 (main) 2.9.1+dfsg1-4 from Debian testing (main)

2014-07-29 Thread Marc Deslauriers
This bug was fixed in the package libxml2 - 2.9.1+dfsg1-4 Sponsored for Aron Xu (happyaron) --- libxml2 (2.9.1+dfsg1-4) unstable; urgency=low [ Christian Svensson ] * Do not build-depend on readline (Closes: #742350) [ Daniel Schepler ] * Patch to bootstrap without python

[Desktop-packages] [Bug 1349858] [NEW] Cannot override certain key combinations involving Super

2014-07-29 Thread Paul Gear
Public bug reported: When defining keyboard shortcuts in System Settings - Keyboard - Shortcuts, several combinations are never honoured. These include setting: - Launchers - Launch calculator to Super+C (launches search photos instead) - Launchers - Launch email client to Super+M (launches

[Desktop-packages] [Bug 1349761] Re: [Wishlist] Opening Launcher popup menu on mouseover after a couple of seconds

2014-07-29 Thread Andrea Azzarone
** Changed in: unity Status: New = Opinion ** Also affects: unity (Ubuntu) Importance: Undecided Status: New ** Changed in: unity (Ubuntu) Status: New = Opinion -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1349869] [NEW] [S400CA, Realtek ALC269VB, Speaker, Internal] No sound at all

2014-07-29 Thread Gustavo
Public bug reported: Since I isntalled ubuntu on Asus Vivobook s400, no sound at all! ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: alsa-base 1.0.25+dfsg-0ubuntu4 ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic x86_64 ApportVersion:

[Desktop-packages] [Bug 1247736] Please test proposed package

2014-07-29 Thread Chris J Arges
Hello Jorma, or anyone else affected, Accepted nvidia-graphics-drivers-331-updates into trusty-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/nvidia-graphics- drivers-331-updates/331.38-0ubuntu7.1 in a few hours, and then in the -proposed repository.

[Desktop-packages] [Bug 1247736] Re: [SRU] nvidia-opencl-icd-* should not conflicts/replaces on opencl-icd

2014-07-29 Thread Chris J Arges
Hello Jorma, or anyone else affected, Accepted nvidia-graphics-drivers-331 into trusty-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source /nvidia-graphics-drivers-331/331.38-0ubuntu7.1 in a few hours, and then in the -proposed repository. Please help us

[Desktop-packages] [Bug 1349866] Re: display blank after resume (consistent)

2014-07-29 Thread Václav Šmilauer
FWIW, this is the output of radeontool (sudo radeontool light on had no effect at all): $ sudo radeontool regs RADEON_DAC_CNTL RADEON_DAC_EXT_CNTL RADEON_DAC_MACRO_CNTL RADEON_DAC_CNTL2 RADEON_TV_DAC_CNTL c100a080 RADEON_DISP_OUTPUT_CNTL

[Desktop-packages] [Bug 1349866] [NEW] display blank after resume (consistent)

2014-07-29 Thread Václav Šmilauer
Public bug reported: With the hardware as shown in automatically attached files (HP ProBook 455), display never recovers from resume, although the computer works fine otherwise (it can be connected to over ssh, in particular). I disabled the discrete GPU BIOS (that is the current stand) but the

[Desktop-packages] [Bug 1349879] [NEW] powering off an usb3 device causes kernel to resume immediately after suspend

2014-07-29 Thread b3nmore
Public bug reported: After powering off an usb3 disk (e.g. udisksctl power-off -b /dev/sdc) the system immediately resumes after suspend. This does not happen, if I umount the device and disconnect it. Usb devices 3.0 seem not to be affected. How to reproduce: 1) plug an usb3 device to an usb3

[Desktop-packages] [Bug 1247736] Re: [SRU] nvidia-opencl-icd-* should not conflicts/replaces on opencl-icd

2014-07-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/nvidia-graphics- drivers-331-updates ** Branch linked: lp:ubuntu/trusty-proposed/nvidia-graphics-drivers-331 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nvidia-graphics-drivers-331-updates

[Desktop-packages] [Bug 1334998] Re: When using Super+L keys autohide not working properly

2014-07-29 Thread Andrea Azzarone
*** This bug is a duplicate of bug 1320438 *** https://bugs.launchpad.net/bugs/1320438 ** This bug has been marked a duplicate of bug 1320438 Unity launcher auto hide fails on screen unlock using Super+L -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 1328537] Re: Can't find where to shut off showing the user's wallpaper in Unity locker

2014-07-29 Thread Andrea Azzarone
com.canonical.unity.unity-greeter-draw-user-backgrounds is the correct option. If it does not work please reopen the bug. ** Changed in: unity Status: New = Invalid ** Changed in: unity (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member

[Desktop-packages] [Bug 1349078]

2014-07-29 Thread Jmadero-dev
It was indeed that easy to confirm. Setting to: New - confirmed Major - essentially loss of data (or addition of data that is unwanted) High - default seems fine. Would be nice to know if this one is a regression - unfortunately my main machine with older versions installed is down until at

[Desktop-packages] [Bug 1349078]

2014-07-29 Thread Vdragon
Created attachment 103536 Comparison of the slide master after converting -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/1349078 Title: [upstream] Impress FORMATTING: Slide

[Desktop-packages] [Bug 1349078]

2014-07-29 Thread Vdragon
Created attachment 103535 Vdragon's bug reproduce document(after converted to fodp using LibO4.2.4.2 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/1349078 Title: [upstream]

[Desktop-packages] [Bug 1349078]

2014-07-29 Thread Jmadero-dev
Setting to UNCONFIRMED. Note: REOPENED is for a bug that a developer says they fixed (thus the bug is put into RESOLVED - FIXED) but a user can still see the problem on a version that should be fixed. For bugs never confirmed by a neutral third party the correct status is UNCONFIRMED. Thanks!

[Desktop-packages] [Bug 1349078]

2014-07-29 Thread Fritz-paul
Joel, I just confirmed the bug with independent configurations in version 4.1.5.3 under Windows and 4.2.4.2 in Linux. It takes less than a minute to do so. Just open the first simple odp, save it as fodp, reload it and check the footer. -- You received this bug notification because you are a

[Desktop-packages] [Bug 1292467] Re: Dual screen greeter can break 3D acceleration

2014-07-29 Thread Patricia Guimaraes
Hi Andy, You changed the status of this bug from New to Fix Released on April 17. Are you referring to the workaround you documented in the description, or was a fix for this bug actually implemented? I do not see this bug (1292467) listed in the change summary for Ubuntu 14.04.1 at

[Desktop-packages] [Bug 1347272] Re: Several XFCE applications appear unresponsive after communicating with a daemon

2014-07-29 Thread Martin Spacek
@ Alistair, I don't explicitly have Unity installed (I'm on Xubuntu 14.04), but a search via synaptic shows that I do have these Unity-related packages installed, possibly as dependencies for some piece of software I was compiling: gir1.2-unity-5.0 7.1.4+14.04.20140210-0ubuntu1

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2014-07-29 Thread Raymond
ode 0x08 [Audio Output] wcaps 0x41d: Stereo Amp-Out Control: name=Headphone Playback Volume, index=0, device=0 ControlAmp: chs=3, dir=Out, idx=0, ofs=0 Device: name=VT1802 Analog, type=Audio, device=0 Device: name=VT1802 Alt Analog, type=Audio, device=2 the two devices cannot share

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2014-07-29 Thread Raymond
http://www.intel.com/support/motherboards/desktop/sb/CS-034206.htm for desktop, those rear panel line out jacks output support multi channel playback and the front panel headphone can support multi streaming on some hda codec -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 1349009] Re: Renamed program name locally and Software Center Apps Directory replaced original name with local one

2014-07-29 Thread Matthew Paul Thomas
sam, thanks for the report. Launchpad shows that the executable was already called pdfsam in 12.04, and as far back as 10.04. http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/pdfsam/precise/view/head:/debian/pdfsam.desktop

[Desktop-packages] [Bug 1273498] Re: cant load digital camera to computer

2014-07-29 Thread tiar
I updated Ubuntu about a week ago and now Ubuntu will recognise my digital camera. Fixed? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1273498 Title: cant load digital camera to

[Desktop-packages] [Bug 1171878] Update Released

2014-07-29 Thread Chris J Arges
The verification of the Stable Release Update for compiz has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Desktop-packages] [Bug 763148] Update Released

2014-07-29 Thread Chris J Arges
The verification of the Stable Release Update for compiz has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Desktop-packages] [Bug 1171878] Re: Adding/Removing an external monitor causes maximized windows to move to another workspace

2014-07-29 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz - 1:0.9.7.12-0ubuntu4 --- compiz (1:0.9.7.12-0ubuntu4) precise; urgency=low * debian/patches/fix_external_monitor_hotplug.patch - Cherry-pick fixes upstream for window mismanagement when adding and/or removing an external monitor.

[Desktop-packages] [Bug 763148] Re: Adding/Removing an external monitor causes open windows to move to another workspace

2014-07-29 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz - 1:0.9.7.12-0ubuntu4 --- compiz (1:0.9.7.12-0ubuntu4) precise; urgency=low * debian/patches/fix_external_monitor_hotplug.patch - Cherry-pick fixes upstream for window mismanagement when adding and/or removing an external monitor.

[Desktop-packages] [Bug 1292467] Re: Dual screen greeter can break 3D acceleration

2014-07-29 Thread Stefan Bader
Hi Patricia, that was only the release-notes task. So we just noted wrote down there that this can happen and how to work around it. I have not seen or heard anyone fixing (or even looking at) the problem. -- You received this bug notification because you are a member of Desktop Packages, which

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2014-07-29 Thread Kiril
Disabled independent HP by commenting the line in patch_via.c: //spec-gen.indep_hp = 1; Headphones does not works after resume. alsa-info before suspend: http://www.alsa-project.org/db/?f=c7f2d491818afda332e303228f893447e71f37e8 alsa-info after resume:

[Desktop-packages] [Bug 1349963] [NEW] package texlive-latex-base 2013.20140215-1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-07-29 Thread Farmer Schlutzenberg
Public bug reported: failed to install ProblemType: Package DistroRelease: Ubuntu 14.04 Package: texlive-latex-base 2013.20140215-1 ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.2 Architecture: amd64 Date: Wed Jul

[Desktop-packages] [Bug 1247719] Re: crackling, popping, clicking in playback to audigy2 surround51 device

2014-07-29 Thread Forest
** Tags added: regression-release saucy ** Tags added: trusty -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1247719 Title: crackling, popping, clicking in playback to audigy2

[Desktop-packages] [Bug 1349953] Re: Screen locking issue

2014-07-29 Thread Seth Arnold
** Information type changed from Private Security to Public ** Package changed: gnome-screensaver (Ubuntu) = unity (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-screensaver in Ubuntu. Matching subscriptions: dp-unity

[Desktop-packages] [Bug 1348734] Re: SBx00 Azalia (Intel HDA) [1002:4383] (rev 40) no sound at all

2014-07-29 Thread Joseph Salisbury
** Changed in: alsa-driver (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1348734 Title: SBx00 Azalia (Intel HDA) [1002:4383] (rev 40)

[Desktop-packages] [Bug 964673] Re: keyboard shortcut overlay needs more consistent wording

2014-07-29 Thread Stephen M. Webb
This was merged 2012-08-27 and shipped in Ubuntu 12.10, the Fix is as Released as it's going to get. ** Changed in: unity Status: Incomplete = Fix Released ** Changed in: unity (Ubuntu) Status: Incomplete = Fix Released -- You received this bug notification because you are a

[Desktop-packages] [Bug 1295207] Re: Migrate to farsight 0.2* / gstreamer 1.0

2014-07-29 Thread Bryan Quigley
The Pidgin version in upstream git (seems to be for version 3.x), can be built --with-gstreamer=1.0 The released (2.10.9) version always wants gstremer0.10. (I'm not sure if there are other changes between them that makes gstreamer1.0 work better..) If you grep configure.ac and yours has

[Desktop-packages] [Bug 1349983] [NEW] GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.NoConnection: Host accounts.google.com not found while network available

2014-07-29 Thread Lucio Torre
Public bug reported: While calling signon_auth_session_new from accounts-polld i kept getting 2014/07/28 19:26:05 Account 2 failed to authenticate: GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.NoConnection: Host accounts.google.com not found But network was available. Error was

[Desktop-packages] [Bug 964673] Re: keyboard shortcut overlay needs more consistent wording

2014-07-29 Thread Gunnar Hjalmarsson
** No longer affects: ubuntu-translations -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dp-unity https://bugs.launchpad.net/bugs/964673 Title: keyboard shortcut overlay needs more consistent

[Desktop-packages] [Bug 1350004] [NEW] package libpostproc52 6:0.8.10-0ubuntu0.13.10.1 [modified: usr/lib/x86_64-linux-gnu/libpostproc.so.52.0.0] failed to install/upgrade: libpostproc52:amd64 6:0.git

2014-07-29 Thread gian marco
Public bug reported: i can't upgrade my ubuntu ProblemType: Package DistroRelease: Ubuntu 14.04 Package: libpostproc52 6:0.8.10-0ubuntu0.13.10.1 [modified: usr/lib/x86_64-linux-gnu/libpostproc.so.52.0.0] ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic

[Desktop-packages] [Bug 1350004] Re: package libpostproc52 6:0.8.10-0ubuntu0.13.10.1 [modified: usr/lib/x86_64-linux-gnu/libpostproc.so.52.0.0] failed to install/upgrade: libpostproc52:amd64 6:0.git20

2014-07-29 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libav in Ubuntu. https://bugs.launchpad.net/bugs/1350004 Title: package libpostproc52 6:0.8.10-0ubuntu0.13.10.1 [modified:

[Desktop-packages] [Bug 1218294] Re: [dialer app] During a live call, there's no volume adjustment available

2014-07-29 Thread Bill Filler
just tested on Utopic build 157 and volume adjustment during call doesn't seem to control the volume of the earpiece, only the speaker phone. And turning the volume all the way down even when the speakerphone is on doesn't turn off all the sound as I expected, it just lowers it to a certain point.

[Desktop-packages] [Bug 319354] Re: MSN user name change to often causes msg box overflow and kills client

2014-07-29 Thread Mörgæs
Closing due to age. If a similar bug appears in Ubuntu 14.04 please open a new report. ** Changed in: pidgin (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pidgin in Ubuntu.

[Desktop-packages] [Bug 461068] Re: [karmic] apport-kde reports bug for wrong package

2014-07-29 Thread Mörgæs
Closing due to age. If a similar bug appears in Ubuntu 14.04 please open a new report. ** Changed in: apport (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to apport in Ubuntu.

[Desktop-packages] [Bug 635127] Re: apport-collect errno 13

2014-07-29 Thread Mörgæs
Closing due to age. If a similar bug appears in Ubuntu 14.04 please open a new report. ** Changed in: apport (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to apport in Ubuntu.

[Desktop-packages] [Bug 349745] Re: Opened sudo gedit - Apport said pidgin crashed... when it didn't. - gedit crashed - apport failed to report the pidgin crash - apport notified me of gedit crash

2014-07-29 Thread Mörgæs
Closing due to age. If a similar bug appears in Ubuntu 14.04 please open a new report. ** Changed in: apport (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to apport in Ubuntu.

  1   2   >