[Bug 1801071] [NEW] XPresentPixmap() BadWindow, recompiling fixes it
Public bug reported: I've downloaded the latest xfwm 4.13 with XPresent support from this ppa https://launchpad.net/~xubuntu-dev/+archive/ubuntu/experimental , but it did not work. Instead I got this error: (xfwm4:712): xfwm4-WARNING **: 14:40:45.838: Dismissing XPresent as unusable, error 3 for request 148. The problem seems to be caused by XPresentPixmap() throwing a BadWindow error. I've found an older post talking about the same issue here https://lists.x.org/archives/xorg-devel/2017-June/053874.html . They suggest that the issue was solved in presentproto, which in Ubuntu is in the package x11proto-present-dev. I've noticed that when libxpresent was last compiled, in 2015, Ubuntu still had the version of presentproto without this fix. So I recompiled it on my system and the issue went away - xfwm4 now works perfectly with XPresent. $ lsb_release -rd Description:Ubuntu 18.04.1 LTS Release:18.04 $ apt-cache policy libxpresent1 libxpresent1: Installed: 1.0.0-2 Candidate: 1.0.0-2 Version table: *** 1.0.0-2 500 500 http://lt.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages 100 /var/lib/dpkg/status ** Affects: libxpresent (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1801071 Title: XPresentPixmap() BadWindow, recompiling fixes it To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libxpresent/+bug/1801071/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1056978] Re: Resizing windows by grabbing window borders is difficult
I'm not a developer or a programmer of any kind, so I may be wrong, but why is it not possible to just make the resizing area not the border itself but something like a 5 pixel area around the border? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1056978 Title: Resizing windows by grabbing window borders is difficult To manage notifications about this bug go to: https://bugs.launchpad.net/xfwm4/+bug/1056978/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 652851] Re: package onboard 0.94.0-0ubunt u1 failed to install/upgrade: priklausomybių proble mos - paliekamas nekonfigūruotas
** Attachment added: "AptOrdering.txt" https://bugs.launchpad.net/bugs/652851/+attachment/1662186/+files/AptOrdering.txt ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/652851/+attachment/1662187/+files/Dependencies.txt ** Attachment added: "Df.txt" https://bugs.launchpad.net/bugs/652851/+attachment/1662188/+files/Df.txt ** Attachment added: "Dmesg.txt" https://bugs.launchpad.net/bugs/652851/+attachment/1662189/+files/Dmesg.txt ** Attachment added: "DpkgTerminalLog.gz" https://bugs.launchpad.net/bugs/652851/+attachment/1662190/+files/DpkgTerminalLog.gz -- package onboard 0.94.0-0ubuntu1 failed to install/upgrade: priklausomybių problemos - paliekamas nekonfigūruotas https://bugs.launchpad.net/bugs/652851 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 652851] [NEW] package onboard 0.94.0-0u buntu1 failed to install/upgrade: priklausomybių pr oblemos - paliekamas nekonfigūruotas
Public bug reported: Binary package hint: onboard I just got this bug error, didn't know what bug exactly it was, but system required to submit, so I did this. ProblemType: Package DistroRelease: Ubuntu 10.10 Package: onboard 0.94.0-0ubuntu1 ProcVersionSignature: Ubuntu 2.6.35-21.31-generic 2.6.35.4 Uname: Linux 2.6.35-21-generic i686 Architecture: i386 Date: Wed Sep 29 23:43:08 2010 ErrorMessage: priklausomybių problemos - paliekamas nekonfigūruotas InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Beta i386 (20100901.1) PackageArchitecture: all SourcePackage: onboard Title: package onboard 0.94.0-0ubuntu1 failed to install/upgrade: priklausomybių problemos - paliekamas nekonfigūruotas ** Affects: onboard (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 maverick -- package onboard 0.94.0-0ubuntu1 failed to install/upgrade: priklausomybių problemos - paliekamas nekonfigūruotas https://bugs.launchpad.net/bugs/652851 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 484525] Re: Wrong information is given to the user about GRUB installation
** Tags added: grub grub2 -- Wrong information is given to the user about GRUB installation https://bugs.launchpad.net/bugs/484525 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 484525] [NEW] Wrong information is given to the user about GRUB installation
Public bug reported: Binary package hint: debian-installer Description: Ubuntu 9.10 Release: 9.10 There is a wrong information given to the user in the text version installer on the server cd and alternate cd (and I guess also on mini.iso netboot image). At the end of installation, installer asks if I want to install GRUB on the MBR. I chose no (I want it on volume boot record). Then it writes something like this (I do not want to perform 3rd installation again to see what the exact words were used): type "(hd0)" or "/dev/hda" if you want GRUB on the MBR of the first hard drive type "(hd0,1)" or "/dev/hda2" if you want GRUB on the second partition of the first drive ... etc ... Because I wanted to install GRUB on the the third partition I typed "(hd0,2)", and the installer overwrote boot sector of the SECOND(!) partition. Because, as I later found out, GRUB2 counts partitions from 1 (not from 0). Not only installer forgot to emphasize that it will install GRUB2, and that the partitions in GRUB2 are counted from 1, but it also gave the wrong information: that the "(hd0,1)" is second partition (in GRUB1 it's true, but not in GRUB2). ** Affects: debian-installer (Ubuntu) Importance: Undecided Status: New -- Wrong information is given to the user about GRUB installation https://bugs.launchpad.net/bugs/484525 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 44233] Re: mount udf dvd fails, possible wrong fstab entry
Confirming this issue on Ubuntu 7.04 (Feisty Fawn). /var/log/messages shows: Unable to identify CD-ROM format. /etc/fstab entry: /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0 mount /dev/scd0 /media/cdrom0/ -t udf works fine. -- mount udf dvd fails, possible wrong fstab entry https://bugs.launchpad.net/bugs/44233 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
Re: [Bug 72712] Re: no totem-gstreamer-firefox-plugin package in Edgy
OK, thanks. But there's no information about the name change in https://help.ubuntu.com/community/RestrictedFormats#head-e25afe1552d3a818f60e64143931b2d8e0522267 That document says to use *totem-gstreamer-firefox-plugin* On 11/22/06, Sebastien Bacher <[EMAIL PROTECTED]> wrote: > > Thanks for your bug. That's not a bug, the package has been renamed > totem-mozilla > > ** Changed in: totem (Ubuntu) > Assignee: (unassigned) => Ubuntu Desktop Bugs >Status: Unconfirmed => Rejected > > -- > no totem-gstreamer-firefox-plugin package in Edgy > https://launchpad.net/bugs/72712 > -- no totem-gstreamer-firefox-plugin package in Edgy https://launchpad.net/bugs/72712 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs