[Bug 255219] Re: Not working keyboard layout.
I can confirm that on one of my machines running ubuntu this bug is also present. If I change per-user parameters of layout switching using keyboard configuration tool (say, to change layout by pressing Win keys), it works only until reboot. After reboot, all settings are dropped to their default values specified in /etc/X11/xorg.conf. Also, indication of alternative layout using keyboard LEDs works incorrectly: it responds to key combinations specified in /etc/X11/xorg.conf rather than to combination I have configured using configuration tool (gnome-keyboard-properties). -- Not working keyboard layout. https://bugs.launchpad.net/bugs/255219 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 249215] Re: abnormal button size in calc
I can confirm this bug. Apparently this bug is connected with broken Russian translation of this package. To reproduce this bug you can simply install support for Russian language using Localization manager (making it default language is not necessary), then install all updates (maybe, it is enough just to install update for gcalctool package) and then run gcalctool using the following command: #LC_ALL=ru_RU.UTF-8 gcalctool On the web I did find the solution for this problem, for example, you can install the following file http://launchpadlibrarian.net/14965110/gcalctool.mo instead of /usr/share/locale-langpack/ru/LC_MESSAGES/gcalctool.mo (that's why I've decided it's because of broken translation). Unfortunately, there were no updates in ubuntu fixing this bug, although it is quite annoying. -- abnormal button size in calc https://bugs.launchpad.net/bugs/249215 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 249215] Re: abnormal button size in calc
Upd: dpkg-query told me file gcalctool.mo belongs to language-pack- gnome-ru-base package. So, at least you'll need the most recent version of that package provided by hardy-updates repository to reproduce this bug. I have also tried to install previous version of this package from hardy repository (as well as language-pack-ru, language-pack-ru-base and language-pack-gnome-ru packages in order to meet dependencies), in this case buttons of gcalctool have normal size. So, this is definitely the problem with translation update. -- abnormal button size in calc https://bugs.launchpad.net/bugs/249215 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 249215] Re: abnormal button size in calc
What do you mean by "settings of calculator"? Something like ~/.gconf/apps/gcalctool/%gconf.xml? I guess you can delete it, but it I doubt there will be any good for you. In fact, there are two workarounds now: *) put correct gcalctool.mo in the right place; *) downgrade packages I specified above: language-pack-gnome-ru-base, language-pack-ru, language-pack-ru-base and language-pack-gnome-ru. I guess your problem is that you had upgraded those packages, but had forgotten about that. And after a while you just noticed that there's something wrong about button size of calculator. And I hope that maintainers of this package will finally provide an update to fix this issue. -- abnormal button size in calc https://bugs.launchpad.net/bugs/249215 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 249215] Re: abnormal button size in calc
It turns out that update was released today with more recent translation that fixes this issue. -- abnormal button size in calc https://bugs.launchpad.net/bugs/249215 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 34376] Re: missing main/debian-installer in repo causes debmirror to fail
Ingo: Using 3 debmirror statements is ok as long as you don't cleanup the mirror. But if you use a --cleanup (or post cleanup) then the last debmirror statement will deem the files downloaded by the previous statements as unneeded and hence, delete them. Brak: I've switched to using apt-mirror. There are some inconveniences 1: using a different mirror server for the same repo (ex: hardy) will result in a complete download of the repo 2: a slightly complex directory structure If you want to use apt-mirror, here is what you can do: $ sudo apt-get install apt-mirror $ delete all the lines in /etc/apt/mirror.list and replace with the following: ==Cut Here= # config ## # set base_path/home/Repository-hardy # # if you change the base path you must create the directories below with write privlages # set mirror_path $base_path/mirror set skel_path$base_path/skel set var_path $base_path/var set cleanscript $var_path/clean.sh # set defaultarch set nthreads 20 set tilde 0 # # end config ## deb http://archive.ubuntu.com/ubuntu hardy main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu hardy-updates main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu hardy-backports main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu hardy-security main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu hardy main/debian-installer restricted/debian-installer universe/debian-installer multiverse/debian-installer #deb http://archive.ubuntu.com/ubuntu hardy-updates main/debian-installer restricted/debian-installer universe/debian-installer #deb http://archive.ubuntu.com/ubuntu hardy-backports main/debian-installer #deb http://archive.ubuntu.com/ubuntu hardy-security main/debian-installer universe/debian-installer ==Cut Here= As you can see, the debian-installer for hardy-updates, backports and security have been commented out. This is because they are not available on the server yet (at the time of this writing). You need to check manually on the server occasionally and then enable them in the mirror.list file. This debmirror issue has not been resolved even after nearly 2 years. I hope that someone gets to fix it and make it a better alternative to apt-mirror. --NV -- missing main/debian-installer in repo causes debmirror to fail https://bugs.launchpad.net/bugs/34376 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 34376] Re: missing main/debian-installer in repo causes debmirror to fail
** Summary changed: - debmirror try to mirror section main/debian-installer on all dists + missing main/debian-installer in repo causes debmirror to fail ** Description changed: - When you try to create a mirror that include: - --dist=dapper,dapper-updates,dapper-security + Debmirror can be used to create a local mirror which in turn can be used + for netboot based installation in a LAN. + + When you try to create a mirror that includes: + + --dist=feisty,feisty-updates,feisty-security and --section=main,restricted,universe,multiverse,main/debian-installer - debmirror fails: - "Won't mirror without dists/dapper-security/main/debian-installer/binary-i386/Packages.gz signature in Release at /usr/bin/debmirror line 1300." + debmirror fails with a "HTTP 404" error. - cause "main/debian-installer" is only presente on dists dapper, the same - happens for breezy until a few days, but it seens some security/updates - appear for the debian-installer, and dists/breezy-security/main/debian- - installer was created. + The "main/debian-installer" section is needed for netboot installations. + When Feisty was started (or fro that matter dapper, edgy), the main + /debian-installer section was only present in feisty (but not in fesity- + updates, feisty-security). + + IMHO, this is not an issue with debmirror and creating the "main/debian- + installer" section for all the repositories on the server, by default, + will resolve the issue. ** Tags added: feisty gutsy -- missing main/debian-installer in repo causes debmirror to fail https://bugs.launchpad.net/bugs/34376 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 34376] Re: missing main/debian-installer in repo causes debmirror to fail
** Changed in: debmirror (Ubuntu) Assignee: (unassigned) => MOTU -- missing main/debian-installer in repo causes debmirror to fail https://bugs.launchpad.net/bugs/34376 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 56501] Re: xserver-xorg-driver-i810: Error in I830WaitLpRing(), now is -99922196, start is -99924197
I've got the same Error Message, but it happens in another way. Only sometimes, when i start my Laptop, the mousepointer gets a foursqared fuzzy white background. Directly after that the screen gets black and nothing happens anymore. Rebooting doesn't help either. But, when I start in recovery mode, do "startx", exit X, then reboot, it works. When I shutdown the computer in suspend-to-disk the problem doesn't appear. My Laptop is a Fujitsu/Siemens Amillo L 6820 with a 82845G/GL[Brookdale-G]/GE Chipset Video Card. Look for the Error Message in the Attachment. ** Attachment added: "clipped Error Message" http://launchpadlibrarian.net/8292070/xorgerror -- xserver-xorg-driver-i810: Error in I830WaitLpRing(), now is -99922196, start is -99924197 https://bugs.launchpad.net/bugs/56501 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 34376] Re: debmirror try to mirror section main/debian-installer on all dists
I'll try to describe this to be more easy. I have a netboot setup in my LAN so that I can boot and install ubuntu from the a local server. To netboot and install, the main/debian- installer section needs to be available in my local mirror. I use preseeding to configure mirror information and packages so that souces.list points to my local server instead of archive.ubuntu.com (and installation requires almost no manual intervention). To that extent, my debmirror configuration automatically fetches the following: DIST=feisty SECTIONS=main,restricted,universe,multiverse,main/debian-installer I run the debmirror script every night in a cronjob so that it stays updated with http://gb.archive.ubuntu.com. That means that updates that come to "feisty" repo will automatically hit my local mirror. This configuration allows me to install feisty with only the "feisty" repo available (updates, backports and security updates not available in local mirror and not available to clients). But this means that the client has to use the internet and connect to archive.ubuntu.com to download other repos (fesity-updates, feisty- backports, feisty-security). I trust my LAN server and have no fear of it getting compromised, so I would like to host all the repos (including feisty-security) locally. If I change the debmirror configuration to: DIST=feisty,feisty-updates,feisty-backports,feisty-security SECTIONS=main,restricted,universe,multiverse,main/debian-installer It will try to download all updates but will fail when trying to get main/debian-installer from feisty-security (or backports, updates). Removing main/debian-installer will eliminate the problem, and all the repos will be downloaded. But I won't be able to netboot and install. (Note: debmirror automatically cleans the mirror, so anything that is not in the DIST and SECTIONS will be removed. This means that I cannot have 2 scripts; one to download main/debian-installer without all the other repos and another script to download the other repos without main /debian-installer) FYI, in dapper, I am able to download all repos and the main/debian- installer section since dapper-security has a main/debian-installer section. But the section was added later, until which I had the same problem as I described above. Summarizing the usecase problem is that I if feisty-security does not have a main/debian-installer section, local mirrors cannot serve feisty- security to their clients. If they do add feisty-security, then they will not be able to netboot and do automated installs. Two possible solutions come to mind (and also suggested by Carlos Javier): 1. Modify debmirror to ignore repos that do not have main/debian-installer 2. Create main/debian-installer sections automatically for all repos The second option sounds more simple and easy. (When feisty was released, there was feisty-security available, but no packages in it. This allowed the feisty ISO to enable the security repo without clients getting any 404 errors. Later, when packages were added to feisty- security, it trickled down to clients (through update-manager) without any additional sources.list modification. Hope that helped. --NetVenture FYI, here is my debmirror wrapper script for dapper: #/bin/bash DEST=/home/Repository-ubuntu-dapper HOST=gb.archive.ubuntu.com ARCH=i386 DIST="dapper,dapper-security,dapper-updates,dapper-backports" SECTION="main,universe,multiverse,restricted,main/debian-installer" /usr/bin/debmirror --dist=${DIST} --section=${SECTION} ${DEST} # End of script -- debmirror try to mirror section main/debian-installer on all dists https://bugs.launchpad.net/bugs/34376 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 34376] Re: debmirror try to mirror section main/debian-installer on all dists
More information added. -- debmirror try to mirror section main/debian-installer on all dists https://bugs.launchpad.net/bugs/34376 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 68070] Re: Edgy: install to USB drive leaves system unbootable
The "File not found" error is probably due to an incorrect "root=" parameter. maybe you should try editing the grub configuration by typing 'e' and set teh root to /dev/sda1 or whatever (USB drives start with sda). Also, the ability to choose where GRUB is installed is not available in the "normal" CD. You need to use the alternate CD for this, IMO. --NV -- Edgy: install to USB drive leaves system unbootable https://launchpad.net/bugs/68070 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 68070] Re: Edgy: install to USB drive leaves system unbootable
The "File not found" error is probably due to an incorrect "root=" parameter. maybe you should try editing the grub configuration by typing 'e' and set teh root to /dev/sda1 or whatever (USB drives start with sda). Also, the ability to choose where GRUB is installed is not available in the "normal" CD. You need to use the alternate CD for this, IMO. --NV -- Edgy: install to USB drive leaves system unbootable https://launchpad.net/bugs/68070 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 77110] [Updated] deskbar applet does not use new theme background until relogin
I just noticed that the background color change does not take effect immediately after a change of theme but does change if the applet is reloaded or after logging out and logging in again. PS: Updated Subject -- deskbar applet does not use theme background for Glider theme https://launchpad.net/bugs/77110 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 72967] pppoe-server compiled with incorrect path to pppd
Public bug reported: Binary package hint: pppoe SUMMARY: pppoe-server, which is part of the pppoe package tries to invoke /pppd instead of /usr/sbin/pppd. BACKGROUND: When it receives an auth request from a pppoe client, the pppoe-server daemon needs to invoke /usr/sbin/pppd. After the daemon is started, it chdir()'s to "/" and on receiving an auth request, it invokes the "pppd" binary from current dir (which is /). It should actually invoke /usr/sbin/pppd instead. A bug has been filed in debian but has been left unattended for long. This probably effects dapper too. This forum thread describes one practical instance of this problem: http://ubuntuforums.org/showthread.php?t=291926&highlight=pppoe Debian Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380584 ** Affects: rp-pppoe (Ubuntu) Importance: Undecided Status: Unconfirmed -- pppoe-server compiled with incorrect path to pppd https://launchpad.net/bugs/72967 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 77110] deskbar applet does not use theme background for Glider theme
Public bug reported: Binary package hint: deskbar-applet When I switch to the "Glider" theme, the deskbar (in button mode) does not chanegt it's background color to match the panel's (GTK's) color. It continues to maintain the "Ubuntu Human" theme color. This is not a transparency issue. Neither is it an issue in "Entry" mode. ** Affects: deskbar-applet (Ubuntu) Importance: Undecided Status: Unconfirmed -- deskbar applet does not use theme background for Glider theme https://launchpad.net/bugs/77110 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 77110] Re: deskbar applet does not use theme background for Glider theme
** Attachment added: "Image depicting difference in panel and applet background colors" http://librarian.launchpad.net/5548542/Deskbar-Bkground.png -- deskbar applet does not use theme background for Glider theme https://launchpad.net/bugs/77110 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 77110] Re: deskbar applet does not use theme background for Glider theme
The screenshot was taken in Fiesty with deskbar package version 2.17.2-0ubuntu2. I think the background for the history drop-down also uses the "Human" theme color, but not sure if this is expected behavior. Attached image shows the comparison. ** Attachment added: "Color difference between panel background and history drop-down" http://librarian.launchpad.net/5548569/Deskbar-hist.png -- deskbar applet does not use theme background for Glider theme https://launchpad.net/bugs/77110 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 559005] Re: Compiz won't start after the 10.04 Beta 2 update
*** This bug is a duplicate of bug 558998 *** https://bugs.launchpad.net/bugs/558998 Had the same Problem, "sudo aptitude install compiz-gnome" fixed it for me. Synaptics indeed wanted to remove metycity and ubuntu-desktop. -- Compiz won't start after the 10.04 Beta 2 update https://bugs.launchpad.net/bugs/559005 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 1817374] Re: mysql-server-5.7 5.7.25 upgrade did not complete properly
It looks like it has something to do with having no password for the root user like on my dev box. I have the same [ERROR] 1396 Operation ALTER USER failed for 'root'@'localhost' in my error log and after every try a stale *.tmp file in /var/lib /mysql-files. The "ALTER user" command comes from the file "/var/lib/dpkg/info/mysql-server-5.7.postinst" You read in line 368: "If there is no root password set we enable the auth_socket plugin for the root user." This seems fails for some SSL related problems. I could solve the block with these steps: 1. delete stale tmp files in /var/lib/mysql-files 2. Comment the line 370 which is : echo "ALTER USER 'root'@'localhost' IDENTIFIED WITH 'auth_socket';" >> "$initfile" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1817374 Title: mysql-server-5.7 5.7.25 upgrade did not complete properly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1817374/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1891646] Re: Error in postinst script
This problem should also apply to version 19.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1891646 Title: Error in postinst script To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/masakari/+bug/1891646/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1891646] [NEW] Error in postinst script
Public bug reported: The script copied to/at /var/lib/dpkg/info/masakari-common.postinst contains an error in ubuntu 19.04. It no longer applies to the latest version as the lines have been removed. chmod is called where chown should be called. It only applies iff the file /var/lib/masakari/masakari.sqlite exists. I believe this diff would fix the problem. 20c20 < chown masakari:masakari /var/lib/masakari/masakari.sqlite --- > chmod masakari:masakari /var/lib/masakari/masakari.sqlite For me, This prevented the upgrade process from eoan to Fossa from completing without manual intervention. It may also apply to older (LTS) versions of ubuntu with this package that are still supported. ** Affects: masakari (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/1891646 Title: Error in postinst script To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/masakari/+bug/1891646/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1576559] Re: Refused to switch profile to headset_head_unit: Not connected
Have the same issue in Ubuntu 18.04.2 LTS. In pavucontrol or in blueman-applet: If select A2DP sound works; If select HSP/HFP sound/mic do not work. bluetoothctl output: Name: Jabra Elite 65t Alias: Jabra Elite 65t Class: 0x00240404 Icon: audio-card Paired: yes Trusted: yes Blocked: no Connected: yes LegacyPairing: no UUID: Vendor specific (-deca-fade-deca-deafdecacaff) UUID: Serial Port (1101--1000-8000-00805f9b34fb) UUID: Headset (1108--1000-8000-00805f9b34fb) UUID: Audio Sink(110b--1000-8000-00805f9b34fb) UUID: A/V Remote Control Target (110c--1000-8000-00805f9b34fb) UUID: A/V Remote Control(110e--1000-8000-00805f9b34fb) UUID: Handsfree (111e--1000-8000-00805f9b34fb) UUID: Phonebook Access Server (112f--1000-8000-00805f9b34fb) UUID: PnP Information (1200--1000-8000-00805f9b34fb) Modalias: bluetooth:v0067p247Ed020E -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1576559 Title: Refused to switch profile to headset_head_unit: Not connected To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1576559/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1774201] Re: package libfreerdp-client2-2 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libfreerdp-client2.so.2.0.0', which is also in package libfreer
I am having the same problem on multiple stations with Remmina. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1774201 Title: package libfreerdp-client2-2 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu /libfreerdp-client2.so.2.0.0', which is also in package libfreerdp- client2:amd64 2.0.0~git201804050820-0+remmina201804082000.ra9ecd6a.d29dd283~ubuntu18.04.1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/freerdp2/+bug/1774201/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1563110] Re: No sound on Asus e200ha, intel sst with cx2072x codec
ubuntu 16.10 keyboard working. Not working audio. :( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1563110 Title: No sound on Asus e200ha, intel sst with cx2072x codec To manage notifications about this bug go to: https://bugs.launchpad.net/alsa-driver/+bug/1563110/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1563110] Re: No sound on Asus e200ha, intel sst with cx2072x codec
ps. Ubuntu 17.04 audio again not working -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1563110 Title: No sound on Asus e200ha, intel sst with cx2072x codec To manage notifications about this bug go to: https://bugs.launchpad.net/alsa-driver/+bug/1563110/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1072786] [NEW] damge graphic ubuntu 12.10
Public bug reported: I have update get start updating my device ,but power off in moment updating also not end.. What I do to fix problem? ** Affects: compiz (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/1072786 Title: damge graphic ubuntu 12.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1072786/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 163508] Re: I think X restarts, happens when I watch a video, flash online or stream music
Sorry for not replying. I not longer have this system to test it one. I apologize if this has upset anyone. I let this email thread slip :). Will try to keep more up to day in the future. Thank you so much for all the help you guys do. The Net Duck On Dec 5, 2008, at 3:42 PM, Bryce Harrington wrote: > We're closing this bug since it is has been some time with no response > from the original reporter. However, if the issue still exists please > feel free to reopen with the requested information. Also, if you > could, > please test against the latest development version of Ubuntu, since > this > confirms the bug is one we may be able to pass upstream for help. > > ** Changed in: xorg (Ubuntu) > Status: Incomplete => Invalid > > -- > I think X restarts, happens when I watch a video, flash online or > stream music > https://bugs.launchpad.net/bugs/163508 > You received this bug notification because you are a direct subscriber > of the bug. -- I think X restarts, happens when I watch a video, flash online or stream music https://bugs.launchpad.net/bugs/163508 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 220495] Re: Time Zone formating Error
I don't believe it is. It seems to be resolved but I don't know what resolved it On Dec 14, 2008, at 4:13 PM, Daniel T Chen wrote: > Is this symptom still reproducible in 8.10 or 9.04? > > ** Changed in: gworldclock (Ubuntu) > Status: New => Incomplete > > -- > Time Zone formating Error > https://bugs.launchpad.net/bugs/220495 > You received this bug notification because you are a direct subscriber > of the bug. -- Time Zone formating Error https://bugs.launchpad.net/bugs/220495 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 220495] [NEW] Time Zone formating Error
Public bug reported: This is in Hardy Heron Beta. I am using an Nvidia New graphics driver. I also have a 1440 X 900 50hz . Here is the problem, when I click on my time (it's the thing in the panel that displays the time and date) everything works out fine. I was able to ad IST to my time zone (very helpful for business meetings via America to india) just fine. However, now when I click on my time, formating is ok until my mouse scrolls over the IST time, then it get wide and moves off the screen. I have compiz running. but have tested this without it running and get the same results. Formatting is off. Attached is a screenshot of the problem. Please note that after I click on the clock then scroll over the IST, the formating is off, but when I click on the time again (the time in the panel) the formatting reverts back to normal. Thanks The Net Duck ** Affects: ubuntu Importance: Undecided Status: New -- Time Zone formating Error https://bugs.launchpad.net/bugs/220495 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 220495] Re: Time Zone formating Error
** Attachment added: "Before and After photos" http://launchpadlibrarian.net/13778374/Desktop.tar -- Time Zone formating Error https://bugs.launchpad.net/bugs/220495 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 216544] Re: [hardy] notebook freezes with kismet
I can also confirm this on Ubuntu 64 bit on my Lenovo R61 Intel Wireless WiFi Link 4965AGN (supporting Centrino Pro) The Net Duck -- [hardy] notebook freezes with kismet https://bugs.launchpad.net/bugs/216544 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 163508] I think X restarts, happens when I watch a video, flash online or stream music
Public bug reported: Ok so this is what happens. I can login to my Ubuntu desktop just fine etc but when I am watching a movie about 3 min into the movie all the sudden either a couple of things happen. My movie x's out and just crashes (I think?) or all the sudden X restarts (I think?) and I am back to my login page. I have no idea why this happens and I can repeat the bug every time I watch a movie in flash or just on my desktop from an .avi etc. It is not a problem with my Graphics card because it would happen with my on board chip Intel graphics and so I purchase a new Nvidia 6200 card that works great. It's not a problem with my Ram I have tested my 1gb of ram many times and it seems just fine. Its not a problem with my CPU heating up because I have touched the heat sink while running and never seems to hot, actually seems quit cool. Also, it's a 3.4ghz Hypertheaded Intel processor. The only two things I can image is my hard drive is some how faulty. I am using SATA cables instead of IDE. Not sure if this is effecting this. Could it effect it? The other thing, which I really think it is, is the firmware or the drivers that connect Ubuntu to my motherboard don't work properly. I am using an MSI motherboard : MSI VIA P4M800CE + VT8237R Plus Chipset Based PM8M3-V Thanks you for all your help, and hope this helps out. If you need me to do some testing, just email me. The Net Duck ** Affects: ubuntu Importance: Undecided Status: New -- I think X restarts, happens when I watch a video, flash online or stream music https://bugs.launchpad.net/bugs/163508 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123346] tyan tiger s3870 motherboard - No RAID Drivers for 64 bit
Public bug reported: We are installing a server that we would have liked to install Ubuntu on but could not get the RAID drivers for this motherboard. tyan tiger s3870 we are using openSuse because it had the correct drivers. We are doing a hardware raid instead of a software read because we want the extra performance. Just thought I would tell you guys so you can include it in your next release ect. Just go over to openSuse or something and ask for it. Why does openSuse have it and not Ubuntu? Weird eh? The Net Duck ** Affects: Ubuntu Importance: Undecided Status: New -- tyan tiger s3870 motherboard - No RAID Drivers for 64 bit https://bugs.launchpad.net/bugs/123346 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 84749] Address Book Seach doesn't search properly... quick fix?
Public bug reported: Hi, I have lots of address books in evolution (family, friends, work) also use the Address Book Search to access the addresses quickly, however the address book search will only search one of the address books instead of them all. I don't really know how to do it, but it needs to search all the address books I have instead of just one. I think this is a bug, I wish I knew how to make the patch myself because I would if I could. Thanks, ** Affects: Ubuntu Importance: Undecided Status: Unconfirmed -- Address Book Seach doesn't search properly... quick fix? https://launchpad.net/bugs/84749 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 84749] Re: Address Book Seach doesn't search properly... quick fix?
Hey, I feel kind of stupid, I was able to fix it with the autocomplete. Sorry about that. The Net Duck On Mon, 2007-02-12 at 17:50 +, Sebastien Bacher wrote: > Thank you for your bug. What version of Ubuntu do you use? What do you > call "Address Book Search"? Is that some interface from evolution or the > panel applet? Did you activate the search for all books to the > preferences dialog? > > ** Changed in: Ubuntu > Sourcepackagename: None => evolution > Assignee: (unassigned) => Ubuntu Desktop Bugs >Status: Unconfirmed => Needs Info > -- Address Book Seach doesn't search properly... quick fix? https://launchpad.net/bugs/84749 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 84749] Re: Address Book Seach doesn't search properly... quick fix?
Hi, Thanks for the email. I currently use Ubuntu Edgy Eft. When I said Address Book Search I was talking about the search that you can add to a panel (it comes with Ubuntu by default.) So it's a panel applet. I couldn't find a way to activate all of the books in the preferences dialog. Is there such a way? (Sorry to waste your time if there is). Thanks, The Net Duck On Mon, 2007-02-12 at 17:50 +, Sebastien Bacher wrote: > Thank you for your bug. What version of Ubuntu do you use? What do you > call "Address Book Search"? Is that some interface from evolution or the > panel applet? Did you activate the search for all books to the > preferences dialog? > > ** Changed in: Ubuntu > Sourcepackagename: None => evolution > Assignee: (unassigned) => Ubuntu Desktop Bugs >Status: Unconfirmed => Needs Info > -- Address Book Seach doesn't search properly... quick fix? https://launchpad.net/bugs/84749 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 572263] [NEW] unable to highlight convo when someone says my name in IRC
Public bug reported: Binary package hint: empathy Hi When I'm using IRC my convo's should get highlighted when people use my name in it. Right now it just notifies me but it should also allow me to see what they said in a different color so I can quickly find what they said. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: empathy 2.30.0.1-0ubuntu3 ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2 Uname: Linux 2.6.32-21-generic i686 Architecture: i386 Date: Fri Apr 30 06:12:29 2010 InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429) ProcEnviron: LANG=en_US.utf8 SHELL=/bin/bash SourcePackage: empathy ** Affects: empathy (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 lucid -- unable to highlight convo when someone says my name in IRC https://bugs.launchpad.net/bugs/572263 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 572263] Re: unable to highlight convo when someone says my name in IRC
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/46582210/Dependencies.txt -- unable to highlight convo when someone says my name in IRC https://bugs.launchpad.net/bugs/572263 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 485057] Re: Java Applet crashes and closes firefox when trying to load any games from pogo.com
** Attachment added: "AptOrdering.txt" http://launchpadlibrarian.net/35836304/AptOrdering.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/35836305/Dependencies.txt ** Attachment added: "Dmesg.txt" http://launchpadlibrarian.net/35836307/Dmesg.txt ** Attachment added: "DpkgTerminalLog.gz" http://launchpadlibrarian.net/35836308/DpkgTerminalLog.gz -- Java Applet crashes and closes firefox when trying to load any games from pogo.com https://bugs.launchpad.net/bugs/485057 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 485057] [NEW] Java Applet crashes and closes firefox when trying to load any games from pogo.com
Public bug reported: Ubuntu 9.10, trying to play any game from POGO.com and pogo recognizes the issue and brings up their "programming error" screen in a new tab. this occurs with the original installed version of java or any upgrade. not sure if this is an ongoing trend with ubuntu as we were going to start migrating our customers towards this version. ProblemType: Package Architecture: i386 Date: Wed Nov 18 15:19:49 2009 DistroRelease: Ubuntu 9.10 ErrorMessage: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal. InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5) Package: sun-java6-jre 6-15-1 PackageArchitecture: all ProcVersionSignature: Ubuntu 2.6.31-14.48-generic-pae SourcePackage: sun-java6 Title: package sun-java6-jre 6-15-1 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal. Uname: Linux 2.6.31-14-generic-pae i686 ** Affects: sun-java6 (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 -- Java Applet crashes and closes firefox when trying to load any games from pogo.com https://bugs.launchpad.net/bugs/485057 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 241196] Re: offline messages not available
I have the same problem and it appears to be exacerbated in the latest version (as of March 2010). Numerous messages do not download regardless of date. Additionally, the fix proposed above by Rob -- right-clicking on the inbox and then ordering a download -- does not improve the situation. The software appears to think that all messages have downloaded, when they either have not downloaded or are not retrievable except in on-line mode. The only messages that are retrievable in offline mode are the ones that have already been read on the particular computer being used. It would be lovely if Mozilla would fix this asap since it greatly impairs the utility of the software. Barry -- offline messages not available https://bugs.launchpad.net/bugs/241196 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 220263]
I use this extension as a workaround: [fix-dark-theme-input- boxes](https://addons.mozilla.org/en-US/firefox/addon/fix-dark-theme- input-boxes/) ([source](https://gitlab.com/Roboe/userscripts/tree/master /fix-dark-theme-input-boxes/)) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/220263 Title: Bad Firefox integration with dark themes To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/220263/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1711205] [NEW] Xorg freeze
Public bug reported: The screen freezes (with no corruption) when the PC enters standby or screen power saving. The event does not happen when the PC enters standby or screen power saving from the users selection screen. Once the problem happens the only way to recover normal operation is to switch to another VT (ctrl+alt+f*), login as any user and run "sudo service lightdm restart". Until some of the last updates, I was experiencing very serious episodes of screen corruptions that forced me to disable hardware acceleration. Now I can use acceleration with this residual problem. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: xorg 1:7.7+13ubuntu3 Uname: Linux 4.10.8-041008-lowlatency x86_64 .tmp.unity_support_test.0: ApportVersion: 2.20.1-0ubuntu2.10 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: compiz CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0' CompositorUnredirectFSW: true CurrentDesktop: Unity Date: Wed Aug 16 21:11:05 2017 DistUpgraded: Fresh install DistroCodename: xenial DistroVariant: ubuntu ExtraDebuggingInterest: Yes, including running git bisection searches GpuHangFrequency: Continuously GpuHangReproducibility: Yes, I can easily reproduce it GpuHangStarted: Since a couple weeks or more GraphicsCard: NVIDIA Corporation GF116 [GeForce GTX 550 Ti] [10de:1244] (rev a1) (prog-if 00 [VGA controller]) Subsystem: Micro-Star International Co., Ltd. [MSI] GF116 [GeForce GTX 550 Ti] [1462:809d] InstallationDate: Installed on 2016-04-23 (480 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) MachineType: To be filled by O.E.M. To be filled by O.E.M. ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.8-041008-lowlatency root=UUID=116cf640-f3d4-409e-bb36-c01299150422 ro noprompt persistent quiet splash vt.handoff=7 SourcePackage: xorg Symptom: display Title: Xorg freeze UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/07/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 2501 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: M5A99FX PRO R2.0 dmi.board.vendor: ASUSTeK COMPUTER INC. dmi.board.version: Rev 1.xx dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: To Be Filled By O.E.M. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr2501:bd04/07/2014:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A99FXPROR2.0:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: To be filled by O.E.M. version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.1 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.16.04.1 version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.3 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1.2 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2 xserver.bootTime: Wed Aug 16 20:55:06 2017 xserver.configfile: default xserver.errors: Failed to load module "nvidia" (module does not exist, 0) Failed to load module "nvidia" (module does not exist, 0) xserver.logfile: /var/log/Xorg.0.log xserver.version: 2:1.18.4-0ubuntu0.3 xserver.video_driver: nouveau ** Affects: xorg (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug compiz-0.9 freeze ubuntu xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1711205 Title: Xorg freeze To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1711205/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1711205] Re: Xorg freeze
Posted this bug when it was a hot summer day, now we are in the cold of winter now..still no answer or evaluation has happened. I am not sure this is the way free software can actually grow much.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1711205 Title: Xorg freeze To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1711205/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1211672] [NEW] systemanwendung audio crasht; kein sound
Public bug reported: Bitte Hilfe, finde beim googeln keine Lösung! Thks ** Affects: 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/1211672 Title: systemanwendung audio crasht; kein sound To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1211672/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 773645] Re: can't reopen pidgin buddy list in unity
Seriously? I get this question with every release. It's insulting. Why don't you check it your damn self? Take me off this stupid bug spam. Gnome3 is the future. Unity is a failure. On Tue, Jul 17, 2012 at 10:55 AM, Omer Akram wrote: > is that still an issue in Ubuntu 12.04? > > ** Changed in: unity >Status: Confirmed => Incomplete > > ** Changed in: unity (Ubuntu) >Status: Confirmed => Incomplete > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/773645 > > Title: > can't reopen pidgin buddy list in unity > > Status in Unity: > Incomplete > Status in “unity” package in Ubuntu: > Incomplete > > Bug description: > When I start Pidgin in Unity and close the buddy list while I have a > chat window open, I cannot find a way to reopen the buddy list. > > To manage notifications about this bug go to: > https://bugs.launchpad.net/unity/+bug/773645/+subscriptions > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/773645 Title: can't reopen pidgin buddy list in unity To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/773645/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 863788]
Unfortunately, testers like JBF have missed important part of the bug. Under Loo 3.4.4 The graphique is altered like before in 3.4x series, and the data source range is silently and buggy converted to a table series totally disconnected from the initial source. Tested with WinXP 3.4.4, Win7 3.4.4 (no need to test more platforms) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863788 Title: [Upstream] Cannot access 'data series' on libreoffice calc chart To manage notifications about this bug go to: https://bugs.launchpad.net/df-libreoffice/+bug/863788/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1061069]
Printing:Factory if we try to respect what's done on obs. My remark here is how debian like distribution have treated the problem? And thus are the only one distribution actually able to print correctly, compared especially to our 12.2 release? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1061069 Title: CUPS 1.6 has major incompatible changes. Do not use CUPS 1.6.1 on stable Ubuntu releases To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1061069/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 773645] Re: can't reopen pidgin buddy list in unity
On Fri, Dec 2, 2011 at 8:35 AM, Omer Akram wrote: > Is it still an issue in Ubuntu 11.10? > Yes. The bug as reported is still an issue. There seems to be no way to reopen a pidgin buddy list after closing it. If you minimize it you can get it back. It's weird to me that pidgin will even stay running if you close the buddy list, but it will as long as a chat window is open. Before unity you could reopen the buddy list in gnome by clicking the app's icon that indicated it was running. Maybe you should contact pidgin with this bug to see if they can make it work better in unity. They could at least add an option to their menus to open the buddy list. > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/773645 > > Title: > can't reopen pidgin buddy list in unity > > Status in Unity: > Confirmed > Status in “unity” package in Ubuntu: > Confirmed > > Bug description: > When I start Pidgin in Unity and close the buddy list while I have a > chat window open, I cannot find a way to reopen the buddy list. > > To manage notifications about this bug go to: > https://bugs.launchpad.net/unity/+bug/773645/+subscriptions > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/773645 Title: can't reopen pidgin buddy list in unity To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/773645/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 775577] [NEW] problem fetching mails with pop
Public bug reported: Binary package hint: evolution i had ubuntu 10.10 and using evolution for my email without any problems. Then i upgraded to ubuntu 11.04. Now evolution try to fetch my emails but he never ask me for my password. I didn't change my parameters ans all seems ok. It's like evolution can not reach the pop server. It happens just after an upgrade to 11.04 ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: evolution 2.32.2-0ubuntu7 ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2 Uname: Linux 2.6.38-8-generic i686 Architecture: i386 Date: Mon May 2 15:22:08 2011 ExecutablePath: /usr/bin/evolution InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007) ProcEnviron: LANGUAGE=en_GB:en LANG=en_GB.utf8 SHELL=/bin/bash SourcePackage: evolution UpgradeStatus: Upgraded to natty on 2011-05-02 (0 days ago) ** Affects: evolution (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug apport-lpi i386 natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/775577 Title: problem fetching mails with pop -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 775577] Re: problem fetching mails with pop
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/775577 Title: problem fetching mails with pop -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 775577] Re: problem fetching mails with pop
*** This bug is a duplicate of bug 773908 *** https://bugs.launchpad.net/bugs/773908 Yes!!! now it's ok. I've got problems with Update Mager now but it works with an apt-get upgrade. I can survive thanks will > *** This bug is a duplicate of bug 773908 *** > https://bugs.launchpad.net/bugs/773908 > > ** This bug has been marked a duplicate of bug 773908 >Evolution - after upgrading Ubuntu 11.04 could not send receive emails on > pop3 / imap > * You can subscribe to bug 773908 by following this link: > https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/773908/+subscribe > -- DEL NET William ESRF CRG-FAME 6 rue Jules Horowitz, BP220 F-38043 GRENOBLE CEDEX tel: +33 4 76 88 25 46 fax: +33 4 76 88 23 25 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/775577 Title: problem fetching mails with pop -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 715760] Re: -Hotkeys of unity independent application do not work
I have many shortcuts (all my shortcuts in terminal) that use Super. Until this is fixed, there is no way I can use Unity. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/715760 Title: -Hotkeys of unity independent application do not work -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 775577] Re: problem fetching mails with pop
Evolution is unusable. Evolution can not fetch emails with pop or imap server. Even if i create a new account, evolution doesn't work. I tried with Thunderbird, and it works very well. I don't like the interface of Thunderbird. I don't want to use it. I don't understand why evolution can not get emails from the server with pop or imap. Seems to be the same bug as #780373, as #775833, #773908 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/775577 Title: problem fetching mails with pop -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 378258] Re: Network-manager changes hosts in localdomain.localhost since I change the root hard drive
In fact, it's not a network-manager bug, but a bad reinstall of my ubuntu on my new hardrive. I just used partimage to move once again the system on my new hard drive and all right now. Sorry for the inconvenience. LGDN -- Network-manager changes hosts in localdomain.localhost since I change the root hard drive https://bugs.launchpad.net/bugs/378258 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 371943] [NEW] Netmonitors screenlets doesn't display wlan0 traffic
Public bug reported: The Netmonitors screenlet doesn't display wlan0 traffic. But if you install the last version (0.8 here:http://www.gnome-look.org/content/show.php/Net+Monitor?content=72013), it works. It will be better to upgrade to the last version in intrepid and Jaunty. LGDN. ** Affects: screenlets (Ubuntu) Importance: Undecided Status: New ** Description changed: - The Netmonitors screenlet doesn't display wlan0 traffic. But if you install the last version (0.8), it works. + The Netmonitors screenlet doesn't display wlan0 traffic. But if you install the last version (0.8 here:http://www.gnome-look.org/content/show.php/Net+Monitor?content=72013), it works. It will be better to upgrade to the last version in intrepid and Jaunty. LGDN. -- Netmonitors screenlets doesn't display wlan0 traffic https://bugs.launchpad.net/bugs/371943 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 371943] Re: Netmonitors screenlets doesn't display wlan0 traffic
you could directly download it here: http://www.njsoft.iz.rs/netmonitor/en/ http://www.fileden.com/files/2007/8/23/1373806/download/Netmonitor.tar.gz Thanks to the author of this app. LGDN -- Netmonitors screenlets doesn't display wlan0 traffic https://bugs.launchpad.net/bugs/371943 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 378258] [NEW] Network-manager changes hosts in localdomain.localhost since I change the root hard drive
Public bug reported: Hello, I have a BIG BIG problem since I move my ubuntu to a larger hard drive: network-manager give to all application the hostname localdomain.localhost. The consequences: no audio, no internet... If I change manually the /etc/hosts file, Network-Manager change it at the next boot. To reinstall my system to another drive, I used this method: 1) compress all the drive: tar --exclude /media/* --exclude /proc/* --exclude /sys/* -zcfv /backupdrive/ubuntu.tar.gz / 2) I extract all the files on the new hard drive: tar zxfv /backupdrive/ubuntu.tar.gz /newdrive 3) I update grub menu and fstab with the new uuid hard drive At the reboot, I saw on gdm screen: localdomain.localhost I logged to my account and I had no sound or network. The gnome applets sound was disabled and the network-manager applet didn't launch. I tried to launch it manually: #nm-applet --sm-disable ** (nm-applet:7869): WARNING **: applet_dbus_manager_start_service(): Could not acquire the NetworkManagerUserSettings service. Message: 'Connection ":1.58" is not allowed to own the service "org.freedesktop.NetworkManagerUserSettings" due to security policies in the configuration file' To resolve the audio problem, I had to add my user in the audio group (why it runs well on my last hard drive?). this is the groups my user have: adm mail dialout cdrom audio plugdev lpadmin admin sambashare Please heppp!!! I don't understand the reason of this problems, I just move files with identical rights to another drive. LGDN. To resolve this problem temporaly, I uninstalled NM and I'm returning use /etc/interfaces. ** Affects: network-manager (Ubuntu) Importance: Undecided Status: New -- Network-manager changes hosts in localdomain.localhost since I change the root hard drive https://bugs.launchpad.net/bugs/378258 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 378258] Re: Network-manager changes hosts in localdomain.localhost since I change the root hard drive
I forgot: I'm using a jaunty distribution updated from a intrepid install. Network manager changes the hostname only for the hard rive change. Thanks for your help. LGDN. -- Network-manager changes hosts in localdomain.localhost since I change the root hard drive https://bugs.launchpad.net/bugs/378258 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 295536] Re: cups-pdf fails bad status reported and no pdf created
for me only this command solved the problem: sudo aa-complain cupsd after that command, I printed a pdf, the PDF folder appear in my HOME folder with the pdf inside. LGDN -- cups-pdf fails bad status reported and no pdf created https://bugs.launchpad.net/bugs/295536 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 328747] Re: Transmission ignores bandwidth-limits
I had the same problem, very annoying. You could update the intrepid package with this unofficial depot: http://forum.transmissionbt.com/viewtopic.php?f=13&t=5604 Have fun. LGDN -- Transmission ignores bandwidth-limits https://bugs.launchpad.net/bugs/328747 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 561370] [NEW] gnome-terminal transparency no longer works in lucid
Public bug reported: Binary package hint: gnome-terminal Hello, the transparency in gnome-terminal on LUCID no longer works, I have only solid color, whatever changes I make in the profil. Thanks for your help. LGDN. ** Affects: gnome-terminal (Ubuntu) Importance: Undecided Status: New -- gnome-terminal transparency no longer works in lucid https://bugs.launchpad.net/bugs/561370 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 555133] Re: xorg problem with custom cursors
I have the same problem on another computer with intel video graphic card. When I'm using a cursor theme, the personnalized cursor does not appear on the gnome-panel, desktop area, awn, windows icon and bar. But appears on icon on the desktop, inside windows (not metacity). If my description is not enough clear or understandable, I could make a video of this problem. Thanks. LGDN. -- xorg problem with custom cursors https://bugs.launchpad.net/bugs/555133 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 561370] Re: gnome-terminal transparency no longer works in lucid
I changed the profil like this: solid color. I closed gnome terminal. I put again transparency background on in profil. I closed gnome-terminal. At next start I obtain transparency again. I think it's an update of this program that made transparency off. LGDN. -- gnome-terminal transparency no longer works in lucid https://bugs.launchpad.net/bugs/561370 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 561370] Re: gnome-terminal transparency no longer works in lucid
This is a real bug wich appears after ubuntu update package. On another computer wich had terminal transparency, same bug, same resolution. LGDN. Le 12/04/2010 13:13, Omer Akram a écrit : > The problem came and gone. marking invalid. Thanks for the bug report > > ** Changed in: gnome-terminal (Ubuntu) >Importance: Undecided => Low > > ** Changed in: gnome-terminal (Ubuntu) >Status: New => Invalid > > -- gnome-terminal transparency no longer works in lucid https://bugs.launchpad.net/bugs/561370 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 553702] [NEW] package mplayer 2:1.0~r c3+svn20090426-1ubuntu16 failed to install/upgrade: tent ative de remplacement de « /usr/share/apport/pac kage-hooks/source_mplayer.py », qui appart ient aus
Public bug reported: Binary package hint: mplayer Hello, error during apt-get upgrade bteween mplayer-nogui et mplayer. Thanks. LGDN. ProblemType: Package DistroRelease: Ubuntu 10.04 Package: mplayer 2:1.0~rc3+svn20090426-1ubuntu16 ProcVersionSignature: Ubuntu 2.6.32-18.27-generic 2.6.32.10+drm33.1 Uname: Linux 2.6.32-18-generic i686 NonfreeKernelModules: nvidia AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21. Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: romain 1542 F pulseaudio /dev/snd/pcmC0D0p: romain 1542 F...m pulseaudio /dev/snd/controlC1: romain 1542 F pulseaudio Card0.Amixer.info: Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 16' Mixer name : 'Realtek ALC1200' Components : 'HDA:10ec0888,103c2a5e,00100101' Controls : 38 Simple ctrls : 21 Card1.Amixer.info: Card hw:1 'Q9000'/'Logitech, Inc. QuickCam Pro 9000 at usb-:00:1d.7-4, high speed' Mixer name : 'USB Mixer' Components : 'USB046d:0990' Controls : 2 Simple ctrls : 1 Card1.Amixer.values: Simple mixer control 'Mic',0 Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum Capture channels: Mono Limits: Capture 0 - 3072 Mono: Capture 0 [0%] [18.00dB] [on] Date: Fri Apr 2 02:09:22 2010 ErrorMessage: tentative de remplacement de « /usr/share/apport/package-hooks/source_mplayer.py », qui appartient aussi au paquet mplayer-nogui 2:1.0~rc3+svn20091207-0ubuntu1~karmic~nvidiavdpauppa11 RelatedPackageVersions: libavcodec52 N/A libavcodec-extra-52 4:0.5.1-1ubuntu1+medibuntu1 SourcePackage: mplayer Title: package mplayer 2:1.0~rc3+svn20090426-1ubuntu16 failed to install/upgrade: tentative de remplacement de « /usr/share/apport/package-hooks/source_mplayer.py », qui appartient aussi au paquet mplayer-nogui 2:1.0~rc3+svn20091207-0ubuntu1~karmic~nvidiavdpauppa11 dmi.bios.date: 07/27/2007 dmi.bios.vendor: Phoenix Technologies, LTD dmi.bios.version: 5.21 dmi.board.name: Leonite2 dmi.board.vendor: ASUSTek Computer INC. dmi.board.version: 6.00 dmi.chassis.type: 3 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: dmi.modalias: dmi:bvnPhoenixTechnologies,LTD:bvr5.21:bd07/27/2007:svnHP-Pavilion:pnGX598AA-ABFa6221.fr:pvr:rvnASUSTekComputerINC.:rnLeonite2:rvr6.00:cvnHewlett-Packard:ct3:cvr: dmi.product.name: GX598AA-ABF a6221.fr dmi.sys.vendor: HP-Pavilion system: distro = Ubuntu, architecture = i686, kernel = 2.6.32-18-generic ** Affects: mplayer (Ubuntu) Importance: Undecided Status: New -- package mplayer 2:1.0~rc3+svn20090426-1ubuntu16 failed to install/upgrade: tentative de remplacement de « /usr/share/apport/package-hooks/source_mplayer.py », qui appartient aussi au paquet mplayer-nogui 2:1.0~rc3+svn20091207-0ubuntu1~karmic~nvidiavdpauppa11 https://bugs.launchpad.net/bugs/553702 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 553702] Re: package mplayer 2:1.0~rc3+s vn20090426-1ubuntu16 failed to install/upgrade: tentativ e de remplacement de « /usr/share/apport/package -hooks/source_mplayer.py », qui appartient aussi
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/42839142/AlsaDevices.txt ** Attachment added: "AplayDevices.txt" http://launchpadlibrarian.net/42839144/AplayDevices.txt ** Attachment added: "AptOrdering.txt" http://launchpadlibrarian.net/42839145/AptOrdering.txt ** Attachment added: "ArecordDevices.txt" http://launchpadlibrarian.net/42839147/ArecordDevices.txt ** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/42839148/BootDmesg.txt ** Attachment added: "Card0.Amixer.values.txt" http://launchpadlibrarian.net/42839150/Card0.Amixer.values.txt ** Attachment added: "Card0.Codecs.codec.2.txt" http://launchpadlibrarian.net/42839152/Card0.Codecs.codec.2.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/42839153/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/42839155/Dependencies.txt ** Attachment added: "Df.txt" http://launchpadlibrarian.net/42839157/Df.txt ** Attachment added: "Dmesg.txt" http://launchpadlibrarian.net/42839158/Dmesg.txt ** Attachment added: "DpkgTerminalLog.txt" http://launchpadlibrarian.net/42839159/DpkgTerminalLog.txt ** Attachment added: "PciMultimedia.txt" http://launchpadlibrarian.net/42839160/PciMultimedia.txt ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/42839161/ProcCpuinfo.txt ** Attachment added: "SystemConf.txt" http://launchpadlibrarian.net/42839162/SystemConf.txt -- package mplayer 2:1.0~rc3+svn20090426-1ubuntu16 failed to install/upgrade: tentative de remplacement de « /usr/share/apport/package-hooks/source_mplayer.py », qui appartient aussi au paquet mplayer-nogui 2:1.0~rc3+svn20091207-0ubuntu1~karmic~nvidiavdpauppa11 https://bugs.launchpad.net/bugs/553702 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 555135] [NEW] xorg problem with custom cursors
Public bug reported: Binary package hint: xorg Hello, since I'm on lucid, my cursor theme is not very functionnal: it depends on the application, the cursor is the xorg defaut or, in frifox, the cursor theme. On the desktop, awn, gnome panel it's the xorg default. IIf I change the cursor theme with another, same bug, so it's not the theme but XOrg that doesn't use the cursor theme correctly. I hope this help you to give Ubuntu better and better ;-) Thanks. LGDN ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: xorg 1:7.5+3ubuntu1 ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1 Uname: Linux 2.6.32-19-generic i686 NonfreeKernelModules: nvidia Architecture: i386 Date: Sun Apr 4 14:35:21 2010 MachineType: HP-Pavilion GX598AA-ABF a6221.fr ProcCmdLine: root=UUID=32fde935-d672-446f-8502-7cf931fc0385 ro quiet splash ProcEnviron: PATH=(custom, user) LANG=fr_FR.utf8 SHELL=/bin/bash SourcePackage: xorg dmi.bios.date: 07/27/2007 dmi.bios.vendor: Phoenix Technologies, LTD dmi.bios.version: 5.21 dmi.board.name: Leonite2 dmi.board.vendor: ASUSTek Computer INC. dmi.board.version: 6.00 dmi.chassis.type: 3 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: dmi.modalias: dmi:bvnPhoenixTechnologies,LTD:bvr5.21:bd07/27/2007:svnHP-Pavilion:pnGX598AA-ABFa6221.fr:pvr:rvnASUSTekComputerINC.:rnLeonite2:rvr6.00:cvnHewlett-Packard:ct3:cvr: dmi.product.name: GX598AA-ABF a6221.fr dmi.sys.vendor: HP-Pavilion system: distro: Ubuntu codename: lucid architecture: i686 kernel: 2.6.32-19-generic ** Affects: xorg (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 lucid -- xorg problem with custom cursors https://bugs.launchpad.net/bugs/555135 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 555135] Re: xorg problem with custom cursors
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/43072857/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/43072858/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/43072859/Dependencies.txt ** Attachment added: "DkmsStatus.txt" http://launchpadlibrarian.net/43072860/DkmsStatus.txt ** Attachment added: "GdmLog.txt" http://launchpadlibrarian.net/43072861/GdmLog.txt ** Attachment added: "GdmLog1.txt" http://launchpadlibrarian.net/43072862/GdmLog1.txt ** Attachment added: "GdmLog2.txt" http://launchpadlibrarian.net/43072863/GdmLog2.txt ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/43072864/Lspci.txt ** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/43072865/Lsusb.txt ** Attachment added: "PciDisplay.txt" http://launchpadlibrarian.net/43072866/PciDisplay.txt ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/43072867/ProcCpuinfo.txt ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/43072868/ProcInterrupts.txt ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/43072869/ProcModules.txt ** Attachment added: "RelatedPackageVersions.txt" http://launchpadlibrarian.net/43072870/RelatedPackageVersions.txt ** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/43072871/UdevDb.txt ** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/43072872/UdevLog.txt ** Attachment added: "XorgConf.txt" http://launchpadlibrarian.net/43072873/XorgConf.txt ** Attachment added: "XorgLog.txt" http://launchpadlibrarian.net/43072874/XorgLog.txt ** Attachment added: "XorgLogOld.txt" http://launchpadlibrarian.net/43072875/XorgLogOld.txt ** Attachment added: "Xrandr.txt" http://launchpadlibrarian.net/43072876/Xrandr.txt ** Attachment added: "glxinfo.txt" http://launchpadlibrarian.net/43072877/glxinfo.txt ** Attachment added: "monitors.xml.txt" http://launchpadlibrarian.net/43072878/monitors.xml.txt ** Attachment added: "setxkbmap.txt" http://launchpadlibrarian.net/43072879/setxkbmap.txt ** Attachment added: "xdpyinfo.txt" http://launchpadlibrarian.net/43072880/xdpyinfo.txt ** Attachment added: "xkbcomp.txt" http://launchpadlibrarian.net/43072881/xkbcomp.txt -- xorg problem with custom cursors https://bugs.launchpad.net/bugs/555135 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 555134] [NEW] xorg problem with custom cursors
Public bug reported: Binary package hint: xorg Hello, since I'm on lucid, my cursor theme is not very functionnal: it depends on the application, the cursor is the xorg defaut or, in frifox, the crusor theme. On the desktop, awn, gnome panel it's the xorg default. IIf I change the cursor theme with another, same bug, so it's not the theme but XOrg that doesn't use the cursor theme correctly. I hope this help you to give Ubuntu better and better ;-) Thanks. LGDN ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: xorg 1:7.5+3ubuntu1 ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1 Uname: Linux 2.6.32-19-generic i686 NonfreeKernelModules: nvidia Architecture: i386 Date: Sun Apr 4 14:35:21 2010 MachineType: HP-Pavilion GX598AA-ABF a6221.fr ProcCmdLine: root=UUID=32fde935-d672-446f-8502-7cf931fc0385 ro quiet splash ProcEnviron: PATH=(custom, user) LANG=fr_FR.utf8 SHELL=/bin/bash SourcePackage: xorg dmi.bios.date: 07/27/2007 dmi.bios.vendor: Phoenix Technologies, LTD dmi.bios.version: 5.21 dmi.board.name: Leonite2 dmi.board.vendor: ASUSTek Computer INC. dmi.board.version: 6.00 dmi.chassis.type: 3 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: dmi.modalias: dmi:bvnPhoenixTechnologies,LTD:bvr5.21:bd07/27/2007:svnHP-Pavilion:pnGX598AA-ABFa6221.fr:pvr:rvnASUSTekComputerINC.:rnLeonite2:rvr6.00:cvnHewlett-Packard:ct3:cvr: dmi.product.name: GX598AA-ABF a6221.fr dmi.sys.vendor: HP-Pavilion system: distro: Ubuntu codename: lucid architecture: i686 kernel: 2.6.32-19-generic ** Affects: xorg (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 lucid -- xorg problem with custom cursors https://bugs.launchpad.net/bugs/555134 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 555134] Re: xorg problem with custom cursors
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/43072857/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/43072858/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/43072859/Dependencies.txt ** Attachment added: "DkmsStatus.txt" http://launchpadlibrarian.net/43072860/DkmsStatus.txt ** Attachment added: "GdmLog.txt" http://launchpadlibrarian.net/43072861/GdmLog.txt ** Attachment added: "GdmLog1.txt" http://launchpadlibrarian.net/43072862/GdmLog1.txt ** Attachment added: "GdmLog2.txt" http://launchpadlibrarian.net/43072863/GdmLog2.txt ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/43072864/Lspci.txt ** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/43072865/Lsusb.txt ** Attachment added: "PciDisplay.txt" http://launchpadlibrarian.net/43072866/PciDisplay.txt ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/43072867/ProcCpuinfo.txt ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/43072868/ProcInterrupts.txt ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/43072869/ProcModules.txt ** Attachment added: "RelatedPackageVersions.txt" http://launchpadlibrarian.net/43072870/RelatedPackageVersions.txt ** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/43072871/UdevDb.txt ** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/43072872/UdevLog.txt ** Attachment added: "XorgConf.txt" http://launchpadlibrarian.net/43072873/XorgConf.txt ** Attachment added: "XorgLog.txt" http://launchpadlibrarian.net/43072874/XorgLog.txt ** Attachment added: "XorgLogOld.txt" http://launchpadlibrarian.net/43072875/XorgLogOld.txt ** Attachment added: "Xrandr.txt" http://launchpadlibrarian.net/43072876/Xrandr.txt ** Attachment added: "glxinfo.txt" http://launchpadlibrarian.net/43072877/glxinfo.txt ** Attachment added: "monitors.xml.txt" http://launchpadlibrarian.net/43072878/monitors.xml.txt ** Attachment added: "setxkbmap.txt" http://launchpadlibrarian.net/43072879/setxkbmap.txt ** Attachment added: "xdpyinfo.txt" http://launchpadlibrarian.net/43072880/xdpyinfo.txt ** Attachment added: "xkbcomp.txt" http://launchpadlibrarian.net/43072881/xkbcomp.txt -- xorg problem with custom cursors https://bugs.launchpad.net/bugs/555134 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 555133] [NEW] xorg problem with custom cursors
Public bug reported: Binary package hint: xorg Hello, since I'm on lucid, my cursor theme is not very functionnal: it depends on the application, the cursor is the xorg defaut or, in frifox, the crusor theme. On the desktop, awn, gnome panel it's the xorg default. If I change the cursor theme with another, same bug, so it's not the theme but XOrg that doesn't use the cursor theme correctly. I hope this help you to give Ubuntu better and better ;-) Thanks. LGDN ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: xorg 1:7.5+3ubuntu1 ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1 Uname: Linux 2.6.32-19-generic i686 NonfreeKernelModules: nvidia Architecture: i386 Date: Sun Apr 4 14:35:21 2010 MachineType: HP-Pavilion GX598AA-ABF a6221.fr ProcCmdLine: root=UUID=32fde935-d672-446f-8502-7cf931fc0385 ro quiet splash ProcEnviron: PATH=(custom, user) LANG=fr_FR.utf8 SHELL=/bin/bash SourcePackage: xorg dmi.bios.date: 07/27/2007 dmi.bios.vendor: Phoenix Technologies, LTD dmi.bios.version: 5.21 dmi.board.name: Leonite2 dmi.board.vendor: ASUSTek Computer INC. dmi.board.version: 6.00 dmi.chassis.type: 3 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: dmi.modalias: dmi:bvnPhoenixTechnologies,LTD:bvr5.21:bd07/27/2007:svnHP-Pavilion:pnGX598AA-ABFa6221.fr:pvr:rvnASUSTekComputerINC.:rnLeonite2:rvr6.00:cvnHewlett-Packard:ct3:cvr: dmi.product.name: GX598AA-ABF a6221.fr dmi.sys.vendor: HP-Pavilion system: distro: Ubuntu codename: lucid architecture: i686 kernel: 2.6.32-19-generic ** Affects: xorg (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 lucid -- xorg problem with custom cursors https://bugs.launchpad.net/bugs/555133 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 555133] Re: xorg problem with custom cursors
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/43072857/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/43072858/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/43072859/Dependencies.txt ** Attachment added: "DkmsStatus.txt" http://launchpadlibrarian.net/43072860/DkmsStatus.txt ** Attachment added: "GdmLog.txt" http://launchpadlibrarian.net/43072861/GdmLog.txt ** Attachment added: "GdmLog1.txt" http://launchpadlibrarian.net/43072862/GdmLog1.txt ** Attachment added: "GdmLog2.txt" http://launchpadlibrarian.net/43072863/GdmLog2.txt ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/43072864/Lspci.txt ** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/43072865/Lsusb.txt ** Attachment added: "PciDisplay.txt" http://launchpadlibrarian.net/43072866/PciDisplay.txt ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/43072867/ProcCpuinfo.txt ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/43072868/ProcInterrupts.txt ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/43072869/ProcModules.txt ** Attachment added: "RelatedPackageVersions.txt" http://launchpadlibrarian.net/43072870/RelatedPackageVersions.txt ** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/43072871/UdevDb.txt ** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/43072872/UdevLog.txt ** Attachment added: "XorgConf.txt" http://launchpadlibrarian.net/43072873/XorgConf.txt ** Attachment added: "XorgLog.txt" http://launchpadlibrarian.net/43072874/XorgLog.txt ** Attachment added: "XorgLogOld.txt" http://launchpadlibrarian.net/43072875/XorgLogOld.txt ** Attachment added: "Xrandr.txt" http://launchpadlibrarian.net/43072876/Xrandr.txt ** Attachment added: "glxinfo.txt" http://launchpadlibrarian.net/43072877/glxinfo.txt ** Attachment added: "monitors.xml.txt" http://launchpadlibrarian.net/43072878/monitors.xml.txt ** Attachment added: "setxkbmap.txt" http://launchpadlibrarian.net/43072879/setxkbmap.txt ** Attachment added: "xdpyinfo.txt" http://launchpadlibrarian.net/43072880/xdpyinfo.txt ** Attachment added: "xkbcomp.txt" http://launchpadlibrarian.net/43072881/xkbcomp.txt -- xorg problem with custom cursors https://bugs.launchpad.net/bugs/555133 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 591631] [NEW] xbox 360 pad take control of the mouse
Public bug reported: Binary package hint: xserver-xorg-input-evdev Hello, when I plug my xbox 360 pad, it takes the control of the mouse and the cursor moves in all directions. If I open another vt (ctrl+alt+f1 or fn+1) and come back to my graphic vt, I could use the mouse again. But if I use the pad, the mouse is uncontrollable. Thanks for your help. LGDN ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: xserver-xorg-input-evdev 1:2.3.2-5ubuntu1 ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2 Uname: Linux 2.6.32-22-generic i686 NonfreeKernelModules: nvidia Architecture: i386 Date: Wed Jun 9 10:25:01 2010 DkmsStatus: nvidia-current, 195.36.15, 2.6.32-22-generic, i686: installed vboxnetadp, 3.1.8, 2.6.32-22-generic, i686: installed vboxnetflt, 3.1.8, 2.6.32-22-generic, i686: installed vboxdrv, 3.1.8, 2.6.32-22-generic, i686: installed MachineType: HP-Pavilion GX598AA-ABF a6221.fr ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic root=UUID=32fde935-d672-446f-8502-7cf931fc0385 ro nomodeset ProcEnviron: PATH=(custom, user) LANG=fr_FR.utf8 SHELL=/bin/bash SourcePackage: xserver-xorg-input-evdev dmi.bios.date: 07/27/2007 dmi.bios.vendor: Phoenix Technologies, LTD dmi.bios.version: 5.21 dmi.board.name: Leonite2 dmi.board.vendor: ASUSTek Computer INC. dmi.board.version: 6.00 dmi.chassis.type: 3 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: dmi.modalias: dmi:bvnPhoenixTechnologies,LTD:bvr5.21:bd07/27/2007:svnHP-Pavilion:pnGX598AA-ABFa6221.fr:pvr:rvnASUSTekComputerINC.:rnLeonite2:rvr6.00:cvnHewlett-Packard:ct3:cvr: dmi.product.name: GX598AA-ABF a6221.fr dmi.sys.vendor: HP-Pavilion system: distro: Ubuntu codename: lucid architecture: i686 kernel: 2.6.32-22-generic ** Affects: xserver-xorg-input-evdev (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 lucid -- xbox 360 pad take control of the mouse https://bugs.launchpad.net/bugs/591631 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 591631] Re: xbox 360 pad take control of the mouse
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/4106/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/4107/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/4108/Dependencies.txt ** Attachment added: "GdmLog.txt" http://launchpadlibrarian.net/4109/GdmLog.txt ** Attachment added: "GdmLog1.txt" http://launchpadlibrarian.net/4110/GdmLog1.txt ** Attachment added: "GdmLog2.txt" http://launchpadlibrarian.net/4111/GdmLog2.txt ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/4112/Lspci.txt ** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/4113/Lsusb.txt ** Attachment added: "PciDisplay.txt" http://launchpadlibrarian.net/4114/PciDisplay.txt ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/4115/ProcCpuinfo.txt ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/4116/ProcInterrupts.txt ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/4118/ProcModules.txt ** Attachment added: "RelatedPackageVersions.txt" http://launchpadlibrarian.net/4119/RelatedPackageVersions.txt ** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/4120/UdevDb.txt ** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/4121/UdevLog.txt ** Attachment added: "XorgConf.txt" http://launchpadlibrarian.net/4122/XorgConf.txt ** Attachment added: "XorgLog.txt" http://launchpadlibrarian.net/4123/XorgLog.txt ** Attachment added: "XorgLogOld.txt" http://launchpadlibrarian.net/4124/XorgLogOld.txt ** Attachment added: "Xrandr.txt" http://launchpadlibrarian.net/4125/Xrandr.txt ** Attachment added: "glxinfo.txt" http://launchpadlibrarian.net/4126/glxinfo.txt ** Attachment added: "monitors.xml.txt" http://launchpadlibrarian.net/4127/monitors.xml.txt ** Attachment added: "setxkbmap.txt" http://launchpadlibrarian.net/4128/setxkbmap.txt ** Attachment added: "xdpyinfo.txt" http://launchpadlibrarian.net/4129/xdpyinfo.txt ** Attachment added: "xkbcomp.txt" http://launchpadlibrarian.net/4130/xkbcomp.txt -- xbox 360 pad take control of the mouse https://bugs.launchpad.net/bugs/591631 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 591733] [NEW] epiphany browser do not save web page with picture
Public bug reported: Binary package hint: epiphany-browser Hello, I have this bug for several month, perrhaps more: save a web page on your hard disk with epiphany, launch the web page, you don't have the pictures. With the page web it saves a folder with the picture but the links are wrong or the picture are not saved. Thanks for your help. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: epiphany-browser 2.30.2-1ubuntu1.1 ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2 Uname: Linux 2.6.32-22-generic i686 NonfreeKernelModules: nvidia Architecture: i386 Date: Wed Jun 9 15:26:30 2010 ProcEnviron: PATH=(custom, user) LANG=fr_FR.utf8 SHELL=/bin/bash SourcePackage: epiphany-browser ** Affects: epiphany-browser (Ubuntu) Importance: Undecided Status: New -- epiphany browser do not save web page with picture https://bugs.launchpad.net/bugs/591733 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 591733] Re: epiphany browser do not save web page with picture
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/50011862/Dependencies.txt -- epiphany browser do not save web page with picture https://bugs.launchpad.net/bugs/591733 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 555133] Re: xorg problem with custom cursors
I found on a forum this solution: in the /home/your_home_folder/.icons, rename the cursor folder name "default", then open his index.theme and replace Inherits=core by Inherits=your_cursor_theme_name It works! But why I have to do that? Finally are you sure it's a nvidia bug? LGDN -- xorg problem with custom cursors https://bugs.launchpad.net/bugs/555133 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 555133] Re: xorg problem with custom cursors
another thiçng: the bug only appearing when compiz is on. If compiz is disabled, my cursor have the correct cursor theme. LGDN -- xorg problem with custom cursors https://bugs.launchpad.net/bugs/555133 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 1906292] [NEW] audio device changed after unlock gdm
Public bug reported: Hello, after a long time of inactivites, my session automatically locked (GDM). When I unlock it, I can no more hear audio, device is set to spdif instead of hdmi/displayport2. I have to kill pulseaudio to retablish the good device hdmi/displayport2. It's a very annoying bug. Thank you for your help. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: pulseaudio 1:13.99.1-1ubuntu3.8 ProcVersionSignature: Ubuntu 5.4.0-54.60-generic 5.4.65 Uname: Linux 5.4.0-54-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20.11-0ubuntu27.13 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: romain419906 F pulseaudio /dev/snd/pcmC1D7p: romain419906 F...m pulseaudio /dev/snd/controlC0: romain419906 F pulseaudio CasperMD5CheckResult: skip CurrentDesktop: GNOME Date: Mon Nov 30 19:17:44 2020 InstallationDate: Installed on 2012-07-07 (3068 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=fr_FR.UTF-8 SHELL=/bin/bash SourcePackage: pulseaudio UpgradeStatus: Upgraded to focal on 2020-04-03 (241 days ago) dmi.bios.date: 09/29/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: V2.12 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: Z77A-G45 (MS-7752) dmi.board.vendor: MSI dmi.board.version: 1.0 dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: MSI dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrV2.12:bd09/29/2013:svnMSI:pnMS-7752:pvr1.0:rvnMSI:rnZ77A-G45(MS-7752):rvr1.0:cvnMSI:ct3:cvr1.0: dmi.product.family: To be filled by O.E.M. dmi.product.name: MS-7752 dmi.product.sku: To be filled by O.E.M. dmi.product.version: 1.0 dmi.sys.vendor: MSI ** Affects: pulseaudio (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906292 Title: audio device changed after unlock gdm To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1906292/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1888598] Re: Pulseaudio breaks HDMI audio on sleep/wake
This bug does no more happened since several weeks on my Ubuntu 20.04/Nvidia card GTX770 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1888598 Title: Pulseaudio breaks HDMI audio on sleep/wake To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1888598/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1772578] Re: [Nvidia HDA] audio crackling
I can no more reproduce this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772578 Title: [Nvidia HDA] audio crackling To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1772578/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1888598] Re: Pulseaudio breaks HDMI audio on sleep/wake
is this a pulseaudio bug ? If so where are reported the bug upstream, someone has a link? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1888598 Title: Pulseaudio breaks HDMI audio on sleep/wake To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1888598/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1772578] [NEW] audio crackling
Public bug reported: Hello, on Ubuntu this bug regularly appearing: audio suddenly crackling for all softwares. If I restart pulseaudio, it changes nothing. But if I restart gnome-shell ("alt+F2", type "r"), the audio no more crackling. I had this bug for Ubuntu 17.10 and perhaps 17.04 too. Thank you for your help. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: pulseaudio 1:11.1-1ubuntu7 ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17 Uname: Linux 4.15.0-20-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20.9-0ubuntu7 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/pcmC0D7p: romain 3648 F...m pulseaudio /dev/snd/controlC0: romain 3648 F pulseaudio CurrentDesktop: GNOME Date: Tue May 22 07:56:34 2018 InstallationDate: Installed on 2012-07-07 (2144 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) ProcEnviron: TERM=xterm PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=fr_FR.UTF-8 SHELL=/bin/bash SourcePackage: pulseaudio UpgradeStatus: Upgraded to bionic on 2018-04-05 (47 days ago) dmi.bios.date: 09/29/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: V2.12 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: Z77A-G45 (MS-7752) dmi.board.vendor: MSI dmi.board.version: 1.0 dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: MSI dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrV2.12:bd09/29/2013:svnMSI:pnMS-7752:pvr1.0:rvnMSI:rnZ77A-G45(MS-7752):rvr1.0:cvnMSI:ct3:cvr1.0: dmi.product.family: To be filled by O.E.M. dmi.product.name: MS-7752 dmi.product.version: 1.0 dmi.sys.vendor: MSI ** Affects: pulseaudio (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772578 Title: audio crackling To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1772578/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1772578] Re: [Nvidia HDA] audio crackling
$ ps auxw |grep pulseaudio gdm 1575 0.0 0.0 1075700 5444 ?Ssl mai16 0:00 /usr/bin/pulseaudio --daemonize=no legluondunet3648 0.3 0.2 1896348 19312 ? Shttps://bugs.launchpad.net/bugs/1772578 Title: [Nvidia HDA] audio crackling To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1772578/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1772578] Re: [Nvidia HDA] audio crackling
all sounds, all audio crackling -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772578 Title: [Nvidia HDA] audio crackling To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1772578/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1552668] Re: BUG: unable to handle kernel paging request at 00007f4cd3dac000
Ubuntu xenial crashed when I unplugged my USB 3 key. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1552668 Title: BUG: unable to handle kernel paging request at 7f4cd3dac000 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1552668/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1554586] [NEW] plymouth disappear, only the animated logo stays
Public bug reported: Hello, during bootup, plymouth animation is unstable, only the logo stays on the screen. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: plymouth 0.9.2-3ubuntu10 ProcVersionSignature: Ubuntu 4.4.0-11.26-generic 4.4.4 Uname: Linux 4.4.0-11-generic x86_64 NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia ApportVersion: 2.20-0ubuntu3 Architecture: amd64 BootLog: /dev/sda1: clean, 2232933/122101760 files, 406649918/488378112 blocks CurrentDesktop: GNOME Date: Tue Mar 8 15:03:11 2016 DefaultPlymouth: /usr/share/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.plymouth InstallationDate: Installed on 2012-07-07 (1340 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MachineType: MSI MS-7752 ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-11-generic root=UUID=0f08ee3a-4677-4c05-ab94-5d9805be3326 ro quiet splash ProcFB: 0 VESA VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-11-generic root=UUID=0f08ee3a-4677-4c05-ab94-5d9805be3326 ro quiet splash SourcePackage: plymouth TextPlymouth: /usr/share/plymouth/themes/ubuntu-gnome-text/ubuntu-gnome-text.plymouth UpgradeStatus: Upgraded to xenial on 2016-01-31 (36 days ago) dmi.bios.date: 06/19/2012 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: V2.5 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: Z77A-G45 (MS-7752) dmi.board.vendor: MSI dmi.board.version: 1.0 dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: MSI dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrV2.5:bd06/19/2012:svnMSI:pnMS-7752:pvr1.0:rvnMSI:rnZ77A-G45(MS-7752):rvr1.0:cvnMSI:ct3:cvr1.0: dmi.product.name: MS-7752 dmi.product.version: 1.0 dmi.sys.vendor: MSI ** Affects: plymouth (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1554586 Title: plymouth disappear, only the animated logo stays To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1554586/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1744497] [NEW] plymouth animation broken
Public bug reported: Hello, my plymouth animation is broke,n for several Ubuntu version. I joined you pictures. Thank you for your help. ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: plymouth 0.9.2-3ubuntu17 ProcVersionSignature: Ubuntu 4.13.0-25.29-generic 4.13.13 Uname: Linux 4.13.0-25-generic x86_64 NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia ApportVersion: 2.20.7-0ubuntu3.7 Architecture: amd64 BootLog: CurrentDesktop: GNOME Date: Sat Jan 20 21:44:23 2018 DefaultPlymouth: /usr/share/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.plymouth InstallationDate: Installed on 2012-07-07 (2023 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MachineType: MSI MS-7752 ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-25-generic.efi.signed root=UUID=e97c3de9-0d45-4a7f-a7b6-abd5ccdfa540 ro quiet splash vt.handoff=7 ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=fr_FR.UTF-8 SHELL=/bin/bash ProcFB: 0 EFI VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-25-generic.efi.signed root=UUID=e97c3de9-0d45-4a7f-a7b6-abd5ccdfa540 ro quiet splash vt.handoff=7 SourcePackage: plymouth TextPlymouth: /usr/share/plymouth/themes/ubuntu-gnome-text/ubuntu-gnome-text.plymouth UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 09/29/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: V2.12 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: Z77A-G45 (MS-7752) dmi.board.vendor: MSI dmi.board.version: 1.0 dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: MSI dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrV2.12:bd09/29/2013:svnMSI:pnMS-7752:pvr1.0:rvnMSI:rnZ77A-G45(MS-7752):rvr1.0:cvnMSI:ct3:cvr1.0: dmi.product.family: To be filled by O.E.M. dmi.product.name: MS-7752 dmi.product.version: 1.0 dmi.sys.vendor: MSI ** Affects: plymouth (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug artful ** Attachment added: "plymouth-bug.zip" https://bugs.launchpad.net/bugs/1744497/+attachment/5040171/+files/plymouth-bug.zip -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1744497 Title: plymouth animation broken To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1744497/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1181828] Re: macbook air 2,1 no sound
I tried the new Ubuntu 3.13 kernel, still no sound. I opened a bug on kernel bug tracker: https://bugzilla.kernel.org/show_bug.cgi?id=65681 ** Bug watch added: Linux Kernel Bug Tracker #65681 http://bugzilla.kernel.org/show_bug.cgi?id=65681 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1181828 Title: macbook air 2,1 no sound To manage notifications about this bug go to: https://bugs.launchpad.net/alsa-driver/+bug/1181828/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1132033]
For me bug is sgone on Ubuntu 13.10 with catalyst 13.11. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1132033 Title: Gnome-Shell activities shows black background To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-shell/+bug/1132033/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1265914] [NEW] mailnag regurlarly crash
Public bug reported: Hello, mailnag regurlarly crash for two weeks. Thank you for your help. LGDN. ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: mailnag 0.5.2-1 ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10 Uname: Linux 3.11.0-15-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.12.5-0ubuntu2.2 Architecture: amd64 Date: Fri Jan 3 21:53:05 2014 InstallationDate: Installed on 2012-07-07 (545 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True PackageArchitecture: all SourcePackage: mailnag UpgradeStatus: Upgraded to saucy on 2013-10-17 (78 days ago) ** Affects: mailnag (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug gnome3-ppa saucy third-party-packages -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1265914 Title: mailnag regurlarly crash To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mailnag/+bug/1265914/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1266026] Re: dkms no more compile module
$ sudo dkms autoinstall Error! Could not locate dkms.conf file. File: does not exist. $ locate dkms.conf /etc/modprobe.d/dkms.conf /usr/share/virtualbox/src/vboxhost/dkms.conf /usr/src/bbswitch-0.7/dkms.conf /usr/src/nvidia-331-331.20/dkms.conf /usr/src/vhba-20130607/dkms.conf /var/lib/dkms/bbswitch/0.7/build/dkms.conf /var/lib/dkms/fglrx/13.150/build/dkms.conf /var/lib/dkms/nvidia-331/331.20/build/dkms.conf /var/lib/dkms/vboxhost/4.3.6/build/dkms.conf /var/lib/dkms/vhba/20130607/build/dkms.conf /var/lib/dpkg/info/dkms.conffiles -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1266026 Title: dkms no more compile module To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1266026/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1266026] [NEW] dkms no more compile module
Public bug reported: Hello, each time there is a Ubuntu kernel update, some apps wich need a special kernel module does not start anymore (virtualbox, graphic drivers, cdemu...). I think dkms is broken on my system, please help! $ dkms status bbswitch, 0.7, 3.11.0-14-generic, x86_64: installedError! Could not locate dkms.conf file. File: does not exist. bbswitch, 0.7, 3.11.0-15-generic, x86_64: installed $ uname -a Linux tipingouin-home 3.11.0-15-generic #23-Ubuntu SMP Mon Dec 9 18:17:04 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux LGDN. ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: dkms 2.2.0.3-1.1ubuntu4 ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10 Uname: Linux 3.11.0-15-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.12.5-0ubuntu2.2 Architecture: amd64 Date: Sat Jan 4 14:11:09 2014 InstallationDate: Installed on 2012-07-07 (546 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True PackageArchitecture: all SourcePackage: dkms UpgradeStatus: Upgraded to saucy on 2013-10-17 (79 days ago) ** Affects: dkms (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug saucy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1266026 Title: dkms no more compile module To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1266026/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 830915] Re: [Oneiric] Error during kernel upgrade: Could not locate dkms.conf file
I have this bug on saucy ** Tags added: saucy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/830915 Title: [Oneiric] Error during kernel upgrade: Could not locate dkms.conf file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/830915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1250604] [NEW] libopencv-dev depend from nvidia drivers package
Public bug reported: Hello, I had to install libopencv-dev package to compile a program and I was surprised to discover it depends from nvidia drivers package. If you have other graphic card than Nvidia, you break your system. Thank you for your help. LGDN. ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: libopencv-dev (not installed) ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6 Uname: Linux 3.11.0-13-generic x86_64 NonfreeKernelModules: fglrx ApportVersion: 2.12.5-0ubuntu2.1 Architecture: amd64 Date: Tue Nov 12 20:42:12 2013 InstallationDate: Installed on 2012-07-07 (493 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True SourcePackage: opencv UpgradeStatus: Upgraded to saucy on 2013-10-17 (26 days ago) ** Affects: opencv (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug saucy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250604 Title: libopencv-dev depend from nvidia drivers package To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/opencv/+bug/1250604/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1156479] Re: ext4 error Remounting filesystem read-only
I have no more this bug on raring with kernel 3.8.0-29-generic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1156479 Title: ext4 error Remounting filesystem read-only To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1156479/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1181828] Re: macbook air 2,1 no sound
Bug is still present in Ubuntu 13.10 ** Tags added: saucy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1181828 Title: macbook air 2,1 no sound To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1181828/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1181828] Re: macbook air 2,1 no sound
#dmesg |grep codec [5.949588] hda_codec: ALC889A: SKU not ready 0x40f0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1181828 Title: macbook air 2,1 no sound To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1181828/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs