[Bug 1700085] Re: Mouse cursor is tiny on HiDPI screens
Still an issue in 18.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1700085 Title: Mouse cursor is tiny on HiDPI screens To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1700085/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 240147] Re: 'cutter' utility doesn't work anymore because it depends on kernel module 'ip_conntrack' which is obsolete
This still happens on Ubuntu 16.04 with Cutter 1.04. Has a broken package really been in the repos for nine years? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/240147 Title: 'cutter' utility doesn't work anymore because it depends on kernel module 'ip_conntrack' which is obsolete To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cutter/+bug/240147/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1371783] Re: [server] package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install/upgrade
I got it working with: sudo apt-get purge ttf-mscorefonts-installer sudo rm -rf /var/lib/update-notifier/package-data-downloads/partial sudo mkdir /var/lib/update-notifier/package-data-downloads/partial sudo apt-get install ttf-mscorefonts-installer (accept the EULA) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1371783 Title: [server] package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install/upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1371783/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1556829] Re: Every time Firefox starts there is a bar on the bottom saying "It looks like you haven't started Firefox in a while"
I read the original issue: https://bugzilla.mozilla.org/show_bug.cgi?id=498181 This file seems related, and the last modify date on it is old for some reason: -rw-r--r-- 1 tmk Domain Users 0 Nov 2 09:13 /home/tmk/.mozilla/firefox/lyyjbgs9.default/.parentlock ** Bug watch added: Mozilla Bugzilla #498181 https://bugzilla.mozilla.org/show_bug.cgi?id=498181 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556829 Title: Every time Firefox starts there is a bar on the bottom saying "It looks like you haven't started Firefox in a while" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1556829/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1556829] [NEW] Every time Firefox starts there is a bar on the bottom saying "It looks like you haven't started Firefox in a while"
Public bug reported: Every time I start Firefox, there is a bar on the bottom of the window saying "It looks like you haven't started Firefox in a while. Do you want to clean it up for a fresh, like-new experience? And by the way, welcome back!" I use Firefox daily, so the message is wrong and a bit annoying. I dismiss it, but comes back the next time I start Firefox. This is on Ubuntu 14.04.4 "trusty" and Firefox 45.0+build2-0ubuntu0.14.04.1. My home directory in on an NFS mount, if that makes a difference. The permissions look fine though: drwx-- 4 tmk Domain Users 4096 Jul 20 2015 /home/tmk/.mozilla/ drwx-- 4 tmk Domain Users 4096 Jul 20 2015 /home/tmk/.mozilla/firefox drwx-- 16 tmk Domain Users 4096 Mar 14 09:22 /home/tmk/.mozilla/firefox/lyyjbgs9.default ** Affects: firefox (Ubuntu) Importance: Undecided Status: New ** Description changed: Every time I start Firefox, there is a bar on the bottom of the window saying "It looks like you haven't started Firefox in a while. Do you want to clean it up for a fresh, like-new experience? And by the way, welcome back!" I use Firefox daily, so the message is wrong and a bit annoying. I dismiss it, but comes back the next time I start Firefox. This is on Ubuntu 14.04.4 "trusty" and Firefox 45.0+build2-0ubuntu0.14.04.1. + + My home directory in on an NFS mount, if that makes a difference. The permissions look fine though: + drwx-- 4 tmk Domain Users 4096 Jul 20 2015 /home/tmk/.mozilla/ + drwx-- 4 tmk Domain Users 4096 Jul 20 2015 /home/tmk/.mozilla/firefox + drwx-- 16 tmk Domain Users 4096 Mar 14 09:22 /home/tmk/.mozilla/firefox/lyyjbgs9.default -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556829 Title: Every time Firefox starts there is a bar on the bottom saying "It looks like you haven't started Firefox in a while" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1556829/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1365701] Re: clang crashed with SIGSEGV, reproducible with c file
** Bug watch added: llvm.org/bugs/ #20871 http://llvm.org/bugs/show_bug.cgi?id=20871 ** Also affects: llvm via http://llvm.org/bugs/show_bug.cgi?id=20871 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365701 Title: clang crashed with SIGSEGV, reproducible with c file To manage notifications about this bug go to: https://bugs.launchpad.net/llvm/+bug/1365701/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1365701] Re: clang crashed with SIGSEGV, reproducible with c file
** Description changed: Every time I try to compile this short c file with clang with optimization level O1 or higher, clang itself crashes with a segmentation fault. This report is run with clang-3.5, but clang-3.4 also crashes. I attach the source file, crash backtrace, preprocessed source, and associated run script that clang created. + + This is for clang on a 32-bit machine. On 64-bit it crashes only when + cross-compiling for a 32-bit target with the -m32 flag. + ProblemType: Crash DistroRelease: Ubuntu 14.04 Package: clang-3.5 1:3.5~svn201651-1ubuntu1 ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6 Uname: Linux 3.13.0-35-generic i686 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: i386 CurrentDesktop: Unity Date: Thu Sep 4 22:32:11 2014 ExecutablePath: /usr/bin/clang InstallationDate: Installed on 2012-09-16 (717 days ago) InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 (20120817.3) ProcCmdline: /usr/bin/clang -cc1 -triple i386-pc-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name addup.c -mrelocation-model static -fmath-errno -masm-verbose -mconstructor-aliases -fuse-init-array -target-cpu pentium4 -target-linker-version 2.24 -momit-leaf-frame-pointer -resource-dir /usr/bin/../lib/clang/3.5 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.5/include -internal-externc-isystem /usr/bin/../lib/gcc/i686-linux-gnu/4.8/include -internal-externc-isystem /usr/include/i386-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -O1 -fdebug-compilation-dir /home/username/c -ferror-limit 19 -fmessage-length 114 -mstackrealign -fobjc-runtime=gcc -fdiagnostics-show-option -fcolor-diagnostics -vectorize-slp -o /tmp/addup-70c448.o -x c addup.c SegvAnalysis: - Segfault happened at: 0xb6baa5ca <_ZN4llvm12SelectionDAG7getNodeEjNS_5SDLocENS_3EVTENS_7SDValueE+282>: mov 0x4(%eax),%edx - PC (0xb6baa5ca) ok - source "0x4(%eax)" (0x0203) not located in a known VMA region (needed readable region)! - destination "%edx" ok + Segfault happened at: 0xb6baa5ca <_ZN4llvm12SelectionDAG7getNodeEjNS_5SDLocENS_3EVTENS_7SDValueE+282>: mov 0x4(%eax),%edx + PC (0xb6baa5ca) ok + source "0x4(%eax)" (0x0203) not located in a known VMA region (needed readable region)! + destination "%edx" ok SegvReason: reading NULL VMA Signal: 11 SourcePackage: llvm-toolchain-snapshot StacktraceTop: - llvm::SelectionDAG::getNode(unsigned int, llvm::SDLoc, llvm::EVT, llvm::SDValue) () from /usr/lib/i386-linux-gnu/libLLVM-3.5.so.1 - ?? () from /usr/lib/i386-linux-gnu/libLLVM-3.5.so.1 - ?? () from /usr/lib/i386-linux-gnu/libLLVM-3.5.so.1 - llvm::TargetLowering::LowerCallTo(llvm::TargetLowering::CallLoweringInfo&) const () from /usr/lib/i386-linux-gnu/libLLVM-3.5.so.1 - llvm::TargetLowering::makeLibCall(llvm::SelectionDAG&, llvm::RTLIB::Libcall, llvm::EVT, llvm::SDValue const*, unsigned int, bool, llvm::SDLoc, bool, bool) const () from /usr/lib/i386-linux-gnu/libLLVM-3.5.so.1 + llvm::SelectionDAG::getNode(unsigned int, llvm::SDLoc, llvm::EVT, llvm::SDValue) () from /usr/lib/i386-linux-gnu/libLLVM-3.5.so.1 + ?? () from /usr/lib/i386-linux-gnu/libLLVM-3.5.so.1 + ?? () from /usr/lib/i386-linux-gnu/libLLVM-3.5.so.1 + llvm::TargetLowering::LowerCallTo(llvm::TargetLowering::CallLoweringInfo&) const () from /usr/lib/i386-linux-gnu/libLLVM-3.5.so.1 + llvm::TargetLowering::makeLibCall(llvm::SelectionDAG&, llvm::RTLIB::Libcall, llvm::EVT, llvm::SDValue const*, unsigned int, bool, llvm::SDLoc, bool, bool) const () from /usr/lib/i386-linux-gnu/libLLVM-3.5.so.1 Title: clang crashed with SIGSEGV in llvm::SelectionDAG::getNode() UpgradeStatus: Upgraded to trusty on 2014-03-31 (156 days ago) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxsf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365701 Title: clang crashed with SIGSEGV, reproducible with c file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-snapshot/+bug/1365701/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1365701] Re: clang crashed with SIGSEGV, reproducible with c file
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365701 Title: clang crashed with SIGSEGV, reproducible with c file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-snapshot/+bug/1365701/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 614994] Re: Gparted displays Chinese volume label incorrectly
** Also affects: gparted via https://bugzilla.gnome.org/show_bug.cgi?id=662537 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/614994 Title: Gparted displays Chinese volume label incorrectly To manage notifications about this bug go to: https://bugs.launchpad.net/gparted/+bug/614994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 312756] Re: MASTER: support graphics card hot switch
DSDT.dsl for Acer TimelineX 3820TG. Switching between Intel graphics and ATI Mobile Radeon HD 5650 does not seem to work in Ubuntu 10.10 "Maverick". ** Attachment added: "DSDT.dsl for Acer TimelineX 3820TG" https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/312756/+attachment/1845437/+files/DSDT.dsl -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/312756 Title: MASTER: support graphics card hot switch -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 717455] Re: package initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/717455 Title: package initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update- initramfs] failed to install/upgrade: subprocess installed post- installation script returned error exit status 1 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 717455] [NEW] package initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Public bug reported: Binary package hint: initramfs-tools This is on the live boot, so it is perhaps not surprising that installing drivers does not work. Perhaps the read issue is that there should not be a popup about installing drivers when running from a live image. ProblemType: Package DistroRelease: Ubuntu 10.10 Package: initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs] ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 Architecture: i386 Date: Fri Feb 11 22:43:00 2011 ErrorMessage: subprocess installed post-installation script returned error exit status 1 LiveMediaBuild: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007) PackageArchitecture: all SourcePackage: initramfs-tools Title: package initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 ** Affects: initramfs-tools (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 maverick -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/717455 Title: package initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update- initramfs] failed to install/upgrade: subprocess installed post- installation script returned error exit status 1 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 664647] Re: acroread menu captions not transfered
** Attachment added: "Screenshot" https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/664647/+attachment/1747482/+files/acroread.png -- acroread menu captions not transfered https://bugs.launchpad.net/bugs/664647 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 682297] Re: Apport crashes when using ubuntu-bug for acroread
** Attachment added: "apport.png" https://bugs.launchpad.net/bugs/682297/+attachment/1747468/+files/apport.png -- Apport crashes when using ubuntu-bug for acroread https://bugs.launchpad.net/bugs/682297 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 682297] [NEW] Apport crashes when using ubuntu-bug for acroread
Public bug reported: Binary package hint: apport I was trying to report a bug in Acrobat Reader by typing > ubuntu-bug 26258 on the terminal, where 26258 is the pid of acroread. I then get the error message hook /usr/share/apport/general-hooks/medibuntu.py crashed: Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/apport/report.py", line 598, in add_hooks_info symb['add_info'](self) File "/usr/share/apport/general-hooks/medibuntu.py", line 15, in add_info if report['Package'].split()[1].find('medibuntu') != -1: File "/usr/lib/python2.6/UserDict.py", line 22, in __getitem__ raise KeyError(key) KeyError: 'Package' There is also a popup dialog "Invalid problem report" saying "Could not determine the package or source package name." Screenshot attached. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: apport-gtk 1.14.1-0ubuntu8 ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 NonfreeKernelModules: wl ApportLog: Architecture: i386 Date: Sun Nov 28 08:58:14 2010 ExecutablePath: /usr/share/apport/apport-gtk InterpreterPath: /usr/bin/python2.6 PackageArchitecture: all ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: apport ** Affects: apport (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 maverick ubuntu-une -- Apport crashes when using ubuntu-bug for acroread https://bugs.launchpad.net/bugs/682297 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 673103] Re: Create Launcher and similar windows are too dark. Text is unreadable.
** Attachment added: "Screenshot" https://bugs.launchpad.net/bugs/673103/+attachment/1728102/+files/alacarte.png -- Create Launcher and similar windows are too dark. Text is unreadable. https://bugs.launchpad.net/bugs/673103 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 673103] [NEW] Create Launcher and similar windows are too dark. Text is unreadable.
Public bug reported: Binary package hint: alacarte >From the "Main Menu" utility I click on "New Item". The dialog that pops up ("Create Launcher") is difficult to read, because the background is black and the text is very dark gray. Screenshot attached. I use Ubuntu Netbook Remix 10.10 "Create Launcher". Also, I had trouble figuring out how to change the icon. It is not obvious the the icon shown is a crackable button. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: alacarte 0.13.2-0ubuntu1 ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Tue Nov 9 17:53:25 2010 ExecutablePath: /usr/bin/alacarte InterpreterPath: /usr/bin/python2.6 PackageArchitecture: all ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: alacarte ** Affects: alacarte (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 maverick ubuntu-une -- Create Launcher and similar windows are too dark. Text is unreadable. https://bugs.launchpad.net/bugs/673103 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 673094] Re: UI locks up when resuming laptop from sleep. Killing mutter helps.
** Attachment added: "Apport report when mutter was locked up" https://bugs.launchpad.net/bugs/673094/+attachment/1728080/+files/apport.mutter.KrygvY.apport -- UI locks up when resuming laptop from sleep. Killing mutter helps. https://bugs.launchpad.net/bugs/673094 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 673094] [NEW] UI locks up when resuming laptop from sleep. Killing mutter helps.
Public bug reported: Binary package hint: mutter Sometimes when I resume my laptop from sleep, the user interface is locked up. I use netbook remix 10.10. I can move the mouse, and the cursor changes depending on what it hovers over, but clicking anywhere has no effect (on application or the Gnome/Unity bars). If I switch to a console (Ctrl+Alt+F3) and open htop, I see the process mutter using 100% cpu. If I kill the mutter process, the system works again. I see the system bars restarting. The file apport.mutter.KrygvY.apport attached was made from the console before killing mutter. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: mutter 2.31.5-0ubuntu9 ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Tue Nov 9 17:35:52 2010 ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: mutter ** Affects: mutter (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 maverick ubuntu-une -- UI locks up when resuming laptop from sleep. Killing mutter helps. https://bugs.launchpad.net/bugs/673094 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 657919] Re: Ctrl+C can not be used to copy filename in "Save Screenshot"
** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/657919/+attachment/1682741/+files/Dependencies.txt ** Attachment added: "ProcMaps.txt" https://bugs.launchpad.net/bugs/657919/+attachment/1682742/+files/ProcMaps.txt ** Attachment added: "ProcStatus.txt" https://bugs.launchpad.net/bugs/657919/+attachment/1682743/+files/ProcStatus.txt ** Attachment added: "XsessionErrors.txt" https://bugs.launchpad.net/bugs/657919/+attachment/1682744/+files/XsessionErrors.txt -- Ctrl+C can not be used to copy filename in "Save Screenshot" https://bugs.launchpad.net/bugs/657919 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 657919] [NEW] Ctrl+C can not be used to copy filename in "Save Screenshot"
Public bug reported: Binary package hint: gnome-utils What I do: 1. Press PrtSc. The "Save Screenshot" dialog pops up. 2. Select the whole Name field. 3. Press Ctrl+C to copy the filename What happens: * The "Copy to Clipboard" button gets clicked, and the screenshot itself is copied to the clipboard. What should happen: * The selected text in the Name input box is copied to clipboard, just like any other text box. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: gnome-screenshot 2.31.1-0ubuntu1 ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Sun Oct 10 22:59:17 2010 ExecutablePath: /usr/bin/gnome-screenshot ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: gnome-utils ** Affects: gnome-utils (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 maverick ubuntu-une -- Ctrl+C can not be used to copy filename in "Save Screenshot" https://bugs.launchpad.net/bugs/657919 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 657914] Re: Title of website not shown anywhere in Firefox
** Attachment added: "Screenshot" https://bugs.launchpad.net/bugs/657914/+attachment/1682732/+files/Screenshot-3.png ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/657914/+attachment/1682733/+files/Dependencies.txt ** Attachment added: "ExtensionSummary.txt" https://bugs.launchpad.net/bugs/657914/+attachment/1682734/+files/ExtensionSummary.txt ** Attachment added: "default_profile_pluginreg.dat.txt" https://bugs.launchpad.net/bugs/657914/+attachment/1682735/+files/default_profile_pluginreg.dat.txt ** Attachment added: "profile_Tor2_pluginreg.dat.txt" https://bugs.launchpad.net/bugs/657914/+attachment/1682736/+files/profile_Tor2_pluginreg.dat.txt ** Attachment added: "profile_Tor3_pluginreg.dat.txt" https://bugs.launchpad.net/bugs/657914/+attachment/1682737/+files/profile_Tor3_pluginreg.dat.txt ** Attachment added: "profile_testing_pluginreg.dat.txt" https://bugs.launchpad.net/bugs/657914/+attachment/1682738/+files/profile_testing_pluginreg.dat.txt ** Attachment added: "profiles.ini.txt" https://bugs.launchpad.net/bugs/657914/+attachment/1682739/+files/profiles.ini.txt -- Title of website not shown anywhere in Firefox https://bugs.launchpad.net/bugs/657914 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 657914] [NEW] Title of website not shown anywhere in Firefox
Public bug reported: Binary package hint: firefox Ubuntu 10.10 Netbook. Firefox has no title bar, so the website title is not visible anywhere, except for the first word on the tab. Using the "Classic Compact" Firefox theme. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: firefox 3.6.10+build1+nobinonly-0ubuntu3 ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Sun Oct 10 22:51:53 2010 FirefoxPackages: firefox 3.6.10+build1+nobinonly-0ubuntu3 firefox-gnome-support 3.6.10+build1+nobinonly-0ubuntu3 firefox-branding 3.6.10+build1+nobinonly-0ubuntu3 abroswer N/A abrowser-branding N/A ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: firefox ** Affects: firefox (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 maverick ubuntu-une -- Title of website not shown anywhere in Firefox https://bugs.launchpad.net/bugs/657914 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 614994] Re: Gparted displays Chinese volume label incorrectly
** Attachment added: "Screenshot" http://launchpadlibrarian.net/53274818/gparted-chinese.png ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/53274542/Dependencies.txt -- Gparted displays Chinese volume label incorrectly https://bugs.launchpad.net/bugs/614994 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 614994] [NEW] Gparted displays Chinese volume label incorrectly
Public bug reported: Binary package hint: gparted Gparted displays the label of an NTFS partition wrongly as M-fM-^VM-0M- eM-^JM- M-eM-^MM-7 when it should be 新加卷. Other parts of the system displays in fine. See screenshot. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: gparted 0.5.1-1ubuntu3 ProcVersionSignature: Ubuntu 2.6.32-24.38-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-24-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Sun Aug 8 14:31:28 2010 ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: gparted ** Affects: gparted (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 lucid ubuntu-une -- Gparted displays Chinese volume label incorrectly https://bugs.launchpad.net/bugs/614994 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 283914] Re: netbook-launcher doesn't reflect changed icons in main menu
Maybe same as #505600 and its duplicates. -- netbook-launcher doesn't reflect changed icons in main menu https://bugs.launchpad.net/bugs/283914 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 574851] Re: Changed app icons but new icon not displaying in Favorites and on panel
*** This bug is a duplicate of bug 505600 *** https://bugs.launchpad.net/bugs/505600 I think this is the same as https://bugs.launchpad.net/netbook-remix-launcher/+bug/505600 as well as some other reports of the same problem. ** This bug has been marked a duplicate of bug 505600 favorite names are not updated when menu item names change -- Changed app icons but new icon not displaying in Favorites and on panel https://bugs.launchpad.net/bugs/574851 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu (via bug 505600). -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 586696] Re: package skype-common blocks upgrade to Lucid, error message not clear about cause
I got the same error message. To aid searchers, the English version is below: Could not calculate the upgrade An unresolvable problem occurred while calculating the upgrade: The package 'skype-common' is marked for removal but it is in the removal blacklist. This can be caused by: * Upgrading to a pre-release version of Ubuntu * Running the current pre-release version of Ubuntu * Unofficial software packages not provided by Ubuntu If none of this applies, then please report this bug against the 'update-manager' package and include the files in /var/log/dist-upgrade/ in the bug report. -- package skype-common blocks upgrade to Lucid, error message not clear about cause https://bugs.launchpad.net/bugs/586696 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 66914] Re: lsb-release in edgy displays "No LSB modules are available."
It would be nice if something more informative was printed. -- lsb-release in edgy displays "No LSB modules are available." https://bugs.launchpad.net/bugs/66914 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 476092] Re: nautilus edit'preferences dialog too big for 1024x576 UNR display
Suggested fix: Show a scroll bar is the entire dialog cannot fit. Workaround: Hold down Alt and pull the window up. -- nautilus edit'preferences dialog too big for 1024x576 UNR display https://bugs.launchpad.net/bugs/476092 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 435990] Re: fox fatigue: getting progessively slower until unusable
No, I just created a new profile, so Flash is still there. I will try removing it next. -- fox fatigue: getting progessively slower until unusable https://bugs.launchpad.net/bugs/435990 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 66015] Re: Duplicate spell checking dictionaries for every entry
I tried deleting the symlinks en-US.aff and en-US.dic in /usr/share/myspell/dicts and restart Firefox, but there are still two languages: "en_US" and "English / United States" /usr/share/myspell/dicts$ ls backup DicOOo.sxw en_US.aff en_US.dic hyph_en_US.dic -- Duplicate spell checking dictionaries for every entry https://bugs.launchpad.net/bugs/66015 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 435990] Re: fox fatigue: getting progessively slower until unusable
I tried creating a whole new profile, with no extensions and without importing any settings or bookmarks. The same problem still appears although it seems to take longer. Firefox does not use much RAM, only ~100MB. Password fields are not affected, but all other fields and the address bar are. One strange thing is that there are two languages to choose from for spell checking: "en_US" (default) and "English/United States". -- fox fatigue: getting progessively slower until unusable https://bugs.launchpad.net/bugs/435990 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 460363] Re: Scrolling in netbook-launcher left pane is slow
Reopening, bug still in effect. Uploaded information. -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] xkbcomp.txt
** Attachment added: "xkbcomp.txt" http://launchpadlibrarian.net/38788905/xkbcomp.txt ** Tags added: apport-collected -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] xdpyinfo.txt
** Attachment added: "xdpyinfo.txt" http://launchpadlibrarian.net/38788904/xdpyinfo.txt -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] setxkbmap.txt
** Attachment added: "setxkbmap.txt" http://launchpadlibrarian.net/38788903/setxkbmap.txt -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] XsessionErrors.txt
** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/38788899/XsessionErrors.txt -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] monitors.xml.txt
** Attachment added: "monitors.xml.txt" http://launchpadlibrarian.net/38788902/monitors.xml.txt -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] glxinfo.txt
** Attachment added: "glxinfo.txt" http://launchpadlibrarian.net/38788901/glxinfo.txt -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] Xrandr.txt
** Attachment added: "Xrandr.txt" http://launchpadlibrarian.net/38788891/Xrandr.txt -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] XorgLogOld.txt
** Attachment added: "XorgLogOld.txt" http://launchpadlibrarian.net/3879/XorgLogOld.txt -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] XorgLog.txt
** Attachment added: "XorgLog.txt" http://launchpadlibrarian.net/3873/XorgLog.txt -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] XorgConf.txt
** Attachment added: "XorgConf.txt" http://launchpadlibrarian.net/3870/XorgConf.txt -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] UdevLog.txt
** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/38788878/UdevLog.txt -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] UdevDb.txt
** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/38788876/UdevDb.txt -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] ProcModules.txt
** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/38788875/ProcModules.txt -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] ProcInterrupts.txt
** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/38788874/ProcInterrupts.txt -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] ProcCpuinfo.txt
** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/38788873/ProcCpuinfo.txt -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] PciDisplay.txt
** Attachment added: "PciDisplay.txt" http://launchpadlibrarian.net/38788872/PciDisplay.txt -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] Lspci.txt
** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/38788869/Lspci.txt -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] Lsusb.txt
** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/38788871/Lsusb.txt -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] Dependencies.txt
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/38788866/Dependencies.txt -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] CurrentDmesg.txt
** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/38788865/CurrentDmesg.txt -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] BootDmesg.txt
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/38788862/BootDmesg.txt -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 460363] Re: Scrolling in netbook-launcher left pane is slow
Architecture: i386 DistroRelease: Ubuntu 9.10 GConfNonDefault: /apps/netbook-launcher/disable_single_instance=false /apps/netbook-launcher/force_low_graphics=false MachineType: LENOVO 40684XG NonfreeKernelModules: wl Package: netbook-launcher 2.1.12-0ubuntu3 PackageArchitecture: i386 ProcCmdLine: root=UUID=7f90da6d-afc7-423b-8b10-0b8a8aa1a92c ro quiet splash ProcEnviron: SHELL=/bin/bash LANG=en_US.UTF-8 ProcVersionSignature: Ubuntu 2.6.31-17.54-generic RelatedPackageVersions: xserver-xorg 1:7.4+3ubuntu10 libgl1-mesa-glx 7.6.0-1ubuntu4 libdrm2 2.4.14-1ubuntu1 xserver-xorg-video-intel 2:2.9.0-1ubuntu2.1 xserver-xorg-video-ati 1:6.12.99+git20090929.7968e1fb-0ubuntu1 Tags: ubuntu-unr ubuntu-unr Uname: Linux 2.6.31-17-generic i686 UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare dmi.bios.date: 04/29/2009 dmi.bios.vendor: LENOVO dmi.bios.version: 14CN67WW dmi.board.name: Kuril dmi.board.vendor: Lenovo dmi.board.version: Rev 1.0 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Lenovo dmi.chassis.version: Rev 1.0 dmi.modalias: dmi:bvnLENOVO:bvr14CN67WW:bd04/29/2009:svnLENOVO:pn40684XG:pvrLenovo:rvnLenovo:rnKuril:rvrRev1.0:cvnLenovo:ct10:cvrRev1.0: dmi.product.name: 40684XG dmi.product.version: Lenovo dmi.sys.vendor: LENOVO fglrx: Not loaded system: distro: Ubuntu architecture: i686kernel: 2.6.31-17-generic ** Changed in: netbook-launcher (Ubuntu) Status: Invalid => New -- Scrolling in netbook-launcher left pane is slow https://bugs.launchpad.net/bugs/460363 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 502463] Re: Add Torrents window too high to fit on 1024x576 netbook screen
** Attachment added: "Deludge Screenshot.png" http://launchpadlibrarian.net/37371354/Deludge%20Screenshot.png ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/37371355/Dependencies.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/37371356/XsessionErrors.txt ** Attachment removed: "XsessionErrors.txt" http://launchpadlibrarian.net/37371356/XsessionErrors.txt -- Add Torrents window too high to fit on 1024x576 netbook screen https://bugs.launchpad.net/bugs/502463 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 502463] [NEW] Add Torrents window too high to fit on 1024x576 netbook screen
Public bug reported: Binary package hint: deluge The "Add Torrents" dialog is so high that the buttons are below the screen bottom and cannot be read. I suggest the window is made a little smaller so it fits on a 1024x576 pixel screen. Alternatively, it could be made smaller to fit on the screen only when it is necessary. Workaround tip: hold Alt and drag the window upwards. ProblemType: Bug Architecture: i386 Date: Sun Jan 3 00:26:23 2010 DistroRelease: Ubuntu 9.10 NonfreeKernelModules: wl Package: deluge 1.1.9+dfsg-1 PackageArchitecture: all ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-16.53-generic SourcePackage: deluge Tags: ubuntu-unr Uname: Linux 2.6.31-16-generic i686 ** Affects: deluge (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 ubuntu-unr -- Add Torrents window too high to fit on 1024x576 netbook screen https://bugs.launchpad.net/bugs/502463 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 435990] Re: fox fatigue: getting progessively slower until unusable
I found something interesting: this does not affect password fields. -- fox fatigue: getting progessively slower until unusable https://bugs.launchpad.net/bugs/435990 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 435990] Re: fox fatigue: getting progessively slower until unusable
I noticed the same problem in Mozilla Thunderbird. It seems to be independent of Firefox. After running Thunderbird for a long time typing gets slow and loads the CPU heavily. As with Firefox, restarting Thunderbird helps. -- fox fatigue: getting progessively slower until unusable https://bugs.launchpad.net/bugs/435990 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 252920] Re: Window picker applet and drag and drop
I can confirm it. How long will it take until the committed fix is released? This makes drag and drop completely unusable on netbooks. -- Window picker applet and drag and drop https://bugs.launchpad.net/bugs/252920 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 435990] Re: fox fatigue: getting progessively slower until unusable
Since we both have the DownloadHelper extension I tried disabling it and rebooting, but Firefox still gets very slow after a while. -- fox fatigue: getting progessively slower until unusable https://bugs.launchpad.net/bugs/435990 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 435990] Re: fox fatigue: getting progessively slower until unusable
I have this problem too. I was about to file a new bug report when I found this. I can upload config files or have ubuntu-bug do it if someone is interested. After Firefox has been running for some time, typing gets very slow. Both in text forms and in the address bar, it can take up to 1/2 second for each character to appear. This is accompanied by Firefox being generally slow and using 15% CPU in the background. Typing in other programs is normal. I like to open a lot of tabs. I suspend and resume the laptop often. Flash, Acroread and a whole bunch of extensions are installed. It's an Intel Atom CPU and Intel Mobile 945GME graphics. Ubuntu 9.10 Karmic Netbook Remix, upgraded from Jaunty. Not the same as #288953. -- fox fatigue: getting progessively slower until unusable https://bugs.launchpad.net/bugs/435990 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 220199] Re: Maximized windows placed incorrectly (metacity and compiz)
I can confirm this, and it keeps me from scrolling with the mouse wheel when the cursor is on the left edge. Am I right that the netbook remix does not use Compiz? In that case, could we set the left_width="0" in UNR, since it maximizes all windows? ** Tags added: ubuntu-unr ** Also affects: netbook-remix Importance: Undecided Status: New -- Maximized windows placed incorrectly (metacity and compiz) https://bugs.launchpad.net/bugs/220199 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 398330] Re: Pressing Menu key does not bring up the spell checker
I can confirm this in 3.5.4+nobinonly-0ubuntu0.9.10.1. Added upstream bug that has been open since 2006. ** Bug watch added: Mozilla Bugzilla #346930 https://bugzilla.mozilla.org/show_bug.cgi?id=346930 ** Also affects: firefox via https://bugzilla.mozilla.org/show_bug.cgi?id=346930 Importance: Unknown Status: Unknown -- Pressing Menu key does not bring up the spell checker https://bugs.launchpad.net/bugs/398330 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 478187] Re: Label on the bottom-most items get cut off
My screen resolution is 1024x576 which is somewhat unusual. ** Attachment added: "Sound and Video-up.jpg" http://launchpadlibrarian.net/35357415/Sound%20and%20Video-up.jpg -- Label on the bottom-most items get cut off https://bugs.launchpad.net/bugs/478187 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 478187] Re: Label on the bottom-most items get cut off
** Attachment added: "Sound and Video-down.jpg" http://launchpadlibrarian.net/35357338/Sound%20and%20Video-down.jpg ** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/35357340/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/35357343/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/35357344/Dependencies.txt ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/35357345/Lspci.txt ** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/35357346/Lsusb.txt ** Attachment added: "PciDisplay.txt" http://launchpadlibrarian.net/35357347/PciDisplay.txt ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/35357348/ProcCpuinfo.txt ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/35357349/ProcInterrupts.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/35357350/ProcMaps.txt ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/35357352/ProcModules.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/35357353/ProcStatus.txt ** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/35357354/UdevDb.txt ** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/35357356/UdevLog.txt ** Attachment added: "XorgConf.txt" http://launchpadlibrarian.net/35357357/XorgConf.txt ** Attachment added: "XorgLog.txt" http://launchpadlibrarian.net/35357358/XorgLog.txt ** Attachment added: "XorgLogOld.txt" http://launchpadlibrarian.net/35357359/XorgLogOld.txt ** Attachment added: "Xrandr.txt" http://launchpadlibrarian.net/35357360/Xrandr.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/35357361/XsessionErrors.txt ** Attachment added: "glxinfo.txt" http://launchpadlibrarian.net/35357362/glxinfo.txt ** Attachment added: "monitors.xml.txt" http://launchpadlibrarian.net/35357363/monitors.xml.txt ** Attachment added: "setxkbmap.txt" http://launchpadlibrarian.net/35357364/setxkbmap.txt ** Attachment added: "xdpyinfo.txt" http://launchpadlibrarian.net/35357365/xdpyinfo.txt ** Attachment added: "xkbcomp.txt" http://launchpadlibrarian.net/35357366/xkbcomp.txt -- Label on the bottom-most items get cut off https://bugs.launchpad.net/bugs/478187 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 478187] [NEW] Label on the bottom-most items get cut off
Public bug reported: Binary package hint: netbook-launcher See screenshot Sound and Video-down.jpg. For the bottom row of icons under Sound & Video and Games, the text labels are outside the box and cut off in half. It looks like there is extra vertical space between the top two rows, pushing everything below from there down. Both of these groups have five rows, but the Internet group also has five rows and does not show this problem. ProblemType: Bug Architecture: i386 Date: Sun Nov 8 10:44:10 2009 DistroRelease: Ubuntu 9.10 ExecutablePath: /usr/bin/netbook-launcher GConfNonDefault: /apps/netbook-launcher/disable_single_instance=false /apps/netbook-launcher/force_low_graphics=false MachineType: LENOVO 40684XG NonfreeKernelModules: wl Package: netbook-launcher 2.1.12-0ubuntu3 ProcCmdLine: root=UUID=7f90da6d-afc7-423b-8b10-0b8a8aa1a92c ro quiet splash ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-14.48-generic RelatedPackageVersions: xserver-xorg 1:7.4+3ubuntu7 libgl1-mesa-glx 7.6.0-1ubuntu4 libdrm2 2.4.14-1ubuntu1 xserver-xorg-video-intel 2:2.9.0-1ubuntu2 xserver-xorg-video-ati 1:6.12.99+git20090929.7968e1fb-0ubuntu1 SourcePackage: netbook-launcher Tags: ubuntu-unr ubuntu-unr Uname: Linux 2.6.31-14-generic i686 dmi.bios.date: 04/29/2009 dmi.bios.vendor: LENOVO dmi.bios.version: 14CN67WW dmi.board.name: Kuril dmi.board.vendor: Lenovo dmi.board.version: Rev 1.0 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Lenovo dmi.chassis.version: Rev 1.0 dmi.modalias: dmi:bvnLENOVO:bvr14CN67WW:bd04/29/2009:svnLENOVO:pn40684XG:pvrLenovo:rvnLenovo:rnKuril:rvrRev1.0:cvnLenovo:ct10:cvrRev1.0: dmi.product.name: 40684XG dmi.product.version: Lenovo dmi.sys.vendor: LENOVO fglrx: Not loaded system: distro: Ubuntu architecture: i686kernel: 2.6.31-14-generic ** Affects: netbook-launcher (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 karmic ubuntu-unr -- Label on the bottom-most items get cut off https://bugs.launchpad.net/bugs/478187 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 463783] Re: Icons left floating
Sure, the floating icons are still there after suspending and resuming. -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] setxkbmap.txt
** Attachment added: "setxkbmap.txt" http://launchpadlibrarian.net/34671379/setxkbmap.txt -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] xkbcomp.txt
** Attachment added: "xkbcomp.txt" http://launchpadlibrarian.net/34671524/xkbcomp.txt ** Changed in: netbook-launcher (Ubuntu) Status: Incomplete => New ** Tags added: apport-collected -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] monitors.xml.txt
** Attachment added: "monitors.xml.txt" http://launchpadlibrarian.net/34671278/monitors.xml.txt -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] XsessionErrors.txt
** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/34671193/XsessionErrors.txt -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] xdpyinfo.txt
** Attachment added: "xdpyinfo.txt" http://launchpadlibrarian.net/34671462/xdpyinfo.txt -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] glxinfo.txt
** Attachment added: "glxinfo.txt" http://launchpadlibrarian.net/34671219/glxinfo.txt -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] Xrandr.txt
** Attachment added: "Xrandr.txt" http://launchpadlibrarian.net/34671178/Xrandr.txt -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] XorgLogOld.txt
** Attachment added: "XorgLogOld.txt" http://launchpadlibrarian.net/34671177/XorgLogOld.txt -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] XorgConf.txt
** Attachment added: "XorgConf.txt" http://launchpadlibrarian.net/34671171/XorgConf.txt -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] XorgLog.txt
** Attachment added: "XorgLog.txt" http://launchpadlibrarian.net/34671173/XorgLog.txt -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] UdevLog.txt
** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/34671169/UdevLog.txt -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] UdevDb.txt
** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/34671165/UdevDb.txt -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] ProcModules.txt
** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/34671160/ProcModules.txt -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] ProcInterrupts.txt
** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/34671159/ProcInterrupts.txt -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] ProcCpuinfo.txt
** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/34671158/ProcCpuinfo.txt -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] PciDisplay.txt
** Attachment added: "PciDisplay.txt" http://launchpadlibrarian.net/34671156/PciDisplay.txt -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] Lsusb.txt
** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/34671154/Lsusb.txt -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] Lspci.txt
** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/34671152/Lspci.txt -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] Dependencies.txt
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/34671150/Dependencies.txt -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] CurrentDmesg.txt
** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/34671149/CurrentDmesg.txt -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] BootDmesg.txt
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/34671148/BootDmesg.txt -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] apport-collect data
Architecture: i386 DistroRelease: Ubuntu 9.10 GConfNonDefault: /apps/netbook-launcher/disable_single_instance=false /apps/netbook-launcher/force_low_graphics=false MachineType: LENOVO 40684XG NonfreeKernelModules: wl Package: netbook-launcher 2.1.12-0ubuntu3 PackageArchitecture: i386 ProcCmdLine: root=UUID=7f90da6d-afc7-423b-8b10-0b8a8aa1a92c ro quiet splash ProcEnviron: SHELL=/bin/bash LANG=en_US.UTF-8 ProcVersionSignature: Ubuntu 2.6.31-14.48-generic RelatedPackageVersions: xserver-xorg 1:7.4+3ubuntu7 libgl1-mesa-glx 7.6.0-1ubuntu4 libdrm2 2.4.14-1ubuntu1 xserver-xorg-video-intel 2:2.9.0-1ubuntu2 xserver-xorg-video-ati 1:6.12.99+git20090929.7968e1fb-0ubuntu1 Tags: ubuntu-unr ubuntu-unr Uname: Linux 2.6.31-14-generic i686 UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare dmi.bios.date: 04/29/2009 dmi.bios.vendor: LENOVO dmi.bios.version: 14CN67WW dmi.board.name: Kuril dmi.board.vendor: Lenovo dmi.board.version: Rev 1.0 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Lenovo dmi.chassis.version: Rev 1.0 dmi.modalias: dmi:bvnLENOVO:bvr14CN67WW:bd04/29/2009:svnLENOVO:pn40684XG:pvrLenovo:rvnLenovo:rnKuril:rvrRev1.0:cvnLenovo:ct10:cvrRev1.0: dmi.product.name: 40684XG dmi.product.version: Lenovo dmi.sys.vendor: LENOVO fglrx: Not loaded system: distro: Ubuntu architecture: i686kernel: 2.6.31-14-generic -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] Re: Icons left floating
** Attachment added: "Hanging icons.jpg" http://launchpadlibrarian.net/34627343/Hanging%20icons.jpg -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 463783] [NEW] Icons left floating
Public bug reported: Binary package hint: netbook-launcher When I was trying to resize a window I accidentally hit the Network Tools launcher. Not wanting to open it, I dragged the mouse pointer a bit to the side before releasing the button. Repeat at least twice. Somehow, this left two Network Tools icons floating. See attached screenshot. They stay in the same place on the screen if I scroll or switch to a different group. They do not appear on top of other program, just on the netbook launcher. So, it's a small GUI bug. I assume it will go away if I reboot or restart netbook-launcher, but I thought I'd report it anyway. ** Affects: netbook-launcher (Ubuntu) Importance: Undecided Status: New -- Icons left floating https://bugs.launchpad.net/bugs/463783 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 418675] Re: Unicode character U+32C5 displayed wrong
** Attachment added: "screenshot" http://launchpadlibrarian.net/34602110/char.png -- Unicode character U+32C5 displayed wrong https://bugs.launchpad.net/bugs/418675 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 418675] Re: Unicode character U+32C5 displayed wrong
It seems to be partially fixed now, but still sometimes wrong in Firefox. For example at this site, under Java Data: http://www.fileformat.info/info/unicode/char/32c5/index.htm $ locale LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL= ** Attachment added: "fc-list" http://launchpadlibrarian.net/34602086/fc-list -- Unicode character U+32C5 displayed wrong https://bugs.launchpad.net/bugs/418675 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 462514] Re: 106429.242593 - cut here -
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/34517762/AlsaDevices.txt ** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/34517763/BootDmesg.txt ** Attachment added: "Card0.Amixer.values.txt" http://launchpadlibrarian.net/34517764/Card0.Amixer.values.txt ** Attachment added: "Card0.Codecs.codec.0.txt" http://launchpadlibrarian.net/34517765/Card0.Codecs.codec.0.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/34517766/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/34517767/Dependencies.txt ** Attachment added: "IwConfig.txt" http://launchpadlibrarian.net/34517768/IwConfig.txt ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/34517769/Lspci.txt ** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/34517770/Lsusb.txt ** Attachment added: "OopsText.txt" http://launchpadlibrarian.net/34517771/OopsText.txt ** Attachment added: "PciMultimedia.txt" http://launchpadlibrarian.net/34517772/PciMultimedia.txt ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/34517773/ProcCpuinfo.txt ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/34517774/ProcInterrupts.txt ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/34517775/ProcModules.txt ** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/34517776/UdevDb.txt ** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/3451/UdevLog.txt ** Attachment added: "WifiSyslog.txt" http://launchpadlibrarian.net/34517778/WifiSyslog.txt -- 106429.242593 - cut here - https://bugs.launchpad.net/bugs/462514 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 462514] [NEW] 106429.242593 - cut here -
Public bug reported: After resuming from suspend, the system is very unresponsive and the CPU is 100% busy. There is also a crash report warning. After rebooting, this appears. Possibly related to #417842. ProblemType: KernelOops Annotation: Your system might become unstable now and might need to be restarted. AplayDevices: List of PLAYBACK Hardware Devices card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 Architecture: i386 ArecordDevices: List of CAPTURE Hardware Devices card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: tor1931 F pulseaudio CRDA: Error: [Errno 2] No such file or directory Card0.Amixer.info: Card hw:0 'Intel'/'HDA Intel at 0xf064 irq 22' Mixer name : 'Realtek ALC269' Components : 'HDA:10ec0269,17aa3bf8,0014' Controls : 14 Simple ctrls : 9 Date: Wed Oct 28 10:33:40 2009 DistroRelease: Ubuntu 9.10 Failure: oops HibernationDevice: RESUME=UUID=691f00d2-70a1-4519-9662-ebef3cec0b27 MachineType: LENOVO 40684XG NonfreeKernelModules: wl Package: linux-image-2.6.31-14-generic 2.6.31-14.48 ProcCmdLine: root=UUID=7f90da6d-afc7-423b-8b10-0b8a8aa1a92c ro quiet splash ProcVersionSignature: Ubuntu 2.6.31-14.48-generic RelatedPackageVersions: linux-backports-modules-2.6.31-14-generic N/A linux-firmware 1.24 RfKill: 0: hci0: Bluetooth Soft blocked: no Hard blocked: no SourcePackage: linux Tags: kernel-oops ubuntu-unr Title: [106429.242593] [ cut here ] Uname: Linux 2.6.31-14-generic i686 WpaSupplicantLog: dmi.bios.date: 04/29/2009 dmi.bios.vendor: LENOVO dmi.bios.version: 14CN67WW dmi.board.name: Kuril dmi.board.vendor: Lenovo dmi.board.version: Rev 1.0 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Lenovo dmi.chassis.version: Rev 1.0 dmi.modalias: dmi:bvnLENOVO:bvr14CN67WW:bd04/29/2009:svnLENOVO:pn40684XG:pvrLenovo:rvnLenovo:rnKuril:rvrRev1.0:cvnLenovo:ct10:cvrRev1.0: dmi.product.name: 40684XG dmi.product.version: Lenovo dmi.sys.vendor: LENOVO ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: apport-kerneloops i386 kernel-oops ubuntu-unr -- 106429.242593 - cut here - https://bugs.launchpad.net/bugs/462514 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 460075] Re: WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish+0x80/0x90()
Ok, that makes sense. There are several entries around 3-4 seconds in dmesg, so it probably exceeds 5 seconds occasionally. I have a script at /etc/pm/sleep.d/11vgadetect that detects and enables an external screen on resume. Perhaps that is the culprit. -- WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish+0x80/0x90() https://bugs.launchpad.net/bugs/460075 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 460390] Re: Pulling volume down to bottom and up again leaves mute on
** Bug watch added: GNOME Bug Tracker #599663 https://bugzilla.gnome.org/show_bug.cgi?id=599663 ** Also affects: gnome-media via https://bugzilla.gnome.org/show_bug.cgi?id=599663 Importance: Unknown Status: Unknown -- Pulling volume down to bottom and up again leaves mute on https://bugs.launchpad.net/bugs/460390 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 252920] Re: Window picker applet and drag and drop
** Changed in: netbook-remix Status: Fix Released => Confirmed -- Window picker applet and drag and drop https://bugs.launchpad.net/bugs/252920 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