[Bug 261068] Re: kdenlive missing menu icon in gnome
Thanks for the advice! =) I will contact the kdenlive developers about this small patch. Hm.. I started from apt-get source kdenlive -- the source that was there + this patch built for me and the (non-source) package installed fine. I'm sure you'll find the culprit. -- kdenlive missing menu icon in gnome https://bugs.launchpad.net/bugs/261068 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 282387] Re: scrollwheel emulation breaks after suspend with 2.6.27-7
To add to obsidian's comment #68, it seems that HAL policy file is being read, but it is not being read in correctly. Here are two examples of a line in the policy file and what output from xinput it leads to after reboot: 4 5 Wheel Emulation Y Axis: 4, 0 5 4 Wheel Emulation Y Axis: 5, 0 Maybe it is worth filing a bug report about this one if people agree. -- scrollwheel emulation breaks after suspend with 2.6.27-7 https://bugs.launchpad.net/bugs/282387 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 261068] Re: kdenlive missing menu icon in gnome
Perhaps fixing this is a good small project for a new want-to-be contributor. Harald, would you mentor me on this one, please? As far as I can tell, a .desktop file must be included into the package, which would specify how the menu should be populated. Please let me know if I could try and help with this one. -- kdenlive missing menu icon in gnome https://bugs.launchpad.net/bugs/261068 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 261068] Re: kdenlive missing menu icon in gnome
** Changed in: kdenlive (Ubuntu) Assignee: (unassigned) => Alexei Colin (alexei.colin) ** Changed in: kdenlive (Ubuntu) Status: Confirmed => In Progress -- kdenlive missing menu icon in gnome https://bugs.launchpad.net/bugs/261068 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 261068] Re: kdenlive missing menu icon in gnome
Harald, thank you for giving a direction -- it sped up the diagnosis. The problem is due to a change made outside of kdenlive: the .desktop files used to be stored in /usr/share/applnk/ but now they should be stored in /usr/share/applications/kde. The icon appears to be in order. The fix involves: 1. edit kdenlive/CMakeLists.txt: - INSTALL (FILES kdenlive.desktop DESTINATION share/applnk/Multimedia) + INSTALL (FILES kdenlive.desktop DESTINATION ${XDG_APPS_DIR}) 2. edit kdenlive/kdenlive.desktop: - Icon=kdenlive.png + Icon=kdenlive (possibly other edits to make kdenlive.desktop comply to the specification -- it doesn' t now) Both files are part of the kdenlive source tarball. No changes are needed to the Debian package, strictly speaking. Is it good practice to change the package so that it patches these files in the original source? The Ubuntu packaging docs suggest that no. Also, the CMakeLists.txt change is implemented already in the latest kdenlive source in SVN (sort of.. -- they chose to hard-code the XDG_APPS_DIR value). So, what's the correct next step of bringing this fix to the people? :) Thanks and sorry for my inexperience! -- kdenlive missing menu icon in gnome https://bugs.launchpad.net/bugs/261068 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 261068] Re: kdenlive missing menu icon in gnome
Harald, I tested the built patched package on my system, the fix worked. So, here's the debdiff. I tried to read about the next step in Ubuntu's Sponsorship guide, but still need to ask you what would it be? Also, for sending the .desktop changes upstream, should I open a bug report in Bug Tracker kdenlive.org? or what's the nice way to let them know? ** Attachment added: "kdenlive_0.5.svn20071228-0.0ubuntu2.debdiff" http://launchpadlibrarian.net/17471865/kdenlive_0.5.svn20071228-0.0ubuntu2.debdiff -- kdenlive missing menu icon in gnome https://bugs.launchpad.net/bugs/261068 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 190585] Re: System lags after resume due to high hard drive activity
Iulian and Mark, thank you for replying! It just so happened that I added some RAM to my computer a few days ago: from 1GB to 2GB. With 2GB, I cannot reproduce the bug. I've maxed out RAM usage and had lots of swap usage, but even though this would have caused the bug before, now the system resumes fine every time (under Compiz). I did not try it under metacity with new RAM. I swear the bug was consistent on my system before. But I cannot guarantee that the RAM upgrade was what fixed it because I also rebuilt swap (mkswap) a few times between now and then. If it is worth it, I would be willing to take out the new 1GB of RAM and try to reproduce the bug again. Let me know if that would be helpful. Mark, if this is not a Compiz bug, which project should we report it under? -Alexei On Fri, Feb 15, 2008 at 11:27 AM, Mark Baas <[EMAIL PROTECTED]> wrote: > This is not due to compiz, i have it with metacity either. Basically i > always have it. > > > > -- > System lags after resume due to high hard drive activity > https://bugs.launchpad.net/bugs/190585 > You received this bug notification because you are a direct subscriber > of the bug. > -- System lags after resume due to high hard drive activity https://bugs.launchpad.net/bugs/190585 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 190585] Re: System lags after resume due to high hard drive activity
Iulian and Mark, thank you for replying! It just so happened that I added some RAM to my computer a few days ago: from 1GB to 2GB. With 2GB, I cannot reproduce the bug. I've maxed out RAM usage and had lots of swap usage, but even though this would have caused the bug before, now the system resumes fine every time (under Compiz). I did not try it under metacity with new RAM. I swear the bug was consistent on my system before. But I cannot guarantee that the RAM upgrade was what fixed it because I also rebuilt swap (mkswap) a few times between now and then. If it is worth it, I would be willing to take out the new 1GB of RAM and try to reproduce the bug again. Let me know if that would be helpful. Mark, if this is not a Compiz bug, which project should we report it under? -Alexei -- System lags after resume due to high hard drive activity https://bugs.launchpad.net/bugs/190585 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 137388] Re: LIBGL_ALWAYS_INDIRECT set when it shouldn't be
Yes, confirmed: - if I start 'konsole' from gnome menu: "Direct rendering: Yes" and fgl_glxgears works (w/ out window decoration). - if I start a 'gnome-termina'l using a key binding: "Direct redering: No" and fgl_glxgears segfaults. Thanks for this information, never would have known! -- LIBGL_ALWAYS_INDIRECT set when it shouldn't be https://bugs.launchpad.net/bugs/137388 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 147902] Re: Battery disappears on restore, no longer reacts to lid close
A similar problem happens in gnome: After restarting HAL (i.e. sudo /etc/init.d/hal restart), the suspend button on the keyboard stops working and the system does not respond to lid closure. Suspend (and resume) continue to work fine through the GUI menu button in the gnome-panel. I manually restart HAL as a fix of a separate problem: wireless controller is lost (i.e. not detected) after resuming. It reappears after a HAL restart, so I put the command for restarting HAL in a script that is run on each resume. The problem in this post is of course not applicable if I remove the script. Please let me know if I should post this as a separate bug-report or if you came across an existing report. Thank you! -- Battery disappears on restore, no longer reacts to lid close https://bugs.launchpad.net/bugs/147902 You received this bug notification because you are a member of Kubuntu Team, which is a bug contact for kde-guidance in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 27643] Re: system lags after suspend to memory
Similar problem, months later on this system: Thinkpad T60 with ATI Radeon X1400 Ubuntu 7.10 (Kernel 2.6.24-4-generic) Catalyst 8.01 video drivers (fglrx) Compiz Fusion To replicate the problem, the computer must be suspended when RAM use is above ~60%. Then, upon resume there is mad harddrive activity, but almost no CPU usage and nothing strange with memory usage. The system is extremely slow. I don't know which process is accessing the harddrive so much (how to check this?). Running sudo swapoff -a sudo swapon -a fixes the lagging and brings the system back to normal (but this takes a long time). The problem does not exist in Metacity. So, I guess I should be filing a Compiz bug report. -- system lags after suspend to memory https://bugs.launchpad.net/bugs/27643 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 190585] [NEW] System lags after resume due to high hard drive activity
Public bug reported: Binary package hint: compiz System lags (to a point where it is not usable) after resuming from a suspend to RAM. The lagging is due to extremely high hard-drive activity. System: Thinkpad T60 with ATI Radeon X1400 Ubuntu 7.10 (Kernel 2.6.24-4-generic) Catalyst 8.01 video drivers (fglrx) Compiz Fusion package v. 1:0.6.2+git20071119-0ubuntu1~gutsy1 To replicate the problem, the computer must be suspended when RAM use is above ~60%. Then, upon resume there is mad harddrive activity, but almost no CPU usage and nothing strange with memory usage. The system is extremely slow. I don't know which process is accessing the harddrive so much (how do you check this?). Running sudo swapoff -a sudo swapon -a fixes the lagging and brings the system back to normal (but this takes a long time). If suspend was done when the RAM usage was low, system is normal after resume. The problem does not exist in Metacity -- hence the bug report in Compiz. Thank you! ** Affects: compiz (Ubuntu) Importance: Undecided Status: New -- System lags after resume due to high hard drive activity https://bugs.launchpad.net/bugs/190585 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 190585] Re: System lags after resume due to high hard drive activity
All I could find is this old bug report: https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/27643 -- System lags after resume due to high hard drive activity https://bugs.launchpad.net/bugs/190585 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 27643] Re: system lags after suspend to memory
I filed a new bug report, since too many things changed since 2005: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/190585 -- system lags after suspend to memory https://bugs.launchpad.net/bugs/27643 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 121653] Re: [gutsy] fglrx breaks over suspend/resume
System: Ubuntu Gutsy 7.10 (Kernel 2.6.24-4-generic) on Thinkpad T60, ATI Mobility Radeon X1400, ATI's fglrx v8.01, Compiz via AIGLX (xserver-xgl package NOT installed) Suspend/resume works with Compiz! It takes about 15sec to suspend. Compiz runs smoothly. BUT - glxgears - messed up output (not attached to window) - fgl_glxgears - segmentation fault - xv video output flickers and is also not attached to window - x11 output works well -- [gutsy] fglrx breaks over suspend/resume https://bugs.launchpad.net/bugs/121653 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 137388] Re: LIBGL_ALWAYS_INDIRECT set when it shouldn't be
Same problem on Ubuntu Gutsy (Kernel 2.6.24-4) on Thinkpad T60 with ATI Radeon X1400 and ATI's fglrx v8.01, and Compiz. When LIBGL_ALWAYS_INDIRECT is set (default, unfortunately): - glxgears: a bit choppy at fps=3500 - fgl_glxgears: Segmentation fault When LIBGL_ALWAYS_INDIRECT is unset (manually in a terminal): - glxgears: works at fps=4200 - fgl_glxgears: works at fps=900 (without window decoration, though) Compiz works smoothly; suspend/resume works also. A separate fix would be to fix the "segmentation fault" in fgl_glxgears and replace it with an informative error message about LIBGL_ALWAYS_INDIRECT -- LIBGL_ALWAYS_INDIRECT set when it shouldn't be https://bugs.launchpad.net/bugs/137388 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 502653] Re: directory change not saved
Hi. Just for the sake of contributing some more information on this case, I went through your steps and here's what I got (also, Ubuntu 9.10 with rtorren t 0.8.2-0ubuntu2). Case 1: 1. Add torrent (adds into a CLOSED state, so no files are created in the default directory) 2. Change torrent download directory 3. Start the download (files created in the new directory) 4. Kill rtorrent *not* graciously (e.g. killall -9 rtorrent) to simulate a crash 5. Start rtorrent Result: rtorrent opens with the torrent in the CLOSED state and directory set to the *default* directory. (5a - no effect). Start rtorrent (files created in default directory, since nothing was ever there), stop and close the torrent back. 6. Change download directory to the new directory (with partial data) 7. Start the torrent (Ctrl-s) Result: Hash re-check is automatically triggered and torrent download is continued into the new directory. At least this use case does not necessary suggest a bug. rtorrent is not cleanly shut down so the directory change does not make it to the session file, so when it starts back up the session information is out- of-date. The straightforward recovery from the situation worked for me (whereas it did not for you -- strange). I haven't read the code, so this might not be relevant, but perhaps session changes could be pushed to the file more frequently (and maybe fsync() should be used, esp. on events like directory change) -- just a thought. Note that if I cleanly quit rtorrent in step 4, then the directory change is remembered as expected. By the way, to change the default directory without reloading .rtorrent.rc you can do Ctrl-x, directory=/path/to/dir. Case 2: 1. Add torrent 2. Start torrent (creates files in the default directory) 3. Stop and close torrent 4. Change directory 5. Try to start torrent (Ctrl-s) Result: Cannot start torrent (error in log: "could not find file [one of torrent content files in torrent's new directory]"). 6. Try initiating hash recheck (Ctrl-r). Result: rtorrent *crashes* with "rtorrent: TrackerManager::send_later() m_control->set() == DownloadInfo::STOPPED." and return code 255. This use case looks like a bug, though. But maybe it was fixed in latest version of rtorrent.. I should try that soon. -- directory change not saved https://bugs.launchpad.net/bugs/502653 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 173848] Re: Please package more recent version
Lets hope xmlrpc-c makes it from Debian experimental into unstable in time to be synced up into Lucid.. still waiting till https://bugs.launchpad.net/bugs/173850 is unblocked. Anyway, thank you for keeping an eye on this one. -- Please package more recent version https://bugs.launchpad.net/bugs/173848 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 492941] Re: Error connecting to bus: org.freedesktop.DBus.Error.LimitsExceeded: The maximum number of active connections for UID 1000 has been reached
I stumbled on this D-Bus LimitsExceeded error (and applied a workaround) while trying to fix wireless connection using NetworkManager that no longer worked after upgrading to Ubuntu 9.10 Karmic. The problem was that NetworkManager calls dhclient and expects dhclient to communicate the DHCP lease to it via D-Bus, but dhclient fails to access D-Bus with the same error: Error: could not get the system bus. Make sure the message bus daemon is running! Message: (org.freedesktop.DBus.Error.LimitsExceeded) The maximum number of active connections for UID 0 has been reached Following this old post http://ubuntuforums.org/showthread.php?t=779992 I added a value for max_connections_per_user limit into /etc/dbus-1/system.conf : 256 After this, dhclient and NetworkManager are all happy, which suggests that this is indeed an issue on the D-Bus side (perhaps related to configuration?). Hope this helps. -- Error connecting to bus: org.freedesktop.DBus.Error.LimitsExceeded: The maximum number of active connections for UID 1000 has been reached https://bugs.launchpad.net/bugs/492941 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 445141] Re: Podcasts don't download if the files are all the same filename.
The fix above seems to cover one case, but there's another that I just stumbled upon. The standard::copy-name attribute might not be set by the gvfs backend. In that case, currently, we fall back to edit-name attribute (and only if that's not set either -- to escaped URI). That causes the original undesired behavior that prompted this bug report: podcasts with non-unique file attributes/file names are unusable. Here's a real example: $ gvfs-info http://computersciencepodcast.com/download-mp3/1/episode.mp3 display name: episode.mp3 edit name: episode.mp3 ... attributes: ... standard::display-name: episode.mp3 standard::edit-name: episode.mp3 A fix for this particular case could be to fall back to the escaped URI and not to edit-name attr when copy-name is not set (see trivial patch for this below). However, that wouldn't really cure the real issue: it would be nice if Rhythmbox were robust against non-unique file attributes (ie, even if they are set) and file names on podcasts. Of course, this is a problem of podcast creators, but it might still make sense to work around it, esp. since in the canonical Rhythmbox user doesn't care about filenames of saved podcasts at all. A patch for this is not included but seems simple as well -- just always use the current fall-back-to-URI path for the local filename. Patch to not fall back on edit-name when copy-name is null (for real example above): diff --git rhythmbox-0.13.0git20100819.orig/podcast/rb-podcast-manager.c rhythmbox-0.13.0git20100819.no-copy-name/podcast/rb-podcast-manager.c index a972490..d195684 100644 --- rhythmbox-0.13.0git20100819.orig/podcast/rb-podcast-manager.c +++ rhythmbox-0.13.0git20100819.no-copy-name/podcast/rb-podcast-manager.c @@ -769,14 +769,7 @@ download_podcast (GFileInfo *src_info, RBPodcastManagerInfo *data) if (src_info != NULL) { data->download_size = g_file_info_get_attribute_uint64 (src_info, G_FILE_ATTRIBUTE_STANDARD_SIZE); - local_file_name = g_file_info_get_attribute_as_string (src_info, G_FILE_ATTRIBUTE_STANDARD_COPY_NAME); - if (local_file_name == NULL) { - /* probably shouldn't be using this, but the gvfs http backend doesn't -* set the copy name (yet) -*/ - local_file_name = g_strdup (g_file_info_get_edit_name (src_info)); - } g_object_unref (src_info); } -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/445141 Title: Podcasts don't download if the files are all the same filename. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 944468] Re: keyboard layouts plugin forgets all settings at random times
Re #13: I think essentially what you suggest (to have Xfce keyboard settings own the persisted settings and xkb-plugin interact with Xkb without persisting), has been done on the plugin side in commit fb667951f66a05b87949b3eaf9e7c04697899fea which is not in 0.5.4.3. Perhaps it's time for a release of the plugin. Side question: if we let Xfce control the layout (i.e. uncheck "Use system defaults" in Keyboard Settings), then how does one set the default layout? Is it the first in the list? But then, there are no re- ordering contols other than remove then re-add. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944468 Title: keyboard layouts plugin forgets all settings at random times To manage notifications about this bug go to: https://bugs.launchpad.net/xkb/+bug/944468/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 198319] Re: Lenovo 3000 N200 DVD-rom missing
Same problem on Thinkpad T60 running 3.0.0-14-generic with a non-native but compatible CD drive (took it from a T40, iirc): /dev/sr0 only created with acpi=off boot parameter. There is no BIOS setting to disable the drive (re comment #18). The drive model is in the log (during acpi=off boot only): kernel: [1.043753] scsi 1:0:0:0: CD-ROMHL-DT-ST DVD-ROM GDR8083N 0K03 PQ: 0 ANSI: 5 kernel: [1.050088] sr0: scsi3-mmc drive: 10x/24x cd/rw xa/form2 cdda tray kernel: [1.050092] cdrom: Uniform CD-ROM driver Revision: 3.20 kernel: [1.050215] sr 1:0:0:0: Attached scsi CD-ROM sr0 The drive used to be detected by Ubuntu fine at some point in the past (I don't remember if this was before or after grub->grub2 update, but I don't think I ever used lilo). Should this bug be marked as a [regression]? Is there any debugging information that can be provided? Should we file an upstream report if it has been positively determined that this is induced by grub? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/198319 Title: Lenovo 3000 N200 DVD-rom missing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/198319/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 863834] Re: [regression] Suspend on lid close broken on Oneiric
In my case (Gnome3 on Oneiric on Thinkpad T60 with Radeon X1400) this is a collusion of two issues pointed out separately above: (1) Gnome3's intended behavior is to disallow suspend while more than one monitor is active (comment #8, comment #3, [1]) (2) upower returns a false positive when asked whether more than one monitor is active (aka the is-docked state) for *some* graphic devices (comment #20, Bug #854404 and [2] is related but my false positive manifests on a system with a single video card) Potential fix for issue (2) is in a patched upower package available at ppa:alexei.colin/upower (details on the patch are in [2]). Run 'upower -d | grep docked'. Note that because of a known issue with notifications [3] you might have to restart upowerd daemon to see the effect of turning off a screen; also note that the monitor must be cleanly turned off from display settings, pulling the cable doesn't change any state in my experience). RANT: (1) see upower rant in [2] (2) This Gnome3 behavior should be configurable. Once issue (2) is fixed, the Gnome3's *intended* behavior is actually working, but that just creates the issue of how to get rid of this behavior... anybody know if it's configurable at least manually if not in Gnome GUI settings? (I'm not hopeful for more GUI settings after [4]) [1] http://blogs.gnome.org/hughsie/2011/02/02/is-gnome-3-going-to-melt-your-laptop/ [2] https://bugs.freedesktop.org/show_bug.cgi?id=36818 [3] From comment on PollDockDevices in UPower.conf: Poll the kernel for dock state changes. Some drivers are still broken, and do not send out uvents when the connected state changes. default=false [4] http://afaikblog.wordpress.com/2011/02/03/on-laptop-lids-and-power-settings/ ** Patch added: "upower is-docked detection; ppa:alexei.colin/upower upower_0.9.13-1ac2" https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/863834/+attachment/2663405/+files/lp-863834-docked-state-detection.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863834 Title: [regression] Suspend on lid close broken on Oneiric To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/863834/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 863834] Re: [regression] Suspend on lid close broken on Oneiric
** Tags removed: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863834 Title: [regression] Suspend on lid close broken on Oneiric To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/863834/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 883619] Re: distorted sound in oneiric
Are other applications suffering from distorted sound as well? If so, perhaps this is same as Bug #875183? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/883619 Title: distorted sound in oneiric To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/aeolus/+bug/883619/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 199420] Re: Running process cannot be kill -9'ed
** Attachment added: "SysRq stack dump with unkillable process" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/199420/+attachment/3675678/+files/unkilable-in-r-state-sysrq-stack.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/199420 Title: Running process cannot be kill -9'ed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/199420/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 199420] Re: Running process cannot be kill -9'ed
You can do Alt-SysRq-l to dump a kernel stack trace to kernel log (dmesg). See /Documentation/sysrq.txt. When I did this on my machine with 'firefox' in the same state: it revealed try_to_wake_up/afs_cv_wait in openafs module. Not completely sure, but probably spinning somewhere there in the networked file system code. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/199420 Title: Running process cannot be kill -9'ed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/199420/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1070994] Re: Boot failes after upgrading the kernel from 3.2.0-29 to 3.2.0-30 and following
On my T60 3.2.0-33-generic-pae it seems very likely to be related to the docking station (or to a pair of them). This is on BIOS 2.27 25 Apr 2011. After suspending while docked in station A, it hung on resume in station B. This did work fine before. It continued to hang on boot even after hard reboot, undocking, and full battery removal (a couple of tries). I checked the log only on last hang: "Illegal UART type: undefined". It booted successfully only when I re-docked and booted while docked (using power button on dock -- that might make a difference). I successfully suspended while docked and resumed fine previously (on this BIOS version; old BIOS would lock up in this scenario). Once the boot failure happens, it's persistent, but it does not seem reproducible at will. If I do reproduce it, will try to test upstream. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1070994 Title: Boot failes after upgrading the kernel from 3.2.0-29 to 3.2.0-30 and following To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1070994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 199420] Re: Running process cannot be kill -9'ed
Yes, firefox was the unkillable process in that case. I did save a tiny shell log at the time: acolin@thinkpad ~$ ps aux | grep firefox acolin3904 51.4 8.9 774456 276596 ? Rs 18:06 18:20 /usr/lib/firefox/firefox acolin5689 0.0 0.0 4392 808 pts/3S+ 18:42 0:00 grep firefox acolin@thinkpad ~$ kill -9 3904 acolin@thinkpad ~$ ps aux | grep firefox acolin3904 51.6 8.9 774456 276596 ? Ss 18:06 18:30 /usr/lib/firefox/firefox acolin5693 0.0 0.0 4392 808 pts/3S+ 18:42 0:00 grep firefox Sadly, I don't have any more information and don't have any hopes of reproducing this, but hopefully the stack trace shed's light on possible causes. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/199420 Title: Running process cannot be kill -9'ed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/199420/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 764330] Re: Move window annoying slow with compiz
Call me crazy, but in my case the severe lag on moving windows shows up *only* when Firefox >= v4.0 is running. In fact, the lag is proportional to the number of Firefox windows open (but not to the number of tabs). The Firefox window state and which workspace it is in relative to the window being dragged does not matter. Reproducible with about:blank and in Firefox safe-mode (no add-ins). No other application (tried a few: from Chrome open to GIMP) causes any lag regardless of number of windows, also Firefox v3.6 does *not* cause the lag either (so I downgraded for now). Yes, it sounds crazy -- but that's it: the fewer Firefox windows open, the less lag, and no lag when Firefox is not running! Why? My only wild guess is: Firefox 4.0 is the first one that came with Unity integration (however, I have the "menu bar integration with Unity" disabled... and Unity turned off). In any case, its tab control is noticeably different from v3.6 (and feels like it comes from outside of Firefox -- pure speculation). It might not be Firefox's fault, but it does something to bring up the problem wherever this problem is. Different mice (Thinkpad's trackpad, trackpoint, external Logitech wireless) exhibit noticeably different degrees of lag -- so it does seem mouse related in some way. Setting mousepoll=10 (and confirming it had that value after reboot) makes no difference (for the usb mouse). Killing unity-window-decorator and moving window using context menu's Move also lags in same way. Playing with above-mentioned params in compiz config makes no difference. Restarting compiz makes no difference -- lag disappears after Firefox is closed *without* any restart. System: Ubuntu Natty, Radeon X1400 with open source drivers gnome-panel+compiz (Unity turned off) All other actions in compiz e.g. cube are smooth regardless of whether Firefox is running, although when Firefox is running, there is a lag when rotation is initiated. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/764330 Title: Move window annoying slow with compiz To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/764330/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 445141] Re: Podcasts don't download if the files are all the same filename.
@Luca: I'm no authority on this but your situation looks strange. The filename you are seeing is constructed as a result of the patch that was submitted to fix the bug. However, for you podcast it shouldn't fall back to the "escaped uri" filename because gvfs-info reports that stardard::edit-name is set, which means edit-name should be taken as the filename (since copy-name is not set). I would look at the debug output when downloading any of those podcasts: run "rhythmbox -d". Sidenote re my comment #19: it seems people do care about filenames. But handling podcasts with episodes with identical copy-name's (and/or edit- name's) still needs to be resolved. Perhaps a new bug needs to be submitted? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/445141 Title: Podcasts don't download if the files are all the same filename. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 569680] Re: Hard disk write/read freezes for 10 seconds several times in session
Hardware: Norhtec MicroClient JrMX (an i582 SoC based on Xcore86) with HD hooked up to SATA Kernel: compiled from source 2.6.36 #7 Wed Dec 8 22:05:03 EST 2010 i586 GNU/Linux Distro: Ubuntu 10.04 Symptoms: rare (once in tens of hours) freezes for arbitrary amounts of time during significant network and hard-drive activity Suspecting this might be a HD problem, I switched to a spare HD (dd'ed the file system) only to find that the problem persists. Until today's miracle I didn't even have any output from my headless box, but today the box unfroze after almost *4 days* of being in the frozen state (I have logs that prove it, in addition to observations). First thing I did after I noticed that it came alive was dmesg and there was the error cited above in this bug report [ attached ]. I vaguely recollect that the freezes started with 10.04, although there were other problems before (network interface dying) [which prompted me to compile the kernels with hopes of newer network driver fixing things]. I will test with an earlier kernel and report back -- I apologize for not doing so before posting: wanted to get another vote out to this bug sooner rather than later. lspci [useless? the only possibly relevant entries are these, but there exists an SATA interface... ]: 00:00.0 Host bridge: RDC Semiconductor, Inc. R6021 Host Bridge (rev 02) 00:07.0 ISA bridge: RDC Semiconductor, Inc. Device 6036 00:0c.0 IDE interface: RDC Semiconductor, Inc. Device 1011 (rev 01) ** Attachment added: "dmesg" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/569680/+attachment/1857115/+files/dmesg-freeze.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/569680 Title: Hard disk write/read freezes for 10 seconds several times in session -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 463983] Re: error upgrading to karmic libc6 : ldconfig failed with 'illegal instruction'
Check with gdb what's the Illegal instruction: $ gdb /path/to/bad/ldconfig.real > run -V [ I assume even ldconfig.real -V fails ] Starting program: /path/to/bad/ldconfig.real -V Program received signal SIGILL, Illegal instruction. 0x0806a7ae in ?? () > info reg eip eip0x806a7ae0x806a7ae [example output] > x/4b 0x806a7ae [ view the memory at address where eip is at obtained above ] 0x806a7ae: 0x0f0x45 0xc2 0xc3 [example output] In this example, the illegal instruction is 0f 45 : cmovne. This is a real case: that's what I see on my Xcore86 (x586) CPU, on upgrade to libc-bin_2.12.1-0ubuntu8_i386 (attempted but failed upgrade from Ubuntu 10.04 to 10.10). Apparently, very sadly, Maverick dropped support for x586 ( https://wiki.ubuntu.com/MaverickMeerkat/ReleaseNotes#Linux%20kernel%202.6.35 ). Hope somebody someday might find this useful. -- error upgrading to karmic libc6 : ldconfig failed with 'illegal instruction' https://bugs.launchpad.net/bugs/463983 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 663276] Re: package libc6 2.11.1-0ubuntu7.2 failed to install/upgrade: subprocess new post-removal script killed by signal (Illegal instruction)
Maybe this comment about Maverick dropping support for i586 cpus is relevant: https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/653600/comments/2 -- package libc6 2.11.1-0ubuntu7.2 failed to install/upgrade: subprocess new post-removal script killed by signal (Illegal instruction) https://bugs.launchpad.net/bugs/663276 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 653600] Re: package libc6 2.11.1-0ubuntu7.2 failed to install/upgrade: subprocess new post-removal script killed by signal (Illegal instruction)
This might or might not be the same as my case: can't update from 10.04 to 10.10 on a i586 cpu. The point of failure happened to be ldconfig.real in the package libc-bin_2.12.1-0ubuntu8_i386, which now contains cmov instructions unsupported by i586. Maverick sadly dropped support for i586 ( https://wiki.ubuntu.com/MaverickMeerkat/ReleaseNotes#Linux%20kernel%202.6.35 ). -- package libc6 2.11.1-0ubuntu7.2 failed to install/upgrade: subprocess new post-removal script killed by signal (Illegal instruction) https://bugs.launchpad.net/bugs/653600 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs