[Desktop-packages] [Bug 1094412] Re: Precise does not resume from S3 - kernel panic on resume
Best guess: Booting with 'noapic', I see the "irq 5: nobody cared" message on resume, along with 1 IRQ5 counts in /proc/interrupts (the devices claiming that IRQ are quiescent). Without 'noapic' that must be triggering something else to go haywire, perhaps the AER logic (though that is all MSI, so probably not). I'm flying blind on those boots. I bet that, if I can recall how to re-enable IRQ5, I'll see it continuously asserting. Chipset or BIOS bug maybe. I don't know if I had AER enabled under Lucid, so that might be the difference. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nvidia-graphics-drivers in Ubuntu. https://bugs.launchpad.net/bugs/1094412 Title: Precise does not resume from S3 - kernel panic on resume Status in “nvidia-graphics-drivers” package in Ubuntu: New Bug description: 4 days ago I had Ubuntu Lucid running on this computer. Suspend and resume worked flawlessly every time. Then I upgraded to Ubuntu Precise. Suspend seems to work, but resume fails every time. By the flashing keyboard lights, I guess it kernel paniced. It fails from the Live CD and from a fresh install. Here is my debug so far. Run Update Manager Install all updates Reboot Try suspend = fails sudo apt-get install synaptic Run synaptic Install linux-generic-lts-quantal (3.5.0-21) Reboot Try suspend = fails Run jockey-gtk Install "experimental" 304 nVidia driver Reboot NVRM error in dmesg Add video=vesa:off vga=normal to /etc/default/grub Run update-grub2 Reboot No more NVRM error (also no splash screen) Try suspend = fails echo core > /sys/power/pm_test echo mem > /sys/power/state system acts like it is going to sleep, and then wakes up a few seconds later dmesg shows: [ 1230.083404] [ cut here ] [ 1230.083410] WARNING: at /build/buildd/linux-lts-quantal-3.5.0/kernel/power/suspend_test.c:53 suspend_test_finish+0x86/0x90() [ 1230.083411] Hardware name: To Be Filled By O.E.M. [ 1230.083412] Component: resume devices, time: 14424 [ 1230.083412] Modules linked in: snd_emu10k1_synth snd_emux_synth snd_seq_virmidi snd_seq_midi_emul bnep rfcomm parport_pc ppdev nvidia(PO) snd_emu10k1 snd_ac97_codec ac97_bus snd_pcm snd_page_alloc snd_util_mem snd_hwdep snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer coretemp snd_seq_device kvm_intel kvm snd ghash_clmulni_intel soundcore aesni_intel btusb cryptd aes_x86_64 bluetooth i7core_edac edac_core microcode mac_hid lpc_ich mxm_wmi shpchp serio_raw wmi hid_generic lp parport usbhid hid r8169 pata_marvell [ 1230.083445] Pid: 3329, comm: bash Tainted: P O 3.5.0-21-generic #32~precise1-Ubuntu [ 1230.083446] Call Trace: [ 1230.083448] [] warn_slowpath_common+0x7f/0xc0 [ 1230.083452] [] warn_slowpath_fmt+0x46/0x50 [ 1230.083455] [] suspend_test_finish+0x86/0x90 [ 1230.083457] [] suspend_devices_and_enter+0x10b/0x200 [ 1230.083460] [] enter_state+0xd1/0x100 [ 1230.083463] [] pm_suspend+0x1b/0x60 [ 1230.083465] [] state_store+0x45/0x70 [ 1230.083467] [] kobj_attr_store+0xf/0x30 [ 1230.083471] [] sysfs_write_file+0xef/0x170 [ 1230.083476] [] vfs_write+0xb3/0x180 [ 1230.083480] [] sys_write+0x4a/0x90 [ 1230.083483] [] system_call_fastpath+0x16/0x1b [ 1230.083488] ---[ end trace 839cdd0078b3ce03 ]--- Boot with init=/bin/bash unload all modules except USBHID echo core > /sys/power/pm_test echo mem > /sys/power/state system acts like it is going to sleep, and then wakes up a few seconds later echo none > /sys/power/pm_test echo mem > /sys/power/state system goes to sleep press power to resume = fails At this point I am stumped on how to debug. This is a "modern" computer with no serial ports. It worked under Lucid, so I know it is POSSIBLE. Mobo: ASRock X58 single-socket CPU: Westmere 6 core (12 hyperthreads) 3.2 GHz RAM: 12 GB ECC Disk: sda = Intel SSD, mounted on / Disk: sdb = Intel SSD, not mounted Disk: sdc = Seagate HDD, not mounted Disk: sdd = Seagate HDD, not mounted NIC = Onboard RTL8168e/8111e Sound = EMU1212 (emu10k1, not even configured yet) Video = nVidia GeForce 7600 GT KB = PS2 (also tried USB) Mouse = USB Suspend and resume is a must-have for me. I am at my wits end. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1094412/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094412] Re: Precise does not resume from S3 - kernel panic on resume
Update: Booting with noapic seems to work! As before, it worked under Lucid, without the noapic flag, so it's still a bug IMO. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nvidia-graphics-drivers in Ubuntu. https://bugs.launchpad.net/bugs/1094412 Title: Precise does not resume from S3 - kernel panic on resume Status in “nvidia-graphics-drivers” package in Ubuntu: New Bug description: 4 days ago I had Ubuntu Lucid running on this computer. Suspend and resume worked flawlessly every time. Then I upgraded to Ubuntu Precise. Suspend seems to work, but resume fails every time. By the flashing keyboard lights, I guess it kernel paniced. It fails from the Live CD and from a fresh install. Here is my debug so far. Run Update Manager Install all updates Reboot Try suspend = fails sudo apt-get install synaptic Run synaptic Install linux-generic-lts-quantal (3.5.0-21) Reboot Try suspend = fails Run jockey-gtk Install "experimental" 304 nVidia driver Reboot NVRM error in dmesg Add video=vesa:off vga=normal to /etc/default/grub Run update-grub2 Reboot No more NVRM error (also no splash screen) Try suspend = fails echo core > /sys/power/pm_test echo mem > /sys/power/state system acts like it is going to sleep, and then wakes up a few seconds later dmesg shows: [ 1230.083404] [ cut here ] [ 1230.083410] WARNING: at /build/buildd/linux-lts-quantal-3.5.0/kernel/power/suspend_test.c:53 suspend_test_finish+0x86/0x90() [ 1230.083411] Hardware name: To Be Filled By O.E.M. [ 1230.083412] Component: resume devices, time: 14424 [ 1230.083412] Modules linked in: snd_emu10k1_synth snd_emux_synth snd_seq_virmidi snd_seq_midi_emul bnep rfcomm parport_pc ppdev nvidia(PO) snd_emu10k1 snd_ac97_codec ac97_bus snd_pcm snd_page_alloc snd_util_mem snd_hwdep snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer coretemp snd_seq_device kvm_intel kvm snd ghash_clmulni_intel soundcore aesni_intel btusb cryptd aes_x86_64 bluetooth i7core_edac edac_core microcode mac_hid lpc_ich mxm_wmi shpchp serio_raw wmi hid_generic lp parport usbhid hid r8169 pata_marvell [ 1230.083445] Pid: 3329, comm: bash Tainted: P O 3.5.0-21-generic #32~precise1-Ubuntu [ 1230.083446] Call Trace: [ 1230.083448] [] warn_slowpath_common+0x7f/0xc0 [ 1230.083452] [] warn_slowpath_fmt+0x46/0x50 [ 1230.083455] [] suspend_test_finish+0x86/0x90 [ 1230.083457] [] suspend_devices_and_enter+0x10b/0x200 [ 1230.083460] [] enter_state+0xd1/0x100 [ 1230.083463] [] pm_suspend+0x1b/0x60 [ 1230.083465] [] state_store+0x45/0x70 [ 1230.083467] [] kobj_attr_store+0xf/0x30 [ 1230.083471] [] sysfs_write_file+0xef/0x170 [ 1230.083476] [] vfs_write+0xb3/0x180 [ 1230.083480] [] sys_write+0x4a/0x90 [ 1230.083483] [] system_call_fastpath+0x16/0x1b [ 1230.083488] ---[ end trace 839cdd0078b3ce03 ]--- Boot with init=/bin/bash unload all modules except USBHID echo core > /sys/power/pm_test echo mem > /sys/power/state system acts like it is going to sleep, and then wakes up a few seconds later echo none > /sys/power/pm_test echo mem > /sys/power/state system goes to sleep press power to resume = fails At this point I am stumped on how to debug. This is a "modern" computer with no serial ports. It worked under Lucid, so I know it is POSSIBLE. Mobo: ASRock X58 single-socket CPU: Westmere 6 core (12 hyperthreads) 3.2 GHz RAM: 12 GB ECC Disk: sda = Intel SSD, mounted on / Disk: sdb = Intel SSD, not mounted Disk: sdc = Seagate HDD, not mounted Disk: sdd = Seagate HDD, not mounted NIC = Onboard RTL8168e/8111e Sound = EMU1212 (emu10k1, not even configured yet) Video = nVidia GeForce 7600 GT KB = PS2 (also tried USB) Mouse = USB Suspend and resume is a must-have for me. I am at my wits end. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1094412/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094412] Re: Precise does not resume from S3 - kernel panic on resume
Running a suspend with pm_trace set, I get: aer :00:03.0:pcie02: hash matches I don't know what magic might be needed here, though. As I said before - it worked a few days ago under Lucid. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nvidia-graphics-drivers in Ubuntu. https://bugs.launchpad.net/bugs/1094412 Title: Precise does not resume from S3 - kernel panic on resume Status in “nvidia-graphics-drivers” package in Ubuntu: New Bug description: 4 days ago I had Ubuntu Lucid running on this computer. Suspend and resume worked flawlessly every time. Then I upgraded to Ubuntu Precise. Suspend seems to work, but resume fails every time. By the flashing keyboard lights, I guess it kernel paniced. It fails from the Live CD and from a fresh install. Here is my debug so far. Run Update Manager Install all updates Reboot Try suspend = fails sudo apt-get install synaptic Run synaptic Install linux-generic-lts-quantal (3.5.0-21) Reboot Try suspend = fails Run jockey-gtk Install "experimental" 304 nVidia driver Reboot NVRM error in dmesg Add video=vesa:off vga=normal to /etc/default/grub Run update-grub2 Reboot No more NVRM error (also no splash screen) Try suspend = fails echo core > /sys/power/pm_test echo mem > /sys/power/state system acts like it is going to sleep, and then wakes up a few seconds later dmesg shows: [ 1230.083404] [ cut here ] [ 1230.083410] WARNING: at /build/buildd/linux-lts-quantal-3.5.0/kernel/power/suspend_test.c:53 suspend_test_finish+0x86/0x90() [ 1230.083411] Hardware name: To Be Filled By O.E.M. [ 1230.083412] Component: resume devices, time: 14424 [ 1230.083412] Modules linked in: snd_emu10k1_synth snd_emux_synth snd_seq_virmidi snd_seq_midi_emul bnep rfcomm parport_pc ppdev nvidia(PO) snd_emu10k1 snd_ac97_codec ac97_bus snd_pcm snd_page_alloc snd_util_mem snd_hwdep snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer coretemp snd_seq_device kvm_intel kvm snd ghash_clmulni_intel soundcore aesni_intel btusb cryptd aes_x86_64 bluetooth i7core_edac edac_core microcode mac_hid lpc_ich mxm_wmi shpchp serio_raw wmi hid_generic lp parport usbhid hid r8169 pata_marvell [ 1230.083445] Pid: 3329, comm: bash Tainted: P O 3.5.0-21-generic #32~precise1-Ubuntu [ 1230.083446] Call Trace: [ 1230.083448] [] warn_slowpath_common+0x7f/0xc0 [ 1230.083452] [] warn_slowpath_fmt+0x46/0x50 [ 1230.083455] [] suspend_test_finish+0x86/0x90 [ 1230.083457] [] suspend_devices_and_enter+0x10b/0x200 [ 1230.083460] [] enter_state+0xd1/0x100 [ 1230.083463] [] pm_suspend+0x1b/0x60 [ 1230.083465] [] state_store+0x45/0x70 [ 1230.083467] [] kobj_attr_store+0xf/0x30 [ 1230.083471] [] sysfs_write_file+0xef/0x170 [ 1230.083476] [] vfs_write+0xb3/0x180 [ 1230.083480] [] sys_write+0x4a/0x90 [ 1230.083483] [] system_call_fastpath+0x16/0x1b [ 1230.083488] ---[ end trace 839cdd0078b3ce03 ]--- Boot with init=/bin/bash unload all modules except USBHID echo core > /sys/power/pm_test echo mem > /sys/power/state system acts like it is going to sleep, and then wakes up a few seconds later echo none > /sys/power/pm_test echo mem > /sys/power/state system goes to sleep press power to resume = fails At this point I am stumped on how to debug. This is a "modern" computer with no serial ports. It worked under Lucid, so I know it is POSSIBLE. Mobo: ASRock X58 single-socket CPU: Westmere 6 core (12 hyperthreads) 3.2 GHz RAM: 12 GB ECC Disk: sda = Intel SSD, mounted on / Disk: sdb = Intel SSD, not mounted Disk: sdc = Seagate HDD, not mounted Disk: sdd = Seagate HDD, not mounted NIC = Onboard RTL8168e/8111e Sound = EMU1212 (emu10k1, not even configured yet) Video = nVidia GeForce 7600 GT KB = PS2 (also tried USB) Mouse = USB Suspend and resume is a must-have for me. I am at my wits end. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1094412/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094602] [NEW] No thumnbnails showing, Nautilus processor usage goes up to 100%.
Public bug reported: The thumbnail previews for files like JPGs, PDFs etc are not showing up in nautilus. Tried deleting ~/.thumbnails, and also tried creating a fresh user. Same behavior was observed. Here is a log from ~/.xsession-errors : (nautilus:1956): GLib-GObject-CRITICAL **: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed (nautilus:1956): GLib-GObject-CRITICAL **: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed (nautilus:1956): GLib-GObject-CRITICAL **: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed (nautilus:1956): GLib-GObject-CRITICAL **: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed (nautilus:1956): GLib-GObject-CRITICAL **: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed (nautilus:1956): GLib-GObject-CRITICAL **: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed This link: https://bugs.launchpad.net/ubuntu/+source/eog/+bug/754622 mentions the same error, but no malfunctions. Interestingly, if I open a directory inside nautilus where there are supposed to be thumbnails, I see nautilus' processor usage goes up, sometimes to 100%, and it goes down when I close it. I suspect it is also eating up my hard disk space, but can't be sure. I'd love some help on this. :) I'm using Natty. ** Affects: nautilus (Ubuntu) Importance: Undecided Status: New ** Tags: nautilus preview processor thumbnail ** Description changed: The thumbnail previews for files like JPGs, PDFs etc are not showing up in nautilus. Tries deleting ~/.thumbnails, and also tried creating a fresh user. Same behavior was observed. Here is a log from ~/.xsession-errors : - [code] + (nautilus:1956): GLib-GObject-CRITICAL **: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed (nautilus:1956): GLib-GObject-CRITICAL **: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed (nautilus:1956): GLib-GObject-CRITICAL **: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed (nautilus:1956): GLib-GObject-CRITICAL **: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed (nautilus:1956): GLib-GObject-CRITICAL **: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed - (nautilus:1956): GLib-GObject-CRITICAL **: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed - [/code] + (nautilus:1956): GLib-GObject-CRITICAL **: g_value_get_object: assertion + `G_VALUE_HOLDS_OBJECT (value)' failed - This link: https://bugs.launchpad.net/ubuntu/+source/eog/+bug/754622 - mentions the same error, but no malfunctions. + + This link: https://bugs.launchpad.net/ubuntu/+source/eog/+bug/754622 mentions the same error, but no malfunctions. Interestingly, if I open a directory inside nautilus where there are supposed to be thumbnails, I see nautilus' processor usage goes up, sometimes to 100%, and it goes down when I close it. I suspect it is also eating up my hard disk space, but can't be sure. I'd love some help on this. :) ** Description changed: The thumbnail previews for files like JPGs, PDFs etc are not showing up - in nautilus. Tries deleting ~/.thumbnails, and also tried creating a + in nautilus. Tried deleting ~/.thumbnails, and also tried creating a fresh user. Same behavior was observed. Here is a log from ~/.xsession-errors : - - - (nautilus:1956): GLib-GObject-CRITICAL **: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed (nautilus:1956): GLib-GObject-CRITICAL **: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed (nautilus:1956): GLib-GObject-CRITICAL **: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed (nautilus:1956): GLib-GObject-CRITICAL **: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed (nautilus:1956): GLib-GObject-CRITICAL **: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed (nautilus:1956): GLib-GObject-CRITICAL **: g_value_get_object: assertion `G_VALUE_HOLDS_OBJECT (value)' failed + (nautilus:1956): GLib-GObject-CRITICAL **: g_value_get_object: assertion + `G_VALUE_HOLDS_OBJECT (value)' failed - This link: https://bugs.launchpad.net/ubuntu/+source/eog/+bug/754622 mentions the same error, but no malfunctions. + This link: https://bugs.launchpad.net/ubuntu/+source/eog/+bug/754622 + mentions the same error, but no malfunctions. Interestingly, if I open a directory inside nautilus where there are supposed to be thumbnails, I see nautilus' processor usage goes up, sometimes to 100%, and it goes down when I close it. I suspect it is also eating up my hard disk space, but can't be sure. I'd love some help on this. :) ** Description changed: The thumbnail previews for files like JPGs, PDFs etc are not showing up in nautilus. Tried deleting ~/.thumbnails, and also tried creating a f
[Desktop-packages] [Bug 1085265] Re: Mutliple session choices extend beyond the bottom of the screen
*** This bug is a duplicate of bug 1071301 *** https://bugs.launchpad.net/bugs/1071301 ** This bug has been marked a duplicate of bug 1071301 Can't change the desktop environment in lightdm when more than one desktop is installed and the ok button is outside the visible screen. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-greeter in Ubuntu. https://bugs.launchpad.net/bugs/1085265 Title: Mutliple session choices extend beyond the bottom of the screen Status in “unity-greeter” package in Ubuntu: New Bug description: 12.10 unity-greeter 12.10.4-0ubuntu5 I expected an easy choice of desktop session after installing multiple desktop environments. Instead, making a choice is very difficult. The list of available desktop environments in unity-greeter does not resize itself or provide easy navigation on small screens. When more than a couple of choices are available on a small screen, the list extends beyond the bottom of the screen. It is then very difficult to select items at the bottom of the list and equally difficult to hit the OK button. I have not found any easy way to navigate this list. Tab/Space does not work well when you cannot see the choices. On my Lenovo S10-3 with a 10.1 inch screen, Unity, KDE, and LXDE take up 7 slots. Any additional desktop sessions and the OK button are scrolled off the bottom of the screen. Suggestions: -Have the list of sessions scroll up and down with the arrow keys similar to the list of users in the greeter -Remove the need to hit an additional button after selecting a session. could confirm the choice instead. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1085265/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 197087] Re: Using emerald decorator should disable appearance manager "window border" tab
Thank you for your report. I can confirm it on my Ubuntu developement machine. ** Changed in: emerald (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emerald in Ubuntu. https://bugs.launchpad.net/bugs/197087 Title: Using emerald decorator should disable appearance manager "window border" tab Status in “emerald” package in Ubuntu: Confirmed Bug description: A user running Compiz with Emerald still sees the "Window Border" tab in the appearance manager. The "Window Border" tab should be disabled (or better still, open the Emerald themes manager) since it only affects users running Metacity or Compiz + gtk-window-decorator. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/emerald/+bug/197087/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1086746] Re: Bluetooth keyboard battery interpreted as laptop battery
Same problem with my Razer Pro|Click BT mouse on my Sony VAIO's built-in BT radio. This looks like a bug in the Unity battery applet, not in upowerd, but I could be wrong. upower-d displays the mouse battery with the proper device name and "no" to power supply (the laptop battery reports "yes" to power supply). But when I open the battery info app from Unity, it shows the mouse as a laptop battery. Not only that, but the "default" battery meter displayed in the Unity menu bar is for the mouse and NOT the laptop battery. So I have to click it to see the laptop's battery level. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to upower in Ubuntu. https://bugs.launchpad.net/bugs/1086746 Title: Bluetooth keyboard battery interpreted as laptop battery Status in “upower” package in Ubuntu: Confirmed Bug description: My Logitech DiNovo Edge keyboard's internal battery status is available in: /sys/class/power_supply/hid-00:07:61:76:C9:F1-battery for the first time ever in Ubuntu 12.10. This would seem like a good thing, except that upower indicator reports it as a regular laptop/system battery, and even proposing to power off my desktop system if the keyboard battery happens to drain completely. That is unacceptable behaviour. I rectified it by manually editing settings- daemon power settings with dconf-editor, so the critical action was set to "nothing". (The regular power system settings GUI would NOT let me select this value, which is pretty strange.) Here's what upower says: $ upower -d Device: /org/freedesktop/UPower/devices/battery_hid_00o07o61o76oC9oF1_battery native-path: /sys/devices/pci:00/:00:1d.2/usb8/8-1/8-1.1/8-1.1:1.0/bluetooth/hci0/hci0:11/0005:046D:B309.0002/power_supply/hid-00:07:61:76:C9:F1-battery model:Logitech diNovo Edge power supply: no updated: Wed Dec 5 12:15:38 2012 (27 seconds ago) has history: yes has statistics: yes battery present: yes rechargeable:yes state: discharging energy: 0 Wh energy-empty:0 Wh energy-full: 0 Wh energy-full-design: 0 Wh energy-rate: 0 W percentage: 35% capacity:100% Daemon: daemon-version: 0.9.17 can-suspend: yes can-hibernateno on-battery: no on-low-battery: no lid-is-closed: no lid-is-present: no is-docked: no ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: upower 0.9.17-1build1 ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7 Uname: Linux 3.5.0-19-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.6.1-0ubuntu8 Architecture: amd64 Date: Wed Dec 5 11:55:30 2012 InstallationDate: Installed on 2012-06-02 (185 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True SourcePackage: upower UpgradeStatus: Upgraded to quantal on 2012-12-04 (0 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/upower/+bug/1086746/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 286081] Re: I keep loosing wireless connection on reboot
[Expired for network-manager (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/286081 Title: I keep loosing wireless connection on reboot Status in “network-manager” package in Ubuntu: Expired Bug description: Binary package hint: gnome-nettool I am able to ceate a network connect to the USB wireless device. I am able to surf, download and use the internet without any issues. Once I reboot the PC the connection is not restored. I have to go reset all settings to get the connection working. Once again all is well until the next reboot. I have installed Ubuntu 8.04 LTS ProblemType: Bug Architecture: i386 Date: Sun Oct 19 15:47:46 2008 DistroRelease: Ubuntu 8.04 ExecutablePath: /usr/bin/gnome-nettool NonfreeKernelModules: fglrx Package: gnome-nettool 2.22.0-0ubuntu2 PackageArchitecture: i386 ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: gnome-nettool Uname: Linux 2.6.24-19-generic i686 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/286081/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 278194] Re: NetworkManager crashed with SIGSEGV in g_main_context_dispatch()
[Expired for network-manager (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/278194 Title: NetworkManager crashed with SIGSEGV in g_main_context_dispatch() Status in “network-manager” package in Ubuntu: Expired Bug description: Binary package hint: network-manager NetworkManager crashes when I remove my mobile GSM USB stick. When clicking the diconnect option nothing happens, so that's why I removed it this awkward way. So maybe the bug is that under GSM disconnect option in the network manager doesn't work. If you need more info pls ask me. ProblemType: Crash Architecture: i386 CrashCounter: 1 DistroRelease: Ubuntu 8.10 ExecutablePath: /usr/sbin/NetworkManager Gconf: IfupdownConfig: auto lo iface lo inet loopback Package: network-manager 0.7~~svn20080928t225540+eni0-0ubuntu2 ProcAttrCurrent: unconfined ProcCmdline: /usr/sbin/NetworkManager ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin Signal: 11 SourcePackage: network-manager StacktraceTop: ?? () ?? () from /usr/lib/libglib-2.0.so.0 g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 ?? () from /usr/lib/libglib-2.0.so.0 g_main_loop_run () from /usr/lib/libglib-2.0.so.0 Title: NetworkManager crashed with SIGSEGV in g_main_context_dispatch() Uname: Linux 2.6.27-4-generic i686 UserGroups: To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/278194/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 283519] Re: [regression]NetworkManager-0.7 doesn't work fine with iwlagn
[Expired for network-manager (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/283519 Title: [regression]NetworkManager-0.7 doesn't work fine with iwlagn Status in “network-manager” package in Ubuntu: Expired Bug description: Hw: Intel Montevina (HP prototype laptop) OS: Intrepid Beta After system boot up, I seldom got NetworkManager connected with the APs (non-encrypted, WEP, WPA.etc). From the log, seems that the NetworkManager always tried to associate with one AP again and again. I tried to run wpa_supplicant and it works fine with my APs, that may prove this issue doesn't relate to iwlagn. This bug also happened on Intrepid Alpha5 but didn't happen on Alpha6, so I believe this is an regression issue. dmesg and other required information will be attached later. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/283519/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 285266] Re: iwl3945 doesn't see essid for just one router
[Expired for network-manager-applet (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager-applet (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager-applet in Ubuntu. https://bugs.launchpad.net/bugs/285266 Title: iwl3945 doesn't see essid for just one router Status in “network-manager-applet” package in Ubuntu: Expired Bug description: I have a Linksys WRT110 and network manager shows me a list of 9 different essid's from my neighborhood but it won't list mine. To work around I: -Click on network manager -Choose create new network -Put my essid in the network name field -choose WPA & WPA2 Personal -Wait for the green lights to show up but the network manager times out -Click cancel on the pop up asking to verify the password -Click on Network Manager icon -highlight my new network which is now in the list but it an Ad-HOC icon and an arrow to the right side -Once I mouse over the essid another two of the same essids pop out to the right -I choose one of them -After I choose one I click on network manager again and now I can see my essid with the shield/security icon and when I click on it, my wireless connects and is stable until the next time I reboot. I'm not sure where to file this or if I just have to live with it due to an issue with my router. Disabling WPA seems to resolve the issue and I haven't tried WEP. How do I go about troubleshooting this? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/285266/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 291391] Re: gnome network manager applet 0.7.0, wlan and bit rate
[Expired for network-manager (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/291391 Title: gnome network manager applet 0.7.0, wlan and bit rate Status in “network-manager” package in Ubuntu: Expired Bug description: when configuring wlan in ubuntu 8.10 over gnome network manager applet 0.7.0 and getting the card to work, a "iwconfig" reveals "Bit Rate=1 Mb/s". this slows the connection down. you manually have to set this up with "sudo iwconfig wlan0 bit 54M" every restart. this is kinda unclean. lshw results in *-network:0 description: Wireless interface product: RT2500 802.11g Cardbus/mini-PCI vendor: RaLink ... any solutions? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/291391/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 306303] Re: NetworkManager ignores changes to PPP settings
[Expired for network-manager-applet (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager-applet (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager-applet in Ubuntu. https://bugs.launchpad.net/bugs/306303 Title: NetworkManager ignores changes to PPP settings Status in “network-manager-applet” package in Ubuntu: Expired Bug description: Binary package hint: network-manager-gnome $ lsb_release -rd Description: Ubuntu 8.10 Release: 8.10 $ apt-cache policy network-manager-gnome network-manager-gnome: Installed: 0.7~~svn20081020t000444-0ubuntu1 Candidate: 0.7~~svn20081020t000444-0ubuntu1 Version table: *** 0.7~~svn20081020t000444-0ubuntu1 0 500 http://de.archive.ubuntu.com intrepid/main Packages 100 /var/lib/dpkg/status Changes applied to the PPP tab (in Mobile Broadband) in the NetworkManager are ignored. I expected the changed parameters to be set and saved. Instead the changes were ignored. By clicking OK in the NetworkManager, a lot of entries without values are send to gconf. How to reproduce: Open the NetworkManager, click on tab "Mobile Broadband", click on button "Edit" (a connection must already exists), click on tab "Point-to-Point Protocol (PPP)", change something like "Allow TCP header compression" and click on OK. Click on "Edit" again and see the old, unchanged settings. With gconf-editor (in /system/networking/connections/NUMBER/ppp) one can set the values manually and the next time the tab is opened, the NetworkManager will show the current settings. So settings are read, at least. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/306303/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 287586] Re: NetworkManager crashed with SIGSEGV in killswitch_getpower_reply() ... g_slice_alloc()
[Expired for network-manager (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/287586 Title: NetworkManager crashed with SIGSEGV in killswitch_getpower_reply() ... g_slice_alloc() Status in NetworkManager: Invalid Status in “network-manager” package in Ubuntu: Expired Bug description: Binary package hint: network-manager NetworkManager crashed right after I ran udpate-manager. Might be unrelated. ProblemType: Crash Architecture: amd64 DistroRelease: Ubuntu 8.10 ExecutablePath: /usr/sbin/NetworkManager Gconf: InterestingModules: b44 ndiswrapper NonfreeKernelModules: fglrx Package: network-manager 0.7~~svn20081018t105859-0ubuntu1 ProcAttrCurrent: unconfined ProcCmdline: /usr/sbin/NetworkManager ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin Signal: 11 SourcePackage: network-manager StacktraceTop: g_slice_alloc () from /usr/lib/libglib-2.0.so.0 g_set_error () from /usr/lib/libglib-2.0.so.0 dbus_set_g_error () ?? () from /usr/lib/libdbus-glib-1.so.2 dbus_g_proxy_end_call () Title: NetworkManager crashed with SIGSEGV in g_slice_alloc() Uname: Linux 2.6.27-7-generic x86_64 UserGroups: WpaSupplicantLog: To manage notifications about this bug go to: https://bugs.launchpad.net/network-manager/+bug/287586/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 288208] Re: 0.7, 3G network Orange Icon 225 USB key not handled by network manager
[Expired for network-manager (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/288208 Title: 0.7, 3G network Orange Icon 225 USB key not handled by network manager Status in “network-manager” package in Ubuntu: Expired Bug description: Binary package hint: network-manager As described in the comments of: https://bugs.launchpad.net/ubuntu/+source/hal-info/+bug/284961 When I plug "Bus 002 Device 004: ID 0af0:6971 Option" Even after installing manually rezero and hal-info patch, network manager does not work: After a reboot, here what I get when I plug the key Oct 20 18:20:47 pc NetworkManager: ttyHS0: driver is 'hso'. Oct 20 18:20:47 pc NetworkManager: [1224519647.496808] setup_monitor_device(): No monitoring udi provided Oct 20 18:20:47 pc NetworkManager: Found new Modem device 'ttyHS0'. Oct 20 18:20:47 pc NetworkManager: (ttyHS0): exported as /org/freedesktop/Hal/devices/usb_device_af0_6971_Serial_Number_if0_serial_unknown_0 Oct 20 18:20:51 pc NetworkManager: (ttyHS0): device state change: 1 -> 2 Oct 20 18:20:51 pc NetworkManager: (ttyHS0): deactivating device (reason: 2). Oct 20 18:20:51 pc NetworkManager: nm_system_device_flush_ip4_routes_with_iface: assertion `iface_idx >= 0' failed Oct 20 18:20:51 pc NetworkManager: nm_system_device_flush_ip4_addresses_with_iface: assertion `iface_idx >= 0' failed Oct 20 18:20:51 pc NetworkManager: (ttyHS0): device state change: 2 -> 3 Oct 20 18:21:20 pc NetworkManager: Activation (ttyHS0) starting connection 'Orange 3Gb' Oct 20 18:21:20 pc NetworkManager: (ttyHS0): device state change: 3 -> 4 Oct 20 18:21:20 pc NetworkManager: Activation (ttyHS0) Stage 1 of 5 (Device Prepare) scheduled... Oct 20 18:21:20 pc NetworkManager: Activation (ttyHS0) Stage 1 of 5 (Device Prepare) started... Oct 20 18:21:20 pc NetworkManager: [1224519680.142206] nm_serial_device_open(): (ttyHS0) opening device... Oct 20 18:21:20 pc NetworkManager: Activation (ttyHS0) Stage 1 of 5 (Device Prepare) complete. Oct 20 18:21:20 pc NetworkManager: check_pin_done(): PIN checking failed Oct 20 18:21:20 pc NetworkManager: (ttyHS0): device state change: 4 -> 9 Oct 20 18:21:20 pc NetworkManager: [1224519680.326062] nm_serial_device_close(): Closing device 'ttyHS0' Oct 20 18:21:20 pc NetworkManager: Marking connection 'Orange 3Gb' invalid. Oct 20 18:21:20 pc NetworkManager: Activation (ttyHS0) failed. Oct 20 18:21:20 pc NetworkManager: (ttyHS0): device state change: 9 -> 3 Oct 20 18:21:20 pc NetworkManager: (ttyHS0): deactivating device (reason: 0). Oct 20 18:21:20 pc NetworkManager: nm_system_device_flush_ip4_routes_with_iface: assertion `iface_idx >= 0' failed Oct 20 18:21:20 pc NetworkManager: nm_system_device_flush_ip4_addresses_with_iface: assertion `iface_idx >= 0' failed When I manually follow the instructions from : http://www.equinoxefr.org/post/2008/04/21/la-clef-orange-icon-225-sur- ubuntu-804 Both the connect.sh script and the python app do work and manage to setup the 3G network access. So this is a network manager problem. As for parameters, in France APN is "orange.ie", USER and PASS should be empty (no use) and PIN is "". Please find attached bug-icon-225.tgz which has various info on my system. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/288208/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 288258] Re: NetworkManager crashed with SIGSEGV in g_slice_alloc()
[Expired for network-manager (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/288258 Title: NetworkManager crashed with SIGSEGV in g_slice_alloc() Status in “network-manager” package in Ubuntu: Expired Bug description: Binary package hint: network-manager No specific information is available, random crashes for no apparent reason at all. ProblemType: Crash Architecture: amd64 DistroRelease: Ubuntu 8.10 ExecutablePath: /usr/sbin/NetworkManager Gconf: IfupdownConfig: auto lo iface lo inet loopback NonfreeKernelModules: nvidia Package: network-manager 0.7~~svn20081018t105859-0ubuntu1 ProcAttrCurrent: unconfined ProcCmdline: /usr/sbin/NetworkManager ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin Signal: 11 SourcePackage: network-manager StacktraceTop: g_slice_alloc () from /usr/lib/libglib-2.0.so.0 g_slist_prepend () from /usr/lib/libglib-2.0.so.0 ?? () from /usr/lib/libdbus-glib-1.so.2 g_hash_table_foreach () ?? () from /usr/lib/libdbus-glib-1.so.2 Syslog: Oct 23 10:36:29 ubuntu-mike-pc kernel: [60051.467282] npviewer.bin[27956]: segfault at 0 ip f6c0c8e4 sp ff85fcfc error 4 in libflashplayer.so[f68df000+951000] Oct 23 13:28:29 ubuntu-mike-pc dhclient: DHCPREQUEST of 192.168.3.103 on eth1 to 192.168.3.3 port 67 Oct 23 13:28:29 ubuntu-mike-pc dhclient: DHCPACK of 192.168.3.103 from 192.168.3.3 Oct 23 13:28:29 ubuntu-mike-pc dhclient: bound to 192.168.3.103 -- renewal in 43175 seconds. Title: NetworkManager crashed with SIGSEGV in g_slice_alloc() Uname: Linux 2.6.27-7-generic x86_64 UserGroups: WpaSupplicantLog: To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/288258/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 190138] Re: nm-applet crashed with SIGSEGV in g_type_check_instance_cast()
[Expired for network-manager-applet (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager-applet (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager-applet in Ubuntu. https://bugs.launchpad.net/bugs/190138 Title: nm-applet crashed with SIGSEGV in g_type_check_instance_cast() Status in “network-manager-applet” package in Ubuntu: Expired Bug description: apport should mark this field as non-blank ProblemType: Crash Architecture: i386 CrashCounter: 1 Date: Fri Feb 8 10:59:56 2008 DistroRelease: Ubuntu 8.04 ExecutablePath: /usr/bin/nm-applet NonfreeKernelModules: cdrom Package: network-manager-gnome 0.6.5-0ubuntu11 PackageArchitecture: i386 ProcCmdline: nm-applet --sm-disable ProcCwd: /home/david ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=cs_CZ.UTF-8 SHELL=/bin/bash Signal: 11 SourcePackage: network-manager-applet StacktraceTop: g_type_check_instance_cast () ?? () from /usr/lib/gtk-2.0/2.10.0/filesystems/libgio.so ?? () ?? () ?? () Title: nm-applet crashed with SIGSEGV in g_type_check_instance_cast() Uname: Linux cihla 2.6.24-5-generic #1 SMP Thu Jan 24 19:45:21 UTC 2008 i686 GNU/Linux UserGroups: adm admin audio cdrom dialout dip floppy games kqemu lpadmin netdev plugdev powerdev scanner src video To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/190138/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 414818] Re: nm-applet conecting forever
[Expired for network-manager-applet (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager-applet (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager-applet in Ubuntu. https://bugs.launchpad.net/bugs/414818 Title: nm-applet conecting forever Status in “network-manager-applet” package in Ubuntu: Expired Bug description: I've configured my 3g gsm modem (Onda MSA405HS) to connect. The modem is recognized, the configuration is ok, the pppd retrieves the ip address. But the nm-applet keeps "connecting". To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/414818/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 464933] Re: Default gateway does not get set
[Expired for network-manager-applet (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager-applet (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager-applet in Ubuntu. https://bugs.launchpad.net/bugs/464933 Title: Default gateway does not get set Status in “network-manager-applet” package in Ubuntu: Expired Bug description: On Ubuntu 9.10 amd64 in the NetworkManager applet, when I change the connection parameter and switch from dynamic ip to static ip I set the ip, mask, and default gateway but the default gateway doesn't change and remains set to 0.0.0.0. ProblemType: Bug Architecture: amd64 CRDA: Error: [Errno 2] Nessun file o directory Date: Fri Oct 30 15:35:01 2009 DistroRelease: Ubuntu 9.10 ExecutablePath: /usr/bin/nm-connection-editor Gconf: IfupdownConfig: auto lo iface lo inet loopback InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027) IpRoute: 192.107.64.0/24 dev eth1 proto kernel scope link src 192.107.64.254 metric 1 169.254.0.0/16 dev eth1 scope link metric 1000 IwConfig: lono wireless extensions. eth0 no wireless extensions. eth1 no wireless extensions. NonfreeKernelModules: nvidia Package: network-manager-gnome 0.8~a~git.20091014t134532.4033e62-0ubuntu1 ProcEnviron: LANG=it_IT.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-14.48-generic RfKill: SourcePackage: network-manager-applet Uname: Linux 2.6.31-14-generic x86_64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/464933/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 384635] Re: CDMA connection "Available to all users" will not "Disconnect".
[Expired for network-manager (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/384635 Title: CDMA connection "Available to all users" will not "Disconnect". Status in “network-manager” package in Ubuntu: Expired Bug description: Adapter: Verizon Broadband USB727 by Novatel Wireless 3G CDMA This should cover all circumstances: 1) Remove card from USB port (nm should disconnect automatically). 2) Right-click nm-applet & select "Edit Connections..." 3) Select "Mobile Broadband" tab and delete entry (or entries). 4) Close "Network Connections" window. 5) Insert broadband card. 6) Once the device becomes 'managed', left-clicking the nm-applet shows that a new connection has appeared - "Auto Mobile Broadband (CDMA) connection". 7) Click on it and you will connect. 8) Left-click on nm-applet again, and you see the Disconnect entry. Click that, and you will be disconnected. [The remaining steps can be done on or off-line, it doesn't matter. I reconnected first.] 9) Right-click nm-applet & select "Edit Connections...", then select the "Mobile Broadband" tab. 10) Select the "Auto ... (CDMA) connection" and click the Edit button. 11) Make the connection "Available to all users" and click Apply (type in your password if needed for system policy, letting it remember doesn't effect the bug). Note: Changing this setting (in any way) WILL result in nm killing the connection, forcing you to manually re-enable it. [Another bug?] 12) Close "Network Connections" window. 13) Left-click the nm-applet & select Disconnect. You are still connected, there is no notify-osd bubble, nothing happens. To disconnect, you have to disable networking, then re-enable networking (right-click on nm-applet - the only check-box). No logs go bold in log viewer, so it doesn't seem like anything is a happening at all. If I remove the "Available to all users" check-box, the connection is killed, I re-enable it, and "Disconnect" works again. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 ExecutablePath: /usr/bin/nm-applet Package: network-manager-gnome 0.7.1~rc4.1-0ubuntu2 ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: network-manager-applet Uname: Linux 2.6.28-11-generic i686 WpaSupplicantLog: To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/384635/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 369135] Re: No internal pings in LAN with WLAN
[Expired for network-manager (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/369135 Title: No internal pings in LAN with WLAN Status in “network-manager” package in Ubuntu: Expired Bug description: My LAN setup: - 2x Ubuntu 9.04 - 1x Windows XP - Router/Switch (tried a Telekom switch and a new Linksys) - Internet triggered via PPPOE from router What works: - All internet from all machines - Pinging / Connections to the XP box via LAN IP What does not work: - Pinging / Connections to/on of the Linux boxes via LAN IP Since when is the problem? - Internal networking worked when both boxes were on Ubuntu 8.10 - When I upgraded the first box I lost connection to it in the LAN - Internet is fine - Second box with Ubuntu 9.04 upgrade has the same problem Other problem information: - Networking between the Linux boxes is OK when using WICD - When using knetworkmanager to initiate the WLAN it works fine - No firewall / IP tables active - No custom networking setup - I only use networkmanager-gnome - VPNs can be initiated to external machines - Windows Vista on the Ubuntu 9.04 machines works flawlessly (as did Ubuntu 8.10) Computer information: - Acer Aspire 6530 Laptop - Asus X51L Laptop - Standard Windows XP PC Sample output on of the the Linux boxes (IP 192.168.2.100): $ ping -I wlan0 192.168.2.101 (the other Linux) From 192.168.2.100 icmp_seq=1 Destination Host Unreachable (... same when pinging from other box) $ ping google.de jojo@jojo-laptop2:~$ ping google.de 64 bytes from ew-in-f104.google.com (74.125.77.104): icmp_seq=1 ttl=245 time=25.4 ms $ ping 192.168.2.100 (the windows box) 64 bytes from 192.168.2.100: icmp_seq=1 ttl=64 time=0.049 ms (... same when pinging the router 192.168.2.1) $ route -n Kernel IP routing table Destination Gateway Genmask Flags Metric RefUse Iface 192.168.2.0 0.0.0.0 255.255.255.0 U 2 00 wlan0 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 00 wlan0 0.0.0.0 192.168.2.1 0.0.0.0 UG0 00 wlan0 $ ifconfig eth0 Link encap:Ethernet HWaddr 00:1e:68:fa:b3:36 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:1 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interrupt:249 loLink encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:24 errors:0 dropped:0 overruns:0 frame:0 TX packets:24 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:2256 (2.2 KB) TX bytes:2256 (2.2 KB) wlan0 Link encap:Ethernet HWaddr 00:23:4d:52:e4:30 inet addr:192.168.2.100 Bcast:192.168.2.255 Mask:255.255.255.0 inet6 addr: fe80::223:4dff:fe52:e430/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:12644 errors:0 dropped:0 overruns:0 frame:0 TX packets:10158 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:13320870 (13.3 MB) TX bytes:3156034 (3.1 MB) wmaster0 Link encap:UNSPEC HWaddr 00-23-4D-52-E4-30-34-33-00-00-00-00-00-00-00-00 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) $ iwconfig lono wireless extensions. eth0 no wireless extensions. wmaster0 no wireless extensions. wlan0 IEEE 802.11bgn ESSID:"jojoniko" Mode:Managed Frequency:2.462 GHz Access Point: 00:23:69:29:B9:BC Bit Rate=36 Mb/s Tx-Power=20 dBm Retry min limit:7 RTS thr:off Fragment thr=2352 B Power Management:off Link Quality=42/100 Signal level:-88 dBm Noise level=-115 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 pan0 no wireless extensions. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 NonfreeKernelModules: fglrx Package: network-manager-gnome 0.7.1~rc4.1-0ubuntu2 ProcEnviron: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage
[Desktop-packages] [Bug 382084] Re: dsl settings get lost after saving
[Expired for network-manager-applet (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager-applet (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager-applet in Ubuntu. https://bugs.launchpad.net/bugs/382084 Title: dsl settings get lost after saving Status in “network-manager-applet” package in Ubuntu: Expired Bug description: Binary package hint: network-manager-gnome That's what I did: 1) Create a new DSL connection via nm-applet 2) Test connection. Worked! 3) Reboot computer Result: DSL setting is lost (the connection is not listed any more in the settings). I could not recover. I also tried to reset by removing the gconf directory .gconf/system/networking/ (where I could see the existings are saved). But Nothing helped. I then chose to use the pppoeconf method which worked. Description: Ubuntu 9.04 Release: 9.04 network-manager-gnome: Installiert: 0.7.1~rc4.1-0ubuntu2 Kandidat: 0.7.1~rc4.1-0ubuntu2 Versions-Tabelle: *** 0.7.1~rc4.1-0ubuntu2 0 500 http://de.archive.ubuntu.com jaunty/main Packages 100 /var/lib/dpkg/status To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/382084/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 486200] Re: nm-applet crashes
[Expired for network-manager-applet (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager-applet (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager-applet in Ubuntu. https://bugs.launchpad.net/bugs/486200 Title: nm-applet crashes Status in “network-manager-applet” package in Ubuntu: Expired Bug description: On a Thinkpad T60, after upgrading from Jaunty to Karmic (32bit), I encounter this error: $ nm-applet ** (nm-applet:5626): WARNING **: Tried to set deprecated property gsm/band ** (nm-applet:5626): WARNING **: Tried to set deprecated property gsm/band ** (nm-applet:5626): WARNING **: Tried to set deprecated property gsm/band ** (nm-applet:5626): WARNING **: Tried to set deprecated property gsm/band ** (nm-applet:5626): DEBUG: going for offline with icon: notification-network-wireless-disconnected ** (nm-applet:5626): DEBUG: old state indicates that this was not a disconnect 9 ** (nm-applet:5626): DEBUG: going for offline with icon: notification-network-wireless-disconnected ** (nm-applet:5626): WARNING **: _nm_object_get_property: Error getting 'HwAddress' for /org/freedesktop/NetworkManager/AccessPoint/83: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist ** (nm-applet:5626): DEBUG: old state indicates that this was not a disconnect 9 ** (nm-applet:5626): WARNING **: _nm_object_get_property: Error getting 'Flags' for /org/freedesktop/NetworkManager/AccessPoint/84: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist ** (nm-applet:5626): WARNING **: _nm_object_get_property: Error getting 'WpaFlags' for /org/freedesktop/NetworkManager/AccessPoint/84: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist ** (nm-applet:5626): WARNING **: _nm_object_get_property: Error getting 'RsnFlags' for /org/freedesktop/NetworkManager/AccessPoint/84: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist ** (nm-applet:5626): WARNING **: _nm_object_get_property: Error getting 'Ssid' for /org/freedesktop/NetworkManager/AccessPoint/84: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist ** (nm-applet:5626): DEBUG: going for offline with icon: notification-network-wireless-disconnected ** (nm-applet:5626): WARNING **: _nm_object_get_property: Error getting 'Devices' for /org/freedesktop/NetworkManager/ActiveConnection/30: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist ** (nm-applet:5626): WARNING **: _nm_object_get_property: Error getting 'ServiceName' for /org/freedesktop/NetworkManager/ActiveConnection/30: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist ** (nm-applet:5626): WARNING **: _nm_object_get_property: Error getting 'Connection' for /org/freedesktop/NetworkManager/ActiveConnection/30: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist ** (nm-applet:5626): WARNING **: _nm_object_get_property: Error getting 'Devices' for /org/freedesktop/NetworkManager/ActiveConnection/30: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist ** (nm-applet:5626): WARNING **: _nm_object_get_property: Error getting 'ServiceName' for /org/freedesktop/NetworkManager/ActiveConnection/30: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist ** (nm-applet:5626): WARNING **: _nm_object_get_property: Error getting 'Connection' for /org/freedesktop/NetworkManager/ActiveConnection/30: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist ** (nm-applet:5626): WARNING **: _nm_object_get_property: Error getting 'Ssid' for /org/freedesktop/NetworkManager/AccessPoint/84: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist ** (nm-applet:5626): WARNING **: _nm_object_get_property: Error getting 'Devices' for /org/freedesktop/NetworkManager/ActiveConnection/30: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist ** (nm-applet:5626): WARNING **: _nm_object_get_property: Error getting 'ServiceName' for /org/freedesktop/NetworkManager/ActiveConnection/30: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist ** (nm-applet:5626): WARNING **: _nm_object_get_property: Error getting 'Connection' for /org/freedesktop/NetworkManager/ActiveConnection/30: Method "Get" with signature "ss" on interface "org.freedeskt
[Desktop-packages] [Bug 997314] Re: Dash taking too much CPU when idle
[Expired for unity (Ubuntu) because there has been no activity for 60 days.] ** Changed in: unity (Ubuntu) Status: Incomplete => Expired -- 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/997314 Title: Dash taking too much CPU when idle Status in Unity: Expired Status in “unity” package in Ubuntu: Expired Bug description: Open only a terminal and top within it. CPU is <5%. Hit Win and the dash is displayed. CPU goes to about 30% (compiz) and stays there. Blur is disabled. Exit dash, CPU goes back to normal. Ubuntu 12.04 here, integrated Intel GPU, single-core Atom processor. To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/997314/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 999970] Re: /run/resolvconf/resolv.conf contains no nameserver addresses even though nm-connection-editor was used to configure an interface statically with an associated names
[Expired for network-manager-applet (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager-applet (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager-applet in Ubuntu. https://bugs.launchpad.net/bugs/70 Title: /run/resolvconf/resolv.conf contains no nameserver addresses even though nm-connection-editor was used to configure an interface statically with an associated nameserver address Status in “network-manager-applet” package in Ubuntu: Expired Bug description: Just upgraded from 11.04 to ubuntu 12.04 LTS, and lost the capability to resolve names on the system. There were no problems indicated during the install, however after the install performed the reboot, I have not been able to resolve any domain names. My network cards all have my ISP's DNS configured as they were prior to the install. but still unable to resolve domains. Is this a known problem? Does anyone have an idea what the problem might be? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/70/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 954763] Re: VPN connection setup phase takes long
[Expired for network-manager (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/954763 Title: VPN connection setup phase takes long Status in “network-manager” package in Ubuntu: Expired Bug description: On ubuntu 12.04 beta, to connect to a VPN by network-manager-gnome takes long. It takes about 10s to connect with Ubuntu 12.04 and less than 1s with Ubuntu 11.10 or with an Android device . (Btw: on Ubuntu releases 11.04 and before it also took about 6s) This is independent of the VPN protocol used: it happens with network-manager-vpnc as well as with network-manager-openconnect. Expecting the rooting table and /etc/resolv.conf during the connection phase showed that setup of the tun0 interface including the correspondig interface route as well as the DNS config in /etc/resolv.conf is done quickly (below 1s). But it takes an extra 10s until the default route is replaced! In following syslog the connection phase stalls after setting up the nameserver between 16:54:39 and 16:54:48 : Mar 13 16:54:37 mmtux NetworkManager[1026]: VPN service 'vpnc' started (org.freedesktop.NetworkManager.vpnc), PID 6570 Mar 13 16:54:37 mmtux NetworkManager[1026]: VPN service 'vpnc' appeared; activating connections Mar 13 16:54:38 mmtux NetworkManager[1026]: VPN plugin state changed: starting (3) Mar 13 16:54:38 mmtux NetworkManager[1026]: VPN connection 'fhnw-adm (vpnc)' (Connect) reply received. Mar 13 16:54:38 mmtux NetworkManager[1026]:SCPlugin-Ifupdown: devices added (path: /sys/devices/virtual/net/tun0, iface: tun0) Mar 13 16:54:38 mmtux NetworkManager[1026]:SCPlugin-Ifupdown: device added (path: /sys/devices/virtual/net/tun0, iface: tun0): no ifupdown configuration found. Mar 13 16:54:38 mmtux NetworkManager[1026]: VPN connection 'fhnw-adm (vpnc)' (IP Config Get) reply received. Mar 13 16:54:38 mmtux NetworkManager[1026]: VPN Gateway: 147.86.3.239 Mar 13 16:54:38 mmtux NetworkManager[1026]: Tunnel Device: tun0 Mar 13 16:54:38 mmtux NetworkManager[1026]: Internal IP4 Address: 10.223.240.33 Mar 13 16:54:38 mmtux NetworkManager[1026]: Internal IP4 Prefix: 32 Mar 13 16:54:38 mmtux NetworkManager[1026]: Internal IP4 Point-to-Point Address: 10.223.240.33 Mar 13 16:54:38 mmtux NetworkManager[1026]: Maximum Segment Size (MSS): 0 Mar 13 16:54:38 mmtux NetworkManager[1026]: Forbid Default Route: no Mar 13 16:54:38 mmtux NetworkManager[1026]: Internal IP4 DNS: 10.51.2.32 Mar 13 16:54:38 mmtux NetworkManager[1026]: Internal IP4 DNS: 10.51.2.33 Mar 13 16:54:38 mmtux NetworkManager[1026]: DNS Domain: 'adm.ds.fhnw.ch' Mar 13 16:54:39 mmtux dnsmasq[6499]: exiting on receipt of SIGTERM Mar 13 16:54:39 mmtux NetworkManager[1026]: DNS: starting dnsmasq... Mar 13 16:54:39 mmtux NetworkManager[1026]: (tun0): writing resolv.conf to /sbin/resolvconf Mar 13 16:54:39 mmtux dnsmasq[6590]: started, version 2.59 cache disabled Mar 13 16:54:39 mmtux dnsmasq[6590]: compile time options: IPv6 GNU-getopt DBus i18n DHCP TFTP conntrack IDN Mar 13 16:54:39 mmtux dnsmasq[6590]: using nameserver 10.51.2.33#53 Mar 13 16:54:39 mmtux dnsmasq[6590]: using nameserver 10.51.2.32#53 Mar 13 16:54:49 mmtux NetworkManager[1026]: VPN connection 'fhnw-adm (vpnc)' (IP Config Get) complete. Mar 13 16:54:49 mmtux NetworkManager[1026]: Policy set 'fhnw-adm (vpnc)' (tun0) as default for IPv4 routing and DNS. Mar 13 16:54:49 mmtux dbus[993]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) Mar 13 16:54:49 mmtux NetworkManager[1026]: VPN plugin state changed: started (4) Mar 13 16:54:49 mmtux dbus[993]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Regards Matthias ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: network-manager-gnome 0.9.2.0+git.20120126t000800.5151959-0ubuntu4 ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9 Uname: Linux 3.2.0-18-generic x86_64 ApportVersion: 1.94.1-0ubuntu2 Architecture: amd64 Date: Wed Mar 14 07:49:46 2012 IfupdownConfig: auto lo iface lo inet loopback InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20111003) IpRoute: default dev tun0 proto static 147.86.3.239 via 192.168.0.1 dev wlan0 proto static 169.254.0.0/16 dev wlan0 scope link metric 1000 192.168.0.0/24 dev wlan0 proto kernel scope link src 192.168.0.101 metric 2 NetworkManager.state: [main] NetworkingEnabled=true WirelessEnabled=true WWANEnabled=false WimaxEnabled=true SourcePackage: network-manager-applet UpgradeStatus: Upgraded to precise on 2012-03-12 (1 days ago) nmcli-dev: DEVICE TYPE STATE
[Desktop-packages] [Bug 363608] Re: NetworkManager 0.7 installed on ubuntu 8.04.1 has no TKIP option under WPA (PSK) - downgrade to NM 0.6.6 works
[Expired for network-manager-applet (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager-applet (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager-applet in Ubuntu. https://bugs.launchpad.net/bugs/363608 Title: NetworkManager 0.7 installed on ubuntu 8.04.1 has no TKIP option under WPA (PSK) - downgrade to NM 0.6.6 works Status in “network-manager-applet” package in Ubuntu: Expired Bug description: Binary package hint: network-manager-gnome Upgraded all packages on Dell Mini 9 running ubuntu 8.04.1. Network Manager (NM) would not connect to hidden networking using WPA-PSK TKIP. Unlike NM 0.6.6, NM 0.7 has no option for selecting TKIP. NM 0.7 doesn't connect to wireless network. A simple force version of NM to 0.6.6 hardy-dell-mini restored connectivity to the hidden network. network-manager 0.7~~svn20081018t105859+mbm.f2-0ubuntu1~hardy5 (dell-mini.archive.canonical.com) network-manager-gnome: 0.7~~svn20081012tl33407+mbm.final2-0ubuntu1~hardy1netbook3belmont1 (dell-mini.archive.canonical.com) downgrade to 0.6.6-0ubuntu5 and 0.6.6-0ubuntu3usg6 respectively To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/363608/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 997314] Re: Dash taking too much CPU when idle
[Expired for Unity because there has been no activity for 60 days.] ** Changed in: unity Status: Incomplete => Expired -- 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/997314 Title: Dash taking too much CPU when idle Status in Unity: Expired Status in “unity” package in Ubuntu: Expired Bug description: Open only a terminal and top within it. CPU is <5%. Hit Win and the dash is displayed. CPU goes to about 30% (compiz) and stays there. Blur is disabled. Exit dash, CPU goes back to normal. Ubuntu 12.04 here, integrated Intel GPU, single-core Atom processor. To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/997314/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 879311] Re: nm-applet not allowing wireless "WPA & WPA2 Enterprise"
[Expired for network-manager-applet (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager-applet (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager-applet in Ubuntu. https://bugs.launchpad.net/bugs/879311 Title: nm-applet not allowing wireless "WPA & WPA2 Enterprise" Status in “network-manager-applet” package in Ubuntu: Expired Bug description: Ubuntu 11.10 ( upgrade from 11.04 where this worked) ** (nm-applet:7687): WARNING **: Error: couldn't verify private key: 1 private-key after which panel disappears and no connection is made To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/879311/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 461557] Re: Can not connect to Linksys WAG160N wireless
[Expired for network-manager (Ubuntu) because there has been no activity for 60 days.] ** Changed in: network-manager (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/461557 Title: Can not connect to Linksys WAG160N wireless Status in “network-manager” package in Ubuntu: Expired Bug description: I am unable to connect to my new Linksys WAG160N over wireless in Ubuntu 9.04. I can connect fine when I disable wireless security, but it does not work with WEP, WPA or any of the other wireless security options. Connecting to the router via a wired ethernet connection also works fine. I can connect over wireless with no problems in Windows Vista and Windows XP. When attempting to connect, the first and then second green lights on the connecting icon in network manager light up quite quickly, but then it stays like that for a while before disconnecting. My problem is very similar to that reported on the Ubuntu forums at this address: http://ubuntuforums.org/archive/index.php/t-967431.html. I could not see that this bug existed within Launchpad. If there is any other information I can collect to help you guys out in diagnosing this problem, please let me know. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 IfupdownConfig: auto lo iface lo inet loopback NonfreeKernelModules: fglrx Package: network-manager-gnome 0.7.1~rc4.1-0ubuntu2 ProcEnviron: PATH=(custom, no user) LANG=en_AU.UTF-8 SHELL=/usr/bin/zsh SourcePackage: network-manager-applet Uname: Linux 2.6.28-11-generic i686 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/461557/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1070387] Re: Kein Empfang der mails
[Expired for evolution (Ubuntu) because there has been no activity for 60 days.] ** Changed in: evolution (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/1070387 Title: Kein Empfang der mails Status in “evolution” package in Ubuntu: Expired Bug description: Ich kann emails schreiben, kann aber die gesendeten nicht einsehen. Die Arbeitsfläche zeigt die Maske für Empfang und läßt sich nicht verändern. Alles was das Menue bietet, wurde schon ausprobiert - das Bild ändert dich nicht. Nach dem Einrichten von evolution war alles gut, über Wochen. Ergänzend: Ich kann mails schreiben, die kommen auch an. Ich finde keine Statusmeldung. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1070387/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094536] Re: gnome-session unable to create dconf directory
** Package changed: evince (Ubuntu) => gnome-settings-daemon (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/1094536 Title: gnome-session unable to create dconf directory Status in “gnome-settings-daemon” package in Ubuntu: New Bug description: I get this error several times in my syslog: cliff gnome-session[1534]: CRITICAL: unable to create directory '/run/user/cliff/dconf': Permission denied. dconf will not work properly. and dmesg: [ 84.415696] init: plymouth-stop pre-start process (2450) terminated with status 1 [ 107.466755] type=1400 audit(1356811998.224:38): apparmor="DENIED" operation="mkdir" parent=2430 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=2431 comm="mission-control" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 [ 107.467018] type=1400 audit(1356811998.224:39): apparmor="DENIED" operation="mkdir" parent=2430 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=2431 comm="mission-control" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 [ 107.480973] type=1400 audit(1356811998.240:40): apparmor="DENIED" operation="mkdir" parent=2430 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=3903 comm=64636F6E6620776F726B6572 requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 [ 107.481626] type=1400 audit(1356811998.240:41): apparmor="DENIED" operation="mkdir" parent=2430 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=2431 comm="mission-control" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 [ 108.164486] type=1400 audit(1356811998.924:42): apparmor="DENIED" operation="mkdir" parent=2440 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=2441 comm="mission-control" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 [ 108.164738] type=1400 audit(1356811998.924:43): apparmor="DENIED" operation="mkdir" parent=2440 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=2441 comm="mission-control" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 [ 108.186443] type=1400 audit(1356811998.944:44): apparmor="DENIED" operation="mkdir" parent=2440 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=3946 comm=64636F6E6620776F726B6572 requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 [ 108.186850] type=1400 audit(1356811998.944:45): apparmor="DENIED" operation="mkdir" parent=2440 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=2441 comm="mission-control" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1094536/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1087122] Re: Xorg process is eating my CPU cores in Quantal 12.10
Hi Adrien, This can be rather difficult to find the cause of; I've seen it once on one of my machine, and it turned out to be an application I was using that was doing a lot to the X server for no good reason. (It was animating a little icon but was trying to be too clever). Run top and watch what is taking the cpu, then close each application and see if it drops, to try and find out what is using the cpu. Dave -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1087122 Title: Xorg process is eating my CPU cores in Quantal 12.10 Status in “xorg” package in Ubuntu: Confirmed Bug description: Starting a couple of days ago, I notice the fan on my computer has been constantly running hard. Doing a 'top' in a terminal shows that Xorg is almost always at the top of the process list and almost constantly using 4% - 12% CPU. Looking at the system monitor shows both cores running at 60%+ constantly. The processor is an Intel B970 with Intel HDA graphics. Not sure how much longer I'll have Quantal installed on this machine, this behavior is not tolerable so I'll likely replace Quantal with something else. I've also just today started experiencing acpi problems. The remaining time and percentage values are inaccurate and change suddenly. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: xorg 1:7.7+1ubuntu4 ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7 Uname: Linux 3.5.0-19-generic x86_64 .tmp.unity.support.test.0: ApportVersion: 2.6.1-0ubuntu6 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: compiz Date: Wed Dec 5 20:23:22 2012 DistUpgraded: Fresh install DistroCodename: quantal DistroVariant: ubuntu ExtraDebuggingInterest: No GraphicsCard: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0106] (rev 09) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device [1043:14f7] InstallationDate: Installed on 2012-11-01 (34 days ago) InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5) MachineType: ASUSTeK COMPUTER INC. X401A1 MarkForUpload: True ProcEnviron: TERM=xterm PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-19-generic root=UUID=ec6030d9-ec6d-4dcb-a18d-9af1cf3fe133 ro quiet splash vt.handoff=7 SourcePackage: xorg UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 05/02/2012 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: X401A1.204 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: X401A1 dmi.board.vendor: ASUSTeK COMPUTER INC. dmi.board.version: 1.0 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK COMPUTER INC. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrX401A1.204:bd05/02/2012:svnASUSTeKCOMPUTERINC.:pnX401A1:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX401A1:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0: dmi.product.name: X401A1 dmi.product.version: 1.0 dmi.sys.vendor: ASUSTeK COMPUTER INC. version.compiz: compiz 1:0.9.8.4+bzr3412-0ubuntu0.1 version.ia32-libs: ia32-libs 20090808ubuntu36 version.libdrm2: libdrm2 2.4.39-0ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1 version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6.1 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.99.99~git20120913.8637f772-0ubuntu1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu3 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1087122/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094561] Re: every launch, printer settings resets to default
Fabio Marconi, setting default print options is documented in https://help.libreoffice.org/Common/Print_3 . ** Changed in: libreoffice (Ubuntu) Status: New => Invalid -- 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/1094561 Title: every launch, printer settings resets to default Status in LibreOffice Productivity Suite: New Status in “libreoffice” package in Ubuntu: Invalid Bug description: Release of Ubuntu: 13.04 Package Version: Installed: 1:3.6.2~rc2-0ubuntu6 Expected Results: the printer settings are remembered Actual Results: the printer settings are restored to default when it is started Hallo TESTCASE: -Start writer or calc ecc. -Type something -From menu File select Print - Properties - Device -Set 'Print Quality' to something different from standard -Do the same with others settings. -Close all and Calc too and restart it -From File menu do the same as above and you can see all you have set reverted to default Thanks Fabio ProblemType: BugDistroRelease: Ubuntu 13.04 Package: libreoffice (not installed) ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0 Uname: Linux 3.7.0-7-generic x86_64 ApportVersion: 2.7-0ubuntu2 Architecture: amd64 Date: Sat Dec 29 22:58:31 2012 EcryptfsInUse: Yes InstallationDate: Installed on 2012-10-12 (78 days ago) InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 (20121011) MarkForUpload: TrueSourcePackage: libreoffice UpgradeStatus: Upgraded to raring on 2012-10-13 (77 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/df-libreoffice/+bug/1094561/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 923250] Re: subwoofer and headphone won't play nicely on dv7
>> I can get the subwoofer to work with /etc/modprobe.d/alsa-base.conf using: options snd-hda-intel model=ref >> But if I do that I, when I plug in a headphone the subwoofer stays on (the normal speakers, however, are muted). if node 0x0f is the internal speaker try model=ref and use hda-analyzer to find out which output pin complex is the subwoofer -- 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/923250 Title: subwoofer and headphone won't play nicely on dv7 Status in “alsa-driver” package in Ubuntu: Confirmed Bug description: I have an HP dv7-6b78us laptop with Beats Audio running Kubuntu 11.10 64bit. I can get the subwoofer to work with /etc/modprobe.d/alsa-base.conf using: options snd-hda-intel model=ref But if I do that I, when I plug in a headphone the subwoofer stays on (the normal speakers, however, are muted). /or/ I can mute the normal speakers when a headphone is plugged in, but the subwoofer won't work at all : options snd-hda-intel model=laptop position_fix=1 enable=yes power_save=0 power_save_controller=N My precise soundcard (92HD81B1X5) wasn't listed in /usr/share/doc /alsa-base/driver/HD-Audio-Models.txt.gz, but I tried all the models I could with various options with no luck. I read elsewhere that the subwoofer is controlled by GPI0 5 - I don't know how to translate that into a usable options parameter, though. I'm happy to debug or provide any help or information that I can. upload=true&script=true&cardinfo= !! !!ALSA Information Script v 0.4.60 !! !!Script ran on: Sun Jan 29 07:25:45 UTC 2012 !!Linux Distribution !!-- Ubuntu 11.10 \n \l DISTRIB_ID=Ubuntu DISTRIB_DESCRIPTION="Ubuntu 11.10" !!DMI Information !!--- Manufacturer: Hewlett-Packard Product Name: HP Pavilion dv7 Notebook PC Product Version: 05931120461620100 !!Kernel Information !!-- Kernel release:3.0.0-15-generic Operating System: GNU/Linux Architecture: x86_64 Processor: x86_64 SMP Enabled: Yes !!ALSA Version !! Driver version: 1.0.24 Library version:1.0.24.1 Utilities version: 1.0.24.2 !!Loaded ALSA modules !!--- snd_hda_intel !!Sound Servers on this system !! Pulseaudio: Installed - Yes (/usr/bin/pulseaudio) Running - Yes ESound Daemon: Installed - Yes (/usr/bin/esd) Running - No !!Soundcards recognised by ALSA !!- 0 [PCH]: HDA-Intel - HDA Intel PCH HDA Intel PCH at 0xc750 irq 54 !!PCI Soundcards installed in the system !!-- 00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05) !!Advanced information - PCI Vendor/Device/Subsystem ID's !! 00:1b.0 0403: 8086:1c20 (rev 05) Subsystem: 103c:1659 !!Modprobe options (Sound related) !! snd-atiixp-modem: index=-2 snd-intel8x0m: index=-2 snd-via82xx-modem: index=-2 snd-usb-audio: index=-2 snd-usb-caiaq: index=-2 snd-usb-ua101: index=-2 snd-usb-us122l: index=-2 snd-usb-usx2y: index=-2 snd-cmipci: mpu_port=0x330 fm_port=0x388 snd-pcsp: index=-2 snd-usb-audio: index=-2 snd-hda-intel: model=hp-dv4-1222nr enable_msi=1 !!Loaded sound module options !!-- !!Module: snd_hda_intel bdl_pos_adj : 1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 beep_mode : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y enable_msi : 1 id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null) index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 model : hp-dv4-1222nr,(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null) patch : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null) position_fix : 0,0
[Desktop-packages] [Bug 923250] Re: subwoofer and headphone won't play nicely on dv7
>> I read elsewhere that the subwoofer is controlled by GPI0 5 - I don't know >> how to translate that into a usable options parameter, though. there are only three gpio GPIO: io=3, o=0, i=0, unsolicited=1, wake=1 IO[0]: enable=1, dir=1, wake=0, sticky=0, data=0, unsol=0 IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0 IO[2]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0 -- 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/923250 Title: subwoofer and headphone won't play nicely on dv7 Status in “alsa-driver” package in Ubuntu: Confirmed Bug description: I have an HP dv7-6b78us laptop with Beats Audio running Kubuntu 11.10 64bit. I can get the subwoofer to work with /etc/modprobe.d/alsa-base.conf using: options snd-hda-intel model=ref But if I do that I, when I plug in a headphone the subwoofer stays on (the normal speakers, however, are muted). /or/ I can mute the normal speakers when a headphone is plugged in, but the subwoofer won't work at all : options snd-hda-intel model=laptop position_fix=1 enable=yes power_save=0 power_save_controller=N My precise soundcard (92HD81B1X5) wasn't listed in /usr/share/doc /alsa-base/driver/HD-Audio-Models.txt.gz, but I tried all the models I could with various options with no luck. I read elsewhere that the subwoofer is controlled by GPI0 5 - I don't know how to translate that into a usable options parameter, though. I'm happy to debug or provide any help or information that I can. upload=true&script=true&cardinfo= !! !!ALSA Information Script v 0.4.60 !! !!Script ran on: Sun Jan 29 07:25:45 UTC 2012 !!Linux Distribution !!-- Ubuntu 11.10 \n \l DISTRIB_ID=Ubuntu DISTRIB_DESCRIPTION="Ubuntu 11.10" !!DMI Information !!--- Manufacturer: Hewlett-Packard Product Name: HP Pavilion dv7 Notebook PC Product Version: 05931120461620100 !!Kernel Information !!-- Kernel release:3.0.0-15-generic Operating System: GNU/Linux Architecture: x86_64 Processor: x86_64 SMP Enabled: Yes !!ALSA Version !! Driver version: 1.0.24 Library version:1.0.24.1 Utilities version: 1.0.24.2 !!Loaded ALSA modules !!--- snd_hda_intel !!Sound Servers on this system !! Pulseaudio: Installed - Yes (/usr/bin/pulseaudio) Running - Yes ESound Daemon: Installed - Yes (/usr/bin/esd) Running - No !!Soundcards recognised by ALSA !!- 0 [PCH]: HDA-Intel - HDA Intel PCH HDA Intel PCH at 0xc750 irq 54 !!PCI Soundcards installed in the system !!-- 00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05) !!Advanced information - PCI Vendor/Device/Subsystem ID's !! 00:1b.0 0403: 8086:1c20 (rev 05) Subsystem: 103c:1659 !!Modprobe options (Sound related) !! snd-atiixp-modem: index=-2 snd-intel8x0m: index=-2 snd-via82xx-modem: index=-2 snd-usb-audio: index=-2 snd-usb-caiaq: index=-2 snd-usb-ua101: index=-2 snd-usb-us122l: index=-2 snd-usb-usx2y: index=-2 snd-cmipci: mpu_port=0x330 fm_port=0x388 snd-pcsp: index=-2 snd-usb-audio: index=-2 snd-hda-intel: model=hp-dv4-1222nr enable_msi=1 !!Loaded sound module options !!-- !!Module: snd_hda_intel bdl_pos_adj : 1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 beep_mode : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y enable_msi : 1 id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null) index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 model : hp-dv4-1222nr,(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null) patch : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(nu
[Desktop-packages] [Bug 1093492] Re: No sound after Ubuntu 12.04 install
https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules?id=16e4ef5df2c5d8735fa0cd46836538f72d2ba10c Node 0x10 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out Control: name="Speaker Playback Volume", index=0, device=0 ControlAmp: chs=3, dir=Out, idx=0, ofs=0 Control: name="Speaker Playback Switch", index=0, device=0 ControlAmp: chs=3, dir=Out, idx=0, ofs=0 Amp-Out caps: ofs=0x2b, nsteps=0x2b, stepsize=0x05, mute=1 Amp-Out vals: [0x00 0x00] [0x00 0x00] Pincap 0x00010014: OUT EAPD Detect EAPD 0x2: EAPD Pin Default 0x95170110: [Fixed] Speaker at Int Top Conn = Analog, Color = Unknown DefAssociation = 0x1, Sequence = 0x0 Misc = NO_PRESENCE Pin-ctls: 0x40: OUT Unsolicited: tag=00, enabled=0 Power states: D0 D1 D2 D3 Power: setting=D0, actual=D0 Connection: 2 0x19* 0x17 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1093492 Title: No sound after Ubuntu 12.04 install Status in “pulseaudio” package in Ubuntu: New Bug description: My sound settings for output is showing Digital Output (S/PDIF) while I am thinking this should be (Speaker) however, there is nowhere to change it. The Alsa mixer confirms S/PDIF zero audio levels and this cannot be changed. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: evince 3.4.0-0ubuntu1.4 ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34 Uname: Linux 3.2.0-35-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu15.1 Architecture: amd64 Date: Mon Dec 24 12:12:01 2012 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1) MarkForUpload: True ProcEnviron: PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: evince UpgradeStatus: Upgraded to precise on 2012-11-13 (41 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1093492/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1051197] Re: xdg-screensaver blocks unmounting with sleep 50
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: xdg-utils (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xdg-utils in Ubuntu. https://bugs.launchpad.net/bugs/1051197 Title: xdg-screensaver blocks unmounting with sleep 50 Status in “xdg-utils” package in Ubuntu: Confirmed Bug description: Description: Ubuntu 12.04.1 LTS Release: 12.04 xdg-utils: Installed: 1.1.0~rc1-2ubuntu6 If using a program that calls the screensaver_suspend_loop() in xdg- screensaver (for example, vlc does this), the "sleep 50" in the last line of that function blocks unmounting of file systems containing the current directory at the time the function was called. This is easy enough to bypass, while preserving the same functionality, if we can simply change the last line of that function from: (while [ -f "$screensaver_file" ]; do $*; sleep 50; done) > /dev/null 2> /dev/null & to: (cd /; while [ -f "$screensaver_file" ]; do $*; sleep 50; done) > /dev/null 2> /dev/null & Changing to the root directory prevents it from blocking the unmount. And this shouldn't affect anything else since that line is a background loop. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1051197/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1093395] Re: [12.04 64-bit] Acer C7 microphone input can't be captured by applications
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: alsa-driver (Ubuntu) Status: New => Confirmed -- 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/1093395 Title: [12.04 64-bit] Acer C7 microphone input can't be captured by applications Status in “alsa-driver” package in Ubuntu: Confirmed Bug description: Installed ChrUbuntu on the new Acer C7 Chromebook using the instructions here: http://chromeos- cr48.blogspot.com/2012/04/chrubuntu-1204-now-with-double-bits.html A commenter at http://chromeos-cr48.blogspot.com/2012/11/looking-for- acer-c7-chrubuntu-tester.html has described the problem as follows: "The only issue I have identified and isolated is an ALSA bug with internal microphone support. The internal mic is digital, and can successfully amplify and play through the laptop speakers in realtime. Setup requires typing 'alsamixer' at the command line, F5 to see all the inputs and outputs, use spacebar at Digital Capture to toggle it on and off, mute the analogue mic and turn up the digital inputs and digital boost at the far right. However, this mic input cannot be captured by any application because ALSA only feeds the analogue mic input to applications, which results in loud static. To make sure this was an ALSA bug, I uninstalled PulseAudio, but it still was present. Not sure where to go from here, and hoping the ALSA developers already are aware and working it. By the way, both ALSA Mixer and the PulseAudio speaker volume control and mute at the upper right of the Umbutu Desktop must have volume up and be unmuted." To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1093395/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1093395] Re: [12.04 64-bit] Acer C7 microphone input can't be captured by applications
RaymondI am new to Linux and tried to read up on Git, but with all the new terminology (trees, commits, etc...) I was having a hard time following. Is that link you posted above a simple thing I can download or "clone" and run a few terminal commands and have it be fixed. If so I would greatly appreciate any guidance on the subjectthis bug is truly the only thing keeping me from being very happy with my Acer C7 -- 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/1093395 Title: [12.04 64-bit] Acer C7 microphone input can't be captured by applications Status in “alsa-driver” package in Ubuntu: Confirmed Bug description: Installed ChrUbuntu on the new Acer C7 Chromebook using the instructions here: http://chromeos- cr48.blogspot.com/2012/04/chrubuntu-1204-now-with-double-bits.html A commenter at http://chromeos-cr48.blogspot.com/2012/11/looking-for- acer-c7-chrubuntu-tester.html has described the problem as follows: "The only issue I have identified and isolated is an ALSA bug with internal microphone support. The internal mic is digital, and can successfully amplify and play through the laptop speakers in realtime. Setup requires typing 'alsamixer' at the command line, F5 to see all the inputs and outputs, use spacebar at Digital Capture to toggle it on and off, mute the analogue mic and turn up the digital inputs and digital boost at the far right. However, this mic input cannot be captured by any application because ALSA only feeds the analogue mic input to applications, which results in loud static. To make sure this was an ALSA bug, I uninstalled PulseAudio, but it still was present. Not sure where to go from here, and hoping the ALSA developers already are aware and working it. By the way, both ALSA Mixer and the PulseAudio speaker volume control and mute at the upper right of the Umbutu Desktop must have volume up and be unmuted." To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1093395/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1093492] Re: No sound after Ubuntu 12.04 install
http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/modules/alsa/mixer /profile- sets/90-pulseaudio.rules?id=16e4ef5df2c5d8735fa0cd46836538f72d2ba10c -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1093492 Title: No sound after Ubuntu 12.04 install Status in “pulseaudio” package in Ubuntu: New Bug description: My sound settings for output is showing Digital Output (S/PDIF) while I am thinking this should be (Speaker) however, there is nowhere to change it. The Alsa mixer confirms S/PDIF zero audio levels and this cannot be changed. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: evince 3.4.0-0ubuntu1.4 ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34 Uname: Linux 3.2.0-35-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu15.1 Architecture: amd64 Date: Mon Dec 24 12:12:01 2012 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1) MarkForUpload: True ProcEnviron: PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: evince UpgradeStatus: Upgraded to precise on 2012-11-13 (41 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1093492/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094588] [NEW] Keyboard settings dialog doesn't have Test Input box
Public bug reported: Unlike other distros, the Keyboard settings dialog does not have: * a Test Input box, so the user can see immediately how the keyboard reacts * numbers associated with the three sliders, so well-known settings can be entered precisely and quickly These are rather basic usability improvements and should be trivial to fix. ** Affects: gtk+2.0 (Ubuntu) Importance: Undecided Status: New ** Attachment added: "Ubuntu 12.10 keyboard settings dialog UX problems.png" https://bugs.launchpad.net/bugs/1094588/+attachment/3470601/+files/Ubuntu%2012.10%20keyboard%20settings%20dialog%20UX%20problems.png -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gtk+2.0 in Ubuntu. https://bugs.launchpad.net/bugs/1094588 Title: Keyboard settings dialog doesn't have Test Input box Status in “gtk+2.0” package in Ubuntu: New Bug description: Unlike other distros, the Keyboard settings dialog does not have: * a Test Input box, so the user can see immediately how the keyboard reacts * numbers associated with the three sliders, so well-known settings can be entered precisely and quickly These are rather basic usability improvements and should be trivial to fix. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1094588/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 977080] Re: Wrong colours in panel when dash opened + coloured pixels around panel text when using Radiance theme
*** This bug is a duplicate of bug 723167 *** https://bugs.launchpad.net/bugs/723167 Marking as duplicate of LP: #723167 because it refers to the same issue and nobody is working in Unity 2D. And the GNOME Shell issue is unrelated. ** Changed in: gnome-shell Status: New => Invalid ** This bug has been marked a duplicate of bug 723167 Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-2d in Ubuntu. Matching subscriptions: dp-unity2d https://bugs.launchpad.net/bugs/977080 Title: Wrong colours in panel when dash opened + coloured pixels around panel text when using Radiance theme Status in GNOME Shell: Invalid Status in Unity 2D: Confirmed Status in “unity-2d” package in Ubuntu: Confirmed Bug description: Ubuntu 12.04 Beta 2 AMD64 with latest updates, running Unity 2D Intel Core 2 Duo NVidia Quadro NVS 110M (nvidia-current) -- When using the Radiance theme, there seem to be a few graphical issues in the Unity 2D Panel. The text in there all has some kind of green pixely noise around it, while images don't. I suspect it has something to do with subpixeling, but that's just a wild guess. Also, when I open the dash, when using the Radiance theme, the text and icons in the panel stay dark, which makes them hard to see. Another little thing: I don't know if it's supposed to be like that, but when using the Radiance theme, all panel icons become dark *appart from the account menu thingy*, which stays light. Screenshots: Pixels around text (zoom in to see it better): http://minus.com/mIExYRK99/4f http://minus.com/mIExYRK99/6f Badly visible text and icons when dash is open: http://minus.com/mIExYRK99/5f To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-shell/+bug/977080/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1005965] Re: Unity-2D panel font artefacts
*** This bug is a duplicate of bug 723167 *** https://bugs.launchpad.net/bugs/723167 ** This bug is no longer a duplicate of bug 977080 Wrong colours in panel when dash opened + coloured pixels around panel text when using Radiance theme ** This bug has been marked a duplicate of bug 723167 Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-2d in Ubuntu. Matching subscriptions: dp-unity2d https://bugs.launchpad.net/bugs/1005965 Title: Unity-2D panel font artefacts Status in “unity-2d” package in Ubuntu: Confirmed Bug description: Opening a new bug as instructed in https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1005211/comments/2 I updated from Oneiric to Precise. What I expected: The top panel fonts would be rendered nicely as they were before the update. What happened instead: Now the top panel fonts are rendered in a fuzzy way. The name of the window, weather applet text, time applet text and user name are rendered fuzzily. All the other fonts are OK, e.g. Firefox tabs, gedit input and gnome-terminal text. unity 5.12-0ubuntu1 ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: unity 5.12-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 Uname: Linux 3.2.0-24-generic i686 .tmp.unity.support.test.0: ApportVersion: 2.0.1-0ubuntu7 Architecture: i386 CompizPlugins: [core,composite,opengl,compiztoolbox,decor,move,place,mousepoll,session,wall,regex,gnomecompat,snap,grid,vpswitch,imgpng,resize,animation,workarounds,expo,fade,ezoom,scale,unityshell] CompositorRunning: None CurrentDmesg: [ 40.344817] e1000e :00:19.0: eth0: 10/100 speed: disabling TSO [ 40.345066] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 60.272030] eth0: no IPv6 routers present Date: Tue May 29 18:17:02 2012 DistUpgraded: 2012-05-27 18:02:28,211 DEBUG enabling apt cron job DistroCodename: precise DistroVariant: ubuntu GraphicsCard: Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller [8086:2a12] (rev 0c) (prog-if 00 [VGA controller]) Subsystem: Hewlett-Packard Company Device [103c:30d8] Subsystem: Hewlett-Packard Company Device [103c:30d8] InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429) MachineType: Hewlett-Packard HP Compaq 6720s ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=f031418a-4c71-4280-8cc0-41a76eec600c ro quiet splash i915.i915_enable_rc6=1 vt.handoff=7 SourcePackage: unity UpgradeStatus: Upgraded to precise on 2012-05-27 (2 days ago) dmi.bios.date: 12/28/2007 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 68MDU Ver. F.08 dmi.board.name: 30D8 dmi.board.vendor: Hewlett-Packard dmi.board.version: KBC Version 83.0E dmi.chassis.asset.tag: CNU8023T74 dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.modalias: dmi:bvnHewlett-Packard:bvr68MDUVer.F.08:bd12/28/2007:svnHewlett-Packard:pnHPCompaq6720s:pvrF.08:rvnHewlett-Packard:rn30D8:rvrKBCVersion83.0E:cvnHewlett-Packard:ct10:cvr: dmi.product.name: HP Compaq 6720s dmi.product.version: F.08 dmi.sys.vendor: Hewlett-Packard version.compiz: compiz 1:0.9.7.8-0ubuntu1 version.libdrm2: libdrm2 2.4.32-1ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3 version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.2 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/1005965/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 986865] Re: Panel has buggy fonts while using Radiance on Unity 2d
*** This bug is a duplicate of bug 723167 *** https://bugs.launchpad.net/bugs/723167 ** This bug is no longer a duplicate of bug 977080 Wrong colours in panel when dash opened + coloured pixels around panel text when using Radiance theme ** This bug has been marked a duplicate of bug 723167 Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-2d in Ubuntu. Matching subscriptions: dp-unity2d https://bugs.launchpad.net/bugs/986865 Title: Panel has buggy fonts while using Radiance on Unity 2d Status in “light-themes” package in Ubuntu: Invalid Status in “unity-2d” package in Ubuntu: Confirmed Bug description: See screenshot. Reproduce: 1) Log into Unity 2d 2) Switch to Radiance theme. My thought is that it's trying to use the shadowing effects for Ambiance. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: light-themes 0.1.9.1-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14 Uname: Linux 3.2.0-23-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu6 Architecture: amd64 Date: Sun Apr 22 11:42:00 2012 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 (20120308) PackageArchitecture: all ProcEnviron: LANGUAGE=en_CA:en TERM=xterm PATH=(custom, no user) LANG=en_CA.UTF-8 SHELL=/bin/bash SourcePackage: light-themes UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/986865/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 986236] Re: Text in the global menu bar not rendered right when using the Radiance theme in Unity 2D
*** This bug is a duplicate of bug 723167 *** https://bugs.launchpad.net/bugs/723167 ** This bug is no longer a duplicate of bug 977080 Wrong colours in panel when dash opened + coloured pixels around panel text when using Radiance theme ** This bug has been marked a duplicate of bug 723167 Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to light-themes in Ubuntu. https://bugs.launchpad.net/bugs/986236 Title: Text in the global menu bar not rendered right when using the Radiance theme in Unity 2D Status in Unity 2D: New Status in “light-themes” package in Ubuntu: Invalid Bug description: Just running the daily build of precise as of today and turning the theme from Ambiance to Radiance the text in the global menu bar becomes very ugly (suggests a problem with font rendering/hinting /anti-aliasing). ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: light-themes 0.1.9.1-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14 Uname: Linux 3.2.0-23-generic x86_64 ApportVersion: 2.0.1-0ubuntu5 Architecture: amd64 CasperVersion: 1.315 Date: Fri Apr 20 15:15:09 2012 LiveMediaBuild: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120419.1) PackageArchitecture: all ProcEnviron: PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: light-themes UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/unity-2d/+bug/986236/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1010744] Re: Panel text in unity 2D has green tint with Radiance
*** This bug is a duplicate of bug 723167 *** https://bugs.launchpad.net/bugs/723167 ** This bug is no longer a duplicate of bug 977080 Wrong colours in panel when dash opened + coloured pixels around panel text when using Radiance theme ** This bug has been marked a duplicate of bug 723167 Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-2d in Ubuntu. Matching subscriptions: dp-unity2d https://bugs.launchpad.net/bugs/1010744 Title: Panel text in unity 2D has green tint with Radiance Status in “unity-2d” package in Ubuntu: Confirmed Bug description: In unity-2d with Radiance, text on the panel unexpectedly has a green tint around the text. This is not the case with the 3D version of Unity. Clicking on, for example, the clock to make the calendar appear makes the clock's panel text free of this tint. Anti-aliasing is set to RGBA in gnome-tweak-tool with Slight hinting. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: unity-2d 5.12.0-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 Date: Sat Jun 9 11:00:49 2012 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) PackageArchitecture: all ProcEnviron: LANGUAGE=en_AU:en TERM=xterm PATH=(custom, no user) LANG=en_AU.UTF-8 SHELL=/bin/bash SourcePackage: unity-2d UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/1010744/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1011545] Re: Login problem after screen lock
This is the output of running the gnome-screensaver in debug mode for 2 minutes. As it is visible that i didn't even tried to give password then too it is showing continuous authentication failure. Same is the case with xscreensaver. ** Attachment added: "gnomelog" https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1011545/+attachment/3470596/+files/gnomelog -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-screensaver in Ubuntu. https://bugs.launchpad.net/bugs/1011545 Title: Login problem after screen lock Status in “gnome-screensaver” package in Ubuntu: New Bug description: I was downloaing files through scp using something like: scp -r user@server-ip:/files/path . After some time screen was locked automatically, and scp was still downloading remote files. After I moved mouse in order to see login screen, login form was inaccessible due to flickering. Environment is freshly installed ubuntu 12.04 with unity desktop. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: xorg 1:7.6+12ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14 Uname: Linux 3.2.0-23-generic x86_64 NonfreeKernelModules: wl .tmp.unity.support.test.0: ApportVersion: 2.0.1-0ubuntu5 Architecture: amd64 CompizPlugins: [core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell] CompositorRunning: compiz Date: Mon Jun 11 12:35:49 2012 DistUpgraded: Fresh install DistroCodename: precise DistroVariant: ubuntu DkmsStatus: bcmwl, 5.100.82.38+bdcom, 3.2.0-23-generic, x86_64: installed ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu GraphicsCard: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 12) (prog-if 00 [VGA controller]) Subsystem: Dell Device [1028:0457] InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MachineType: Dell Inc. Inspiron N7010 ProcEnviron: TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic root=UUID=1dfbfffb-fc02-4167-9c98-c2558e533231 ro quiet splash vt.handoff=7 SourcePackage: xorg Symptom: display Title: Xorg freeze UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 10/20/2010 dmi.bios.vendor: Dell Inc. dmi.bios.version: A09 dmi.board.name: 0GKH2C dmi.board.vendor: Dell Inc. dmi.board.version: A09 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: A09 dmi.modalias: dmi:bvnDellInc.:bvrA09:bd10/20/2010:svnDellInc.:pnInspironN7010:pvrA09:rvnDellInc.:rn0GKH2C:rvrA09:cvnDellInc.:ct8:cvrA09: dmi.product.name: Inspiron N7010 dmi.product.version: A09 dmi.sys.vendor: Dell Inc. version.compiz: compiz 1:0.9.7.6-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.32-1ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3 version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1011545/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 630185] Re: Totem doesn't display SSA/ASS subtitles correctly
** Changed in: gst-plugins-base Status: Confirmed => In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gst-plugins-base0.10 in Ubuntu. https://bugs.launchpad.net/bugs/630185 Title: Totem doesn't display SSA/ASS subtitles correctly Status in GStreamer Plugins (Base): In Progress Status in “gst-plugins-base0.10” package in Ubuntu: Triaged Bug description: In Maverick beta Totem cannot handle properly SSA/ASS subtitles. Actually they are rendered as .srt subtitles. Regression from Lucid. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: libgstreamer0.10-0 0.10.30-1build2 ProcVersionSignature: Ubuntu 2.6.35-19.28-generic 2.6.35.3 Uname: Linux 2.6.35-19-generic x86_64 NonfreeKernelModules: nvidia Architecture: amd64 Date: Sat Sep 4 14:32:46 2010 ExecutablePath: /usr/bin/totem InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Beta amd64 (20100901.1) ProcEnviron: SHELL=/bin/bash LANG=it_IT.utf8 SourcePackage: gstreamer0.10 To manage notifications about this bug go to: https://bugs.launchpad.net/gst-plugins-base/+bug/630185/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1011545] Re: Login problem after screen lock
i too noticed this bug in one of my friend system running Ubuntu 12.04 (amd64). I went to Console mode and killed gnome-screensaver process, switched back to gui mode and got the session as it is. Then i tried with xscreensaver. On locking the screen i was able to see the authentication dialog of xscreensaver and it was flickering continuously with login failure message. Seems it has something to do with pam. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-screensaver in Ubuntu. https://bugs.launchpad.net/bugs/1011545 Title: Login problem after screen lock Status in “gnome-screensaver” package in Ubuntu: New Bug description: I was downloaing files through scp using something like: scp -r user@server-ip:/files/path . After some time screen was locked automatically, and scp was still downloading remote files. After I moved mouse in order to see login screen, login form was inaccessible due to flickering. Environment is freshly installed ubuntu 12.04 with unity desktop. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: xorg 1:7.6+12ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14 Uname: Linux 3.2.0-23-generic x86_64 NonfreeKernelModules: wl .tmp.unity.support.test.0: ApportVersion: 2.0.1-0ubuntu5 Architecture: amd64 CompizPlugins: [core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell] CompositorRunning: compiz Date: Mon Jun 11 12:35:49 2012 DistUpgraded: Fresh install DistroCodename: precise DistroVariant: ubuntu DkmsStatus: bcmwl, 5.100.82.38+bdcom, 3.2.0-23-generic, x86_64: installed ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu GraphicsCard: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 12) (prog-if 00 [VGA controller]) Subsystem: Dell Device [1028:0457] InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MachineType: Dell Inc. Inspiron N7010 ProcEnviron: TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic root=UUID=1dfbfffb-fc02-4167-9c98-c2558e533231 ro quiet splash vt.handoff=7 SourcePackage: xorg Symptom: display Title: Xorg freeze UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 10/20/2010 dmi.bios.vendor: Dell Inc. dmi.bios.version: A09 dmi.board.name: 0GKH2C dmi.board.vendor: Dell Inc. dmi.board.version: A09 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: A09 dmi.modalias: dmi:bvnDellInc.:bvrA09:bd10/20/2010:svnDellInc.:pnInspironN7010:pvrA09:rvnDellInc.:rn0GKH2C:rvrA09:cvnDellInc.:ct8:cvrA09: dmi.product.name: Inspiron N7010 dmi.product.version: A09 dmi.sys.vendor: Dell Inc. version.compiz: compiz 1:0.9.7.6-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.32-1ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3 version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1011545/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 945858] Re: Crashes on launch - Unable to open the session message bus. ---> ArgumentNullException
What is the value of the environment variable $DBUS_SESSION_BUS_ADDRESS ? Had your Ubuntu session started normally at the time you had this error? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to tomboy in Ubuntu. https://bugs.launchpad.net/bugs/945858 Title: Crashes on launch - Unable to open the session message bus. ---> ArgumentNullException Status in “tomboy” package in Ubuntu: New Bug description: Tomboy usually works. Now the terminal outputs the following on launching tomboy (and it does not launch): $ tomboy Unhandled Exception: System.Exception: Unable to open the session message bus. ---> System.ArgumentNullException: Argument cannot be null. Parameter name: address at DBus.Bus.Open (System.String address) [0x0] in :0 at DBus.Bus.get_Session () [0x0] in :0 --- End of inner exception stack trace --- at DBus.Bus.get_Session () [0x0] in :0 at DBus.BusG.Init () [0x0] in :0 at Tomboy.GnomeApplication.Initialize (System.String locale_dir, System.String display_name, System.String process_name, System.String[] args) [0x0] in :0 at Tomboy.Application.Initialize (System.String locale_dir, System.String display_name, System.String process_name, System.String[] args) [0x0] in :0 at Tomboy.Tomboy.Main (System.String[] args) [0x0] in :0 [ERROR] FATAL UNHANDLED EXCEPTION: System.Exception: Unable to open the session message bus. ---> System.ArgumentNullException: Argument cannot be null. Parameter name: address at DBus.Bus.Open (System.String address) [0x0] in :0 at DBus.Bus.get_Session () [0x0] in :0 --- End of inner exception stack trace --- at DBus.Bus.get_Session () [0x0] in :0 at DBus.BusG.Init () [0x0] in :0 at Tomboy.GnomeApplication.Initialize (System.String locale_dir, System.String display_name, System.String process_name, System.String[] args) [0x0] in :0 at Tomboy.Application.Initialize (System.String locale_dir, System.String display_name, System.String process_name, System.String[] args) [0x0] in :0 at Tomboy.Tomboy.Main (System.String[] args) [0x0] in :0 $ ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: tomboy 1.8.0-1ubuntu1.1.1 ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17 Uname: Linux 3.0.0-16-generic x86_64 NonfreeKernelModules: fglrx ApportVersion: 1.23-0ubuntu4 Architecture: amd64 Date: Sat Mar 3 21:54:06 2012 InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007) ProcEnviron: LANGUAGE=da_DK:da PATH=(custom, no user) LANG=da_DK.utf8 SHELL=/bin/bash SourcePackage: tomboy UpgradeStatus: Upgraded to oneiric on 2011-12-17 (77 days ago) --- ApportVersion: 2.6.1-0ubuntu9 Architecture: amd64 DistroRelease: Ubuntu 12.10 InstallationDate: Installed on 2010-11-13 (769 days ago) InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007) MarkForUpload: True NonfreeKernelModules: fglrx Package: tomboy 1.12.0-1ubuntu1 PackageArchitecture: amd64 ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1 Tags: quantal running-unity Uname: Linux 3.5.0-21-generic x86_64 UpgradeStatus: Upgraded to quantal on 2012-10-19 (63 days ago) UserGroups: adm admin cdrom dialout lpadmin mythtv netdev plugdev sambashare vboxusers To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tomboy/+bug/945858/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1076298] Re: fglrx propliarty driver installation
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: fglrx-installer (Ubuntu) Status: New => Confirmed -- 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/1076298 Title: fglrx propliarty driver installation Status in “fglrx-installer” package in Ubuntu: Confirmed Bug description: After installing the AMD driver described in https://help.ubuntu.com/community/BinaryDriverHowto/ATI X hangs and stalls the whole system on reboot. I had also tried all the updates and beta drivers from ubuntu repos and AMD site. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: xorg 1:7.7+1ubuntu4 ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5 Uname: Linux 3.5.0-17-generic x86_64 .tmp.unity.support.test.0: ApportVersion: 2.6.1-0ubuntu6 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: compiz Date: Thu Nov 8 11:46:18 2012 DistUpgraded: Fresh install DistroCodename: quantal DistroVariant: ubuntu ExtraDebuggingInterest: Yes, including running git bisection searches GraphicsCard: Advanced Micro Devices [AMD] nee ATI Device [1002:9908] (prog-if 00 [VGA controller]) Subsystem: Samsung Electronics Co Ltd Device [144d:c660] Advanced Micro Devices [AMD] nee ATI Thames [Radeon 7500M/7600M Series] [1002:6841] (prog-if 00 [VGA controller]) Subsystem: Samsung Electronics Co Ltd Device [144d:c661] InstallationDate: Installed on 2012-11-05 (2 days ago) InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5) MachineType: SAMSUNG ELECTRONICS CO., LTD. 535U4C MarkForUpload: True ProcEnviron: TERM=xterm PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic root=UUID=5cac65c7-6307-490a-a260-2266a4230e80 ro quiet splash acpi_backlight=vendor vt.handoff=7 SourcePackage: xorg UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 08/30/2012 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: P02RAR.W93.120830.LEO dmi.board.asset.tag: No Asset Tag dmi.board.name: NP535U4C-S04TR dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD. dmi.board.version: SEC_SW_REVISION_1234567890ABCD dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 9 dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD. dmi.chassis.version: N/A dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrP02RAR.W93.120830.LEO:bd08/30/2012:svnSAMSUNGELECTRONICSCO.,LTD.:pn535U4C:pvrP02RAR:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP535U4C-S04TR:rvrSEC_SW_REVISION_1234567890ABCD:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A: dmi.product.name: 535U4C dmi.product.version: P02RAR dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD. version.compiz: compiz 1:0.9.8.4-0ubuntu3 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.39-0ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1 version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.99.99~git20120913.8637f772-0ubuntu1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu3 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1076298/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094581] [NEW] playback freezing with flac files
Public bug reported: I have now found a way to reproduce this problem every time. You need to have the super brothers: sword & sworcery sound track in lossless flac format. To reproduce, play the album in order with shuffle off. It will freeze playback at the end of track 15, which just happens to be 1 second long. Specifically you only need to play track 14, let it continue to track 15 ("aw, this is really nice"), and it will freeze before playing track 16. This bug might be the same as https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/978604, or maybe not. If necessary I can supply the audio files for testing. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: libgstreamer0.10-0 0.10.36-1ubuntu2 ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1 Uname: Linux 3.5.0-21-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.6.1-0ubuntu9 Architecture: amd64 Date: Sun Dec 30 00:14:42 2012 MarkForUpload: True SourcePackage: gstreamer0.10 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: gstreamer0.10 (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug quantal -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gstreamer0.10 in Ubuntu. https://bugs.launchpad.net/bugs/1094581 Title: playback freezing with flac files Status in “gstreamer0.10” package in Ubuntu: New Bug description: I have now found a way to reproduce this problem every time. You need to have the super brothers: sword & sworcery sound track in lossless flac format. To reproduce, play the album in order with shuffle off. It will freeze playback at the end of track 15, which just happens to be 1 second long. Specifically you only need to play track 14, let it continue to track 15 ("aw, this is really nice"), and it will freeze before playing track 16. This bug might be the same as https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/978604, or maybe not. If necessary I can supply the audio files for testing. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: libgstreamer0.10-0 0.10.36-1ubuntu2 ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1 Uname: Linux 3.5.0-21-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.6.1-0ubuntu9 Architecture: amd64 Date: Sun Dec 30 00:14:42 2012 MarkForUpload: True SourcePackage: gstreamer0.10 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1094581/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094575] Re: [System Product Name, VIA VT1708S, Black Line Out, Rear] No sound at all
power setting change to D3 Node 0x19 [Pin Complex] wcaps 0x400581: Stereo Control: name="Line-Out Surround Jack", index=0, device=0 Pincap 0x0014: OUT Detect Pin Default 0x01011012: [Jack] Line Out at Ext Rear Conn = 1/8, Color = Black DefAssociation = 0x1, Sequence = 0x2 Pin-ctls: 0x40: OUT Unsolicited: tag=02, enabled=1 Power states: D0 D1 D2 D3 Power: setting=D3, actual=D3 Connection: 1 0x18 -- 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/1094575 Title: [System Product Name, VIA VT1708S, Black Line Out, Rear] No sound at all Status in “alsa-driver” package in Ubuntu: New Bug description: When I insert a video DVD, the movie player does not open. Also there is noise coming from the speakers. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: alsa-base 1.0.25+dfsg-0ubuntu3 ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19 Uname: Linux 3.2.0-26-generic x86_64 ApportVersion: 2.6.1-0ubuntu9 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: wasi-amd 2343 F pulseaudio /dev/snd/controlC0: wasi-amd 2343 F pulseaudio Date: Sat Dec 29 18:26:48 2012 InstallationDate: Installed on 2012-05-03 (240 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True PackageArchitecture: all SourcePackage: alsa-driver Symptom: audio Symptom_AlsaPlaybackTest: ALSA playback test through plughw:SB successful Symptom_Card: Built-in Audio - HDA ATI SB Symptom_DevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: wasi-amd 2343 F pulseaudio /dev/snd/controlC0: wasi-amd 2343 F pulseaudio Symptom_Jack: Black Line Out, Rear Symptom_PulsePlaybackTest: PulseAudio playback test successful Symptom_Type: No sound at all Title: [System Product Name, VIA VT1708S, Black Line Out, Rear] No sound at all UpgradeStatus: Upgraded to quantal on 2012-10-19 (71 days ago) dmi.bios.date: 08/18/2010 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 1006 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: M4A785-M dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: Rev X.0x dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr1006:bd08/18/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A785-M:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1094575/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1078695] Re: xrandr : Failed to get size of gamma for output default
I found a fix for the 'failed to get size of gamma for output default' which was causing the problems keeping the higher resolutions from being used. In using xrandr according to the https://wiki.ubuntu.com/X/Config/Resolution guide to add higher resolutions and xrandr returns the gamma error, I was able to fix the problem by adding --gamma 1:1:1 to the xrandr --output line, as follows: xrandr --output default --gamma 1:1:1 --mode 1280x1024 where xrandr returns the output name as default, and the modename is from a newly defined, higher resolution mode. I got this to work properly with my Etronix 1701B 1280x1024 pixel 17" LCD monitor from an Ubuntu 13.04 virtual machine which was reporting the gamma problem and display name 'default', with a Bodhi 2.0 virtual machine and a Bodhi 2.0 Live CD, all three exhibiting the 'default' display and 'failed to get size of gamma for output default'. The display does not immediately resize, but the new mode can be chosen from the arandr GUI. After selection, when the dialog box pops up, I select to keep that selection. On the next log out or restart, the default is at 1280x1024 as selected before, even at the login screen and at the desktop. Note: several modes greater than the previous 1024x768 maximum were also allowed, including modes which actually exceded the maximum of my monitor. I think this bug report can be closed, with proper documentation. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to x11-utils in Ubuntu. https://bugs.launchpad.net/bugs/1078695 Title: xrandr : Failed to get size of gamma for output default Status in “x11-utils” package in Ubuntu: New Bug description: I have been tracking in the Ubuntu & Linux Mint forums when people have problems with the resolution of their screens not being able to be set to the native resolution of their displays. Normally, that can be fixed by either xrandr or xorg.conf settings, but occasionally when xrandr is typed on a line by itself to check the configuration of the X display, the return is [code]$ xrandr xrandr : failed to get size of gamma for output default Screen 0: blah blah default : more blah blah[/code]When this has occurred, the output maximum resolution can NOT be changed, and I haven't found any way to fix the problem. [background] My particular rig is a custom built with a BIOStar N68S3B motherboard, AMD Athlon II x3 processor, 8G RAM, nVidia GeForce 7025 display adapter on the motherboard, Etronix 1701B display. I have fought getting my maximum resolution (1280x1024) on this monitor since 7.10 Gutsy Gibbon, and used a custom xorg.conf file until it stopped working, around 9.10, and have used xrandr since. (I stopped using Ubuntu as my primary OS of choice when Unity came out, because my rig did not support Compiz or graphics acceleration. Xubuntu, Linux Mint Debian Edition, or Debian are my primaries now.) The EDID on this monitor is not read correctly/has never been read correctly, and I have always been stuck with the default resolution on Live media, except occasionally on Puppy or Elive, through two different main machines. My first Linux install was on an eMachines T5212 with an nVidia GeForce 6200 128M graphics memory, 2G RAM.[/Background] I noticed that on a Bodhi 2.0 Live media that the xrandr did not work because x11-xserver-utils package was not installed. I was checking out the Live media, because my Bodhi 2.0 virtual machine exhibits the same problems reported by laptop users, that is, the Failed to get size of gamma for output default and unable to use xrandr to add a higher resolution display. When I added the x11-xserver-utils package to the Live running install, I could use xrandr to properly get the size of gamma and reset the display to 1280x1024. I re-installed from the SAME live media to my Bodhi VirtualBox VM, still the same graphics problem. x11-xserver-utils was installed during updates, but xrandr still returned no gamma, display as 'default', and no ability to set resolution higher than 1024x768 detected at install. I still have about 2 weeks laid-off from my primary work, so if there is anything further I can do to help, just let me know. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/x11-utils/+bug/1078695/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1093946] Re: Evince fails to open PDF files. worked prior to Ubuntu 12.10 upgrade
Hi Bill, If you open a terminal and in the terminal type: evince nameofyour.pdf does evince open? If not does it give any errors there? ** Changed in: evince (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1093946 Title: Evince fails to open PDF files. worked prior to Ubuntu 12.10 upgrade Status in “evince” package in Ubuntu: Incomplete Bug description: Any time I try to view a PDF file, an icon is created in the task bar that says "opening file " but the file does not open. No errors are shown and I have not located any messages in any of the logs. This problem affects ALL pdf files, but the files are displayable using "mupdf". According to the following, evince 3.6.0 is installed. apt-cache policy evince evince: Installed: 3.6.0-0ubuntu2 Candidate: 3.6.0-0ubuntu2 Version table: *** 3.6.0-0ubuntu2 0 500 http://us.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages 100 /var/lib/dpkg/status I have attempted to purge and reinstall evince several times, even to the point of deleting the evince libraries in /usr/lib/ and /usr/share/ and /var/lib/dpkg/info/ The result is always the same. Sometimes after the failure, Ubuntu reports an internal error in evince - which I have told it to send a report to the developers. The report must be very small, as it takes less than a second to do so. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: evince 3.6.0-0ubuntu2 ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1 Uname: Linux 3.5.0-21-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.6.1-0ubuntu9 Architecture: amd64 Date: Wed Dec 26 22:25:34 2012 MarkForUpload: True ProcEnviron: LANGUAGE=en_US:en TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: evince UpgradeStatus: Upgraded to quantal on 2012-11-01 (55 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1093946/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094575] [NEW] [System Product Name, VIA VT1708S, Black Line Out, Rear] No sound at all
Public bug reported: When I insert a video DVD, the movie player does not open. Also there is noise coming from the speakers. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: alsa-base 1.0.25+dfsg-0ubuntu3 ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19 Uname: Linux 3.2.0-26-generic x86_64 ApportVersion: 2.6.1-0ubuntu9 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: wasi-amd 2343 F pulseaudio /dev/snd/controlC0: wasi-amd 2343 F pulseaudio Date: Sat Dec 29 18:26:48 2012 InstallationDate: Installed on 2012-05-03 (240 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True PackageArchitecture: all SourcePackage: alsa-driver Symptom: audio Symptom_AlsaPlaybackTest: ALSA playback test through plughw:SB successful Symptom_Card: Built-in Audio - HDA ATI SB Symptom_DevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: wasi-amd 2343 F pulseaudio /dev/snd/controlC0: wasi-amd 2343 F pulseaudio Symptom_Jack: Black Line Out, Rear Symptom_PulsePlaybackTest: PulseAudio playback test successful Symptom_Type: No sound at all Title: [System Product Name, VIA VT1708S, Black Line Out, Rear] No sound at all UpgradeStatus: Upgraded to quantal on 2012-10-19 (71 days ago) dmi.bios.date: 08/18/2010 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 1006 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: M4A785-M dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: Rev X.0x dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr1006:bd08/18/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A785-M:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer ** Affects: alsa-driver (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug quantal -- 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/1094575 Title: [System Product Name, VIA VT1708S, Black Line Out, Rear] No sound at all Status in “alsa-driver” package in Ubuntu: New Bug description: When I insert a video DVD, the movie player does not open. Also there is noise coming from the speakers. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: alsa-base 1.0.25+dfsg-0ubuntu3 ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19 Uname: Linux 3.2.0-26-generic x86_64 ApportVersion: 2.6.1-0ubuntu9 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: wasi-amd 2343 F pulseaudio /dev/snd/controlC0: wasi-amd 2343 F pulseaudio Date: Sat Dec 29 18:26:48 2012 InstallationDate: Installed on 2012-05-03 (240 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True PackageArchitecture: all SourcePackage: alsa-driver Symptom: audio Symptom_AlsaPlaybackTest: ALSA playback test through plughw:SB successful Symptom_Card: Built-in Audio - HDA ATI SB Symptom_DevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: wasi-amd 2343 F pulseaudio /dev/snd/controlC0: wasi-amd 2343 F pulseaudio Symptom_Jack: Black Line Out, Rear Symptom_PulsePlaybackTest: PulseAudio playback test successful Symptom_Type: No sound at all Title: [System Product Name, VIA VT1708S, Black Line Out, Rear] No sound at all UpgradeStatus: Upgraded to quantal on 2012-10-19 (71 days ago) dmi.bios.date: 08/18/2010 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 1006 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: M4A785-M dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: Rev X.0x dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr1006:bd08/18/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A785-M:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1094575/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094561] Re: every launch, printer settings resets to default
Launchpad has imported 1 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=58870. 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 https://help.launchpad.net/InterBugTracking. On 2012-12-29T22:25:36+00:00 Fabio Marconi wrote: Release of Ubuntu: 13.04 Package Version: Installed: 1:3.6.2~rc2-0ubuntu6 Expected Results: the printer settings are remembered Actual Results: the printer settings are restored to default when it is started Hallo TESTCASE: -Start writer or calc ecc. -Type something -From menu File select Print - Properties - Device -Set 'Print Quality' to something different from 'Standard' -Do the same with others settings. -Close all and Calc too and restart it -From File menu do the same as above and you can see all you have set reverted to default Thanks Fabio Reply at: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1094561/comments/3 ** Changed in: df-libreoffice Status: Unknown => New ** Changed in: df-libreoffice Importance: Unknown => Medium -- 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/1094561 Title: every launch, printer settings resets to default Status in LibreOffice Productivity Suite: New Status in “libreoffice” package in Ubuntu: New Bug description: Release of Ubuntu: 13.04 Package Version: Installed: 1:3.6.2~rc2-0ubuntu6 Expected Results: the printer settings are remembered Actual Results: the printer settings are restored to default when it is started Hallo TESTCASE: -Start writer or calc ecc. -Type something -From menu File select Print - Properties - Device -Set 'Print Quality' to something different from standard -Do the same with others settings. -Close all and Calc too and restart it -From File menu do the same as above and you can see all you have set reverted to default Thanks Fabio ProblemType: BugDistroRelease: Ubuntu 13.04 Package: libreoffice (not installed) ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0 Uname: Linux 3.7.0-7-generic x86_64 ApportVersion: 2.7-0ubuntu2 Architecture: amd64 Date: Sat Dec 29 22:58:31 2012 EcryptfsInUse: Yes InstallationDate: Installed on 2012-10-12 (78 days ago) InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 (20121011) MarkForUpload: TrueSourcePackage: libreoffice UpgradeStatus: Upgraded to raring on 2012-10-13 (77 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/df-libreoffice/+bug/1094561/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 923250] Re: subwoofer and headphone won't play nicely on dv7
I have the same poblem ** Changed in: alsa-driver (Ubuntu) Status: Expired => Confirmed -- 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/923250 Title: subwoofer and headphone won't play nicely on dv7 Status in “alsa-driver” package in Ubuntu: Confirmed Bug description: I have an HP dv7-6b78us laptop with Beats Audio running Kubuntu 11.10 64bit. I can get the subwoofer to work with /etc/modprobe.d/alsa-base.conf using: options snd-hda-intel model=ref But if I do that I, when I plug in a headphone the subwoofer stays on (the normal speakers, however, are muted). /or/ I can mute the normal speakers when a headphone is plugged in, but the subwoofer won't work at all : options snd-hda-intel model=laptop position_fix=1 enable=yes power_save=0 power_save_controller=N My precise soundcard (92HD81B1X5) wasn't listed in /usr/share/doc /alsa-base/driver/HD-Audio-Models.txt.gz, but I tried all the models I could with various options with no luck. I read elsewhere that the subwoofer is controlled by GPI0 5 - I don't know how to translate that into a usable options parameter, though. I'm happy to debug or provide any help or information that I can. upload=true&script=true&cardinfo= !! !!ALSA Information Script v 0.4.60 !! !!Script ran on: Sun Jan 29 07:25:45 UTC 2012 !!Linux Distribution !!-- Ubuntu 11.10 \n \l DISTRIB_ID=Ubuntu DISTRIB_DESCRIPTION="Ubuntu 11.10" !!DMI Information !!--- Manufacturer: Hewlett-Packard Product Name: HP Pavilion dv7 Notebook PC Product Version: 05931120461620100 !!Kernel Information !!-- Kernel release:3.0.0-15-generic Operating System: GNU/Linux Architecture: x86_64 Processor: x86_64 SMP Enabled: Yes !!ALSA Version !! Driver version: 1.0.24 Library version:1.0.24.1 Utilities version: 1.0.24.2 !!Loaded ALSA modules !!--- snd_hda_intel !!Sound Servers on this system !! Pulseaudio: Installed - Yes (/usr/bin/pulseaudio) Running - Yes ESound Daemon: Installed - Yes (/usr/bin/esd) Running - No !!Soundcards recognised by ALSA !!- 0 [PCH]: HDA-Intel - HDA Intel PCH HDA Intel PCH at 0xc750 irq 54 !!PCI Soundcards installed in the system !!-- 00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05) !!Advanced information - PCI Vendor/Device/Subsystem ID's !! 00:1b.0 0403: 8086:1c20 (rev 05) Subsystem: 103c:1659 !!Modprobe options (Sound related) !! snd-atiixp-modem: index=-2 snd-intel8x0m: index=-2 snd-via82xx-modem: index=-2 snd-usb-audio: index=-2 snd-usb-caiaq: index=-2 snd-usb-ua101: index=-2 snd-usb-us122l: index=-2 snd-usb-usx2y: index=-2 snd-cmipci: mpu_port=0x330 fm_port=0x388 snd-pcsp: index=-2 snd-usb-audio: index=-2 snd-hda-intel: model=hp-dv4-1222nr enable_msi=1 !!Loaded sound module options !!-- !!Module: snd_hda_intel bdl_pos_adj : 1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 beep_mode : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y enable_msi : 1 id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null) index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 model : hp-dv4-1222nr,(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null) patch : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null) position_fix : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 power_save : 0 power_save_controller : Y probe_mask : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 probe_only : 0
[Desktop-packages] [Bug 61105] Re: Mouse jumps to center in (sdl?/opengl?) games
I can confirm this also affects a few SDL games tested in Kubuntu 12.10 with a Nvidia Optimus setup. I've just removed unclutter, but some of the solutions above would be better -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unclutter in Ubuntu. https://bugs.launchpad.net/bugs/61105 Title: Mouse jumps to center in (sdl?/opengl?) games Status in “unclutter” package in Ubuntu: Confirmed Status in “unclutter” package in Debian: Confirmed Bug description: I have this bug in Edgy with Nexuiz, Tremulous and Wormux, so i assume it is on a deeper level. SDL maybe? The mouse jumps around every second or so. Sometimes regularly to the center, but sometimes to other points. It looks like some kind of position reset or something. It happens fullscreen and windowed. (summary of comments: It's unclutter's fault. It interferes with SDL's relative mouse input. If you're seeing this bug and there isn't a smarter unclutter released yet, just killall unclutter.) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unclutter/+bug/61105/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1071101] Re: nearly every other boot I get "Low Graphics Mode" message.
*** This bug is a duplicate of bug 1070150 *** https://bugs.launchpad.net/bugs/1070150 ** This bug has been marked a duplicate of bug 1070150 Intermittent low graphics mode with Intel HD graphics -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1071101 Title: nearly every other boot I get "Low Graphics Mode" message. Status in “xorg” package in Ubuntu: Confirmed Bug description: I'm not entirely sure that this is xorg, I can't figure out which log file to look in to find out. The log files with likely names did not give me usefull info. I've seen similar errors, but never the same hardware or circumstanses. Behavior started immediatly after upgrade to 12.10 I'm running GNOME classic (though I think this bug is occuring before this becomes relevent), using an ATI HD4850 video card with open source drivers. About every other boot, I get a white message box telling me that something went wrong and the system will boot in low graphics mode. I'll try and write down the exact message next time this happens. The first time this happend (the next day after upgrading to 12.10, I was able to select the "use defaults" option to continue. every time after this, the "use defaults" or "use latest backup" goes right back to the same question. The only way forward is to boot into low graphics mode. I usually shut down the computer at the login screen when it is in low graphics mode (from the menu, not the switch), and turn the computer back on. This has booted cleanly with the correct graphics mode every time I have done it (about 4 times). The one time I tried "sudo shutdown -r now", it rebooted and had the same problem again ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: xorg 1:7.7+1ubuntu4 ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5 Uname: Linux 3.5.0-17-generic x86_64 .tmp.unity.support.test.0: ApportVersion: 2.6.1-0ubuntu3 Architecture: amd64 CompizPlugins: [core,composite,opengl,compiztoolbox,decor,snap,expo,move,resize,scale,regex] CompositorRunning: None Date: Wed Oct 24 19:12:16 2012 DistUpgraded: 2012-10-21 15:14:45,536 DEBUG enabling apt cron job DistroCodename: quantal DistroVariant: ubuntu ExtraDebuggingInterest: Yes, if not too technical GraphicsCard: Advanced Micro Devices [AMD] nee ATI RV770 [Radeon HD 4850] [1002:9442] (prog-if 00 [VGA controller]) Subsystem: Hightech Information System Ltd. Device [1787:2266] InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1) MachineType: System manufacturer System Product Name ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic root=UUID=c2921384-38b9-419e-b7ef-007bcc801561 ro nosplash debug --verbose SourcePackage: xorg UpgradeStatus: Upgraded to quantal on 2012-10-21 (3 days ago) dmi.bios.date: 09/21/2010 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 2209 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: P6T DELUXE dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: Rev 1.xx dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr2209:bd09/21/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP6TDELUXE:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer version.compiz: compiz 1:0.9.8.4-0ubuntu3 version.ia32-libs: ia32-libs 20090808ubuntu36 version.libdrm2: libdrm2 2.4.39-0ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1 version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.99.99~git20120913.8637f772-0ubuntu1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu3 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1071101/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 819304] Re: gvfsd-cdda crashed with signal 5 in _g_dbus_oom()
I have been getting this error with gvfs version 1.12.1 on 12.04 and also on gvfs 1.14.0 on 12.10. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gvfs in Ubuntu. https://bugs.launchpad.net/bugs/819304 Title: gvfsd-cdda crashed with signal 5 in _g_dbus_oom() Status in GVFS: Fix Released Status in The Rhythmbox Music Management Application: New Status in Sound Juicer - CD Ripping tool: Unknown Status in “gvfs” package in Ubuntu: Fix Released Status in “gvfs” source package in Precise: Fix Released Bug description: [Impact] sound-juicer doesn't work right when gvfs-cdda is crashing underneath [Test case] open sound-juicer insert a cd with a CDTEXT entry with non-ascii text -- I desperately need sound-juicer for cd ripping, and while it doesn't find the disc unless I open it in nautilus first, this crash happens often when I either start s-j after mounting it with nautilus or reread the disc contents from s-j. ProblemType: Crash DistroRelease: Ubuntu 11.10 Package: gvfs-backends 1.9.2-0ubuntu2 ProcVersionSignature: Ubuntu 3.0.0-7.9-generic 3.0.0 Uname: Linux 3.0.0-7-generic x86_64 Architecture: amd64 CrashCounter: 1 Date: Mon Aug 1 16:43:48 2011 ExecutablePath: /usr/lib/gvfs/gvfsd-cdda InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1) ProcCmdline: /usr/lib/gvfs/gvfsd-cdda --spawner :1.1 /org/gtk/gvfs/exec_spaw/9 ProcEnviron: SHELL=/bin/zsh PATH=(custom, user) LANG=fi_FI.UTF-8 Signal: 5 SourcePackage: gvfs StacktraceTop: _g_dbus_oom () from /usr/lib/gvfs/libgvfscommon.so _g_dbus_append_file_attribute () from /usr/lib/gvfs/libgvfscommon.so _g_dbus_append_file_info () from /usr/lib/gvfs/libgvfscommon.so ?? () from /usr/lib/gvfs/libgvfsdaemon.so ?? () from /usr/lib/gvfs/libgvfsdaemon.so Title: gvfsd-cdda crashed with signal 5 in _g_dbus_oom() UpgradeStatus: Upgraded to oneiric on 2011-07-05 (27 days ago) UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare To manage notifications about this bug go to: https://bugs.launchpad.net/gvfs/+bug/819304/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094561] Re: every launch, printer settings resets to default
** Bug watch added: freedesktop.org Bugzilla #58870 https://bugs.freedesktop.org/show_bug.cgi?id=58870 ** Also affects: df-libreoffice via https://bugs.freedesktop.org/show_bug.cgi?id=58870 Importance: Unknown Status: Unknown -- 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/1094561 Title: every launch, printer settings resets to default Status in LibreOffice Productivity Suite: Unknown Status in “libreoffice” package in Ubuntu: New Bug description: Release of Ubuntu: 13.04 Package Version: Installed: 1:3.6.2~rc2-0ubuntu6 Expected Results: the printer settings are remembered Actual Results: the printer settings are restored to default when it is started Hallo TESTCASE: -Start writer or calc ecc. -Type something -From menu File select Print - Properties - Device -Set 'Print Quality' to something different from standard -Do the same with others settings. -Close all and Calc too and restart it -From File menu do the same as above and you can see all you have set reverted to default Thanks Fabio ProblemType: BugDistroRelease: Ubuntu 13.04 Package: libreoffice (not installed) ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0 Uname: Linux 3.7.0-7-generic x86_64 ApportVersion: 2.7-0ubuntu2 Architecture: amd64 Date: Sat Dec 29 22:58:31 2012 EcryptfsInUse: Yes InstallationDate: Installed on 2012-10-12 (78 days ago) InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 (20121011) MarkForUpload: TrueSourcePackage: libreoffice UpgradeStatus: Upgraded to raring on 2012-10-13 (77 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/df-libreoffice/+bug/1094561/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094561] Re: every launch, printer settings resets to default
This bug has been reported on the Ubuntu ISO testing tracker. A list of all reports related to this bug can be found here: http://iso.qa.ubuntu.com/qatracker/reports/bugs/1094561 ** Tags added: iso-testing -- 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/1094561 Title: every launch, printer settings resets to default Status in “libreoffice” package in Ubuntu: New Bug description: Release of Ubuntu: 13.04 Package Version: Installed: 1:3.6.2~rc2-0ubuntu6 Expected Results: the printer settings are remembered Actual Results: the printer settings are restored to default when it is started Hallo TESTCASE: -Start writer or calc ecc. -Type something -From menu File select Print - Properties - Device -Set 'Print Quality' to something different from standard -Do the same with others settings. -Close all and Calc too and restart it -From File menu do the same as above and you can see all you have set reverted to default Thanks Fabio ProblemType: BugDistroRelease: Ubuntu 13.04 Package: libreoffice (not installed) ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0 Uname: Linux 3.7.0-7-generic x86_64 ApportVersion: 2.7-0ubuntu2 Architecture: amd64 Date: Sat Dec 29 22:58:31 2012 EcryptfsInUse: Yes InstallationDate: Installed on 2012-10-12 (78 days ago) InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 (20121011) MarkForUpload: TrueSourcePackage: libreoffice UpgradeStatus: Upgraded to raring on 2012-10-13 (77 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1094561/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094561] [NEW] every launch, printer settings resets to default
Public bug reported: Release of Ubuntu: 13.04 Package Version: Installed: 1:3.6.2~rc2-0ubuntu6 Expected Results: the printer settings are remembered Actual Results: the printer settings are restored to default when it is started Hallo TESTCASE: -Start writer or calc ecc. -Type something -From menu File select Print - Properties - Device -Set 'Print Quality' to something different from standard -Do the same with others settings. -Close all and Calc too and restart it -From File menu do the same as above and you can see all you have set reverted to default Thanks Fabio ProblemType: BugDistroRelease: Ubuntu 13.04 Package: libreoffice (not installed) ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0 Uname: Linux 3.7.0-7-generic x86_64 ApportVersion: 2.7-0ubuntu2 Architecture: amd64 Date: Sat Dec 29 22:58:31 2012 EcryptfsInUse: Yes InstallationDate: Installed on 2012-10-12 (78 days ago) InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 (20121011) MarkForUpload: TrueSourcePackage: libreoffice UpgradeStatus: Upgraded to raring on 2012-10-13 (77 days ago) ** Affects: libreoffice (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug raring running-unity ** Description changed: Release of Ubuntu: 13.04 Package Version: Installed: 1:3.6.2~rc2-0ubuntu6 Expected Results: the printer settings are remembered Actual Results: the printer settings are restored to default when it is started - Hallo TESTCASE: -Start writer or calc ecc. -Type something -From menu File select Print - Properties - Device -Set 'Print Quality' to something different from standard -Do the same with others settings. - -Close Calc all and restart it + -Close all and Calc too and restart it -From File menu do the same as above and you can see all you have set reverted to default Thanks Fabio - ProblemType: Bug - DistroRelease: Ubuntu 13.04 + ProblemType: BugDistroRelease: Ubuntu 13.04 Package: libreoffice (not installed) ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0 Uname: Linux 3.7.0-7-generic x86_64 ApportVersion: 2.7-0ubuntu2 Architecture: amd64 Date: Sat Dec 29 22:58:31 2012 EcryptfsInUse: Yes InstallationDate: Installed on 2012-10-12 (78 days ago) InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 (20121011) - MarkForUpload: True - SourcePackage: libreoffice + MarkForUpload: TrueSourcePackage: libreoffice UpgradeStatus: Upgraded to raring on 2012-10-13 (77 days ago) -- 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/1094561 Title: every launch, printer settings resets to default Status in “libreoffice” package in Ubuntu: New Bug description: Release of Ubuntu: 13.04 Package Version: Installed: 1:3.6.2~rc2-0ubuntu6 Expected Results: the printer settings are remembered Actual Results: the printer settings are restored to default when it is started Hallo TESTCASE: -Start writer or calc ecc. -Type something -From menu File select Print - Properties - Device -Set 'Print Quality' to something different from standard -Do the same with others settings. -Close all and Calc too and restart it -From File menu do the same as above and you can see all you have set reverted to default Thanks Fabio ProblemType: BugDistroRelease: Ubuntu 13.04 Package: libreoffice (not installed) ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0 Uname: Linux 3.7.0-7-generic x86_64 ApportVersion: 2.7-0ubuntu2 Architecture: amd64 Date: Sat Dec 29 22:58:31 2012 EcryptfsInUse: Yes InstallationDate: Installed on 2012-10-12 (78 days ago) InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 (20121011) MarkForUpload: TrueSourcePackage: libreoffice UpgradeStatus: Upgraded to raring on 2012-10-13 (77 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1094561/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1008344] Re: checks "admin" group membership instead of querying polkit
Thanks for the hints, Martin. I gave up on ls-dbus-backend, discovered gir1.2-polkit-1.0 and wrote a new function in utils.py. Now the code runs, but there is a tiny problem: AdminPrivileges() always returns True. :( On 2012-12-23 10:56, Martin Pitt wrote: > But with polkit we can probably just drop the whole is_admin check > completely. If a non-admin user is starting l-s, the polkit dialog will > still allow you to authenticate as another user who is an admin. Simple indeed, bug would it really be a solution? Even if the polkit dialog allows you to enter the credentials of an admin user, as long as you are a standard user you typically don't know any admin password, do you? Personally I think that the current UI, where the admin only controls are disabled (greyed out) for standard users, is better than letting the user know only by an authentication failure. Question is if there is a way to make polkit tell whether you can authenticate as the current _user_. Unfortunately the get_is_challenge() method seems to take into account the possibility to enter an admin password... -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/1008344 Title: checks "admin" group membership instead of querying polkit Status in “language-selector” package in Ubuntu: Triaged Bug description: In a new install of Ubuntu Precise, I cannot make any system-wide changes in the language selector (such as installing languages or clicking "Apply System-Wide"), only user-specific changes. All those controls for system-wide changes are greyed out, although my user does have sudo abilities and I would be able to enter the root password of the machine. The machine is freshly installed, but with customizations specific to our site, e.g. ldap authentication for users. Specifically, my user is an ldap user, not a local one, and there is a group in the ldap directory which was granted sudo capability by adding it to /etc/sudoers. My user is part of that group. sudo on the command line and gksudo work fine. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: language-selector-gnome 0.79 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 Date: Mon Jun 4 08:20:04 2012 PackageArchitecture: all ProcEnviron: LANGUAGE=en_US: TERM=screen-256color PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: language-selector UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1008344/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1040259] Re: FFE: libmessaging-menu transitions for quantal
Thanks for the work on the libmessaging pidgin patch! Works for me. I get connect errors to facebook chat (XMPP account in pidgin), I'm not sure if it's due to the patch or some temporary facebook hiccups. I will look into this issue further. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gwibber in Ubuntu. https://bugs.launchpad.net/bugs/1040259 Title: FFE: libmessaging-menu transitions for quantal Status in Gmail Watcher: Triaged Status in Lightread: New Status in Quassel Irc Client: New Status in Skype-wrapper: In Progress Status in “evolution-indicator” package in Ubuntu: Triaged Status in “gm-notify” package in Ubuntu: Triaged Status in “gwibber” package in Ubuntu: Fix Released Status in “indicator-messages” package in Ubuntu: Fix Released Status in “kdenetwork” package in Ubuntu: New Status in “kdepim” package in Ubuntu: New Status in “libdbusmenu-qt” package in Ubuntu: New Status in “libunity-webapps” package in Ubuntu: Fix Released Status in “liferea” package in Ubuntu: Triaged Status in “pidgin” package in Ubuntu: Fix Released Status in “pidgin-libnotify” package in Ubuntu: Fix Released Status in “quassel” package in Ubuntu: New Status in “smuxi” package in Ubuntu: Fix Released Status in “telepathy-indicator” package in Ubuntu: Fix Released Status in “thunderbird” package in Ubuntu: Fix Released Status in “unity-mail” package in Ubuntu: Fix Released Status in “xchat-indicator” package in Ubuntu: Fix Released Status in “gm-notify” source package in Quantal: Triaged Status in “gwibber” source package in Quantal: Fix Released Status in “indicator-messages” source package in Quantal: Fix Released Status in “kdenetwork” source package in Quantal: New Status in “kdepim” source package in Quantal: New Status in “libdbusmenu-qt” source package in Quantal: New Status in “libunity-webapps” source package in Quantal: Fix Released Status in “liferea” source package in Quantal: Triaged Status in “pidgin” source package in Quantal: Confirmed Status in “pidgin-libnotify” source package in Quantal: In Progress Status in “quassel” source package in Quantal: New Status in “smuxi” source package in Quantal: Fix Released Status in “telepathy-indicator” source package in Quantal: Fix Released Status in “thunderbird” source package in Quantal: Fix Released Status in “unity-mail” source package in Quantal: Fix Released Status in “xchat-indicator” source package in Quantal: Fix Released Bug description: indicator-messages got updated, introducing a new libmessaging-menu api (deprecating the old libindicate library) which should make application developper's life easier. The indicator work is done and the library is ready and we started porting applications The current stack is being tested in https://launchpad.net/~ubuntu- desktop/+archive/ppa/ It includes - indicator-messages - gwibber - indicator-telepathy - thunderbird (soon, work is being finished) which is what we consider the minimal set for landing the feature for quantal we will add those soon: - pidgin - xchat-indicator - evolution-indicator To manage notifications about this bug go to: https://bugs.launchpad.net/gmailwatcher/+bug/1040259/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094097] Re: Xorg crashed with SIGSEGV in mieqMoveToNewScreen()
This looks suspiciously similar to bug 1039341(which is marked fix released - but because the reporter couldn't reproduce) . Melchiaros: Can you reproduce this every time ? How is the monitor connected - VGA?DVI?HDMI? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1094097 Title: Xorg crashed with SIGSEGV in mieqMoveToNewScreen() Status in “xorg-server” package in Ubuntu: New Bug description: The Xorg server crashed after automatically monitor switch off(time depend). More exactly after reactivating the monitor with a random key stroke. Unfortunally I am not able to reproduce until now. ProblemType: Crash DistroRelease: Ubuntu 13.04 Package: xserver-xorg-core 2:1.13.0.902-0ubuntu1 ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0 Uname: Linux 3.7.0-7-generic x86_64 .tmp.unity.support.test.0: ApportVersion: 2.7-0ubuntu2 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: compiz Date: Thu Dec 27 18:18:02 2012 DistUpgraded: 2012-11-15 21:03:35,509 DEBUG enabling apt cron job DistroCodename: raring DistroVariant: ubuntu ExecutablePath: /usr/bin/Xorg ExecutableTimestamp: 1354869490 ExtraDebuggingInterest: Yes GraphicsCard: Advanced Micro Devices [AMD] nee ATI Device [1002:9808] (prog-if 00 [VGA controller]) Subsystem: Hewlett-Packard Company Device [103c:1885] InstallationDate: Installed on 2012-07-22 (157 days ago) InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120722) Lsusb: Bus 001 Device 002: ID 04f2:b2f4 Chicony Electronics Co., Ltd Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub MachineType: Hewlett-Packard HP 655 Notebook PC MarkForUpload: True ProcCmdline: /usr/bin/X :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch -background none ProcCwd: /etc/X11 ProcEnviron: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.7.0-7-generic root=UUID=90fd01e1-3896-4a96-babc-048fb146d8e0 ro quiet splash vt.handoff=7 SegvAnalysis: Segfault happened at: 0x7f9d35b64d24:cmp0x118(%rax),%rsi PC (0x7f9d35b64d24) ok source "0x118(%rax)" (0x0118) not located in a known VMA region (needed readable region)! destination "%rsi" ok SegvReason: reading NULL VMA Signal: 11 SourcePackage: xorg-server StacktraceTop: ?? () mieqProcessDeviceEvent () mieqProcessInputEvents () ProcessInputEvents () xf86Wakeup () Title: Xorg crashed with SIGSEGV in mieqProcessDeviceEvent() UpgradeStatus: Upgraded to raring on 2012-11-15 (41 days ago) UserGroups: dmi.bios.date: 04/27/2012 dmi.bios.vendor: Insyde dmi.bios.version: F.02 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 1885 dmi.board.vendor: Hewlett-Packard dmi.board.version: 66.11 dmi.chassis.asset.tag: Chassis Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnInsyde:bvrF.02:bd04/27/2012:svnHewlett-Packard:pnHP655NotebookPC:pvr07981000521000260:rvnHewlett-Packard:rn1885:rvr66.11:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP 655 Notebook PC dmi.product.version: 07981000521000260 dmi.sys.vendor: Hewlett-Packard version.compiz: compiz 1:0.9.9~daily12.12.05-0ubuntu2 version.ia32-libs: ia32-libs 20090808ubuntu36 version.libdrm2: libdrm2 2.4.40-1 version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.1-0ubuntu1 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.1-0ubuntu1 version.xserver-xorg-core: xserver-xorg-core 2:1.13.0.902-0ubuntu1 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.0.0-0ubuntu1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.16-0ubuntu1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.4-0ubuntu1 xserver.bootTime: Thu Dec 27 18:18:19 2012 xserver.configfile: default xserver.errors: xserver.logfile: /var/log/Xorg.0.log xserver.version: 2:1.13.0.902-0ubuntu1 xserver.video_driver: radeon To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1094097/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1093492] Re: No sound after Ubuntu 12.04 install
Er...what does all of that mean? Thanks. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1093492 Title: No sound after Ubuntu 12.04 install Status in “pulseaudio” package in Ubuntu: New Bug description: My sound settings for output is showing Digital Output (S/PDIF) while I am thinking this should be (Speaker) however, there is nowhere to change it. The Alsa mixer confirms S/PDIF zero audio levels and this cannot be changed. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: evince 3.4.0-0ubuntu1.4 ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34 Uname: Linux 3.2.0-35-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu15.1 Architecture: amd64 Date: Mon Dec 24 12:12:01 2012 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1) MarkForUpload: True ProcEnviron: PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: evince UpgradeStatus: Upgraded to precise on 2012-11-13 (41 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1093492/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1015297] Re: Screen partially darkened after suspend and resume in Xubuntu
** Attachment added: "pm-suspend.log" https://bugs.launchpad.net/xfce4-power-manager/+bug/1015297/+attachment/3470451/+files/pm-suspend.log -- 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/1015297 Title: Screen partially darkened after suspend and resume in Xubuntu Status in pm-utils: Incomplete Status in Xfce4 Power Manager: New Status in Xubuntu: New Status in “fglrx-installer” package in Ubuntu: Confirmed Bug description: 3 days ago after the most recent kernel update, my computer wouldn't start and got stuck on the screen reporting that it couldn't detect the hardware and start X. I reinstalled Ubuntu and the Xubuntu desktop, and somehow I am no longer getting that error, but now whenever I suspend and resume Xubuntu, the whole desktop is darkened as if there's a layer of semi-transparent black over everything. The mouse cursor is still completely white, so I know it's not a monitor brightness issue. If I suspend and resume again, it's twice as dark, as if there are now two semi-transparent black layers over the screen. When I restart or log out and back in again, it's back to normal until I suspend again. It doesn't happen every time I suspend--just most of the time. I have no idea what package this is actually a problem with. It may have something to do with XFCE. I tried killing and restarting metacity and that didn't help, and neither did killing the screensaver. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: xorg 1:7.6+12ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-25.40-generic-pae 3.2.18 Uname: Linux 3.2.0-25-generic-pae i686 NonfreeKernelModules: fglrx .tmp.unity.support.test.0: ApportVersion: 2.0.1-0ubuntu8 Architecture: i386 CompizPlugins: [core,bailer,detection,composite,opengl,compiztoolbox,decor,vpswitch,move,dbus,screenshot,gnomecompat,resize,mousepoll,place,imgpng,grid,session,regex,animation,wall,wobbly,workarounds,expo,ezoom,staticswitcher,fade,scale,unityshell] CompositorRunning: None Date: Tue Jun 19 22:06:33 2012 DistUpgraded: Fresh install DistroCodename: precise DistroVariant: ubuntu DkmsStatus: fglrx-updates, 8.960, 3.2.0-20-generic-pae, i686: installed fglrx-updates, 8.960, 3.2.0-25-generic, i686: installed fglrx-updates, 8.960, 3.2.0-25-generic-pae, i686: installed EcryptfsInUse: Yes ExtraDebuggingInterest: Yes, if not too technical GraphicsCard: Advanced Micro Devices [AMD] nee ATI RS880M [Mobility Radeon HD 4200 Series] [1002:9712] (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device [1043:1b62] InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta i386 (20120328) JockeyStatus: xorg:fglrx_updates - ATI/AMD proprietary FGLRX graphics driver (post-release updates) (Proprietary, Disabled, Not in use) xorg:fglrx - ATI/AMD proprietary FGLRX graphics driver (Proprietary, Disabled, Not in use) MachineType: ASUSTeK Computer INC. 1215T ProcEnviron: LANGUAGE=en_US:en TERM=xterm PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-25-generic-pae root=UUID=e8e8d0e7-09c3-4713-8ca3-476b0fa5e03b ro quiet splash vt.handoff=7 SourcePackage: xorg Symptom: display UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 08/27/2010 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 0303 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: 1215T dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: x.xx dmi.chassis.asset.tag: 0x dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK Computer INC. dmi.chassis.version: x.x dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0303:bd08/27/2010:svnASUSTeKComputerINC.:pn1215T:pvrx.x:rvnASUSTeKComputerINC.:rn1215T:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x: dmi.product.name: 1215T dmi.product.version: x.x dmi.sys.vendor: ASUSTeK Computer INC. version.compiz: compiz 1:0.9.7.8-0ubuntu1 version.fglrx-installer: fglrx-installer N/A version.libdrm2: libdrm2 2.4.32-1ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3.1 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3.1 version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.2 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2 To manage notifications about this bug go to: https://bugs.launchpad.net/pm-utils/+bug/1015297/+subscriptions -- Mailing list: https://launchpad.net/~desktop-p
[Desktop-packages] [Bug 1015297] Re: Screen partially darkened after suspend and resume in Xubuntu
Very strange bug. I don't get this at all using Unity and it's always bright on that DM. I followed Martins instructions and was unable to reproduce the effect in XFCE 4.10. However when I let the computer go idle by itself and allowed the xfce4-power-manager turn the screen off I noticed slight dimming. I'm attaching the logs from pm-suspend.log and pm-powersave.log because I couldn't find pm-utils.log in the logs folder. I've also scouted launchpad.net for similar bug reports and am finding some that - on the surface - seem related but I will need to send a list to Martin to confirm if these are in fact related. Some of these relate to the screen losing it's original user defined brightness level and jumping to another while others include the back-light being non- functional and the brightness controls not working... ** Attachment added: "pm-powersave.log" https://bugs.launchpad.net/xfce4-power-manager/+bug/1015297/+attachment/3470450/+files/pm-powersave.log -- 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/1015297 Title: Screen partially darkened after suspend and resume in Xubuntu Status in pm-utils: Incomplete Status in Xfce4 Power Manager: New Status in Xubuntu: New Status in “fglrx-installer” package in Ubuntu: Confirmed Bug description: 3 days ago after the most recent kernel update, my computer wouldn't start and got stuck on the screen reporting that it couldn't detect the hardware and start X. I reinstalled Ubuntu and the Xubuntu desktop, and somehow I am no longer getting that error, but now whenever I suspend and resume Xubuntu, the whole desktop is darkened as if there's a layer of semi-transparent black over everything. The mouse cursor is still completely white, so I know it's not a monitor brightness issue. If I suspend and resume again, it's twice as dark, as if there are now two semi-transparent black layers over the screen. When I restart or log out and back in again, it's back to normal until I suspend again. It doesn't happen every time I suspend--just most of the time. I have no idea what package this is actually a problem with. It may have something to do with XFCE. I tried killing and restarting metacity and that didn't help, and neither did killing the screensaver. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: xorg 1:7.6+12ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-25.40-generic-pae 3.2.18 Uname: Linux 3.2.0-25-generic-pae i686 NonfreeKernelModules: fglrx .tmp.unity.support.test.0: ApportVersion: 2.0.1-0ubuntu8 Architecture: i386 CompizPlugins: [core,bailer,detection,composite,opengl,compiztoolbox,decor,vpswitch,move,dbus,screenshot,gnomecompat,resize,mousepoll,place,imgpng,grid,session,regex,animation,wall,wobbly,workarounds,expo,ezoom,staticswitcher,fade,scale,unityshell] CompositorRunning: None Date: Tue Jun 19 22:06:33 2012 DistUpgraded: Fresh install DistroCodename: precise DistroVariant: ubuntu DkmsStatus: fglrx-updates, 8.960, 3.2.0-20-generic-pae, i686: installed fglrx-updates, 8.960, 3.2.0-25-generic, i686: installed fglrx-updates, 8.960, 3.2.0-25-generic-pae, i686: installed EcryptfsInUse: Yes ExtraDebuggingInterest: Yes, if not too technical GraphicsCard: Advanced Micro Devices [AMD] nee ATI RS880M [Mobility Radeon HD 4200 Series] [1002:9712] (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device [1043:1b62] InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta i386 (20120328) JockeyStatus: xorg:fglrx_updates - ATI/AMD proprietary FGLRX graphics driver (post-release updates) (Proprietary, Disabled, Not in use) xorg:fglrx - ATI/AMD proprietary FGLRX graphics driver (Proprietary, Disabled, Not in use) MachineType: ASUSTeK Computer INC. 1215T ProcEnviron: LANGUAGE=en_US:en TERM=xterm PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-25-generic-pae root=UUID=e8e8d0e7-09c3-4713-8ca3-476b0fa5e03b ro quiet splash vt.handoff=7 SourcePackage: xorg Symptom: display UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 08/27/2010 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 0303 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: 1215T dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: x.xx dmi.chassis.asset.tag: 0x dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK Computer INC. dmi.chassis.version: x.x dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0303:bd08/27/2010:svnASUSTeKComputerINC.:pn1215T:pvrx.x:rvnASUSTeKComputerINC.:rn1215T:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x: dmi.product.name: 1215T dmi.product.version: x.x dmi.sys.vendor: ASUSTeK Computer INC. version.compiz: compiz 1:0.9.7.8-0ubuntu1 version.fglrx-installer: f
[Desktop-packages] [Bug 1088448] Re: Unknown directive SystemGroup
It's help to upgradinbg stable release, but it's also help to confusion. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cups in Ubuntu. https://bugs.launchpad.net/bugs/1088448 Title: Unknown directive SystemGroup Status in “cups” package in Ubuntu: Confirmed Bug description: Ubuntu 12.04 Precise, /var/log/cups/error_log shows: E [10/Dec/2012:11:28:56 +] Unknown directive SystemGroup on line 16 of /etc/cups/cupsd.conf. The file contains: # Administrator user group... SystemGroup lpadmin I can find no reference to "SystemGroup" in man 5 cupsd.conf. $ apt-cache policy cups cups: Installed: 1.5.3-0ubuntu5.1 Candidate: 1.5.3-0ubuntu5.1 Version table: *** 1.5.3-0ubuntu5.1 0 500 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages 500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages 100 /var/lib/dpkg/status 1.5.2-9ubuntu1 0 500 http://gb.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1088448/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094526] Re: no sound at all since version 11.10 up to 12.10
Thank you for taking the time to report this bug and helping to make Ubuntu better. We need some more information from you before we can start working on this bug. Please include the information requested from the "Reporting Sound Bugs" section of https://wiki.ubuntu.com/DebuggingSoundProblems as separate attachments. If you are using Karmic or later this information can be gathered for you automatically using the command 'apport-collect -p alsa-base' 1094526 . ** Package changed: ubuntu => alsa-driver (Ubuntu) ** Changed in: alsa-driver (Ubuntu) Status: New => Incomplete -- 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/1094526 Title: no sound at all since version 11.10 up to 12.10 Status in “alsa-driver” package in Ubuntu: Incomplete Bug description: In 11.04 the sound is ok. I have installed the versions 11.10, 12.04, 1210 in different paritions, but no sound at all. So I am working still in 11.04 until the sound problem is solved. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1094526/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094536] Re: gnome-session unable to create dconf directory
** Description changed: I get this error several times in my syslog: cliff gnome-session[1534]: CRITICAL: unable to create directory '/run/user/cliff/dconf': Permission denied. dconf will not work properly. + + and dmesg: + + [ 84.415696] init: plymouth-stop pre-start process (2450) terminated with status 1 + [ 107.466755] type=1400 audit(1356811998.224:38): apparmor="DENIED" operation="mkdir" parent=2430 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=2431 comm="mission-control" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 + [ 107.467018] type=1400 audit(1356811998.224:39): apparmor="DENIED" operation="mkdir" parent=2430 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=2431 comm="mission-control" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 + [ 107.480973] type=1400 audit(1356811998.240:40): apparmor="DENIED" operation="mkdir" parent=2430 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=3903 comm=64636F6E6620776F726B6572 requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 + [ 107.481626] type=1400 audit(1356811998.240:41): apparmor="DENIED" operation="mkdir" parent=2430 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=2431 comm="mission-control" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 + [ 108.164486] type=1400 audit(1356811998.924:42): apparmor="DENIED" operation="mkdir" parent=2440 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=2441 comm="mission-control" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 + [ 108.164738] type=1400 audit(1356811998.924:43): apparmor="DENIED" operation="mkdir" parent=2440 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=2441 comm="mission-control" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 + [ 108.186443] type=1400 audit(1356811998.944:44): apparmor="DENIED" operation="mkdir" parent=2440 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=3946 comm=64636F6E6620776F726B6572 requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 + [ 108.186850] type=1400 audit(1356811998.944:45): apparmor="DENIED" operation="mkdir" parent=2440 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=2441 comm="mission-control" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1094536 Title: gnome-session unable to create dconf directory Status in “evince” package in Ubuntu: New Bug description: I get this error several times in my syslog: cliff gnome-session[1534]: CRITICAL: unable to create directory '/run/user/cliff/dconf': Permission denied. dconf will not work properly. and dmesg: [ 84.415696] init: plymouth-stop pre-start process (2450) terminated with status 1 [ 107.466755] type=1400 audit(1356811998.224:38): apparmor="DENIED" operation="mkdir" parent=2430 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=2431 comm="mission-control" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 [ 107.467018] type=1400 audit(1356811998.224:39): apparmor="DENIED" operation="mkdir" parent=2430 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=2431 comm="mission-control" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 [ 107.480973] type=1400 audit(1356811998.240:40): apparmor="DENIED" operation="mkdir" parent=2430 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=3903 comm=64636F6E6620776F726B6572 requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 [ 107.481626] type=1400 audit(1356811998.240:41): apparmor="DENIED" operation="mkdir" parent=2430 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=2431 comm="mission-control" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 [ 108.164486] type=1400 audit(1356811998.924:42): apparmor="DENIED" operation="mkdir" parent=2440 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=2441 comm="mission-control" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 [ 108.164738] type=1400 audit(1356811998.924:43): apparmor="DENIED" operation="mkdir" parent=2440 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=2441 comm="mission-control" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 [ 108.186443] type=1400 audit(1356811998.944:44): apparmor="DENIED" operation="mkdir" parent=2440 profile="/usr/lib/telepathy/mission-control-5" name="/run/user/cliff/" pid=3946 comm=64636F6E6620776F726B6572 requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 [ 108.186850] type=1400 audit(1356811998.944:45): apparmor="DENIED" operation="mkdir" parent=2440 profile="/usr/
[Desktop-packages] [Bug 1094526] [NEW] no sound at all since version 11.10 up to 12.10
You have been subscribed to a public bug: In 11.04 the sound is ok. I have installed the versions 11.10, 12.04, 1210 in different paritions, but no sound at all. So I am working still in 11.04 until the sound problem is solved. ** Affects: alsa-driver (Ubuntu) Importance: Undecided Status: Incomplete ** Tags: bot-comment -- no sound at all since version 11.10 up to 12.10 https://bugs.launchpad.net/bugs/1094526 You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094536] [NEW] gnome-session unable to create dconf directory
Public bug reported: I get this error several times in my syslog: cliff gnome-session[1534]: CRITICAL: unable to create directory '/run/user/cliff/dconf': Permission denied. dconf will not work properly. ** Affects: evince (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1094536 Title: gnome-session unable to create dconf directory Status in “evince” package in Ubuntu: New Bug description: I get this error several times in my syslog: cliff gnome-session[1534]: CRITICAL: unable to create directory '/run/user/cliff/dconf': Permission denied. dconf will not work properly. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1094536/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 751265] Re: pulseaudio distorts VLC audio
I have this issue on a fresh install of 12.10 AMD 64. Sound was bad from VLC launch. Like others, this choppiness would eventually go away on it own (see #59) and come back some time later. I could also fix the problem with a pause and then unpause. Moving the mouse (#55) also "seemed" to fix the problem quite often. I moved VLC from default audio to ALSA and this got rid of the static / echo / choppiness. There was much rejoicing. However, I then picked up problem #60. This is a somewhat acceptable solution - I usually just use the menu "playback" -> "jump backwards" to fix the problem as this gives a more precise amount of replay and I never encounter the bad audio. I tried the famous fix #23 and it made things worse. VLC would start with no sound for about 20 seconds. Moving the slider to a new point resulted in the same no audio problem. I backed that out right away. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/751265 Title: pulseaudio distorts VLC audio Status in “pulseaudio” package in Ubuntu: Confirmed Bug description: Binary package hint: pulseaudio Audio quality full of hiss (similar to what it might sound like if you pulled your headphone/speaker plug out halfway). The hiss distortion is constant and affects all VLC 1.1.8 audio. True for all audio sources: internet stream, mp3, cd, flv, etc. Problem occurred on a clean install of Ubuntu 11.04 beta (32-bit) using only the included repositories, and updated as of today's date. Pulseaudio version: 1:0.9.22+stable-queue-24-g67d18-0ubuntu2 Disabling pulseaudio allows VLC to play cleanly. Have not observed audio distortion with other players using pulseaudio. Would like to see VLC operate properly with pulseaudio. I had no issues on same machine using Ubuntu 10.10 and VLC 1.1.4. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: pulseaudio 1:0.9.22+stable-queue-24-g67d18-0ubuntu2 ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38 Uname: Linux 2.6.38-7-generic i686 AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23. Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/pcmC0D0p: blaine 2039 F...m vlc Card0.Amixer.info: Card hw:0 'Audigy2'/'SB Audigy 2 [SB0350b] (rev.4, serial:0x20061102) at 0xcc80, irq 19' Mixer name : 'SigmaTel STAC9750,51' Components : 'AC97a:83847650' Controls : 211 Simple ctrls : 46 Card1.Amixer.info: Card hw:1 'U0x46d0x8ca'/'USB Device 0x46d:0x8ca at usb-:00:1d.7-6, high speed' Mixer name : 'USB Mixer' Components : 'USB046d:08ca' Controls : 2 Simple ctrls : 1 Card1.Amixer.values: Simple mixer control 'Mic',0 Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum Capture channels: Mono Limits: Capture 0 - 3072 Mono: Capture 0 [0%] [18.00dB] [off] Card2.Amixer.info: Card hw:2 'Generic'/'HD-Audio Generic at 0xefddc000 irq 43' Mixer name : 'ATI R6xx HDMI' Components : 'HDA:1002aa01,00aa0100,00100200' Controls : 4 Simple ctrls : 1 Card2.Amixer.values: Simple mixer control 'IEC958',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] Date: Tue Apr 5 06:32:13 2011 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta i386 (20110330) ProcEnviron: LANGUAGE=en_US:en PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: pulseaudio UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/08/2007 dmi.bios.vendor: Dell Inc. dmi.bios.version: A07 dmi.board.name: 0HJ054 dmi.board.vendor: Dell Inc. dmi.chassis.type: 6 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA07:bd01/08/2007:svnDellInc.:pnDellDM051:pvr:rvnDellInc.:rn0HJ054:rvr:cvnDellInc.:ct6:cvr: dmi.product.name: Dell DM051 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/751265/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 921321] Re: nouveau: dark screen after suspend/resume
*** This bug is a duplicate of bug 1015297 *** https://bugs.launchpad.net/bugs/1015297 Can you check bug #1015297 and see if that describes your issue? This might be a duplicate... -- 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/921321 Title: nouveau: dark screen after suspend/resume Status in Accelerated Xorg driver for nVidia cards: Confirmed Status in “xserver-xorg-video-nouveau” package in Ubuntu: Confirmed Bug description: Nouveau works fine with brightness controls working fine after initial boot, but I do S3 suspend, and then resume via power button, and brightness controls don't work at all, and backlight is on, but set at extremely low level. hardware is Quadro 770M on HP 8530w laptop /sys/.../brightness control does nothing when in this state, suspend resume cycles after this first cycle all have the same problem. I'll test if a full hibernate has the issue or not after this and report back. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: xorg 1:7.6+7ubuntu7 Uname: Linux 3.3.0-rc1+ x86_64 .tmp.unity.support.test.1: ApportVersion: 1.23-0ubuntu4 Architecture: amd64 CompizPlugins: [core,bailer,detection,composite,opengl,decor,move,compiztoolbox,grid,vpswitch,gnomecompat,place,session,snap,mousepoll,regex,resize,imgpng,unitymtgrabhandles,wall,animation,workarounds,expo,fade,ezoom,scale,unityshell] CompositorRunning: None Date: Tue Jan 24 15:57:58 2012 DistUpgraded: Log time: 2011-10-20 21:20:49.957387 DistroCodename: oneiric DistroVariant: ubuntu EcryptfsInUse: Yes ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu GraphicsCard: nVidia Corporation G96M [Quadro FX 770M] [10de:065c] (rev a1) (prog-if 00 [VGA controller]) Subsystem: Hewlett-Packard Company Device [103c:30e7] InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1) MachineType: Hewlett-Packard HP EliteBook 8530w PccardctlIdent: Socket 0: product info: "RICOH", "Bay8Controller", "", "" manfid: 0x, 0x function: 254 (unknown) PccardctlStatus: Socket 0: 3.3V 16-bit PC Card Subdevice 0 (function 0) bound to driver "pata_pcmcia" ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.3.0-rc1+ root=UUID=824346e6-fd2f-4916-a2c9-e883c1fe860c ro splash quiet vga=771 crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7 SourcePackage: xorg Symptom: display UpgradeStatus: Upgraded to oneiric on 2011-10-21 (95 days ago) Xrandr: Screen 0: minimum 0 x 0, current 3200 x 1200, maximum 4096 x 4096 dmi.bios.date: 12/13/2010 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 68PDV Ver. F.13 dmi.board.name: 30E7 dmi.board.vendor: Hewlett-Packard dmi.board.version: KBC Version 90.27 dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.modalias: dmi:bvnHewlett-Packard:bvr68PDVVer.F.13:bd12/13/2010:svnHewlett-Packard:pnHPEliteBook8530w:pvrF.13:rvnHewlett-Packard:rn30E7:rvrKBCVersion90.27:cvnHewlett-Packard:ct10:cvr: dmi.product.name: HP EliteBook 8530w dmi.product.version: F.13 dmi.sys.vendor: Hewlett-Packard version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu6 version.ia32-libs: ia32-libs 20090808ubuntu26 version.libdrm2: libdrm2 2.4.26-1ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3 version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20110811.g93fc084-0ubuntu1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2.1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20110411+8378443-1 To manage notifications about this bug go to: https://bugs.launchpad.net/nouveau/+bug/921321/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1093401] Re: [Upstream] 3 column address label mailmerge alignment not calculated correctly
"Mailing labels (30 per sheet, works with Avery 5160, 8160)" downloaded from http://office.microsoft.com/en-us/templates/mailing-labels-30-per- sheet-works-with-avery-5160-8160-TC001183278.aspx . ** Changed in: libreoffice (Ubuntu) Status: Incomplete => New ** Attachment added: "01183278.dot" https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1093401/+attachment/3470381/+files/01183278.dot -- 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/1093401 Title: [Upstream] 3 column address label mailmerge alignment not calculated correctly Status in LibreOffice Productivity Suite: New Status in “libreoffice” package in Ubuntu: New Status in “libreoffice” package in Debian: New Bug description: When a 3 column label sheet is chosen for printing addresses with mailmerge, columns 2 and 3 are aligned further and further to the left. On Avery 5160, the rightmost column (3) is aligned so far to the left that it does not print fully on the label. This has been reported as Debian Bug #678813 and LibreOffice #58700. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: libreoffice (not installed) ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34 Uname: Linux 3.2.0-35-generic x86_64 ApportVersion: 2.0.1-0ubuntu15.1 Architecture: amd64 Date: Sun Dec 23 21:59:37 2012 EcryptfsInUse: Yes InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1) MarkForUpload: True SourcePackage: libreoffice UpgradeStatus: Upgraded to precise on 2012-04-30 (238 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/df-libreoffice/+bug/1093401/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1071530] Re: X Error of failed request: BadAlloc (insufficient resources for operation)
** Also affects: xserver-xorg-video-intel via https://bugs.freedesktop.org/show_bug.cgi?id=56042 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1071530 Title: X Error of failed request: BadAlloc (insufficient resources for operation) Status in X.org xf86-video-intel: Unknown Status in “xserver-xorg-video-intel” package in Ubuntu: Confirmed Status in Arch Linux: New Bug description: After a recient update of the following files: libdrm-intel1 2.4.32-1ubuntu1 2.4.39~precise~ppa2.2 libdrm-nouveau1a 2.4.32-1ubuntu1 2.4.39~precise~ppa2.2 libdrm-radeon1 2.4.32-1ubuntu1 2.4.39~precise~ppa2.2 libgl1-mesa-dri 8.0.4-0ubuntu0.1 9.0.0.99~glasen~ppa1.1 libgl1-mesa-glx 8.0.4-0ubuntu0.1 9.0.0.99~glasen~ppa1.1 libglapi-mesa 8.0.4-0ubuntu0.1 9.0.0.99~glasen~ppa1.1 libxatracker1 8.0.4-0ubuntu0.1 9.0.0.99~glasen~ppa1.1 xserver-xorg-video-radeon 1:6.14.99~git20111219.aacbd629-0ubuntu2 1:6.14.99~really6.14.6~glasen~ppa3 xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2 1:6.14.99~really6.14.6~glasen~ppa3 xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2 1:1.1.0~glasen~ppa4.1 my opengl has stopped working. glxinfo name of display: :0.0 X Error of failed request: BadAlloc (insufficient resources for operation) Major opcode of failed request: 153 (GLX) Minor opcode of failed request: 3 (X_GLXCreateContext) Serial number of failed request: 22 Current serial number in output stream: 25 running armagetron from a terminal gives: armagetronad -w X Error of failed request: BadAlloc (insufficient resources for operation) Major opcode of failed request: 153 (GLX) Minor opcode of failed request: 3 (X_GLXCreateContext) Serial number of failed request: 25 Current serial number in output stream: 26 This error also occurs when i run warzone2100 XScreensaver glMatrix for example, all three were fine before. Thanks and if i have missed anything please ask. (not sure what info ubuntu-bugs attached) ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: xorg 1:7.6+12ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30 Uname: Linux 3.2.0-32-generic i686 ApportVersion: 2.0.1-0ubuntu14 Architecture: i386 Date: Thu Oct 25 23:19:47 2012 InstallationMedia: Xubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 (20120817.3) ProcEnviron: LANGUAGE=en_GB:en TERM=xterm PATH=(custom, no user) LANG=en_GB.UTF-8 SHELL=/bin/bash SourcePackage: xorg Symptom: display UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1071530/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1078679] Re: Gnome fallback - intermittent menus on top panel
Here's a script that makes gnome-panel try twice to get loaded properly, so it should avoid the need for a desktop launcher that kills the panel for most of the cases; for the few that will remain, a logout/login should suffice... Greek teachers shouldn't apply it, it'll come as an update from our ts.sch.gr PPA. Create /opt/ltsp/i386/usr/local/bin/gnome-panel, with the following contents: #!/bin/sh if [ "$LTSP_FATCLIENT" != "True" ]; then exec /usr/bin/gnome-panel "$@" fi /usr/bin/gnome-panel "$@" & sleep 10 if ! pgrep -nx indicator-sound -U $USER >/dev/null 2>&1; then echo "$(date) - restarting gnome-panel" >> $HOME/.xsession-errors exec /usr/bin/gnome-panel --replace fi And just a bit more debugging info, in case anyone's interested: * On a client that has the problem, the gnome-panel process is there, but all the applet processes (e.g. indicator-sound-service) aren't. * The .xsession-errors of a client that doesn't have the problem, contains: Initializing nautilus-gdu extension ** Message: applet now removed from the notification area ** Message: using fallback from indicator to GtkStatusIcon ** Message: moving back from GtkStatusIcon to indicator ...while on a client that does have the problem, the last line is missing (i.e. it hangs somewhere between outputing those 2 lines) * I tried removing everything from /etc/xdg/autostart, except for gnome- settings-daemon.desktop, and the problem did appear to become more rare, but eventually it did happen again on 1 client after rebooting 10 clients 6 times (while usually it happens on 1 out of 10 clients, every time). -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-panel in Ubuntu. https://bugs.launchpad.net/bugs/1078679 Title: Gnome fallback - intermittent menus on top panel Status in “gnome-panel” package in Ubuntu: Confirmed Bug description: Ubuntu 12.04.1, up-to-date. Using gnome fallback session on fat clients via ltsp, sometimes a user is presented with an empty top panel (no Applications menu, no Places menu, no indicators). The panel is there but no menus. This happens perhaps 1 in 20 logins and across various users and various machines. Workaround is a desktop launcher (named FixMyMenu) that the user can run that calls the following script: #!/bin/sh killall gnome-panel gnome-panel This works in the vast majority of cases, though occasionally needs to be run more than once before the menus appear on the panel. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1078679/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 921321] Re: nouveau: dark screen after suspend/resume
*** This bug is a duplicate of bug 1015297 *** https://bugs.launchpad.net/bugs/1015297 ** This bug has been marked a duplicate of bug 1015297 Screen partially darkened after suspend and resume in Xubuntu -- 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/921321 Title: nouveau: dark screen after suspend/resume Status in Accelerated Xorg driver for nVidia cards: Confirmed Status in “xserver-xorg-video-nouveau” package in Ubuntu: Confirmed Bug description: Nouveau works fine with brightness controls working fine after initial boot, but I do S3 suspend, and then resume via power button, and brightness controls don't work at all, and backlight is on, but set at extremely low level. hardware is Quadro 770M on HP 8530w laptop /sys/.../brightness control does nothing when in this state, suspend resume cycles after this first cycle all have the same problem. I'll test if a full hibernate has the issue or not after this and report back. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: xorg 1:7.6+7ubuntu7 Uname: Linux 3.3.0-rc1+ x86_64 .tmp.unity.support.test.1: ApportVersion: 1.23-0ubuntu4 Architecture: amd64 CompizPlugins: [core,bailer,detection,composite,opengl,decor,move,compiztoolbox,grid,vpswitch,gnomecompat,place,session,snap,mousepoll,regex,resize,imgpng,unitymtgrabhandles,wall,animation,workarounds,expo,fade,ezoom,scale,unityshell] CompositorRunning: None Date: Tue Jan 24 15:57:58 2012 DistUpgraded: Log time: 2011-10-20 21:20:49.957387 DistroCodename: oneiric DistroVariant: ubuntu EcryptfsInUse: Yes ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu GraphicsCard: nVidia Corporation G96M [Quadro FX 770M] [10de:065c] (rev a1) (prog-if 00 [VGA controller]) Subsystem: Hewlett-Packard Company Device [103c:30e7] InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1) MachineType: Hewlett-Packard HP EliteBook 8530w PccardctlIdent: Socket 0: product info: "RICOH", "Bay8Controller", "", "" manfid: 0x, 0x function: 254 (unknown) PccardctlStatus: Socket 0: 3.3V 16-bit PC Card Subdevice 0 (function 0) bound to driver "pata_pcmcia" ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.3.0-rc1+ root=UUID=824346e6-fd2f-4916-a2c9-e883c1fe860c ro splash quiet vga=771 crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7 SourcePackage: xorg Symptom: display UpgradeStatus: Upgraded to oneiric on 2011-10-21 (95 days ago) Xrandr: Screen 0: minimum 0 x 0, current 3200 x 1200, maximum 4096 x 4096 dmi.bios.date: 12/13/2010 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 68PDV Ver. F.13 dmi.board.name: 30E7 dmi.board.vendor: Hewlett-Packard dmi.board.version: KBC Version 90.27 dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.modalias: dmi:bvnHewlett-Packard:bvr68PDVVer.F.13:bd12/13/2010:svnHewlett-Packard:pnHPEliteBook8530w:pvrF.13:rvnHewlett-Packard:rn30E7:rvrKBCVersion90.27:cvnHewlett-Packard:ct10:cvr: dmi.product.name: HP EliteBook 8530w dmi.product.version: F.13 dmi.sys.vendor: Hewlett-Packard version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu6 version.ia32-libs: ia32-libs 20090808ubuntu26 version.libdrm2: libdrm2 2.4.26-1ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3 version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20110811.g93fc084-0ubuntu1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2.1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20110411+8378443-1 To manage notifications about this bug go to: https://bugs.launchpad.net/nouveau/+bug/921321/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094524] [NEW] Nautilus should NOT label user's folder as "Home" in side-pane and toolbar
Public bug reported: when a user opens Nautilus and is present in his/her "user-folder," Nautilus label's the user-folder as "Home" both in the Side-Pane and in the Toolbar. This should be considered a bug! It is very confusing to ubuntu users (especially new users and non- sophisticated computer users). The user is in his/her "user-folder," yet it is labeled "Home" in the Side-Pane and Toolbar. Making matters worse, there is a real Home folder so users see "home Home" in the Toolbar, which causes them to constantly get confused about which folder they are in. The only way to get an accurate display of location is to us the "location-entry" setting in the Toolbar (e.g., type Ctrl+L). the Side-Pane should show: Computer User-folder-name Desktop Documents ... When user is in the Documents folder, instead of the top Nautilus Toolbar showing "home Home Documents" it should show "home user-folder- name Documents" ** Affects: nautilus (Ubuntu) Importance: Undecided Status: New -- 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/1094524 Title: Nautilus should NOT label user's folder as "Home" in side-pane and toolbar Status in “nautilus” package in Ubuntu: New Bug description: when a user opens Nautilus and is present in his/her "user-folder," Nautilus label's the user-folder as "Home" both in the Side-Pane and in the Toolbar. This should be considered a bug! It is very confusing to ubuntu users (especially new users and non- sophisticated computer users). The user is in his/her "user-folder," yet it is labeled "Home" in the Side-Pane and Toolbar. Making matters worse, there is a real Home folder so users see "home Home" in the Toolbar, which causes them to constantly get confused about which folder they are in. The only way to get an accurate display of location is to us the "location-entry" setting in the Toolbar (e.g., type Ctrl+L). the Side-Pane should show: Computer User-folder-name Desktop Documents ... When user is in the Documents folder, instead of the top Nautilus Toolbar showing "home Home Documents" it should show "home user- folder-name Documents" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1094524/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094517] [NEW] can not add/replace files into sub folder
Public bug reported: I can not add files using drag&drop to an existing zip-archive opened in file-roller. 1. You have a zip file "archive.zip" which contains a sub-folder. 2. Open the zip file in file-roller. 3. Drag a file from the file manager into the root of the archive. This should be successful. 4. Navigate into the sub-folder. 5. Drag a file from the file manager into the sub-folder. A message pops up: ~"An error occured when adding a file to the archive" This is similar to bugs +511495 and +181975, but neither the location of the archive nor the added file contain non-ASCII characters or symlinks or network locations (all local). The file extension is "zip" although it used to work with changed extension. This is very annoying because the more common case is to add/update a file in a sub folder and as work-around I would have to unzip and re-zip again without confusing files and then change the file extension. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: file-roller 3.6.1.1-0ubuntu1.1 ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1 Uname: Linux 3.5.0-21-generic i686 ApportVersion: 2.6.1-0ubuntu9 Architecture: i386 Date: Sat Dec 29 19:21:45 2012 MarkForUpload: True SourcePackage: file-roller UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: file-roller (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 quantal running-unity -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to file-roller in Ubuntu. https://bugs.launchpad.net/bugs/1094517 Title: can not add/replace files into sub folder Status in “file-roller” package in Ubuntu: New Bug description: I can not add files using drag&drop to an existing zip-archive opened in file-roller. 1. You have a zip file "archive.zip" which contains a sub-folder. 2. Open the zip file in file-roller. 3. Drag a file from the file manager into the root of the archive. This should be successful. 4. Navigate into the sub-folder. 5. Drag a file from the file manager into the sub-folder. A message pops up: ~"An error occured when adding a file to the archive" This is similar to bugs +511495 and +181975, but neither the location of the archive nor the added file contain non-ASCII characters or symlinks or network locations (all local). The file extension is "zip" although it used to work with changed extension. This is very annoying because the more common case is to add/update a file in a sub folder and as work-around I would have to unzip and re- zip again without confusing files and then change the file extension. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: file-roller 3.6.1.1-0ubuntu1.1 ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1 Uname: Linux 3.5.0-21-generic i686 ApportVersion: 2.6.1-0ubuntu9 Architecture: i386 Date: Sat Dec 29 19:21:45 2012 MarkForUpload: True SourcePackage: file-roller UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1094517/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 793216] Re: Brasero hangs when trying to burn mpeg4 file to DVD
I have the same problem: brasero freezes with "converting video file to mpeg2" (Ubuntu 12.04, 32 bit). Is somebody working on the bug? Do you need more details? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to brasero in Ubuntu. https://bugs.launchpad.net/bugs/793216 Title: Brasero hangs when trying to burn mpeg4 file to DVD Status in “brasero” package in Ubuntu: Confirmed Bug description: Binary package hint: brasero Brasero hangs when trying to burn mpeg4 file to DVD as NTSC. Hangs at 8 MiB of 2344 MiB. Also shows "converting video file to mpeg2" within the same pane. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: brasero 2.32.1-0ubuntu2 ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2 Uname: Linux 2.6.38-8-generic i686 Architecture: i386 Date: Sun Jun 5 13:11:44 2011 ExecutablePath: /usr/bin/brasero InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1) ProcEnviron: LANGUAGE=en_US:en LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: brasero UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/793216/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1018002] Re: spreadsheets opened in read only mode can not be edited
Malac, regarding your scenario, do you have the user permissions to change the file permissions in your environment, or are you looking to do this from an end-user/cannot edit file permission perspective? As well, does the following WORKAROUND provide a solution for your situation: Allow read/write/execute permissions to the file for the appropriate users -> open file -> highlight cells one would like to have modifiable by users -> secondary click one of the highlighted cells -> primary click Format cells... -> tab Cell Protection -> uncheck Protected -> button OK -> secondary click the desired sheet -> Protect Sheet... -> check Protect this sheet and the contents of protected cells -> type and confirm password -> button OK ** Description changed: 1) lsb_release -rd Description: Ubuntu 12.10 Release: 12.10 2) apt-cache policy libreoffice-calc libreoffice-calc: Installed: 1:3.6.2~rc2-0ubuntu4 Candidate: 1:3.6.2~rc2-0ubuntu4 Version table: *** 1:3.6.2~rc2-0ubuntu4 0 900 http://archive.ubuntu.com/ubuntu/ quantal-updates/main i386 Packages 100 /var/lib/dpkg/status 1:3.6.2~rc2-0ubuntu3 0 500 http://archive.ubuntu.com/ubuntu/ quantal/main i386 Packages 3) What is expected to happen in Calc via a terminal: cd ~/Desktop && wget -c https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1018002/+attachment/3243407/+files/GLASS%20CALC%203.xlr -O example.xls && chmod a-w example.xls && localc --nologo example.xls one may input data into any cell, but when one attempts to save the file, it prevents them from doing so. Instead, one would have to Save As to another file name, as it is in Microsoft Office Professional Plus 2010 Excel Version 14.0.6023.1000 (32-bit). 4) What happens instead is a pop up comes up noting: Document opened in read-only mode. + + WORKAROUND: Allow read/write/execute permissions to the file for the + appropriate users -> open file -> highlight cells one would like to have + modifiable by users -> secondary click one of the highlighted cells -> + primary click Format cells... -> tab Cell Protection -> uncheck + Protected -> button OK -> secondary click the desired sheet -> Protect + Sheet... -> check Protect this sheet and the contents of protected cells + -> type and confirm password -> button OK WORKAROUND: Use Gnumeric. apt-cache policy gnumeric gnumeric: Installed: 1.10.17-1.1ubuntu1 Candidate: 1.10.17-1.1ubuntu1 Version table: *** 1.10.17-1.1ubuntu1 0 500 http://archive.ubuntu.com/ubuntu/ quantal/universe i386 Packages 100 /var/lib/dpkg/status Original Reporter Comments: Description: Ubuntu 12.04 LTS Release: 12.04 libreoffice-calc: Installed: 1:3.5.4-0ubuntu1 Candidate: 1:3.5.4-0ubuntu1 Version table: *** 1:3.5.4-0ubuntu1 0 500 http://gb.archive.ubuntu.com/ubuntu/ precise-proposed/main i386 Packages 100 /var/lib/dpkg/status 1:3.5.3-0ubuntu1 0 500 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main i386 Packages 1:3.5.2-2ubuntu1 0 500 http://gb.archive.ubuntu.com/ubuntu/ precise/main i386 Packages ** Changed in: libreoffice (Ubuntu) Status: New => Incomplete -- 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/1018002 Title: spreadsheets opened in read only mode can not be edited Status in “libreoffice” package in Ubuntu: Incomplete Bug description: 1) lsb_release -rd Description: Ubuntu 12.10 Release: 12.10 2) apt-cache policy libreoffice-calc libreoffice-calc: Installed: 1:3.6.2~rc2-0ubuntu4 Candidate: 1:3.6.2~rc2-0ubuntu4 Version table: *** 1:3.6.2~rc2-0ubuntu4 0 900 http://archive.ubuntu.com/ubuntu/ quantal-updates/main i386 Packages 100 /var/lib/dpkg/status 1:3.6.2~rc2-0ubuntu3 0 500 http://archive.ubuntu.com/ubuntu/ quantal/main i386 Packages 3) What is expected to happen in Calc via a terminal: cd ~/Desktop && wget -c https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1018002/+attachment/3243407/+files/GLASS%20CALC%203.xlr -O example.xls && chmod a-w example.xls && localc --nologo example.xls one may input data into any cell, but when one attempts to save the file, it prevents them from doing so. Instead, one would have to Save As to another file name, as it is in Microsoft Office Professional Plus 2010 Excel Version 14.0.6023.1000 (32-bit). 4) What happens instead is a pop up comes up noting: Document opened in read-only mode. WORKAROUND: Allow read/write/execute permissions to the file for the appropriate users -> open file -> highlight cells one would like to have modifiable by users -> secondary click one of the highlighted cells -> primary click Format cells... -> tab Cell Protection -> uncheck Pro
[Desktop-packages] [Bug 460021] Re: Values are not visible on Y-axis of Network Usage graph
This is still not fixed in Ubuntu 12.04 Precise. System monitor version 3.4.1. See attachment. ** Attachment added: "historico.png" https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/460021/+attachment/3470346/+files/historico.png -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-system-monitor in Ubuntu. https://bugs.launchpad.net/bugs/460021 Title: Values are not visible on Y-axis of Network Usage graph Status in The GNOME System Monitor: Fix Released Status in One Hundred Paper Cuts: Fix Released Status in “gnome-system-monitor” package in Ubuntu: Fix Released Bug description: Binary package hint: gnome-system-monitor Steps to reproduce the bug: 1. Make ru_RU.UTF8 default locale for Ubuntu 9.10 system 2. Run gnome-system-monitor 3. Choose "Resources" tab ("Ресурсы" in Russian) 4. To the left of Y-axis line you can see only measurement units and zeros (there's not enough space for values) ProblemType: Bug Architecture: amd64 Date: Sun Oct 25 00:38:28 2009 DistroRelease: Ubuntu 9.10 ExecutablePath: /usr/bin/gnome-system-monitor NonfreeKernelModules: nvidia Package: gnome-system-monitor 2.28.0-0ubuntu1 ProcEnviron: LANGUAGE=ru_RU.UTF-8 LANG=ru_RU.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-14.48-generic SourcePackage: gnome-system-monitor Uname: Linux 2.6.31-14-generic x86_64 To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-system-monitor/+bug/460021/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 994203] Re: Xorg freeze with Nouveau drivers
** Attachment added: "crash-syslog.txt" https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/994203/+attachment/3470342/+files/crash-syslog.txt -- 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/994203 Title: Xorg freeze with Nouveau / ATI / intel HD / NVidia graphics on 64 bit systems Status in X.org XServer - ATI gfx chipset driver: New Status in X.org xf86-video-intel: New Status in “xserver-xorg-video-nouveau” package in Ubuntu: Confirmed Bug description: i'm experiencing random freezes. the system freezes at seemingly random points and leaves me with only a cursor. i can reboot through CTRL+ALT+SysRq REISUB, and it does close open programs properly, though unsaved data is lost. it happened while -using firefox with 5 tabs open, but otherwise idle; -using Firefox, scrolling down a long webpage. the scrolling seemed to overflow and firefox greyed out, then system freeze; -using LibreOffice, 1 document open, editing a textbox, specifically clicking away from the textbox. i did play some youtube videos both full screen and in a tab, but didn't notice performance issues. didn't invoke a freeze. OS: ubuntu 12.04 64 bit kernel: 3.2.0.24 generic Gnome 3.4.1 Device: Acer 9300 laptop RAM: 1.7 GiB CPU: AMD Athlon(tm) 64 X2 Dual-Core Processor TK-53 × 2 Graphics card: NVIDIA GeForce Go 6100 Graphics driver: Nouveau I'm on Nouveau because of the NVIDIA security patch debacle (bug 982485) the system freezes at seemingly random points and leaves me with only a cursor. i can reboot through CTRL+ALT+SysRq REISUB, and it does close open programs properly, though unsaved data is lost. i am at a loss what commands to type to get more info but am willing to help ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: xorg 1:7.6+12ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14 Uname: Linux 3.2.0-24-generic x86_64 .tmp.unity.support.test.0: ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 CompizPlugins: [core,bailer,detection,composite,opengl,decor,snap,gnomecompat,place,move,dbus,mousepoll,compiztoolbox,clone,grid,imgpng,resize,vpswitch,wall,regex,session,unitymtgrabhandles,animation,fade,workarounds,scale,expo,ezoom,unityshell] CompositorRunning: compiz Date: Thu May 3 22:15:31 2012 DistUpgraded: Fresh install DistroCodename: precise DistroVariant: ubuntu ExtraDebuggingInterest: Yes, if not too technical GpuHangFrequency: Several times a day GpuHangReproducibility: Seems to happen randomly GpuHangStarted: Immediately after installing this version of Ubuntu GraphicsCard: NVIDIA Corporation C51 [GeForce Go 6100] [10de:0247] (rev a2) (prog-if 00 [VGA controller]) Subsystem: Acer Incorporated [ALI] Device [1025:0112] InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) Lsusb: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 002: ID 0a81:0205 Chesen Electronics Corp. PS/2 Keyboard+Mouse Adapter MachineType: Acer Aspire 9300 PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=b477abfb-191f-4f20-b02a-0686e36f2481 ro quiet splash vt.handoff=7 SourcePackage: xorg Symptom: display Title: Xorg freeze UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 05/15/2007 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: V1.19 dmi.board.name: Myallm dmi.board.vendor: Acer dmi.board.version: Rev dmi.chassis.asset.tag: None dmi.chassis.type: 10 dmi.chassis.vendor: Acer dmi.chassis.version: N/A dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrV1.19:bd05/15/2007:svnAcer:pnAspire9300:pvr0100:rvnAcer:rnMyallm:rvrRev:cvnAcer:ct10:cvrN/A: dmi.product.name: Aspire 9300 dmi.product.version: 0100 dmi.sys.vendor: Acer version.compiz: compiz 1:0.9.7.6-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.32-1ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3 version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.1 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2 To manage notifications about this bug go to: https://bugs.launchpad.net/xserver-xorg-drive
[Desktop-packages] [Bug 994203] Re: Xorg freeze with Nouveau drivers
NB: Ubuntu 12.10 Desktop, intel HD graphics, i5 3210m HP pavilion laptop. Dual booting with Windows (on a separate partition) ** Attachment added: "crash-xorg.log" https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/994203/+attachment/3470343/+files/crash-xorg.log ** Summary changed: - Xorg freeze with Nouveau drivers + Xorg freeze with Nouveau / ATI / intel HD / NVidia graphics on 64 bit systems ** Also affects: xserver-xorg-video-intel Importance: Undecided Status: New -- 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/994203 Title: Xorg freeze with Nouveau / ATI / intel HD / NVidia graphics on 64 bit systems Status in X.org XServer - ATI gfx chipset driver: New Status in X.org xf86-video-intel: New Status in “xserver-xorg-video-nouveau” package in Ubuntu: Confirmed Bug description: i'm experiencing random freezes. the system freezes at seemingly random points and leaves me with only a cursor. i can reboot through CTRL+ALT+SysRq REISUB, and it does close open programs properly, though unsaved data is lost. it happened while -using firefox with 5 tabs open, but otherwise idle; -using Firefox, scrolling down a long webpage. the scrolling seemed to overflow and firefox greyed out, then system freeze; -using LibreOffice, 1 document open, editing a textbox, specifically clicking away from the textbox. i did play some youtube videos both full screen and in a tab, but didn't notice performance issues. didn't invoke a freeze. OS: ubuntu 12.04 64 bit kernel: 3.2.0.24 generic Gnome 3.4.1 Device: Acer 9300 laptop RAM: 1.7 GiB CPU: AMD Athlon(tm) 64 X2 Dual-Core Processor TK-53 × 2 Graphics card: NVIDIA GeForce Go 6100 Graphics driver: Nouveau I'm on Nouveau because of the NVIDIA security patch debacle (bug 982485) the system freezes at seemingly random points and leaves me with only a cursor. i can reboot through CTRL+ALT+SysRq REISUB, and it does close open programs properly, though unsaved data is lost. i am at a loss what commands to type to get more info but am willing to help ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: xorg 1:7.6+12ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14 Uname: Linux 3.2.0-24-generic x86_64 .tmp.unity.support.test.0: ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 CompizPlugins: [core,bailer,detection,composite,opengl,decor,snap,gnomecompat,place,move,dbus,mousepoll,compiztoolbox,clone,grid,imgpng,resize,vpswitch,wall,regex,session,unitymtgrabhandles,animation,fade,workarounds,scale,expo,ezoom,unityshell] CompositorRunning: compiz Date: Thu May 3 22:15:31 2012 DistUpgraded: Fresh install DistroCodename: precise DistroVariant: ubuntu ExtraDebuggingInterest: Yes, if not too technical GpuHangFrequency: Several times a day GpuHangReproducibility: Seems to happen randomly GpuHangStarted: Immediately after installing this version of Ubuntu GraphicsCard: NVIDIA Corporation C51 [GeForce Go 6100] [10de:0247] (rev a2) (prog-if 00 [VGA controller]) Subsystem: Acer Incorporated [ALI] Device [1025:0112] InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) Lsusb: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 002: ID 0a81:0205 Chesen Electronics Corp. PS/2 Keyboard+Mouse Adapter MachineType: Acer Aspire 9300 PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=b477abfb-191f-4f20-b02a-0686e36f2481 ro quiet splash vt.handoff=7 SourcePackage: xorg Symptom: display Title: Xorg freeze UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 05/15/2007 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: V1.19 dmi.board.name: Myallm dmi.board.vendor: Acer dmi.board.version: Rev dmi.chassis.asset.tag: None dmi.chassis.type: 10 dmi.chassis.vendor: Acer dmi.chassis.version: N/A dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrV1.19:bd05/15/2007:svnAcer:pnAspire9300:pvr0100:rvnAcer:rnMyallm:rvrRev:cvnAcer:ct10:cvrN/A: dmi.product.name: Aspire 9300 dmi.product.version: 0100 dmi.sys.vendor: Acer version.compiz: compiz 1:0.9.7.6-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.32-1ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3 version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.1 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1 version.xserver-xorg-
[Desktop-packages] [Bug 994203] Re: Xorg freeze with Nouveau drivers
** Attachment added: "crash-kern.log" https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/994203/+attachment/3470341/+files/crash-kern.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/994203 Title: Xorg freeze with Nouveau / ATI / intel HD / NVidia graphics on 64 bit systems Status in X.org XServer - ATI gfx chipset driver: New Status in X.org xf86-video-intel: New Status in “xserver-xorg-video-nouveau” package in Ubuntu: Confirmed Bug description: i'm experiencing random freezes. the system freezes at seemingly random points and leaves me with only a cursor. i can reboot through CTRL+ALT+SysRq REISUB, and it does close open programs properly, though unsaved data is lost. it happened while -using firefox with 5 tabs open, but otherwise idle; -using Firefox, scrolling down a long webpage. the scrolling seemed to overflow and firefox greyed out, then system freeze; -using LibreOffice, 1 document open, editing a textbox, specifically clicking away from the textbox. i did play some youtube videos both full screen and in a tab, but didn't notice performance issues. didn't invoke a freeze. OS: ubuntu 12.04 64 bit kernel: 3.2.0.24 generic Gnome 3.4.1 Device: Acer 9300 laptop RAM: 1.7 GiB CPU: AMD Athlon(tm) 64 X2 Dual-Core Processor TK-53 × 2 Graphics card: NVIDIA GeForce Go 6100 Graphics driver: Nouveau I'm on Nouveau because of the NVIDIA security patch debacle (bug 982485) the system freezes at seemingly random points and leaves me with only a cursor. i can reboot through CTRL+ALT+SysRq REISUB, and it does close open programs properly, though unsaved data is lost. i am at a loss what commands to type to get more info but am willing to help ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: xorg 1:7.6+12ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14 Uname: Linux 3.2.0-24-generic x86_64 .tmp.unity.support.test.0: ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 CompizPlugins: [core,bailer,detection,composite,opengl,decor,snap,gnomecompat,place,move,dbus,mousepoll,compiztoolbox,clone,grid,imgpng,resize,vpswitch,wall,regex,session,unitymtgrabhandles,animation,fade,workarounds,scale,expo,ezoom,unityshell] CompositorRunning: compiz Date: Thu May 3 22:15:31 2012 DistUpgraded: Fresh install DistroCodename: precise DistroVariant: ubuntu ExtraDebuggingInterest: Yes, if not too technical GpuHangFrequency: Several times a day GpuHangReproducibility: Seems to happen randomly GpuHangStarted: Immediately after installing this version of Ubuntu GraphicsCard: NVIDIA Corporation C51 [GeForce Go 6100] [10de:0247] (rev a2) (prog-if 00 [VGA controller]) Subsystem: Acer Incorporated [ALI] Device [1025:0112] InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) Lsusb: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 002: ID 0a81:0205 Chesen Electronics Corp. PS/2 Keyboard+Mouse Adapter MachineType: Acer Aspire 9300 PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=b477abfb-191f-4f20-b02a-0686e36f2481 ro quiet splash vt.handoff=7 SourcePackage: xorg Symptom: display Title: Xorg freeze UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 05/15/2007 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: V1.19 dmi.board.name: Myallm dmi.board.vendor: Acer dmi.board.version: Rev dmi.chassis.asset.tag: None dmi.chassis.type: 10 dmi.chassis.vendor: Acer dmi.chassis.version: N/A dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrV1.19:bd05/15/2007:svnAcer:pnAspire9300:pvr0100:rvnAcer:rnMyallm:rvrRev:cvnAcer:ct10:cvrN/A: dmi.product.name: Aspire 9300 dmi.product.version: 0100 dmi.sys.vendor: Acer version.compiz: compiz 1:0.9.7.6-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.32-1ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3 version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.1 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2 To manage notifications about this bug go to: https://bugs.launchpad.net/xserver-xorg-driver-at
[Desktop-packages] [Bug 994203] Re: Xorg freeze with Nouveau drivers
I've been having similar experiences on 64 bit systems, both with an ATI RADEON 4650 in my Desktop, and Intel HD (on chip i5 3210m) graphics. As it affects Noveau, NVidia, ATI and Intel, it really does not seem to be related to graphics drivers. I suspect this is a much more frequent problem than reported as it requires a fair bit of knowledge to extract the relevant logs upon a crash. Thus the majority of bug reports about this problem get shot down due to "lack of attachments" which obviously require the user knowing how to drop to a shell and copy logs across using the command line. This is a full unrecoverable system hang, just as bad as a Windows BSOD. It is a major bug and needs attention. The symptoms are as described above: suddenly, for no reason, in Ubuntu 12.04 and 12.10 the desktop will freeze with the launcher on the left and any windows being unresponsive. Widgets in the taskbar at the top continue to remain animated, but none of these respond to mouse clicks. I am able to move the mouse, but nothing responds. I can drop to the shell with Ctrl+Alt+F1. Restarting Compiz does not fix the problem. Restarting Unity does not fix the problem. The only thing I can do is reboot the system which obviously causes DATA LOSS from any open programs. While in the shell I took the liberty of making copies of syslog, dmesg, Xorg.log and kern.log. Hopefully this will shed some more light on the issue and stop Ubuntu devs from passing the buck to the graphics drivers about this important bug. ** Attachment added: "crash-dmesg.txt" https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/994203/+attachment/3470340/+files/crash-dmesg.txt -- 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/994203 Title: Xorg freeze with Nouveau / ATI / intel HD / NVidia graphics on 64 bit systems Status in X.org XServer - ATI gfx chipset driver: New Status in X.org xf86-video-intel: New Status in “xserver-xorg-video-nouveau” package in Ubuntu: Confirmed Bug description: i'm experiencing random freezes. the system freezes at seemingly random points and leaves me with only a cursor. i can reboot through CTRL+ALT+SysRq REISUB, and it does close open programs properly, though unsaved data is lost. it happened while -using firefox with 5 tabs open, but otherwise idle; -using Firefox, scrolling down a long webpage. the scrolling seemed to overflow and firefox greyed out, then system freeze; -using LibreOffice, 1 document open, editing a textbox, specifically clicking away from the textbox. i did play some youtube videos both full screen and in a tab, but didn't notice performance issues. didn't invoke a freeze. OS: ubuntu 12.04 64 bit kernel: 3.2.0.24 generic Gnome 3.4.1 Device: Acer 9300 laptop RAM: 1.7 GiB CPU: AMD Athlon(tm) 64 X2 Dual-Core Processor TK-53 × 2 Graphics card: NVIDIA GeForce Go 6100 Graphics driver: Nouveau I'm on Nouveau because of the NVIDIA security patch debacle (bug 982485) the system freezes at seemingly random points and leaves me with only a cursor. i can reboot through CTRL+ALT+SysRq REISUB, and it does close open programs properly, though unsaved data is lost. i am at a loss what commands to type to get more info but am willing to help ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: xorg 1:7.6+12ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14 Uname: Linux 3.2.0-24-generic x86_64 .tmp.unity.support.test.0: ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 CompizPlugins: [core,bailer,detection,composite,opengl,decor,snap,gnomecompat,place,move,dbus,mousepoll,compiztoolbox,clone,grid,imgpng,resize,vpswitch,wall,regex,session,unitymtgrabhandles,animation,fade,workarounds,scale,expo,ezoom,unityshell] CompositorRunning: compiz Date: Thu May 3 22:15:31 2012 DistUpgraded: Fresh install DistroCodename: precise DistroVariant: ubuntu ExtraDebuggingInterest: Yes, if not too technical GpuHangFrequency: Several times a day GpuHangReproducibility: Seems to happen randomly GpuHangStarted: Immediately after installing this version of Ubuntu GraphicsCard: NVIDIA Corporation C51 [GeForce Go 6100] [10de:0247] (rev a2) (prog-if 00 [VGA controller]) Subsystem: Acer Incorporated [ALI] Device [1025:0112] InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) Lsusb: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 002: ID 0a81:0205 Chesen Electronics Corp. PS/2 Keyboard+Mouse Adapter MachineType: Acer Aspire 9300 PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=b477abfb-191
[Desktop-packages] [Bug 1091702] Re: upower fails to recognize hid devices with new kernels
Upstreamed. On Sat, 2012-12-29 at 13:11 +, Richard Hughes wrote: On 26 December 2012 18:51, Peter Hurley wrote: > > In recent kernels, hiddev* devices now have class "usbmisc", rather > > than "usb" (see http://www.spinics.net/lists/linux-usb/msg62276.html). > > This change translates into a change in SUBSYSTEM matching for hiddev* > > devices. This fix addresses this for recent kernels while retaining > > existing behavior. For reference, here is an attribute-walk for a > > CyberPower CPS 1500C on kernel 3.7.0: > > Applied to master, thanks! > > Richard. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to upower in Ubuntu. https://bugs.launchpad.net/bugs/1091702 Title: upower fails to recognize hid devices with new kernels Status in “upower” package in Ubuntu: New Bug description: In newer kernels, hiddev* devices now have class "usbmisc", rather than "usb" (for reference see http://www.spinics.net/lists/linux- usb/msg62276.html ). Attached is a patch that fixes this without changing existing behavior for older kernels. The patch commit message contains an example attribute-walk on 3.7.0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/upower/+bug/1091702/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1018002] Re: spreadsheets opened in read only mode can not be edited
** Description changed: - Hopefully the summary says it all but when a file is opened in LibreOffice Calc as read-only it should still be editable and allow changing of values and formula calculations to take place. - I have a few spreadsheets which are used as complex calculators and I don't want the formulas to change but the input boxes need to except new values. The files have to be marked read only as they are on a shared resource and won't open at all if they are not and someone else has a copy open. - I think not being able to save the file should be sufficient. - Possibly this is a feature request rather than a bug as such but it will also affect anyone coming from other spreadsheet products who are used to this behaviour. - Thanks. + 1) lsb_release -rd + Description: Ubuntu 12.10 + Release: 12.10 + + 2) apt-cache policy libreoffice-calc + libreoffice-calc: + Installed: 1:3.6.2~rc2-0ubuntu4 + Candidate: 1:3.6.2~rc2-0ubuntu4 + Version table: + *** 1:3.6.2~rc2-0ubuntu4 0 + 900 http://archive.ubuntu.com/ubuntu/ quantal-updates/main i386 Packages + 100 /var/lib/dpkg/status + 1:3.6.2~rc2-0ubuntu3 0 + 500 http://archive.ubuntu.com/ubuntu/ quantal/main i386 Packages + + 3) What is expected to happen in Calc via a terminal: + cd ~/Desktop && wget -c https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1018002/+attachment/3243407/+files/GLASS%20CALC%203.xlr -O example.xls && chmod a-wst example.xls && localc --nologo example.xls + + one may input data into different fields, but when one attempts to save + the file, it prevents them from doing so. Instead, one would have to + Save As to another file name, as it is in Microsoft Office Professional + Plus 2010 Excel Version 14.0.6023.1000 (32-bit). + + 4) What happens instead is a pop up comes up noting: + Document opened in read-only mode. + + WORKAROUND: Use Gnumeric. + + apt-cache policy gnumeric + gnumeric: + Installed: 1.10.17-1.1ubuntu1 + Candidate: 1.10.17-1.1ubuntu1 + Version table: + *** 1.10.17-1.1ubuntu1 0 + 500 http://archive.ubuntu.com/ubuntu/ quantal/universe i386 Packages + 100 /var/lib/dpkg/status + + Original Reporter Comments: Description: Ubuntu 12.04 LTS Release: 12.04 + libreoffice-calc: - Installed: 1:3.5.4-0ubuntu1 - Candidate: 1:3.5.4-0ubuntu1 - Version table: - *** 1:3.5.4-0ubuntu1 0 - 500 http://gb.archive.ubuntu.com/ubuntu/ precise-proposed/main i386 Packages - 100 /var/lib/dpkg/status - 1:3.5.3-0ubuntu1 0 - 500 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main i386 Packages - 1:3.5.2-2ubuntu1 0 - 500 http://gb.archive.ubuntu.com/ubuntu/ precise/main i386 Packages + Installed: 1:3.5.4-0ubuntu1 + Candidate: 1:3.5.4-0ubuntu1 + Version table: + *** 1:3.5.4-0ubuntu1 0 + 500 http://gb.archive.ubuntu.com/ubuntu/ precise-proposed/main i386 Packages + 100 /var/lib/dpkg/status + 1:3.5.3-0ubuntu1 0 + 500 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main i386 Packages + 1:3.5.2-2ubuntu1 0 + 500 http://gb.archive.ubuntu.com/ubuntu/ precise/main i386 Packages ** Description changed: 1) lsb_release -rd Description: Ubuntu 12.10 Release: 12.10 2) apt-cache policy libreoffice-calc libreoffice-calc: - Installed: 1:3.6.2~rc2-0ubuntu4 - Candidate: 1:3.6.2~rc2-0ubuntu4 - Version table: - *** 1:3.6.2~rc2-0ubuntu4 0 - 900 http://archive.ubuntu.com/ubuntu/ quantal-updates/main i386 Packages - 100 /var/lib/dpkg/status - 1:3.6.2~rc2-0ubuntu3 0 - 500 http://archive.ubuntu.com/ubuntu/ quantal/main i386 Packages + Installed: 1:3.6.2~rc2-0ubuntu4 + Candidate: 1:3.6.2~rc2-0ubuntu4 + Version table: + *** 1:3.6.2~rc2-0ubuntu4 0 + 900 http://archive.ubuntu.com/ubuntu/ quantal-updates/main i386 Packages + 100 /var/lib/dpkg/status + 1:3.6.2~rc2-0ubuntu3 0 + 500 http://archive.ubuntu.com/ubuntu/ quantal/main i386 Packages 3) What is expected to happen in Calc via a terminal: - cd ~/Desktop && wget -c https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1018002/+attachment/3243407/+files/GLASS%20CALC%203.xlr -O example.xls && chmod a-wst example.xls && localc --nologo example.xls + cd ~/Desktop && wget -c https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1018002/+attachment/3243407/+files/GLASS%20CALC%203.xlr -O example.xls && chmod a-w example.xls && localc --nologo example.xls - one may input data into different fields, but when one attempts to save - the file, it prevents them from doing so. Instead, one would have to - Save As to another file name, as it is in Microsoft Office Professional - Plus 2010 Excel Version 14.0.6023.1000 (32-bit). + one may input data into any cell, but when one attempts to save the + file, it prevents them from doing so. Instead, one would have to Save As + to another file name, as it is in Microsoft Off
[Desktop-packages] [Bug 1093734] Re: filter by rating in shotwell does nothing
Version 0.13.1 for Quantal is available in the Yorba PPA: https://launchpad.net/~yorba/+archive/ppa. Closing this ticket; if the upgrade doesn't solve your problem, please re-open and let us know. ** Changed in: shotwell (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to shotwell in Ubuntu. https://bugs.launchpad.net/bugs/1093734 Title: filter by rating in shotwell does nothing Status in “shotwell” package in Ubuntu: Fix Released Bug description: Selecting any option from the View / Filter Photos menu results in NO change to the photos being displayed. Tested on fully updated Quantal running shotwell 0.13.0-0ubuntu3. Expected result: Photos with a rating below that selected from the menu should be hidden. Workaround: Using the Search Bar (hit F8) permits filtering by rating. I found the workaround here: http://comments.gmane.org/gmane.comp.gnome.apps.shotwell/3585 This seems related and suggests the fix is/will be in 0.13.1: http://redmine.yorba.org/issues/5912 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1093734/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 994203] Re: Xorg freeze with Nouveau drivers
** Also affects: xserver-xorg-driver-ati Importance: Undecided Status: New -- 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/994203 Title: Xorg freeze with Nouveau drivers Status in X.org XServer - ATI gfx chipset driver: New Status in “xserver-xorg-video-nouveau” package in Ubuntu: Confirmed Bug description: i'm experiencing random freezes. the system freezes at seemingly random points and leaves me with only a cursor. i can reboot through CTRL+ALT+SysRq REISUB, and it does close open programs properly, though unsaved data is lost. it happened while -using firefox with 5 tabs open, but otherwise idle; -using Firefox, scrolling down a long webpage. the scrolling seemed to overflow and firefox greyed out, then system freeze; -using LibreOffice, 1 document open, editing a textbox, specifically clicking away from the textbox. i did play some youtube videos both full screen and in a tab, but didn't notice performance issues. didn't invoke a freeze. OS: ubuntu 12.04 64 bit kernel: 3.2.0.24 generic Gnome 3.4.1 Device: Acer 9300 laptop RAM: 1.7 GiB CPU: AMD Athlon(tm) 64 X2 Dual-Core Processor TK-53 × 2 Graphics card: NVIDIA GeForce Go 6100 Graphics driver: Nouveau I'm on Nouveau because of the NVIDIA security patch debacle (bug 982485) the system freezes at seemingly random points and leaves me with only a cursor. i can reboot through CTRL+ALT+SysRq REISUB, and it does close open programs properly, though unsaved data is lost. i am at a loss what commands to type to get more info but am willing to help ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: xorg 1:7.6+12ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14 Uname: Linux 3.2.0-24-generic x86_64 .tmp.unity.support.test.0: ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 CompizPlugins: [core,bailer,detection,composite,opengl,decor,snap,gnomecompat,place,move,dbus,mousepoll,compiztoolbox,clone,grid,imgpng,resize,vpswitch,wall,regex,session,unitymtgrabhandles,animation,fade,workarounds,scale,expo,ezoom,unityshell] CompositorRunning: compiz Date: Thu May 3 22:15:31 2012 DistUpgraded: Fresh install DistroCodename: precise DistroVariant: ubuntu ExtraDebuggingInterest: Yes, if not too technical GpuHangFrequency: Several times a day GpuHangReproducibility: Seems to happen randomly GpuHangStarted: Immediately after installing this version of Ubuntu GraphicsCard: NVIDIA Corporation C51 [GeForce Go 6100] [10de:0247] (rev a2) (prog-if 00 [VGA controller]) Subsystem: Acer Incorporated [ALI] Device [1025:0112] InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) Lsusb: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 002: ID 0a81:0205 Chesen Electronics Corp. PS/2 Keyboard+Mouse Adapter MachineType: Acer Aspire 9300 PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=b477abfb-191f-4f20-b02a-0686e36f2481 ro quiet splash vt.handoff=7 SourcePackage: xorg Symptom: display Title: Xorg freeze UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 05/15/2007 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: V1.19 dmi.board.name: Myallm dmi.board.vendor: Acer dmi.board.version: Rev dmi.chassis.asset.tag: None dmi.chassis.type: 10 dmi.chassis.vendor: Acer dmi.chassis.version: N/A dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrV1.19:bd05/15/2007:svnAcer:pnAspire9300:pvr0100:rvnAcer:rnMyallm:rvrRev:cvnAcer:ct10:cvrN/A: dmi.product.name: Aspire 9300 dmi.product.version: 0100 dmi.sys.vendor: Acer version.compiz: compiz 1:0.9.7.6-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.32-1ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3 version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.1 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2 To manage notifications about this bug go to: https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/994203/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launch
[Desktop-packages] [Bug 1094496] [NEW] gnome-keyring-daemon leaks memory
Public bug reported: gnome-keyring-daemon gets killed here every few days due to it's memory size exceeding the site imposed limit of 2GB per process. The ulimit of course is not the problem as even with an unlimited setting, it would just grow until it was killed by the OOM killer. The real problem here is that gnome-keyring-daemon has no business growing to even a fraction of the 2GB limit imposed here. 2G for a simple keyring daemon is absurd. Looking at the upstream changelog for versions beyond the 3.2.2 on which the Ubuntu version is based appear to have fixed memory leaks. Given that this leaking 3.2.2-2ubuntu4 version is in the Precise LTS release, upgrading to a newer Ubuntu release is not a solution nor an option -- this LTS release is supposed to be supported beyond 2017. A fix needs to be backported. Having gnome-keyring-daemon leaking for 5 more years is simply unacceptable. ProblemType: Bug DistroRelease: LinuxMint 12 Package: gnome-keyring 3.2.2-2ubuntu4 ProcVersionSignature: Ubuntu 3.2.0-29.46-generic-pae 3.2.24 Uname: Linux 3.2.0-29-generic-pae i686 ApportVersion: 2.0.1-0ubuntu15 Architecture: i386 Date: Sat Dec 29 11:38:45 2012 MarkForUpload: True ProcEnviron: TERM=xterm PATH=(custom, user) LANG=en_CA.UTF-8 SHELL=/bin/bash SourcePackage: gnome-keyring UpgradeStatus: No upgrade log present (probably fresh install) modified.conffile..etc.xdg.autostart.gnome.keyring.gpg.desktop: [modified] modified.conffile..etc.xdg.autostart.gnome.keyring.pkcs11.desktop: [modified] modified.conffile..etc.xdg.autostart.gnome.keyring.secrets.desktop: [modified] modified.conffile..etc.xdg.autostart.gnome.keyring.ssh.desktop: [modified] mtime.conffile..etc.xdg.autostart.gnome.keyring.gpg.desktop: 2012-03-21T15:31:45 mtime.conffile..etc.xdg.autostart.gnome.keyring.pkcs11.desktop: 2012-02-23T18:28:50 mtime.conffile..etc.xdg.autostart.gnome.keyring.secrets.desktop: 2012-02-23T18:26:38 mtime.conffile..etc.xdg.autostart.gnome.keyring.ssh.desktop: 2012-03-21T15:32:22 ** Affects: gnome-keyring (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 lisa -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-keyring in Ubuntu. https://bugs.launchpad.net/bugs/1094496 Title: gnome-keyring-daemon leaks memory Status in “gnome-keyring” package in Ubuntu: New Bug description: gnome-keyring-daemon gets killed here every few days due to it's memory size exceeding the site imposed limit of 2GB per process. The ulimit of course is not the problem as even with an unlimited setting, it would just grow until it was killed by the OOM killer. The real problem here is that gnome-keyring-daemon has no business growing to even a fraction of the 2GB limit imposed here. 2G for a simple keyring daemon is absurd. Looking at the upstream changelog for versions beyond the 3.2.2 on which the Ubuntu version is based appear to have fixed memory leaks. Given that this leaking 3.2.2-2ubuntu4 version is in the Precise LTS release, upgrading to a newer Ubuntu release is not a solution nor an option -- this LTS release is supposed to be supported beyond 2017. A fix needs to be backported. Having gnome-keyring-daemon leaking for 5 more years is simply unacceptable. ProblemType: Bug DistroRelease: LinuxMint 12 Package: gnome-keyring 3.2.2-2ubuntu4 ProcVersionSignature: Ubuntu 3.2.0-29.46-generic-pae 3.2.24 Uname: Linux 3.2.0-29-generic-pae i686 ApportVersion: 2.0.1-0ubuntu15 Architecture: i386 Date: Sat Dec 29 11:38:45 2012 MarkForUpload: True ProcEnviron: TERM=xterm PATH=(custom, user) LANG=en_CA.UTF-8 SHELL=/bin/bash SourcePackage: gnome-keyring UpgradeStatus: No upgrade log present (probably fresh install) modified.conffile..etc.xdg.autostart.gnome.keyring.gpg.desktop: [modified] modified.conffile..etc.xdg.autostart.gnome.keyring.pkcs11.desktop: [modified] modified.conffile..etc.xdg.autostart.gnome.keyring.secrets.desktop: [modified] modified.conffile..etc.xdg.autostart.gnome.keyring.ssh.desktop: [modified] mtime.conffile..etc.xdg.autostart.gnome.keyring.gpg.desktop: 2012-03-21T15:31:45 mtime.conffile..etc.xdg.autostart.gnome.keyring.pkcs11.desktop: 2012-02-23T18:28:50 mtime.conffile..etc.xdg.autostart.gnome.keyring.secrets.desktop: 2012-02-23T18:26:38 mtime.conffile..etc.xdg.autostart.gnome.keyring.ssh.desktop: 2012-03-21T15:32:22 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1094496/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094490] [NEW] package flashplugin-installer 11.2.202.233ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2
Public bug reported: package flashplugin-installer 11.2.202.233ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2 ProblemType: Package DistroRelease: Ubuntu 12.04 Package: flashplugin-installer 11.2.202.233ubuntu2 ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14 Uname: Linux 3.2.0-23-generic i686 ApportVersion: 2.0.1-0ubuntu5 AptOrdering: firefox-globalmenu: Remove firefox: Remove flashplugin-installer: Configure Architecture: i386 Date: Sat Dec 29 15:58:19 2012 DuplicateSignature: Setting up flashplugin-installer (11.2.202.233ubuntu2) ... update-alternatives: error: no alternatives for mozilla-flashplugin. dpkg: error processing flashplugin-installer (--configure): subprocess installed post-installation script returned error exit status 2 ErrorMessage: subprocess installed post-installation script returned error exit status 2 SourcePackage: flashplugin-nonfree Title: package flashplugin-installer 11.2.202.233ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2 UpgradeStatus: Upgraded to precise on 2012-12-27 (1 days ago) ** Affects: flashplugin-nonfree (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 need-duplicate-check precise -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to flashplugin-nonfree in Ubuntu. https://bugs.launchpad.net/bugs/1094490 Title: package flashplugin-installer 11.2.202.233ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2 Status in “flashplugin-nonfree” package in Ubuntu: New Bug description: package flashplugin-installer 11.2.202.233ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2 ProblemType: Package DistroRelease: Ubuntu 12.04 Package: flashplugin-installer 11.2.202.233ubuntu2 ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14 Uname: Linux 3.2.0-23-generic i686 ApportVersion: 2.0.1-0ubuntu5 AptOrdering: firefox-globalmenu: Remove firefox: Remove flashplugin-installer: Configure Architecture: i386 Date: Sat Dec 29 15:58:19 2012 DuplicateSignature: Setting up flashplugin-installer (11.2.202.233ubuntu2) ... update-alternatives: error: no alternatives for mozilla-flashplugin. dpkg: error processing flashplugin-installer (--configure): subprocess installed post-installation script returned error exit status 2 ErrorMessage: subprocess installed post-installation script returned error exit status 2 SourcePackage: flashplugin-nonfree Title: package flashplugin-installer 11.2.202.233ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2 UpgradeStatus: Upgraded to precise on 2012-12-27 (1 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/1094490/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 510376] Re: private/teletext-decoder plugin missing
As seemingly fixed for the higher-level package Elisa/Movida in bug #415031and proposed at end of duplicate bug #553713, it seems simply ignoring this particular plugin would suffice as a fix. That wouldn't need any GUI-change but would need to be reverted if a plugin for this is released in the future. I guess a more general fix like GUI with "Don't ask again" or configuration to allow never searching for plugins would further delay this issue. I'm using libgstreamer0.10.36-1ubuntu1 and totem3.0.1-0ubuntu21.1 on Ubuntu 12.04, x86_64. As I don't have gnome-codec-install the workaround in post #6 about uninstalling that is not applicable. In my case the problem is just an annoyance, after clicking away the dialog about missing plugin I can still watch and hear the DVB-recorded file. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gstreamer0.10 in Ubuntu. https://bugs.launchpad.net/bugs/510376 Title: private/teletext-decoder plugin missing Status in “gstreamer0.10” package in Ubuntu: Confirmed Bug description: When trying to watch TV on totem over DVB -dongle i'm asked to install this plugin: "private/teletext-decoder". Search for the plugin ends with no result, totem won't play TV if I break off the popup either and try to start in spite of the apparently missing plugin. I have installed several additional packages as advised from the forums to enhance TV reception but it doesn't work with totem up to now. With xine-player as alternative plugin (advised by wiki, codecs) I might start TV only once to watch it. no further attempt will work out. Thanks for scrutinising Jo ProblemType: Bug Architecture: i386 Date: Wed Jan 20 23:15:12 2010 DistroRelease: Ubuntu 9.10 ExecutablePath: /usr/bin/totem Package: libgstreamer0.10-0 0.10.25-2 ProcEnviron: LANG=de_DE.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-16.53-generic SourcePackage: gstreamer0.10 Uname: Linux 2.6.31-16-generic i686 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/510376/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094484] Re: gedit cannot display long lines correctly
Screenshot attached. ** Attachment added: "Screenshot - 29.12.2012 - 17.31.36.png" https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1094484/+attachment/3470240/+files/Screenshot%20-%2029.12.2012%20-%2017.31.36.png -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gedit in Ubuntu. https://bugs.launchpad.net/bugs/1094484 Title: gedit cannot display long lines correctly Status in “gedit” package in Ubuntu: New Bug description: Open attached txt file to demonstrate the problem or see attached screenshot. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: gedit 3.4.1-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34 Uname: Linux 3.2.0-35-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu15.1 Architecture: amd64 Date: Sat Dec 29 17:27:59 2012 ExecutablePath: /usr/bin/gedit InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007) MarkForUpload: True SourcePackage: gedit UpgradeStatus: Upgraded to precise on 2012-04-29 (243 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1094484/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp
[Desktop-packages] [Bug 1094484] [NEW] gedit cannot display long lines correctly
Public bug reported: Open attached txt file to demonstrate the problem or see attached screenshot. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: gedit 3.4.1-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34 Uname: Linux 3.2.0-35-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu15.1 Architecture: amd64 Date: Sat Dec 29 17:27:59 2012 ExecutablePath: /usr/bin/gedit InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007) MarkForUpload: True SourcePackage: gedit UpgradeStatus: Upgraded to precise on 2012-04-29 (243 days ago) ** Affects: gedit (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise ** Attachment added: "test.txt.tar.gz" https://bugs.launchpad.net/bugs/1094484/+attachment/3470234/+files/test.txt.tar.gz -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gedit in Ubuntu. https://bugs.launchpad.net/bugs/1094484 Title: gedit cannot display long lines correctly Status in “gedit” package in Ubuntu: New Bug description: Open attached txt file to demonstrate the problem or see attached screenshot. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: gedit 3.4.1-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-35.55-generic 3.2.34 Uname: Linux 3.2.0-35-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu15.1 Architecture: amd64 Date: Sat Dec 29 17:27:59 2012 ExecutablePath: /usr/bin/gedit InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007) MarkForUpload: True SourcePackage: gedit UpgradeStatus: Upgraded to precise on 2012-04-29 (243 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1094484/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp