[Desktop-packages] [Bug 1763662] [NEW] H264 missing from WebRTC (regression)

2018-04-13 Thread Ben
Public bug reported: H264 is missing from WebRTC in Chromium 65.0.3325.181. This is a regression. It worked in Chromium 64.0.3282.167. According to the webrtc team it might be because of a missing flag [1]. Steps to reproduce: 1. Install Chromium on Ubuntu 16.04: sudo apt-get install -y

[Desktop-packages] [Bug 1763662] Re: H264 missing from WebRTC (regression)

2018-04-21 Thread Ben
Chrome 66 was released on April 17th. When Chromium 66 is planned to be released? Any reason not to sync Chrome and Chromium releases? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Desktop-packages] [Bug 1784485] Re: [ZenBook S UX391UA, Realtek ALC294, Mic, Internal] No sound at all

2018-12-29 Thread Ben
The UX391UA fix is not in 4.20 as it was already a release candidate. To get sound working on this model you'll need to download the 4.20 source, apply the patch to sound/pci/hda/patch_realtek.c then compile and install the kernel. -- You received this bug notification because you are a member

[Desktop-packages] [Bug 1784485] Re: [ZenBook S UX391UA, Realtek ALC294, Mic, Internal] No sound at all

2018-12-12 Thread Ben
I've compiled 4.20-rc6 from VanVan's github repository, and it has no effect on my UX391UA - still no sound. I notice the patch doesn't actually refer specifically to the UX931UA though, only other ASUS models. -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 1784485] Re: [ZenBook S UX391UA, Realtek ALC294, Mic, Internal] No sound at all

2018-12-12 Thread Ben
I got an error when building the modules from @VanVan's github due to /sound/pci/hda_codec.h having been moved to /include/sound/hda_codec.h Fixing this let the compile finish without error (this is on Fedora 29). -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1784485] Re: [ZenBook S UX391UA, Realtek ALC294, Mic, Internal] No sound at all

2018-12-17 Thread Ben
The fixes in the 4.20-rc kernels are for other laptops, not the UX391UA. You'll need to add: SND_PCI_QUIRK(0x1043, 0x10a1, "ASUS UX391UA", ALC294_FIXUP_ASUS_SPK to /sound/pci/hda/patch_realtek.c to get sound working on this laptop. I used the 4.19.9 kernel, applied the 3 linked patches and

[Desktop-packages] [Bug 1784485] Re: [ZenBook S UX391UA, Realtek ALC294, Mic, Internal] No sound at all

2018-12-17 Thread Ben
@sojusnik Yes, you're right, I missed the closing bracket. The correct line to add is: SND_PCI_QUIRK(0x1043, 0x10a1, "ASUS UX391UA", ALC294_FIXUP_ASUS_SPK), You won't find patch_realtek.c anywhere in /lib/modules/ because it's already been compiled and installed. You need to download the

[Desktop-packages] [Bug 1784485] Re: [ZenBook S UX391UA, Realtek ALC294, Mic, Internal] No sound at all

2018-12-16 Thread Ben
Also works for me @vblack2006 I downloaded the current stable kernel from kernel.org (4.19.9), applied the 3 patches that you linked to and added: SND_PCI_QUIRK(0x1043, 0x10a1, "ASUS UX391UA", ALC294_FIXUP_ASUS_SPK to /sound/pci/hda/patch_realtek.c After compiling and installing, I now have

[Desktop-packages] [Bug 1821494] [NEW] Sennheiser GSX 1000/1200: only one subdevice exposed by Pulse & incorrect channel mapping

2019-03-23 Thread Ben A
Public bug reported: Similar to the Steelseries Arctis headphones, these sound "cards" present as two output devices, one intended for voice chat and one for everything else. As a result they also need a special profile. But there's another complication. They also have hardware HRTF that

Re: [Desktop-packages] [Bug 1316673] Re: Pressing umount button leads to sticky icon as mouse pointer

2019-01-25 Thread Ben
> Do you still see that issue in more recent Ubuntu versions? > > ** Changed in: nautilus (Ubuntu) >Status: New => Incomplete No. Should be closed. Cheers Benjamin -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in

[Desktop-packages] [Bug 1830472] [NEW] 'mv' command without target address

2019-05-25 Thread Ben
Public bug reported: When I was using the mv command, I forgot to enter the target folder, but the terminal did not report an error and the source file was gone. But when I tried it again, it report the error "mv: missing destination file operand after 'filename'". Though the file is not

[Desktop-packages] [Bug 1801540]

2019-07-06 Thread ben
(In reply to Marco from comment #100) > Yea, I'm still trying to find the energy to begin to write a parser for the > codec commands, but this will surely take quite a lot of time. This actually sounds like something I would be interested in working on. However I don't really have any experience

[Desktop-packages] [Bug 1801540]

2019-09-02 Thread ben
(In reply to Takashi Iwai from comment #127) > Hm, interesting, AZX_DCAPS_POSFIX_LPIB basically sets the position reporting > based on LPIB instead of the position buffer. I thought the position buffer > isn't available or unreliable on non-Intel chips, but it might be different > on the recent

[Desktop-packages] [Bug 1838577] [NEW] Default audio device changes on reboot; audio still outputs using my previously-selected device

2019-07-31 Thread Ben
Public bug reported: This is present in Ubuntu 18.04, 18.10, 19.04, and 19.10 daily build. It was not present in Ubuntu 16.04. I have a USB microphone which also appears to pulse as a speaker. Pulse keeps picking it as the default audio device. I can switch audio devices to my analog line out,

[Desktop-packages] [Bug 1835625] Re: Shows old snap edge version of thunderbird

2019-07-19 Thread Ben
As I wrote on the snapcraft forums, that's a problem then as long as the snap continues to be out of date/unstable, as the snap replaces the deb version for users that don't have Thunderbird installed. I don't mind if non-stable snaps appear in the store, but they should not be default if a deb

[Desktop-packages] [Bug 1875729] [NEW] Fractional Scaling crashes gnome-control-center

2020-04-28 Thread Ben
Public bug reported: Overview: When applying "Fractional Scaling" of 150% or 175%, the screen goes black for a while, then after a little while it comes back unscaled and gnome-control-center has crashed. Found in: Description:Ubuntu 20.04 LTS Release:20.04 gnome-control-center:

[Desktop-packages] [Bug 1875729] Re: Fractional Scaling crashes gnome-control-center

2020-04-30 Thread Ben
Hi Sebastian and Daniel, thanks for getting back to me. Daniel, I think you are likely correct with the 2 bugs you suggested, they seem to be similar. The links are: https://errors.ubuntu.com/oops/13fe9496-8745-11ea-ac2d-fa163e983629

[Desktop-packages] [Bug 1838577] Re: Default audio device changes on reboot; audio still outputs using my previously-selected device

2020-04-28 Thread Ben
*** This bug is a duplicate of bug 1866194 *** https://bugs.launchpad.net/bugs/1866194 Is it supposed to switch back on reboot though? If I select a certain device I expect it to stay that way. It's not like I'm unplugging and replugging my USB device. From a user's perspective this certainly

[Desktop-packages] [Bug 1838577] Re: Default audio device changes on reboot; audio still outputs using my previously-selected device

2020-05-07 Thread Ben
*** This bug is a duplicate of bug 1866194 *** https://bugs.launchpad.net/bugs/1866194 After looking through the posted bug and comments I'm not sure that the issues are related. It seems more like, in this case, GNOME is just out of sync with pulse about what the default device is thanks to

[Desktop-packages] [Bug 1868519] Re: [nvidia] Xorg crashed with SIGSEGV in xf86ScreenMoveCursor() from xf86MoveCursor() from miPointerMoveNoEvent() from miPointerSetPosition() from positionSprite()

2020-07-31 Thread Ben
Can confirm, using nvidia-driver-450 seems to resolve the issue. I installed from here: https://launchpad.net/~graphics- drivers/+archive/ubuntu/ppa -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu.

[Desktop-packages] [Bug 41994] Re: closed Laptop Lid to reliably keep Backlight off

2012-09-23 Thread Ben Shadwick
Sam: Are you sure it stays off? Did you try moving the mouse while the lid was closed? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to x11-xserver-utils in Ubuntu. https://bugs.launchpad.net/bugs/41994 Title: closed Laptop Lid to

[Desktop-packages] [Bug 987421] Re: Firefox/Thunderbird 12 FTBFS on powerpc

2012-07-05 Thread Ben Collins
** Changed in: firefox (Ubuntu Quantal) Status: Triaged = Fix Released ** Changed in: firefox (Ubuntu Precise) Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu.

[Desktop-packages] [Bug 551090] Re: drag and drop bookmark functionality broken

2012-07-14 Thread Ben Blout
Ingo Ruhnke: The behvior of firefox not releasing the pointer grab is different than the behavior of this bug. For this bug, firefox works continues to work correctly, but you can not do any drag and drop. I have seen the behavior you describe with FF13. For me, it is new with FF13, I didn't

[Desktop-packages] [Bug 1059725] [NEW] dist-upgrade on 12.10-beta2 results in no dash, no launcher, no titlebar: unusable session.

2012-10-01 Thread Ben Howard
Public bug reported: I did an apt-get -y dist-upgrade and now my system is largely unuseable. Graphics work...but dash, the launcher and the title bar are gone. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: xorg 1:7.7+1ubuntu3 ProcVersionSignature: Ubuntu 3.5.0-16.25-generic 3.5.4 Uname:

[Desktop-packages] [Bug 1059725] Re: dist-upgrade on 12.10-beta2 results in no dash, no titlebar

2012-10-01 Thread Ben Howard
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1059725 Title: dist-upgrade on 12.10-beta2 results in no dash, no launcher, no titlebar: unusable session. Status in “xorg” package in

[Desktop-packages] [Bug 1059725] Re: dist-upgrade on 12.10-beta2 results in no dash, no launcher, no titlebar: unusable session.

2012-10-01 Thread Ben Howard
This happens when running the panel-service: ben@padfoot:/usr/lib/unity$ ./unity-panel-service (unity-panel-service:10035): libindicator-WARNING **: IndicatorObject class does not have an accessible description. (unity-panel-service:10035): LIBDBUSMENU-GLIB-CRITICAL **: dbusmenu_client_get_root

[Desktop-packages] [Bug 1038541] [NEW] Network Manager copies IPv6 route cache entries to main routing table

2012-08-19 Thread Ben Jencks
Public bug reported: Any time an IPv6 route lookup happens, the kernel generates a new routing cache entry and notifies userspace using a netlink new route message with the RTM_F_CLONED flag set on the route. Network Manager doesn't check for this flag, so it accepts it as a new real route and

[Desktop-packages] [Bug 1038541] Re: Network Manager copies IPv6 route cache entries to main routing table

2012-08-19 Thread Ben Jencks
Patch attached that checks whether a new route notification is for a route cache entry, and if so, ignores it. Solves the problem for me, but I haven't checked for regressions or more complex use cases. Diff is against 0.9.4.0-0ubuntu4.1. ** Patch added: nm-ipv6-route-cache.patch

[Desktop-packages] [Bug 135548] Re: Action on critical battery isn't triggered

2012-08-21 Thread Ben Gamari
Has there been a new bug filed along these lines? I still seem to be running into this in Precise. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-power-manager in Ubuntu. https://bugs.launchpad.net/bugs/135548 Title: Action on

[Desktop-packages] [Bug 160311] Re: Resizing windows by grabbing window borders is difficult

2012-07-17 Thread Ben Shadwick
** Description changed: * - No more comments needed This should mostly be fixed for Natty and might get backported to earlier releases as well. For Precise (12.04) this is again broken for unity-2d (as of 17.7.2012 unity-2d 5.12.0-0ubuntu1.1). Note that if the

[Desktop-packages] [Bug 1004775] Re: NetworkManager restarts dnsmasq on every IPv6 route advertisement, thus very frequently

2012-07-19 Thread Ben Jencks
The automatic route adds were causing me trouble (getting in the way of an unmanaged vpn), so I did some digging and experiments. Without Ignore automatically obtained routes: any IPv6 route lookup for a host that hasn't been looked up already causes NetworkManager to do two things, both of

[Desktop-packages] [Bug 1004775] Re: NetworkManager restarts dnsmasq and adds host route on every IPv6 route lookup

2012-07-19 Thread Ben Jencks
** Summary changed: - NetworkManager restarts dnsmasq on every IPv6 route advertisement, thus very frequently + NetworkManager restarts dnsmasq and adds host route on every IPv6 route lookup -- You received this bug notification because you are a member of Desktop Packages, which is subscribed

[Desktop-packages] [Bug 888134] Re: automatic detection of plugged in / removed monitor is too aggressive

2012-07-20 Thread Ben Hearsum
This was an issue for me initially in 12.04 but it seems to be fixed now. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-desktop3 in Ubuntu. https://bugs.launchpad.net/bugs/888134 Title: automatic detection of plugged in /

[Desktop-packages] [Bug 669465] Re: Evolution's e-addressbook-factory process renders CPU usage 100%

2012-07-23 Thread Ben Aceler
Same problem with ZImbra's online accounts. Syncronization made by WebDAV. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to evolution-data-server in Ubuntu. https://bugs.launchpad.net/bugs/669465 Title: Evolution's

[Desktop-packages] [Bug 1030681] [NEW] emoticons

2012-07-29 Thread Ben Killip
Public bug reported: firefox doesent know how to process emoticons ** Affects: firefox (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu.

[Desktop-packages] [Bug 1030681] Re: emoticons

2012-07-29 Thread Ben Killip
** Attachment added: left and right of name https://bugs.launchpad.net/bugs/1030681/+attachment/3241573/+files/Screenshot%20from%202012-07-29%2022%3A04%3A39.png -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu.

[Desktop-packages] [Bug 746663] Re: search messages function doesn't work properly

2012-08-31 Thread Ben Romer
I hit the same problem today on 12.04 and was able to correct it in the same way as John. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/746663 Title: search messages function

[Desktop-packages] [Bug 1047951] [NEW] depends on libgnome-bluetooth8

2012-09-08 Thread ben thielsen
. thanks -ben ** Affects: network-manager-applet (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager-applet in Ubuntu. https://bugs.launchpad.net/bugs/1047951 Title

[Desktop-packages] [Bug 930563] Re: NM Applet menu entries not responding

2012-10-04 Thread Ben Gamari
I also have observed this problem. `dbus-monitor --session` shows the following when I click on a menu item, signal sender=:1.74 - dest=com.canonical.Unity.Panel.Service serial=207627 path=/com/canonical/Unity/Panel/Service; interface=com.canonical.Unity.Panel.Service;

[Desktop-packages] [Bug 1061464] Re: empathy does not connect with jabber - app-armor prob?

2012-10-04 Thread Ben Clapp
Confirmed this issue after upgrading from ubuntu 12.04 to 12.10, trying to go online with Facebook/Google accounts results in 'internal error' -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to empathy in Ubuntu.

[Desktop-packages] [Bug 998304] Re: Details is not a descriptive title

2012-10-05 Thread Ben Gamari
Details is not a descriptive name. Default Applications should either be moved to its own control-center applet or Details needs to be renamed. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-control-center in Ubuntu.

[Desktop-packages] [Bug 1012154] Re: NM can't connect to another, known, Wi-Fi network after resume from suspend; reboot fixes it

2012-10-06 Thread Ben Gamari
*** This bug is a duplicate of bug 930563 *** https://bugs.launchpad.net/bugs/930563 ** This bug is no longer a duplicate of bug 1019395 At random times NM applet menu stops responding ** This bug has been marked a duplicate of bug 930563 NM Applet menu entries not responding -- You

[Desktop-packages] [Bug 1019395] Re: At random times NM applet menu stops responding

2012-10-06 Thread Ben Gamari
*** This bug is a duplicate of bug 930563 *** https://bugs.launchpad.net/bugs/930563 ** This bug has been marked a duplicate of bug 930563 NM Applet menu entries not responding -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 388547] Re: Volume keys don't work inside a full-screen game

2012-10-09 Thread Ben Shadwick
Leonardo: That's a good idea, but it would never work due to the fact that the entire issue here is that Ubuntu allows apps to take control of the entire keyboard. No special key combinations or multimedia keys are serviced by the window manager when full-screen games are running, so the only key

[Desktop-packages] [Bug 1004099] [NEW] Closing Rhythmbox window quits even while copying files to device

2012-05-24 Thread Ben Gamari
Public bug reported: Closing the Rhythmbox window while copying files to a media player device causes Rhythmbox to quit if nothing is being played. Reproduction steps: 1) Open new Rhythmbox session 2) Copy files to a media player device 3) Close Rhythmbox window Expected outcome:

[Desktop-packages] [Bug 943141] Re: Title text tooltip disappears (again)

2012-05-31 Thread Ben Williams
*** This bug is a duplicate of bug 782049 *** https://bugs.launchpad.net/bugs/782049 ** This bug has been marked a duplicate of bug 782049 firefox tooltip timeout after ~2sec -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 782049] Re: firefox tooltip timeout after ~2sec

2012-05-31 Thread Ben Williams
I had this problem as well and managed to fix it by uninstalling the 'unclutter' package. This program hides your mouse pointer after a couple seconds of it not moving, which apparently also triggered the Firefox tooltip to disappear. I uninstalled this package, logged out and back in, and now my

[Desktop-packages] [Bug 1007855] [NEW] U+2329 and U+232A characters rendered too wide

2012-06-02 Thread Ben Gamari
Public bug reported: Both gnome-terminal and xterm render the U+2329 (〈) and U+232A (〉) characters in two cells despite the fact that most other applications render it correctly. This appears to happen with both fixed- and variable-width fonts. I apologize for the incorrect package assignment; I

[Desktop-packages] [Bug 459851] Re: can't use CTRL + C for copy'n'paste

2011-08-25 Thread Ben Gamari
Indeed this is still not fixed. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net/bugs/459851 Title: can't use CTRL + C for copy'n'paste Status in “empathy” package in Ubuntu: Fix

[Desktop-packages] [Bug 1040259] Re: FFE: libmessaging-menu transitions for quantal

2012-10-12 Thread Ben Gamari
Does libmessaging-menu have Python bindings yet? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to liferea in Ubuntu. https://bugs.launchpad.net/bugs/1040259 Title: FFE: libmessaging-menu transitions for quantal Status in

[Desktop-packages] [Bug 733374] Re: X freeze, nvidia-current, Ubuntu 11.04 Maverick GeForce 9600GT

2012-10-16 Thread Ben Jordan
I have been able to isolate my fallen off the bus errors, and their related X lockups to only Ubuntu (not 2D but 3D) sessions. I have enabled persistence mode on the Nvidia drivers, and am running 295.49. Any ideas on why this only occurs in non-2D sessions? Compiz? The errors also seem to be

[Desktop-packages] [Bug 371897]

2012-10-16 Thread Ben Shadwick
Yet another user chiming in here (how many will it take?): I see no mention here of technical objections to Maarten's work; in fact, it sounds as if the Wine development team turned their noses up at it without even looking it over. So Maarten committed a faux-pas by submitting his patch at a bad

[Desktop-packages] [Bug 1067483] [NEW] Sound quality on full volume is distorted although okay when lower with headphones.

2012-10-16 Thread Ben Bristow
-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.5.2-0ubuntu4 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: ben2184 F pulseaudio /dev/snd/controlC0: ben2184 F pulseaudio Date: Tue Oct 16 20:08:53 2012

[Desktop-packages] [Bug 1067483] Re: Sound quality on full volume is distorted although okay when lower with headphones.

2012-10-16 Thread Ben Bristow
-generic 3.5.4 Uname: Linux 3.5.0-15-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.5.2-0ubuntu4 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: ben2184 F pulseaudio /dev/snd/controlC0: ben2184 F

[Desktop-packages] [Bug 1038541] Re: Network Manager copies IPv6 route cache entries to main routing table

2012-10-16 Thread Ben Jencks
Confirmed, this fixes the issue. By the way, is it too late to get my last name fixed in the changelog (Jencks vs. Jenks)? ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 969359] Re: [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking numlock)

2012-10-18 Thread Ben Arunski
Comment 107 worked for me. Bug occurs when using VNC client from Windows PC to Vino on Ubuntu 12.04. ** Description changed: - Check comment 33 for a possible workaround. + Check comments 33 and 107 for a possible workaround. Original message: - I don't know how to

[Desktop-packages] [Bug 1068798] [NEW] [X58-USB3, Nvidia GPU 10 HDMI/DP, Digital Out, HDMI] Underruns, dropouts or crackling sound

2012-10-19 Thread Ben Bristow
Public bug reported: It sounds horrible. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: alsa-base 1.0.25+dfsg-0ubuntu3 ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5 Uname: Linux 3.5.0-17-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.6.1-0ubuntu3 Architecture: amd64

[Desktop-packages] [Bug 1090107] [NEW] Long compiz sessions eventually start showing new windows as empty

2012-12-13 Thread Ben Gamari
Public bug reported: After using a compiz session consistently for a week or so, opening a new window intermittently results in a window frame with no contents. This can be seen in the attached screenshot (the XSane window in the top left hand corner of the screen). While not all new windows will

[Desktop-packages] [Bug 160311] Re: Resizing windows by grabbing window borders is difficult

2012-10-29 Thread Ben Shadwick
Launchpad supports tracking a bug affecting multiple packages/projects, including tracking state and unique fixes for each of them. I don't see why Unity3D could not be tagged as affected if it indeed is. -- You received this bug notification because you are a member of Desktop Packages, which

[Desktop-packages] [Bug 379599] Re: System shutdown on 0% for 1 of 2 batteries.

2013-01-29 Thread Ben Gamari
** Also affects: upower Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-power-manager in Ubuntu. https://bugs.launchpad.net/bugs/379599 Title: System shutdown on 0% for 1 of 2

[Desktop-packages] [Bug 1111926] [NEW] NetworkManager increases CPU utilization

2013-01-31 Thread Ben Collins
Public bug reported: Observed in systems if gnome gui is installed. NetworkManager will usually one of the cores to 100%. Killing unused services like avahi and cups didn't seem to help. Restarting the dbus service fixes the issue /etc/init.d/dbus restart Need to find root cause. ** Affects:

[Desktop-packages] [Bug 1111926] Re: NetworkManager increases CPU utilization

2013-01-31 Thread Ben Collins
One additional, I can confirm this was occurring since precise. I suspect it may be due to our network devices. Anything we can test, let me know. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu.

[Desktop-packages] [Bug 1111926] Re: NetworkManager increases CPU utilization

2013-01-31 Thread Ben Collins
This appears to only affect PowerPC (for me). It shows up on my Servergy CTS-1000 system. Original bug report linked. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/926

[Desktop-packages] [Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2013-02-05 Thread Big Ben
Possible stupid fix: I had the total freeze problem as well. Yesterday night, the computer froze 7 or 8 times in three hours. Today, I installed gnome 3 and used it for a few hours without problem. I installed the gnome 3 GUI following the procedure given at

[Desktop-packages] [Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2013-02-05 Thread Big Ben
Been using LTS12.04 with gnome 3 GUI for a few more hours without a freeze (see #692). The complete freeze bug seems to come from Unity. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.

[Desktop-packages] [Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2013-02-06 Thread Big Ben
I just had a complete freeze a few minutes ago, while using gnome 3. Changing the GUI is thus not the right answer (although it seems it made the problem less severe). Sorry for having given unjustified hope... -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 1117971] [NEW] High frequency audio is distorted

2013-02-06 Thread Ben Thornton
/dev/snd/controlC0: ben2297 F pulseaudio CurrentDmesg: [ 103.664378] end_request: I/O error, dev fd0, sector 0 [ 103.688370] end_request: I/O error, dev fd0, sector 0 Date: Wed Feb 6 19:38:40 2013 InstallationDate: Installed on 2012-05-26 (256 days ago) InstallationMedia: Ubuntu

[Desktop-packages] [Bug 1117971] Re: High frequency audio is distorted

2013-02-06 Thread Ben Thornton
12.10 Package: alsa-base 1.0.25+dfsg-0ubuntu3 ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2 Uname: Linux 3.5.0-23-generic x86_64 ApportVersion: 2.6.1-0ubuntu10 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: ben2297 F

[Desktop-packages] [Bug 1117971] Re: High frequency audio is distorted

2013-02-07 Thread Ben Thornton
3.5.0-23.35-generic 3.5.7.2 Uname: Linux 3.5.0-23-generic x86_64 ApportVersion: 2.6.1-0ubuntu10 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: ben2297 F pulseaudio CurrentDmesg: [ 103.664378] end_request: I/O error, dev fd0

[Desktop-packages] [Bug 1117971] Re: High frequency audio is distorted

2013-02-07 Thread Ben Thornton
Package: alsa-base 1.0.25+dfsg-0ubuntu3 ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2 Uname: Linux 3.5.0-23-generic x86_64 ApportVersion: 2.6.1-0ubuntu10 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: ben2297 F

[Desktop-packages] [Bug 1117971] Re: High frequency audio is distorted

2013-02-07 Thread Ben Thornton
ACCESS COMMAND /dev/snd/controlC0: ben2297 F pulseaudio CurrentDmesg: [ 103.664378] end_request: I/O error, dev fd0, sector 0 [ 103.688370] end_request: I/O error, dev fd0, sector 0 Date: Wed Feb 6 19:38:40 2013 InstallationDate: Installed on 2012-05-26 (256 days ago

[Desktop-packages] [Bug 1117971] Re: High frequency audio is distorted

2013-02-07 Thread Ben Thornton
ACCESS COMMAND /dev/snd/controlC0: ben2297 F pulseaudio CurrentDmesg: [ 103.664378] end_request: I/O error, dev fd0, sector 0 [ 103.688370] end_request: I/O error, dev fd0, sector 0 Date: Wed Feb 6 19:38:40 2013 InstallationDate: Installed on 2012-05-26 (256 days ago

[Desktop-packages] [Bug 1117971] Re: High frequency audio is distorted

2013-02-07 Thread Ben Thornton
: Linux 3.5.0-23-generic x86_64 ApportVersion: 2.6.1-0ubuntu10 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: ben2297 F pulseaudio CurrentDmesg: [ 103.664378] end_request: I/O error, dev fd0, sector 0 [ 103.688370

[Desktop-packages] [Bug 1117971] Re: High frequency audio is distorted

2013-02-07 Thread Ben Thornton
: Linux 3.5.0-23-generic x86_64 ApportVersion: 2.6.1-0ubuntu10 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: ben2297 F pulseaudio CurrentDmesg: [ 103.664378] end_request: I/O error, dev fd0, sector 0 [ 103.688370

[Desktop-packages] [Bug 1111926] Re: NetworkManager increases CPU utilization

2013-02-25 Thread Ben Collins
More information. I enabled log level=DEBUG and I see a continuous stream of these messages: NetworkManager[8461]: debug [1361823070.525214] [nm-netlink-monitor.c:167] link_msg_handler(): netlink link message: iface idx 2 flags 0x11043 NetworkManager[8461]: debug [1361823070.525492]

[Desktop-packages] [Bug 1111926] Re: NetworkManager increases CPU utilization

2013-02-25 Thread Ben Collins
Additionally, this time with NLDBG=4: DBG3: Attempting to read from 0x107a28f0 DBG3: recvmsgs(0x107a28f0): Read 1028 bytes DBG3: recvmsgs(0x107a28f0): Processing valid message... DBG2: msg 0x107ebc98: Allocated new message, maxlen=1028 lt-NetworkManager[29481]: debug [1361825388.37820]

[Desktop-packages] [Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2013-02-26 Thread Big Ben
Dear all, I had the complete freeze bug with my laptop running ubuntu. Tried installing gnome 3 (which I like much) but it did not solve the problem (see previous posts). A few days ago, I installed kernel 3.6.10-030610-generic. The freeze problem seems to have gone for good. I followed the

[Desktop-packages] [Bug 1111926] Re: NetworkManager increases CPU utilization

2013-03-05 Thread Ben Collins
This is with NLCB=debug NetworkManager[31274]: debug [1362509777.142825] [nm-netlink-monitor.c:167] link_msg_handler(): netlink link message: iface idx 3 flags 0x11043 DBG4: Returned object reference 0x10183048, 0 remaining DBG4: Freed object 0x10183048 DBG4: Returned object reference

[Desktop-packages] [Bug 1111926] Re: NetworkManager increases CPU utilization

2013-03-05 Thread Ben Collins
This is the output of ip monitor with NetworkManager running (when it isn't running, ip monitor is fairly quiet) 3: eth5: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc mq state UP link/ether c8:bc:c8:ee:68:a2 brd ff:ff:ff:ff:ff:ff 5: eth6: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc mq

[Desktop-packages] [Bug 1111926] Re: NetworkManager increases CPU utilization

2013-03-05 Thread Ben Collins
Here's a link to the log command requested on IRC http://paste.ubuntu.com/5588747/ -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/926 Title: NetworkManager increases CPU

[Desktop-packages] [Bug 1099715] [NEW] i think it was additional drivers

2013-01-15 Thread Ben Anderson
Public bug reported: I was using Additional Drivers to install the FGLRX for my ATI card This report was generated by Apport I think so any inaccurate info may not be my fault, or it may. Feel free to hit me up if you need more info - I'm fairly confident I can replicate it. Elementary OS 0.2

[Desktop-packages] [Bug 1041790]

2013-01-21 Thread Ben-chgtaa3qpp0
(In reply to comment #27) The only interesting patch I can suggest atm is commit 31643d54a739382626c27c0f2a12b3bbc22d1a38 Author: Ben Widawsky b...@bwidawsk.net Date: Wed Sep 26 10:34:01 2012 -0700 drm/i915: Workaround to bump rc6 voltage to 450 BIOS should

[Desktop-packages] [Bug 1078990] [NEW] Unity fails to load after installing fglrx on laptop with switchable graphics

2012-11-14 Thread Ben Mullen
*** This bug is a duplicate of bug 1068661 *** https://bugs.launchpad.net/bugs/1068661 Public bug reported: The symptoms described in bug#1068661 are occuring on my laptop with switchable graphics. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: fglrx (not installed)

[Desktop-packages] [Bug 1078990] Re: 1002:68a8 Unity fails to load after installing fglrx ATI Mobility Radeon HD 6800 Series w/ 8086:0126 Intel Integrated Card

2012-11-19 Thread Ben Mullen
This is an Envy 17-2xxx series laptop. Specific model: HP Envy 17-2090nr 3D Edition http://h10025.www1.hp.com/ewfrf/wc/product?cc=usdlc=enlc=enos=4063product=5099499sw_lang=; -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1078990] Re: 1002:68a8 Unity fails to load after installing fglrx ATI Mobility Radeon HD 6800 Series w/ 8086:0126 Intel Integrated Card

2012-11-19 Thread Ben Mullen
I'v tried the AMD updates. I've tried the Intel patch listed in the ATI Howto And I've tried downgrading the drivers. I should note that I never got this working in Ubuntu 12.04 either. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1111926] Re: NetworkManager increases CPU utilization

2013-02-13 Thread Ben Collins
** Changed in: network-manager (Ubuntu) Status: New = Confirmed ** Changed in: network-manager (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu.

[Desktop-packages] [Bug 903422] Re: Ubuntu does not work with Samsung Galaxy phones ( Unable to open raw device 0)

2013-02-20 Thread Ben Munro
The langedalepl ppa works well for me. No issues so far. I've got Quantal with a Galaxy Nexus. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gvfs in Ubuntu. https://bugs.launchpad.net/bugs/903422 Title: Ubuntu does not work with

[Desktop-packages] [Bug 1086411] Re: reply to a message duplicates signature

2012-12-06 Thread Ben Bacarisse
This appears to be https://bugzilla.gnome.org/show_bug.cgi?id=684249 though the initial report there is a little different. If it is the same, it's fixed in 3.6.1 (I'm using 3.6.0 from Ubuntu 12.10). It would be good to have this fixed in Ubuntu because it's a real pain to keep deleting the

[Desktop-packages] [Bug 839855] [NEW] thunderbird unity launcher does not bring running thunderbird window forward

2011-09-02 Thread Ben Howard
/controlC0: ben 13721 F pulseaudio /dev/snd/pcmC0D0p: ben 13721 F...m pulseaudio BuildID: 20110828151013 CRDA: Error: [Errno 2] No such file or directory Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xd432 irq 52' Mixer name : 'Conexant CX20590' Components : 'HDA

[Desktop-packages] [Bug 839855] Re: thunderbird unity launcher does not bring running thunderbird window forward

2011-09-02 Thread Ben Howard
: USERPID ACCESS COMMAND /dev/snd/controlC0: ben 13721 F pulseaudio /dev/snd/pcmC0D0p: ben 13721 F...m pulseaudio BuildID: 20110828151013 CRDA: Error: [Errno 2] No such file or directory Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xd432 irq 52

[Desktop-packages] [Bug 598010]

2011-09-22 Thread ben scalia
http://savvyyoungwriters.com/wp-content/uploads/2011/05/pliwa.htm -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/598010 Title: upgrade ubuntu = crash using firefox Status in

[Desktop-packages] [Bug 857351] Re: epiphany-browser crashes frequently on back or page load. E.g. with SIGSEGV in g_type_check_instance_cast()

2011-09-23 Thread Ben Bacarisse
** Visibility changed to: Public -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to epiphany-browser in Ubuntu. https://bugs.launchpad.net/bugs/857351 Title: epiphany-browser crashes frequently on back or page load. E.g. with SIGSEGV

[Desktop-packages] [Bug 858034] [NEW] AisleRiot Solitaire Klondike mode does not allow redeals

2011-09-24 Thread Ben Shadwick
Public bug reported: With toolbar and statusbar disabled and in single card deals mode with no redeals NOT selected, the game eventually stops allowing the player to recycle the draw pile. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: aisleriot 1:2.32.1-0ubuntu5 ProcVersionSignature:

[Desktop-packages] [Bug 858034] Re: AisleRiot Solitaire Klondike mode does not allow redeals

2011-09-24 Thread Ben Shadwick
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-games in Ubuntu. https://bugs.launchpad.net/bugs/858034 Title: AisleRiot Solitaire Klondike mode does not allow redeals Status in “gnome-games” package in Ubuntu: New Bug

[Desktop-packages] [Bug 598010]

2011-09-24 Thread ben scalia
http://kvfm.co.uk/modules/mod_wdbanners/work.php?html130 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/598010 Title: upgrade ubuntu = crash using firefox Status in “firefox”

[Desktop-packages] [Bug 858034] Re: AisleRiot Solitaire Klondike mode does not allow redeals

2011-09-26 Thread Ben Shadwick
I'm okay with a Wishlist designation. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-games in Ubuntu. https://bugs.launchpad.net/bugs/858034 Title: AisleRiot Solitaire Klondike mode does not allow redeals Status in GNOME

[Desktop-packages] [Bug 787475] Re: Rhythmbox [0.12.8] [0.12.5] Not Fetching Album Information From MusicBrainz

2011-09-27 Thread Ben James
I agree with Paul - it is a shame that it's taken so long to get this fix to end users. Don't get me wrong, I applaud the work of the open source community and have the greatest respect for those who give their time to support open projects, however I suspect the slow turn-around of this

[Desktop-packages] [Bug 862497] Re: thunderbird missing window decoration

2011-09-29 Thread Ben Howard
], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: ben 11741 F pulseaudio /dev/snd/controlC0: ben 11741 F pulseaudio /dev/snd/pcmC0D0p: ben

[Desktop-packages] [Bug 862497] [NEW] thunderbird missing window decoration

2011-09-29 Thread Ben Howard
ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: ben 11741 F pulseaudio /dev/snd/controlC0

[Desktop-packages] [Bug 803992] Re: Natty update introduced crasher in xorg

2011-10-01 Thread Ben Davis
Does anyone have any updates on this? I'm also affected by this. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gdm in Ubuntu. https://bugs.launchpad.net/bugs/803992 Title: Natty update introduced crasher in xorg Status in “gdm”

<    1   2   3   4   5   6   7   >