[Bug 249340] Re: Gutsy->Hardy upgrade hangs in localedef
I fixed the upgrade using the method I mentioned earlier, i.e. sudo dpkg -r -a before the dpkg --reconfigure -a I checked System->Administration->Language Support A popup indicated that two packages were not completely installed language-pack-kde-en and language-pack-kde-en I accepted the offer to install them. The available languages are now legion, with English checked as the default. Having seen some other postings about renamed packages, I suspect this is a much cleaner way fo fixing the problem than some of the more brutal suggestions. -- Gutsy->Hardy upgrade hangs in localedef https://bugs.launchpad.net/bugs/249340 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 249340] Re: Gutsy->Hardy upgrade hangs in localedef
Since Big Dave has already reinstalled, this is small consolation. First thing to know is that the entire file system was likely not corrupted. Second thing to know is that if you boot with a live CD, you can likely look at it, and almost certainly repair it. Third thing to know is that it's worth trying to search the net for a solution, even if you have to go to the local library to do it because your one and only PC is temporarily down. If you happen to have a dual boot Windows/Linux system and GRUB is corrupted so that you don't think you can't get into Windows, there are ways around that too. If you're interested in learning more about Linux, there are lots of resources on the net, including the IBM developerWorks tutorials for LPI certification (http://www.ibm.com/developerworks/linux/lpi/) which cover a lot of useful system administration material and a recent article "Lazy Linux: 10 essential tricks for admins" (http://www.ibm.com/developerworks/linux/library/l-10sysadtips/). These aren't the only resources (by far), I just happen to work for dW and wrote some of the LPI tutorials. Ian Shields jlms wrote: > There was no reason for you to lose any data. > > You should have backups (irrespective of the OS you use) because > something can always go wrong. > > Something you must consider is to have a separate partition for your > data, or at the very least for your home directory (or directories) > and put all data there, then when an upgrade comes along you always > have the option of a full reinstall without touching your data. > > If you find too overwhelming all this discussion I suggest you install > from scratch using the latest version of Ubuntu. With time you may > find that following the workarounds provided is achievable, for the > time being you may be better off just putting a DVD and reinstalling > to have a clean start. > > Regards and good luck. > > -- Gutsy->Hardy upgrade hangs in localedef https://bugs.launchpad.net/bugs/249340 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 249340] Re: Gutsy->Hardy upgrade hangs in localedef
After I got blocked, I was able to get around this bug by going to a tty command prompt (ctrl-alt-fn) and running sudo dpkg -r -a then running dpkg --configure -a The configure step appeared to pick up at the failing local installation and the rest of the upgrade continued. You could try that too. Ian. Big Dave wrote: > @ Ishields + Alecz20: > Thank you both very much for your helpful and informative replies. > I shall run the upgrade from kernel -14, i'll let you know what happens. > Fingers crossed. > > -- Gutsy->Hardy upgrade hangs in localedef https://bugs.launchpad.net/bugs/249340 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 249340] Re: Gutsy->Hardy upgrade hangs in localedef
After I got blocked, I was able to get around this bug by going to a tty command prompt (ctrl-alt-fn) and running sudo dpkg -r -a then running dpkg --configure -a The configure step appeared to pick up at the failing local installation and the rest of the upgrade continued. You could try that too. It's very low risk and from what I understand of the bug, likely to help. Ian. oedstero wrote: > I'm in a rather hozed state, after deciding to start upgrading a -server > installation from Feisty -> Gutsy -> Hardy due to Feisty going EOL in a > couple months... > > Th -- Gutsy->Hardy upgrade hangs in localedef https://bugs.launchpad.net/bugs/249340 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 249340] Re: Gutsy->Hardy upgrade hangs in localedef
I was able to get around this bug by going to a tty command prompt (ctrl-alt-fn) and running sudo dpkg -r -a then running dpkg --configure -a The configure step appeared to pick up at the failing local installation and the rest of the upgrade continued. -- Gutsy->Hardy upgrade hangs in localedef https://bugs.launchpad.net/bugs/249340 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 464031] Re: Cannot do screen capture of xclock window
Any progress on this? ** Also affects: compiz (Suse) Importance: Undecided Status: New -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Re: Cannot do screen capture of xclock window
Just checking on this bug on Karmic (9.10). The problem is not just related to xclock, but seems to occur on windows for lots of programs, including a terminal window and a zenity dialog window. I've found some even more weird behaviour today just using terminal windows. The attachment root-win-marked.png is a picture of my entire desktop with three terminal windows marked as A, B and C, along with some other open windows. I attempted to capture screen shots of window B using commands entered in window A as shown (and annotated below). The sleep commands give me enough time to alt-tab to give B focus after entering the command in A. i...@attic4:~$ # try capture using import by clicking on title area of B i...@attic4:~$ sleep 3; import -frame import1.png import: unable to read X window image `': Resource temporarily unavailable @ xwindow.c/XImportImage/4979. i...@attic4:~$ # Now try by using convert and clicking in middle of window i...@attic4:~$ sleep 3; import -frame import1.png i...@attic4:~$ #That worked but import1.png does not include window frame i...@attic4:~$ i...@attic4:~$ # Now try using xwd and click on title area i...@attic4:~$ sleep 3; xwd | convert - xwd-loca-1.png i...@attic4:~$ # Repeat using xwd and click in middle of window i...@attic4:~$ sleep 3; xwd | convert - xwd-loca-2.png i...@attic4:~$ # Now move B so it is over A but not entirely over C i...@attic4:~$ # Use xwd and click on title i...@attic4:~$ sleep 3; xwd | convert - xwd-locb-1.png i...@attic4:~$ # Now move B so it is over both A and C i...@attic4:~$ # Use xwd and click on title i...@attic4:~$ sleep 3; xwd | convert - xwd-locc-1.png Using import and clicking on title bar failed as previously reported. Using import and clicking in interior of window captures interior but no frame, even though -frame option was specified. (import1.png) Using xwd and clicking on title bar captures frame area, but it is corrupted. The title area shows part of the command being executed in Window A and the frame edge is corrupted by text from Window C (xwd-loca-1.png) Using xwd and clicking on the interior of the window is similar to using convert in the same way - no frame at all (xwd-loca-2.png) Next I ran a command in B and then moved it so the title is entirely over A. All of the captured area that shoudl be title is now from A and the only part of the frame that is not corrupted is that part not over either A or C (although it is over another window) (xwd-locb-1.png) Finally, I moved B so it is entirely over both A and C. Add the -screen option to xwd to capture anything that should be over the window being captured. Again, the title bar of B is entirely over A. Give focus to C, then give focus to A and enter command, then alt-tab to give focus to B. Now what should be the title area of B is actually from A and what should be the interior of B is actually from C. (xwd-locc-1.png). This is definitely not working in any reasonable way. ** Attachment added: "5 png images as described in comment" http://launchpadlibrarian.net/45236520/images-2010-04-24.zip -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Re: Cannot do screen capture of xclock window
BTW, what does status "incomplete" mean? Do I need to provide additional information? And should this still be assigned to fglrx-installer rather than possibly compiz? -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Re: Cannot do screen capture of xclock window
Do you need additional information? -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Re: Cannot do screen capture of xclock window
apport information ** Tags added: apport-collected ** Description changed: Binary package hint: x11-apps Something seems wrong with the window ids of xclock windows. I can use xwininfo to get the id of the frame window and also that of the window displaying the clock. If I use import (from ImageMagick) to capture an image, I can capture the interior using the window id, but if I use the window id of the frame I get a message that says: $ import -frame -window 0x1281608 xc1.png import: unable to read X window image `0x1281608': Resource temporarily unavailable @ magick/xwindow.c/XImportImage/4965. Furthermore, if the clock is on the desktop and I capture the whole desktop using -window root option of import, I get the clock showing with the frame. However, If I open a terminal window and prefix the import command (with -window root) with a sleep 5, so I can drag the xclock over the terminal window, then the resulting image shows only the interior of the xclock over the terminal window. If the xclock window is only partially covering the terminal window, and partially covering the desktop, then the image shows a frame only around the part over the desktop and only the interior for the part over the terminal window. ProblemType: Bug Architecture: amd64 DistroRelease: Ubuntu 9.04 ExecutablePath: /usr/bin/xclock NonfreeKernelModules: fglrx Package: x11-apps 7.3+4 ProcEnviron: SHELL=/bin/bash LANG=en_US.UTF-8 SourcePackage: x11-apps Uname: Linux 2.6.28-16-generic x86_64 + --- + Architecture: amd64 + DistroRelease: Ubuntu 10.04 + DkmsStatus: Error: [Errno 2] No such file or directory + InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429) + MachineType: LENOVO 8810AA1 + Package: fglrx-installer (not installed) + ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic root=UUID=4f831ebd-b1c6-461e-8583-5e7354551150 ro quiet splash + ProcEnviron: + PATH=(custom, no user) + LANG=en_US.utf8 + SHELL=/bin/bash + ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2 + Tags: lucid lucid + Uname: Linux 2.6.32-22-generic x86_64 + UserGroups: + + dmi.bios.date: 12/12/2008 + dmi.bios.vendor: LENOVO + dmi.bios.version: 2JKT49AUS + dmi.board.name: LENOVO + dmi.board.vendor: LENOVO + dmi.board.version: NONE + dmi.chassis.asset.tag: ��� + dmi.chassis.type: 3 + dmi.chassis.vendor: LENOVO + dmi.chassis.version: NONE + dmi.modalias: dmi:bvnLENOVO:bvr2JKT49AUS:bd12/12/2008:svnLENOVO:pn8810AA1:pvrThinkCentreM55:rvnLENOVO:rnLENOVO:rvrNONE:cvnLENOVO:ct3:cvrNONE: + dmi.product.name: 8810AA1 + dmi.product.version: ThinkCentre M55 + dmi.sys.vendor: LENOVO + glxinfo: Error: [Errno 2] No such file or directory + system: + distro: Ubuntu + codename: lucid + architecture: x86_64 + kernel: 2.6.32-22-generic ** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/48620194/BootDmesg.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/48620239/CurrentDmesg.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] GdmLog.txt
apport information ** Attachment added: "GdmLog.txt" http://launchpadlibrarian.net/48620241/GdmLog.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] GdmLog1.txt
apport information ** Attachment added: "GdmLog1.txt" http://launchpadlibrarian.net/48620242/GdmLog1.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] GdmLog2.txt
apport information ** Attachment added: "GdmLog2.txt" http://launchpadlibrarian.net/48620245/GdmLog2.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Lspci.txt
apport information ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/48620246/Lspci.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/48620249/Lsusb.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] PciDisplay.txt
apport information ** Attachment added: "PciDisplay.txt" http://launchpadlibrarian.net/48620250/PciDisplay.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/48620251/ProcCpuinfo.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/48620252/ProcInterrupts.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/48620253/ProcModules.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/48620255/UdevDb.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] RelatedPackageVersions.txt
apport information ** Attachment added: "RelatedPackageVersions.txt" http://launchpadlibrarian.net/48620254/RelatedPackageVersions.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] UdevLog.txt
apport information ** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/48620256/UdevLog.txt ** Description changed: Binary package hint: x11-apps Something seems wrong with the window ids of xclock windows. I can use xwininfo to get the id of the frame window and also that of the window displaying the clock. If I use import (from ImageMagick) to capture an image, I can capture the interior using the window id, but if I use the window id of the frame I get a message that says: $ import -frame -window 0x1281608 xc1.png import: unable to read X window image `0x1281608': Resource temporarily unavailable @ magick/xwindow.c/XImportImage/4965. Furthermore, if the clock is on the desktop and I capture the whole desktop using -window root option of import, I get the clock showing with the frame. However, If I open a terminal window and prefix the import command (with -window root) with a sleep 5, so I can drag the xclock over the terminal window, then the resulting image shows only the interior of the xclock over the terminal window. If the xclock window is only partially covering the terminal window, and partially covering the desktop, then the image shows a frame only around the part over the desktop and only the interior for the part over the terminal window. ProblemType: Bug Architecture: amd64 DistroRelease: Ubuntu 9.04 ExecutablePath: /usr/bin/xclock NonfreeKernelModules: fglrx Package: x11-apps 7.3+4 ProcEnviron: SHELL=/bin/bash LANG=en_US.UTF-8 SourcePackage: x11-apps Uname: Linux 2.6.28-16-generic x86_64 --- Architecture: amd64 DistroRelease: Ubuntu 10.04 DkmsStatus: Error: [Errno 2] No such file or directory InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429) MachineType: LENOVO 8810AA1 Package: fglrx-installer (not installed) ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic root=UUID=4f831ebd-b1c6-461e-8583-5e7354551150 ro quiet splash ProcEnviron: PATH=(custom, no user) LANG=en_US.utf8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2 Tags: lucid lucid Uname: Linux 2.6.32-22-generic x86_64 UserGroups: dmi.bios.date: 12/12/2008 dmi.bios.vendor: LENOVO dmi.bios.version: 2JKT49AUS dmi.board.name: LENOVO dmi.board.vendor: LENOVO dmi.board.version: NONE dmi.chassis.asset.tag: ��� dmi.chassis.type: 3 dmi.chassis.vendor: LENOVO dmi.chassis.version: NONE dmi.modalias: dmi:bvnLENOVO:bvr2JKT49AUS:bd12/12/2008:svnLENOVO:pn8810AA1:pvrThinkCentreM55:rvnLENOVO:rnLENOVO:rvrNONE:cvnLENOVO:ct3:cvrNONE: dmi.product.name: 8810AA1 dmi.product.version: ThinkCentre M55 dmi.sys.vendor: LENOVO glxinfo: Error: [Errno 2] No such file or directory system: distro: Ubuntu codename: lucid architecture: x86_64 kernel: 2.6.32-22-generic + + --- + Architecture: amd64 + DistroRelease: Ubuntu 10.04 + DkmsStatus: Error: [Errno 2] No such file or directory + InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429) + MachineType: LENOVO 8810AA1 + Package: fglrx-installer (not installed) + ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic root=UUID=4f831ebd-b1c6-461e-8583-5e7354551150 ro quiet splash + ProcEnviron: + PATH=(custom, no user) + LANG=en_US.utf8 + SHELL=/bin/bash + ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2 + Tags: lucid lucid + Uname: Linux 2.6.32-22-generic x86_64 + UserGroups: + + dmi.bios.date: 12/12/2008 + dmi.bios.vendor: LENOVO + dmi.bios.version: 2JKT49AUS + dmi.board.name: LENOVO + dmi.board.vendor: LENOVO + dmi.board.version: NONE + dmi.chassis.asset.tag: ��� + dmi.chassis.type: 3 + dmi.chassis.vendor: LENOVO + dmi.chassis.version: NONE + dmi.modalias: dmi:bvnLENOVO:bvr2JKT49AUS:bd12/12/2008:svnLENOVO:pn8810AA1:pvrThinkCentreM55:rvnLENOVO:rnLENOVO:rvrNONE:cvnLENOVO:ct3:cvrNONE: + dmi.product.name: 8810AA1 + dmi.product.version: ThinkCentre M55 + dmi.sys.vendor: LENOVO + glxinfo: Error: [Errno 2] No such file or directory + system: + distro: Ubuntu + codename: lucid + architecture: x86_64 + kernel: 2.6.32-22-generic -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] BootDmesg.txt
apport information ** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/48620330/BootDmesg.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/48620331/CurrentDmesg.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] GdmLog.txt
apport information ** Attachment added: "GdmLog.txt" http://launchpadlibrarian.net/48620333/GdmLog.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] GdmLog1.txt
apport information ** Attachment added: "GdmLog1.txt" http://launchpadlibrarian.net/48620334/GdmLog1.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] GdmLog2.txt
apport information ** Attachment added: "GdmLog2.txt" http://launchpadlibrarian.net/48620335/GdmLog2.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Lspci.txt
apport information ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/48620338/Lspci.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/48620364/Lsusb.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] PciDisplay.txt
apport information ** Attachment added: "PciDisplay.txt" http://launchpadlibrarian.net/48620366/PciDisplay.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/48620367/ProcCpuinfo.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/48620368/ProcInterrupts.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/48620369/ProcModules.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] RelatedPackageVersions.txt
apport information ** Attachment added: "RelatedPackageVersions.txt" http://launchpadlibrarian.net/48620371/RelatedPackageVersions.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/48620372/UdevDb.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] UdevLog.txt
apport information ** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/48620374/UdevLog.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] XorgLog.txt
apport information ** Attachment added: "XorgLog.txt" http://launchpadlibrarian.net/48620375/XorgLog.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] XorgLogOld.txt
apport information ** Attachment added: "XorgLogOld.txt" http://launchpadlibrarian.net/48620376/XorgLogOld.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Xrandr.txt
apport information ** Attachment added: "Xrandr.txt" http://launchpadlibrarian.net/48620382/Xrandr.txt ** Description changed: Binary package hint: x11-apps Something seems wrong with the window ids of xclock windows. I can use xwininfo to get the id of the frame window and also that of the window displaying the clock. If I use import (from ImageMagick) to capture an image, I can capture the interior using the window id, but if I use the window id of the frame I get a message that says: $ import -frame -window 0x1281608 xc1.png import: unable to read X window image `0x1281608': Resource temporarily unavailable @ magick/xwindow.c/XImportImage/4965. Furthermore, if the clock is on the desktop and I capture the whole desktop using -window root option of import, I get the clock showing with the frame. However, If I open a terminal window and prefix the import command (with -window root) with a sleep 5, so I can drag the xclock over the terminal window, then the resulting image shows only the interior of the xclock over the terminal window. If the xclock window is only partially covering the terminal window, and partially covering the desktop, then the image shows a frame only around the part over the desktop and only the interior for the part over the terminal window. ProblemType: Bug Architecture: amd64 DistroRelease: Ubuntu 9.04 ExecutablePath: /usr/bin/xclock NonfreeKernelModules: fglrx Package: x11-apps 7.3+4 ProcEnviron: SHELL=/bin/bash LANG=en_US.UTF-8 SourcePackage: x11-apps Uname: Linux 2.6.28-16-generic x86_64 --- Architecture: amd64 DistroRelease: Ubuntu 10.04 DkmsStatus: Error: [Errno 2] No such file or directory InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429) MachineType: LENOVO 8810AA1 Package: fglrx-installer (not installed) ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic root=UUID=4f831ebd-b1c6-461e-8583-5e7354551150 ro quiet splash ProcEnviron: PATH=(custom, no user) LANG=en_US.utf8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2 Tags: lucid lucid Uname: Linux 2.6.32-22-generic x86_64 UserGroups: dmi.bios.date: 12/12/2008 dmi.bios.vendor: LENOVO dmi.bios.version: 2JKT49AUS dmi.board.name: LENOVO dmi.board.vendor: LENOVO dmi.board.version: NONE dmi.chassis.asset.tag: ��� dmi.chassis.type: 3 dmi.chassis.vendor: LENOVO dmi.chassis.version: NONE dmi.modalias: dmi:bvnLENOVO:bvr2JKT49AUS:bd12/12/2008:svnLENOVO:pn8810AA1:pvrThinkCentreM55:rvnLENOVO:rnLENOVO:rvrNONE:cvnLENOVO:ct3:cvrNONE: dmi.product.name: 8810AA1 dmi.product.version: ThinkCentre M55 dmi.sys.vendor: LENOVO glxinfo: Error: [Errno 2] No such file or directory system: distro: Ubuntu codename: lucid architecture: x86_64 kernel: 2.6.32-22-generic --- Architecture: amd64 DistroRelease: Ubuntu 10.04 DkmsStatus: Error: [Errno 2] No such file or directory InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429) MachineType: LENOVO 8810AA1 Package: fglrx-installer (not installed) ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic root=UUID=4f831ebd-b1c6-461e-8583-5e7354551150 ro quiet splash ProcEnviron: PATH=(custom, no user) LANG=en_US.utf8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2 Tags: lucid lucid Uname: Linux 2.6.32-22-generic x86_64 UserGroups: dmi.bios.date: 12/12/2008 dmi.bios.vendor: LENOVO dmi.bios.version: 2JKT49AUS dmi.board.name: LENOVO dmi.board.vendor: LENOVO dmi.board.version: NONE dmi.chassis.asset.tag: ��� dmi.chassis.type: 3 dmi.chassis.vendor: LENOVO dmi.chassis.version: NONE dmi.modalias: dmi:bvnLENOVO:bvr2JKT49AUS:bd12/12/2008:svnLENOVO:pn8810AA1:pvrThinkCentreM55:rvnLENOVO:rnLENOVO:rvrNONE:cvnLENOVO:ct3:cvrNONE: dmi.product.name: 8810AA1 dmi.product.version: ThinkCentre M55 dmi.sys.vendor: LENOVO glxinfo: Error: [Errno 2] No such file or directory system: distro: Ubuntu codename: lucid architecture: x86_64 kernel: 2.6.32-22-generic + + --- + Architecture: amd64 + DistroRelease: Ubuntu 10.04 + DkmsStatus: Error: [Errno 2] No such file or directory + InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429) + MachineType: LENOVO 8810AA1 + Package: fglrx-installer (not installed) + ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic root=UUID=4f831ebd-b1c6-461e-8583-5e7354551150 ro quiet splash + ProcEnviron: + PATH=(custom, no user) + LANG=en_US.utf8 + SHELL=/bin/bash + ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2 + Tags: lucid lucid + Uname: Linux 2.6.32-22-generic x86_64 + UserGroups: + + dmi.bios.date: 12/12/2008 + dmi.bios.vendor: LENOVO + dmi.bios.version: 2JKT49AUS + dmi.bo
[Bug 464031] BootDmesg.txt
apport information ** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/48620465/BootDmesg.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/48620467/CurrentDmesg.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] GdmLog.txt
apport information ** Attachment added: "GdmLog.txt" http://launchpadlibrarian.net/48620471/GdmLog.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] GdmLog1.txt
apport information ** Attachment added: "GdmLog1.txt" http://launchpadlibrarian.net/48620472/GdmLog1.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] GdmLog2.txt
apport information ** Attachment added: "GdmLog2.txt" http://launchpadlibrarian.net/48620474/GdmLog2.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Lspci.txt
apport information ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/48620477/Lspci.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/48620481/Lsusb.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] PciDisplay.txt
apport information ** Attachment added: "PciDisplay.txt" http://launchpadlibrarian.net/48620482/PciDisplay.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/48620484/ProcCpuinfo.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/48620487/ProcInterrupts.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/48620488/ProcModules.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] RelatedPackageVersions.txt
apport information ** Attachment added: "RelatedPackageVersions.txt" http://launchpadlibrarian.net/48620489/RelatedPackageVersions.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/48620490/UdevDb.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] UdevLog.txt
apport information ** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/48620491/UdevLog.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] XorgLog.txt
apport information ** Attachment added: "XorgLog.txt" http://launchpadlibrarian.net/48620493/XorgLog.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] XorgLogOld.txt
apport information ** Attachment added: "XorgLogOld.txt" http://launchpadlibrarian.net/48620495/XorgLogOld.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Xrandr.txt
apport information ** Attachment added: "Xrandr.txt" http://launchpadlibrarian.net/48620497/Xrandr.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] setxkbmap.txt
apport information ** Attachment added: "setxkbmap.txt" http://launchpadlibrarian.net/48620498/setxkbmap.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] xdpyinfo.txt
apport information ** Attachment added: "xdpyinfo.txt" http://launchpadlibrarian.net/48620502/xdpyinfo.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] xkbcomp.txt
apport information ** Attachment added: "xkbcomp.txt" http://launchpadlibrarian.net/48620513/xkbcomp.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Re: Cannot do screen capture of xclock window
I still have the problem on Lucid, even on a system which has Intel GMA and does not have fglrx-installer installed. $ dpkg -l "fglrx*" Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Description +++--- ii fglrx-modaliases 2:8.723.1-0ubuntu3 Identifiers supported by the ATI graphics driver The apport-collect command fails: $ sudo apport-collect 464031 /usr/share/apport/apport-gtk:178: PangoWarning: Invalid UTF-8 string passed to pango_layout_set_text() response = self.w('dialog_bugreport').run() One simple illustration of at least one aspect of the problem is to use alt-f2 to take a screen shot of a terminal window. According to the setting for System->Preferences->Appearance->Visual effects, you get an image that includes the frame if 'None' is selected and an image that does not include the frame is either 'Normal" or "Extra" is selected. $ identify shot-none.png shot-normal.png shot-extra.png shot-none.png PNG 660x469 660x469+0+0 8-bit DirectClass 12.4KiB 0.010u 0:00.009 shot-normal.png[1] PNG 658x437 658x437+0+0 8-bit DirectClass 29.3KiB 0.000u 0:00.010 shot-extra.png[2] PNG 658x437 658x437+0+0 8-bit DirectClass 28.7KiB 0.010u 0:00.009 I've attached the three screen shots as alt-print-screen-shots.zip. Please advise how to overcom the apport-collect bug so I can get the other information you need. ** Attachment added: "Termional window screen shots with different levels of desktop effects." http://launchpadlibrarian.net/48621254/alt-print-screen-shots.zip -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Re: Cannot do screen capture of xclock window
Sorry. Looks like most of the files that apport-collect was trying to upload are now uploaded in triplicate. If there's anything missing, let me know. I forgot to mention that, as originally reported, xwininfo still gives two different window ids (depending on whether you click on title bar or interior) when desktop effects is enabled and only one id when desktop effects is disabled. And, as before, the import command fails if you click on the title bar of a window to select it and you have desktop effects enabled. -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Re: Cannot do screen capture of xclock window
For the record, I see the same errors still on my AMD system when I install Lucid. If you need any of the logs, let me know. Despite the title of this bug report, the problem is not restricted to xclock. I think a more accurate characterization of the issue might be: When desktop effects are enabled screen capture using alt-print screen fails to capture the frame. Programs such as import also fail if they are asked to copy the frame (e.g. by clicking on the title bar) with an error like i...@attic4:~$ sleep 3; import shot-ff.png import: unable to read X window image `': Resource temporarily unavailable @ xwindow.c/XImportImage/5020. xwininfo -children also reports very different results if you click on the title bar of a wind and desktop effects are not enabled vs. the results if you have desktop effects enabled. Two examples for the Firefox window I am using to enter this information. Without desktop effects: i...@attic4:~$ xwininfo -children xwininfo: Please select the window about which you would like information by clicking the mouse in that window. xwininfo: Window id: 0x3a000b4 "Bug #464031 in fglrx-installer (Ubuntu): “Cannot do screen capture of xclock window” - Mozilla Firefox" Root window id: 0x142 (the root window) (has no name) Parent window id: 0x480002f (has no name) 2 children: 0x3a00124 (has no name): () 1171x994+0+0 +1+51 0x3a000b5 (has no name): () 1x1+-1+-1 +0+50 With desktop effects i...@attic4:~$ xwininfo -children xwininfo: Please select the window about which you would like information by clicking the mouse in that window. xwininfo: Window id: 0x460010e (has no name) Root window id: 0x142 (the root window) (has no name) Parent window id: 0x142 (the root window) (has no name) 19 children: 0x120159e (has no name): () 1x1+0+0 +0+24 0x120159d (has no name): () 1x1+0+0 +0+24 0x120159c (has no name): () 1x1+0+0 +0+24 0x120159b (has no name): () 1x1+0+0 +0+24 0x120159a (has no name): () 1x1+0+0 +0+24 0x1201599 (has no name): () 1x1+0+0 +0+24 0x1201598 (has no name): () 1x1+0+0 +0+24 0x1201597 (has no name): () 20x20+30+4 +30+28 0x1201596 (has no name): () 20x20+50+4 +50+28 0x1201595 (has no name): () 20x20+10+4 +10+28 0x1201594 (has no name): () 16x20+1157+1006 +1157+1030 0x1201593 (has no name): () 1141x5+16+1021 +16+1045 0x1201592 (has no name): () 16x20+0+1006 +0+1030 0x1201591 (has no name): () 1x964+1172+42 +1172+66 0x1201590 (has no name): () 1171x1019+1+4 +1+28 0x120158f (has no name): () 1x964+0+42 +0+66 0x120158e (has no name): () 16x42+1157+0 +1157+24 0x120158d (has no name): () 1141x4+16+0 +16+24 0x120158c (has no name): () 16x42+0+0 +0+24 -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Re: Cannot do screen capture of xclock window
I am the original reporter. On a quick check on another systme, I believe the problem still exists. Will download 10.04 and try it out. May take a few days to get everything done. -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 23917] Re: gksudo GnomeUI Warning
I'm seeing this message when just trying to start xclock from an ordinary user's terminal window. Running Jaunty on a 64-bit AMD system. Linux attic4 2.6.28-15-generic #52-Ubuntu SMP Wed Sep 9 10:48:52 UTC 2009 x86_64 GNU/Linux Ian. -- gksudo GnomeUI Warning https://bugs.launchpad.net/bugs/23917 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 464031] [NEW] Cannot do screen capture of xclock window
Public bug reported: Binary package hint: x11-apps Something seems wrong with the window ids of xclock windows. I can use xwininfo to get the id of the frame window and also that of the window displaying the clock. If I use import (from ImageMagick) to capture an image, I can capture the interior using the window id, but if I use the window id of the frame I get a message that says: $ import -frame -window 0x1281608 xc1.png import: unable to read X window image `0x1281608': Resource temporarily unavailable @ magick/xwindow.c/XImportImage/4965. Furthermore, if the clock is on the desktop and I capture the whole desktop using -window root option of import, I get the clock showing with the frame. However, If I open a terminal window and prefix the import command (with -window root) with a sleep 5, so I can drag the xclock over the terminal window, then the resulting image shows only the interior of the xclock over the terminal window. If the xclock window is only partially covering the terminal window, and partially covering the desktop, then the image shows a frame only around the part over the desktop and only the interior for the part over the terminal window. ProblemType: Bug Architecture: amd64 DistroRelease: Ubuntu 9.04 ExecutablePath: /usr/bin/xclock NonfreeKernelModules: fglrx Package: x11-apps 7.3+4 ProcEnviron: SHELL=/bin/bash LANG=en_US.UTF-8 SourcePackage: x11-apps Uname: Linux 2.6.28-16-generic x86_64 ** Affects: x11-apps (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Re: Cannot do screen capture of xclock window
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/34642903/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/34642904/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/34642907/ProcStatus.txt -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Re: Cannot do screen capture of xclock window
I've now seen this bug on Fedora 12 as well. It is not a problem unless desktop effects are enabled. Without desktop effects, running xwininfo and clicking on the title bard gives the same window id as it does if you click ont he clock face. With desktop effects enabled you get two different window ids.I'm attaching two screen shots, both taken using commands like xwd -screen | convert - xxx.png xclock-face.png is the image captured by clicking only in the face of hte clock. xclock-title.png is the additional image area that is captured if the click is done in the title bar. Looks to me like the problem may be in compiz-fusion or similar component rather than in the underlying graphics driver. ** Attachment added: "xclock-face.png" http://launchpadlibrarian.net/37868499/xclock-face.png -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Re: Cannot do screen capture of xclock window
And here's xclock-title.png ** Attachment added: "xclock-title.png" http://launchpadlibrarian.net/37868513/xclock-title.png ** Bug watch added: Red Hat Bugzilla #548654 https://bugzilla.redhat.com/show_bug.cgi?id=548654 ** Also affects: fedora via https://bugzilla.redhat.com/show_bug.cgi?id=548654 Importance: Unknown Status: Unknown -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Re: Cannot do screen capture of xclock window
/var/log/Xorg.0.log goes back several days prior to the problem. Processes were started on Oct 29. Note log contains frequent messages related to XINPUT as I use a KVM switch and a USB mouse and keyboard. Let me know if you need me to narrow down the log at all. Also if you need any other diagnostics. Ian. ** Attachment added: "Xorg.0.log" http://launchpadlibrarian.net/34693809/Xorg.0.log -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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 464031] Re: Cannot do screen capture of xclock window
Any progress on this? Any further information you need? -- Cannot do screen capture of xclock window https://bugs.launchpad.net/bugs/464031 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