[Bug 824912] Re: Battery left reported in percentage instead of time on Lucid w/ natty backport kernel
Ran into this problem 45 minutes ago. Patch works perfectly for me on an X220. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/824912 Title: Battery left reported in percentage instead of time on Lucid w/ natty backport kernel To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/upower/+bug/824912/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 331384] Re: GQView cannot view images in sequence properly
Assuming gqview uses strcmp to sort filename lists you might be able to LD_PRELOAD a modified strcmp to give a more natural sort order. strnatcmp() looks like it might do what you want: http://sourcefrog.net/projects/natsort/strnatcmp.c More information: http://www.codinghorror.com/blog/archives/001018.html -- GQView cannot view images in sequence properly https://bugs.launchpad.net/bugs/331384 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 10905] Re: Can't use any global keyboard shortcuts or hotkeys when applet/menu is open
The xinput program (xinput test ) exhibits the proper XGrabKeyboard() bypass behavior. -- Can't use any global keyboard shortcuts or hotkeys when applet/menu is open https://bugs.launchpad.net/bugs/10905 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 32860] Re: keyboard shortcuts do not work when a menu is open
Also, I'm pretty sure this is a duplicate of #10905: https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/10905 -- keyboard shortcuts do not work when a menu is open https://bugs.launchpad.net/bugs/32860 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 32860] Re: keyboard shortcuts do not work when a menu is open
If you're willing to deal with a semi-tight polling loop (10-250ms I'd guess) you could use XQueryKeymap(): http://ubuntuforums.org/showpost.php?p=2901208 This seems to bypass XGrabKeyboard() pretty well in my testing. -- keyboard shortcuts do not work when a menu is open https://bugs.launchpad.net/bugs/32860 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 298771] Re: Nautilus Compact View freezes on some directories
I installed nautilus-dbg to try to get nautilus to freeze in gdb but in doing so seem to have fixed my problem. The fix persisted after uninstalling nautilus-dbg and rebooting. ** Changed in: nautilus (Ubuntu) Assignee: (unassigned) => Charles Huber (genpfault) Status: New => Invalid -- Nautilus Compact View freezes on some directories https://bugs.launchpad.net/bugs/298771 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 298771] Re: Nautilus Compact View freezes on some directories
** Attachment added: "problem.tar.gz" http://launchpadlibrarian.net/19698237/problem.tar.gz -- Nautilus Compact View freezes on some directories https://bugs.launchpad.net/bugs/298771 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 298771] [NEW] Nautilus Compact View freezes on some directories
Public bug reported: $ lsb_release -rd Description:Ubuntu 8.10 Release:8.10 $ apt-cache policy nautilus nautilus: Installed: 1:2.24.1-0ubuntu1 Candidate: 1:2.24.1-0ubuntu1 Version table: *** 1:2.24.1-0ubuntu1 0 500 http://us.archive.ubuntu.com intrepid/main Packages 100 /var/lib/dpkg/status Opening certain directories while Nautilus is in Compact View mode causes it to become unresponsive and consume 100% of a CPU (on my system, split between nautilus (~70%), at-spi-registryd (~20%) and X (~10%) ). Attached is a directory of files that triggers the bug on my system. ** Affects: ubuntu Importance: Undecided Status: New -- Nautilus Compact View freezes on some directories https://bugs.launchpad.net/bugs/298771 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 260815] Re: libvnc.so Xorg module failes to load
At the top level of the source package: $ find . | xargs grep 'NumCurrentSelections' -sl | grep "\.c" ./xorg-server-1.0.2/dix/dispatch.c ./xorg-server-1.0.2/hw/vnc/vncExtInit.cc ./xorg-server-1.0.2/hw/darwin/quartz/quartzPasteboard.c ./xorg-server-1.0.2/hw/xfree86/loader/dixsym.c ./unix/xc/programs/Xserver/vnc/vncExtInit.cc Of those, only ./xorg-server-1.0.2/dix/dispatch.c:138 seems to hold a concrete definition of NumCurrentSelections. Not sure where to go from here. -- libvnc.so Xorg module failes to load https://bugs.launchpad.net/bugs/260815 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 260815] Re: libvnc.so Xorg module failes to load
Ok, with some prodding I got it to build on my system: $ CPPFLAGS=-D_GNU_SOURCE dpkg-buildpackage -rfakeroot -uc -b -d -- libvnc.so Xorg module failes to load https://bugs.launchpad.net/bugs/260815 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 260815] Re: libvnc.so Xorg module failes to load
Doesn't like i386 either: $ uname -s -r -v -m -o Linux 2.6.27-7-eeepc #1 SMP Fri Oct 31 11:36:36 MDT 2008 i686 GNU/Linux $ cat /var/log/Xorg.0.log | grep NumCurrent dlopen: /usr/lib/xorg/modules/extensions//libvnc.so: undefined symbol: NumCurrentSelections I thought I could play around by building vnc4server from the source package, but it seems to depend on mesa-swx11-source which doesn't exist in the repos anywhere: $ sudo apt-get source vnc4server $ cd vnc4-4.1.1+xorg1.0.2 $ dpkg-buildpackage -rfakeroot -uc -b dpkg-buildpackage: set CFLAGS to default value: -g -O2 dpkg-buildpackage: set CPPFLAGS to default value: dpkg-buildpackage: set LDFLAGS to default value: -Wl,-Bsymbolic-functions dpkg-buildpackage: set FFLAGS to default value: -g -O2 dpkg-buildpackage: set CXXFLAGS to default value: -g -O2 dpkg-buildpackage: source package vnc4 dpkg-buildpackage: source version 4.1.1+xorg1.0.2-0ubuntu7 dpkg-buildpackage: source changed by Steve Langasek <[EMAIL PROTECTED]> dpkg-buildpackage: host architecture i386 dpkg-checkbuilddeps: Unmet build dependencies: mesa-swx11-source (>> 6.4.1) dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting. dpkg-buildpackage: warning: (Use -d flag to override.) $ aptitude search mesa | grep source $ -- libvnc.so Xorg module failes to load https://bugs.launchpad.net/bugs/260815 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