[Bug 2055147] Re: Kernel upgrade to 6.5.0-21-generic fails to boot

2024-02-29 Thread Sly Gryphon
Thanks. Installing an updated EVDI seems to have done the trick `sudo
apt-get install evdi-dkms`. The new kernel is now working.

However it is not good that automatic updating the kernel broke boot up.

I know that there are so many different packages, etc, that you can't
possible test all combinations.

But maybe there is some way the install could test if the compile works,
and if it doesn't then don't add/configure the new kernel but instead
report an installation error. The problem would still need fixing, but
at least it can be checked before installing that would stop creating a
boot up issue.

Or maybe you have to install the kernel first before it can be checked,
so that may not be possible.


Anyway, thanks for the help.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055147

Title:
  Kernel upgrade to 6.5.0-21-generic fails to boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2055147/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055147] [NEW] Kernel upgrade to 6.5.0-21-generic fails to boot

2024-02-27 Thread Sly Gryphon
Public bug reported:

After automatic update to kernel 6.5.0-21-generic my laptop fails to
complete booting with a kernel panic. Safe mode did not work. Booting to
previous kernel 6.5.0-17-generic is fine.

Errors during failed boot include:
```
VFS Cannot open root device /dev/mapper/vgubuntu-root or unknown-block(0.0) 
error -6
Please append a correct root= boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0.0)

```

Trying clean up, I see the following error with the kernel installation:

```
sly@sigil:~$ sudo apt-get autoremove
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 to upgrade, 0 to newly install, 0 to remove and 6 not to upgrade.
3 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up linux-headers-6.5.0-21-generic (6.5.0-21.21) ...
/etc/kernel/header_postinst.d/dkms:
 * dkms: running auto installation service for kernel 6.5.0-21-generic
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der

Building module:
Cleaning build area...
make -j16 KERNELRELEASE=6.5.0-21-generic all 
INCLUDEDIR=/lib/modules/6.5.0-21-generic/build/include 
KVERSION=6.5.0-21-generic DKMS_BUILD=1...(bad exit status: 2)
ERROR (dkms apport): binary package for evdi: 1.11.0 not found
Error! Bad return status for module build on kernel: 6.5.0-21-generic (x86_64)
Consult /var/lib/dkms/evdi/1.11.0/build/make.log for more information.
dkms autoinstall on 6.5.0-21-generic/x86_64 succeeded for nvidia
dkms autoinstall on 6.5.0-21-generic/x86_64 failed for evdi(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
 * dkms: autoinstall for kernel 6.5.0-21-generic
   ...fail!
run-parts: /etc/kernel/header_postinst.d/dkms exited with return code 11
dpkg: error processing package linux-headers-6.5.0-21-generic (--configure):
 installed linux-headers-6.5.0-21-generic package post-installation script 
subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of linux-headers-generic:
 linux-headers-generic depends on linux-headers-6.5.0-21-generic; however:
  Package linux-headers-6.5.0-21-generic is not configured yet.

dpkg: error processing package linux-headers-generic (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup 
error from a previous failure.

  No apport report written because the error message 
indicates its a followup error from a previous failure.
  dpkg: dependency problems prevent 
configuration of linux-generic:
 linux-generic depends on linux-headers-generic (= 6.5.0.21.20); however:
  Package linux-headers-generic is not configured yet.

dpkg: error processing package linux-generic (--configure):
 dependency problems - leaving unconfigured
Processing triggers for linux-image-6.5.0-21-generic (6.5.0-21.21) ...
/etc/kernel/postinst.d/dkms:
 * dkms: running auto installation service for kernel 6.5.0-21-generic
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der

Building module:
Cleaning build area...
make -j16 KERNELRELEASE=6.5.0-21-generic all 
INCLUDEDIR=/lib/modules/6.5.0-21-generic/build/include 
KVERSION=6.5.0-21-generic DKMS_BUILD=1...(bad exit status: 2)
ERROR (dkms apport): binary package for evdi: 1.11.0 not found
Error! Bad return status for module build on kernel: 6.5.0-21-generic (x86_64)
Consult /var/lib/dkms/evdi/1.11.0/build/make.log for more information.
dkms autoinstall on 6.5.0-21-generic/x86_64 succeeded for nvidia
dkms autoinstall on 6.5.0-21-generic/x86_64 failed for evdi(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
 * dkms: autoinstall for kernel 6.5.0-21-generic
   ...fail!
run-parts: /etc/kernel/postinst.d/dkms exited with return code 11
dpkg: error processing package linux-image-6.5.0-21-generic (--configure):
 installed linux-image-6.5.0-21-generic package post-installation script 
subprocess returned error exit status 1
No apport report written because MaxReports is reached already
  Errors were 
encountered while processing:
 linux-headers-6.5.0-21-generic
 linux-headers-generic
 linux-generic
 linux-image-6.5.0-21-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
```

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: linux-image-6.5.0-17-generic 6.5.0-17.17
ProcVersionSignature: Ubuntu 6.5.0-17.17-generic 6.5.8
Uname: Linux 6.5.0-17-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.27.0-0ubuntu5

[Bug 1732482] Re: [snap] doesn't properly save desktop files for "create shortcuts" action

2020-05-21 Thread Sly Gryphon
Not working for me with Chromium 81, snap version, on Ubuntu 20.04.
(Testing with music.youtube.com and twitter.com)

Icon is created on the desktop, but:

* Not executable (need to mark it)
* Just opens empty browser page (app does not run); work around from 
@coeur-noir above, to replace the version-specific path in Exec with 
/snap/bin/chromium, gets it working
* Icon is not displayed (just red box with no entry circle)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1732482

Title:
  [snap] doesn't properly save desktop files for "create shortcuts"
  action

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1732482/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1743189] [NEW] installation failure

2018-01-14 Thread Matthew Sly
Public bug reported:

hdd errors

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: ubiquity 17.10.10
ProcVersionSignature: Ubuntu 4.13.0-21.24-generic 4.13.13
Uname: Linux 4.13.0-21-generic i686
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: i386
CasperVersion: 1.387
Date: Sun Jan 14 00:08:36 2018
LiveMediaBuild: Lubuntu 17.10 "Artful Aardvark" - Release i386 (20180105)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug artful i386

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1743189

Title:
  installation failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1743189/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1547829] [NEW] package libqt5script5:amd64 5.4.2+dfsg-4 failed to install/upgrade: package libqt5script5:amd64 is already installed and configured

2016-02-20 Thread sly
Public bug reported:

Auto bug report...

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: libqt5script5:amd64 5.4.2+dfsg-4
ProcVersionSignature: Ubuntu 4.2.0-27.32-generic 4.2.8-ckt1
Uname: Linux 4.2.0-27-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.19.1-0ubuntu5
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
Date: Fri Feb 19 22:55:19 2016
DuplicateSignature: package:libqt5script5:amd64:5.4.2+dfsg-4:package 
libqt5script5:amd64 is already installed and configured
ErrorMessage: package libqt5script5:amd64 is already installed and configured
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: dpkg
Title: package libqt5script5:amd64 5.4.2+dfsg-4 failed to install/upgrade: 
package libqt5script5:amd64 is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: dpkg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: already-installed amd64 apport-package wily

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547829

Title:
  package libqt5script5:amd64 5.4.2+dfsg-4 failed to install/upgrade:
  package libqt5script5:amd64 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1547829/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1092615] Re: X server crashes repeatedly with touchpad movements

2012-12-21 Thread Sly
Sorry forgot to say I'm on 12.04, so it's affecting Ubuntu 12.04 also.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1092615

Title:
  X server crashes repeatedly with touchpad movements

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1092615/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1092615] Re: X server crashes repeatedly with touchpad movements

2012-12-21 Thread Sly
I was able to reproduce, by putting a finger on the trackpad and kicking
quikly whith the other finger, while leaving the first one standing
still.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1092615

Title:
  X server crashes repeatedly with touchpad movements

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1092615/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1072953] [NEW] Ubuntu 12.10 and 12.04 won't boot on ASUS Q500A laptop

2012-10-29 Thread Sly
Public bug reported:

I bought a new PC a yesterday, an ASUS Q500A laptop. I've been trying to
get Ubuntu on it, but both 12.10 and 12.04 fail to boot.

When booting, I have tried several boot flags to no avail. I never get
the purple Ubuntu splash screen (where you can hit a key and edit boot
options) when booting. When booting natively, I get a black boot screen
that has the try, install, OEM install, and check disc options.
After selecting Try it boots to a black screen. Never does anything
else. None of the boot parameters that I've tried so far have any
effect.

I haven't been able to pin down exactly what is going on, but would
definitely like some tips on how to debug this further so the issue can
be fixed.

Specs about the computer:
Intel i5-3210M processor
Intel HD Graphics 4000
6GB dual channel DDR3 800MHz memory (2x3GB)

** 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/1072953

Title:
  Ubuntu 12.10 and 12.04 won't boot on ASUS Q500A laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1072953/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 860427] Re: Oneiric displays 'Laptop battery critically low' message after AC is unplugged when 'charged' shown on battery indicator

2011-11-12 Thread Sly Houston
I experience the same behavior, both after upgrading from 11.04, and
with a clean install of 11.10. I'm using a Sager NP2096. If I click on
my battery icon, I see a second (phantom) battery that's completely
empty - so I'm not sure if my case is identical to the above. This is
also a big show-stopper for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/860427

Title:
  Oneiric displays 'Laptop battery critically low' message after AC is
  unplugged when  'charged' shown on battery indicator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/860427/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 888827] Re: Compiz memory usage causing lag

2011-11-11 Thread Sly
The mouse has absolutely nothing to do with this. I just tested with my
touchpad, and it has the same effect with the mouse losing it's position
over the titlebar.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/27

Title:
  Compiz memory usage causing lag

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/27/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889149] [NEW] Ubuntu refuses to restart or shutdown if OpenVPN is running.

2011-11-11 Thread Sly
Public bug reported:

As the title says: when trying to shutdown or restart Ubuntu 11.10, with
OpenVPN running, it refuses to perform the operation without forcefully
shutting the computer down via the power switch.

** 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/889149

Title:
  Ubuntu refuses to restart or shutdown if OpenVPN is running.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/889149/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] Re: Titlebar not updating correctly; Icon changing background for no reason

2011-11-10 Thread Sly
After a while of something being open, such as Pidgin, the icon
background changes. I haven't exactly been able to tell why. It seems
that it may be something with the animations. For instance, when someone
sends an IM and the icon moves. I tend to come back to my computer and
see a dark purple background, when it should be a light purple
background. I haven't been able to actually catch it changing colors.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 888827] [NEW] Compiz memory usage causing lag

2011-11-10 Thread Sly
Public bug reported:

Using Ubuntu 11.10, compiz is causing major lag when moving windows.

Any window movement will lag the system to a crawl. If you move windows
fast enough, it will eventually lose track of where the mouse pointer
is, and you end up moving the window without being on the titlebar. This
is a major problem, because it is causing other things to lag because of
compiz using an extraordinary amount of memory. It has actually jumped a
couple of times to using over 90% of the memory on my system (with 4GB
of RAM), which is unacceptable. I can only imagine what this is doing to
people with 2GB of RAM or less.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: compiz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/27

Title:
  Compiz memory usage causing lag

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/27/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] Re: Titlebar not updating correctly; Icon changing background for no reason

2011-11-08 Thread Sly
Is this bug not going to be confirmed?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887397] [NEW] Bluetooth: Remote device rejected your request.

2011-11-07 Thread Sly
Public bug reported:

Bluetooth was working on 11.04, and the development version of 11.10.
Now I get a Remote device rejected your request. when trying to send a
file from my phone to Ubuntu.

I have seen many people mentioning this problem, and there's still no
solution to it? That's pretty absurd.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: bluetooth

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887397

Title:
  Bluetooth: Remote device rejected your request.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/887397/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887397] Re: Bluetooth: Remote device rejected your request.

2011-11-07 Thread Sly
Nov  7 20:58:19 atlantis kernel: [72566.775328] gnome-control-c[10439]:
segfault at 10 ip 7f4208b895dc sp 7b123fb0 error 4 in
libgnome-bluetooth.so.8.0.0[7f4208b8+1a000]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887397

Title:
  Bluetooth: Remote device rejected your request.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/887397/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887397] Re: Bluetooth: Remote device rejected your request.

2011-11-07 Thread Sly
Full log:

Nov  7 20:52:34 atlantis bluetoothd[1132]: HCI dev 0 down
Nov  7 20:52:34 atlantis bluetoothd[1132]: Adapter /org/bluez/1132/hci0 has 
been disabled
Nov  7 20:52:34 atlantis bluetoothd[1132]: Can't init device hci0: Operation 
not possible due to RF-kill (132)
Nov  7 20:53:04 atlantis bluetoothd[1132]: HCI dev 0 up
Nov  7 20:53:04 atlantis bluetoothd[1132]: Adapter /org/bluez/1132/hci0 has 
been enabled
Nov  7 20:53:04 atlantis bluetoothd[1132]: Adapter /org/bluez/1132/hci0 has 
been enabled
Nov  7 20:53:28 atlantis obex-client[10422]: obex-client daemon 0.42
Nov  7 20:53:28 atlantis bluetoothd[1132]: Mode session 0x7f30af66e660 with 
:1.78 activated
Nov  7 20:53:41 atlantis obex-client[10422]: Connection refused (111)
Nov  7 20:55:41 atlantis bluetoothd[1132]: Discovery session 0x7f30af66c9f0 
with :1.80 activated
Nov  7 20:55:51 atlantis bluetoothd[1132]: Stopping discovery
Nov  7 20:56:01 atlantis bluetoothd[1132]: input-headset driver probe failed 
for device D4:E8:B2:0B:2D:57
Nov  7 20:58:19 atlantis kernel: [72566.775309] show_signal_msg: 18 callbacks 
suppressed
Nov  7 20:58:19 atlantis kernel: [72566.775328] gnome-control-c[10439]: 
segfault at 10 ip 7f4208b895dc sp 7b123fb0 error 4 in 
libgnome-bluetooth.so.8.0.0[7f4208b8+1a000]
Nov  7 20:59:43 atlantis bluetoothd[1132]: Discovery session 0x7f30af66cc80 
with :1.83 activated
Nov  7 21:00:31 atlantis bluetoothd[1132]: Stopping discovery
Nov  7 21:00:44 atlantis bluetoothd[1132]: input-headset driver probe failed 
for device D4:E8:B2:0B:2D:57
Nov  7 21:03:03 atlantis bluetoothd[1132]: Discovery session 0x7f30af681a70 
with :1.84 activated
Nov  7 21:03:07 atlantis bluetoothd[1132]: Stopping discovery
Nov  7 21:03:10 atlantis bluetoothd[1132]: Discovery session 0x7f30af682050 
with :1.84 activated
Nov  7 21:03:13 atlantis bluetoothd[1132]: Stopping discovery
Nov  7 21:03:23 atlantis bluetoothd[1132]: input-headset driver probe failed 
for device D4:E8:B2:0B:2D:57

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887397

Title:
  Bluetooth: Remote device rejected your request.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/887397/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] [NEW] Titlebar not updating correctly; Icon changing background for no reason

2011-11-07 Thread Sly
Public bug reported:

Refer to screenshot.

Ubuntu 11.10 64-bit

** 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/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] Re: Titlebar not updating correctly; Icon changing background for no reason

2011-11-07 Thread Sly
** Attachment added: Screenshot at 2011-11-07 03:50:06.png
   
https://bugs.launchpad.net/bugs/887034/+attachment/2588082/+files/Screenshot%20at%202011-11-07%2003%3A50%3A06.png

** Description changed:

  Refer to screenshot.
+ 
+ Ubuntu 11.10 64-bit

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] Re: Titlebar not updating correctly; Icon changing background for no reason

2011-11-07 Thread Sly
apport information

** Tags added: apport-collected compiz-0.9 oneiric running-unity ubuntu

** Description changed:

  Refer to screenshot.
  
  Ubuntu 11.10 64-bit
+ --- 
+ .tmp.unity.support.test.0:
+  
+ ApportVersion: 1.23-0ubuntu4
+ Architecture: amd64
+ CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,gnomecompat,regex,place,vpswitch,grid,snap,imgpng,session,mousepoll,resize,wall,animation,move,fade,unitymtgrabhandles,expo,workarounds,ezoom,scale,unityshell]
+ CompositorRunning: compiz
+ DistUpgraded: Fresh install
+ DistroCodename: oneiric
+ DistroRelease: Ubuntu 11.10
+ DistroVariant: ubuntu
+ DkmsStatus:
+  bcmwl, 5.100.82.38+bdcom, 3.0.0-11-generic, x86_64: installed
+  bcmwl, 5.100.82.38+bdcom, 3.0.0-12-generic, x86_64: installed
+  fglrx, 8.881, 3.0.0-12-generic, x86_64: installed
+ GraphicsCard:
+  ATI Technologies Inc M92 LP [Mobility Radeon HD 4300 Series] [1002:9552] 
(prog-if 00 [VGA controller])
+Subsystem: Dell Device [1028:02fa]
+ InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110921.2)
+ JockeyStatus:
+  xorg:fglrx_updates - ATI/AMD proprietary FGLRX graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
+  kmod:wl - Broadcom STA wireless driver (Proprietary, Enabled, In use) 
[auto-install]
+  xorg:fglrx - ATI/AMD proprietary FGLRX graphics driver (Proprietary, 
Enabled, In use)
+ MachineType: Dell Inc. Inspiron 1546
+ NonfreeKernelModules: fglrx wl
+ Package: unity 4.24.0-0ubuntu2b1
+ PackageArchitecture: amd64
+ ProcEnviron:
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=367698e7-53ab-486d-81b4-9f987931a561 ro quiet splash pci=nocrs 
vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
+ Tags:  oneiric running-unity oneiric running-unity oneiric running-unity 
ubuntu compiz-0.9
+ Uname: Linux 3.0.0-12-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 02/01/2010
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A03
+ dmi.board.vendor: Dell Inc.
+ dmi.chassis.type: 8
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd02/01/2010:svnDellInc.:pnInspiron1546:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
+ dmi.product.name: Inspiron 1546
+ dmi.sys.vendor: Dell Inc.
+ version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu5
+ version.fglrx-installer: fglrx-installer N/A
+ version.ia32-libs: ia32-libs 20090808ubuntu26
+ version.libdrm2: libdrm2 2.4.26-1ubuntu1
+ version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
+ version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
+ version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
+ version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
+ version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
+ version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
+ version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
+ version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/887034/+attachment/2588185/+files/BootDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] BootLog.gz

2011-11-07 Thread Sly
apport information

** Attachment added: BootLog.gz
   https://bugs.launchpad.net/bugs/887034/+attachment/2588186/+files/BootLog.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] CurrentDmesg.txt

2011-11-07 Thread Sly
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/887034/+attachment/2588187/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] Dependencies.txt

2011-11-07 Thread Sly
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/887034/+attachment/2588188/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] DpkgLog.txt

2011-11-07 Thread Sly
apport information

** Attachment added: DpkgLog.txt
   https://bugs.launchpad.net/bugs/887034/+attachment/2588189/+files/DpkgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] GconfCompiz.txt

2011-11-07 Thread Sly
apport information

** Attachment added: GconfCompiz.txt
   
https://bugs.launchpad.net/bugs/887034/+attachment/2588190/+files/GconfCompiz.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] LightdmDisplayLog.txt

2011-11-07 Thread Sly
apport information

** Attachment added: LightdmDisplayLog.txt
   
https://bugs.launchpad.net/bugs/887034/+attachment/2588191/+files/LightdmDisplayLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] LightdmGreeterLog.txt

2011-11-07 Thread Sly
apport information

** Attachment added: LightdmGreeterLog.txt
   
https://bugs.launchpad.net/bugs/887034/+attachment/2588192/+files/LightdmGreeterLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] Lspci.txt

2011-11-07 Thread Sly
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/887034/+attachment/2588194/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] LightdmLog.txt

2011-11-07 Thread Sly
apport information

** Attachment added: LightdmLog.txt
   
https://bugs.launchpad.net/bugs/887034/+attachment/2588193/+files/LightdmLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] Lsusb.txt

2011-11-07 Thread Sly
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/887034/+attachment/2588195/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] ProcCpuinfo.txt

2011-11-07 Thread Sly
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/887034/+attachment/2588196/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] ProcInterrupts.txt

2011-11-07 Thread Sly
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/887034/+attachment/2588197/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] ProcModules.txt

2011-11-07 Thread Sly
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/887034/+attachment/2588198/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] UdevDb.txt

2011-11-07 Thread Sly
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/887034/+attachment/2588199/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] UdevLog.txt

2011-11-07 Thread Sly
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/887034/+attachment/2588200/+files/UdevLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] UnitySupportTest.txt

2011-11-07 Thread Sly
apport information

** Attachment added: UnitySupportTest.txt
   
https://bugs.launchpad.net/bugs/887034/+attachment/2588201/+files/UnitySupportTest.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] XorgConf.txt

2011-11-07 Thread Sly
apport information

** Attachment added: XorgConf.txt
   
https://bugs.launchpad.net/bugs/887034/+attachment/2588202/+files/XorgConf.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] XorgLog.txt

2011-11-07 Thread Sly
apport information

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/887034/+attachment/2588203/+files/XorgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] XorgLogOld.txt

2011-11-07 Thread Sly
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/887034/+attachment/2588204/+files/XorgLogOld.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] Xrandr.txt

2011-11-07 Thread Sly
apport information

** Attachment added: Xrandr.txt
   https://bugs.launchpad.net/bugs/887034/+attachment/2588205/+files/Xrandr.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] dmidecode.txt.txt

2011-11-07 Thread Sly
apport information

** Attachment added: dmidecode.txt.txt
   
https://bugs.launchpad.net/bugs/887034/+attachment/2588206/+files/dmidecode.txt.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] locale.txt

2011-11-07 Thread Sly
apport information

** Attachment added: locale.txt
   https://bugs.launchpad.net/bugs/887034/+attachment/2588207/+files/locale.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] peripherals.txt

2011-11-07 Thread Sly
apport information

** Attachment added: peripherals.txt
   
https://bugs.launchpad.net/bugs/887034/+attachment/2588208/+files/peripherals.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] xinput.txt

2011-11-07 Thread Sly
apport information

** Attachment added: xinput.txt
   https://bugs.launchpad.net/bugs/887034/+attachment/2588211/+files/xinput.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] xdpyinfo.txt

2011-11-07 Thread Sly
apport information

** Attachment added: xdpyinfo.txt
   
https://bugs.launchpad.net/bugs/887034/+attachment/2588210/+files/xdpyinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] xkbcomp.txt

2011-11-07 Thread Sly
apport information

** Attachment added: xkbcomp.txt
   https://bugs.launchpad.net/bugs/887034/+attachment/2588212/+files/xkbcomp.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] Re: Titlebar not updating correctly; Icon changing background for no reason

2011-11-07 Thread Sly
Totally forgot about running apport.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] Re: Titlebar not updating correctly; Icon changing background for no reason

2011-11-07 Thread Sly
Bug #886716
(https://bugs.launchpad.net/ubuntu/+source/unity/+bug/886716) also
relates to this problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887034] setxkbmap.txt

2011-11-07 Thread Sly
apport information

** Attachment added: setxkbmap.txt
   
https://bugs.launchpad.net/bugs/887034/+attachment/2588209/+files/setxkbmap.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887034

Title:
  Titlebar not updating correctly; Icon changing background for no
  reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 828872] [NEW] Linux Mint installer crashed when trying to install grub-pc

2011-08-18 Thread Sly Marbo
Public bug reported:

The Linux Mint USB installer crashes upon trying to install GRUB. The
logs suggest that dpkg is trying to remove grub-pc but that this is
failing. I'm not sure why it is trying to remove grub-pc since grub is
not installed and there seems to be no reason why grub-pc should be
removed.

1) Linux Mint 11 Katya
2) ubiquity 2.6.10-1mint2
grub-pc 1.99~rc1-13ubuntu3-1mint1
3) Expected the application to install grub 2 (grub-pc)
4) The application crashed and stopped upon trying to install grub-pc

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: grub-pc ubiquity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/828872

Title:
  Linux Mint installer crashed when trying to install grub-pc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/828872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 828872] Re: Linux Mint installer crashed when trying to install grub-pc

2011-08-18 Thread Sly Marbo
** Attachment added: /var/log/syslog
   https://bugs.launchpad.net/bugs/828872/+attachment/2289395/+files/syslog

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/828872

Title:
  Linux Mint installer crashed when trying to install grub-pc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/828872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 828872] Re: Linux Mint installer crashed when trying to install grub-pc

2011-08-18 Thread Sly Marbo
** Attachment added: /var/log/partman
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/828872/+attachment/2289401/+files/partman

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/828872

Title:
  Linux Mint installer crashed when trying to install grub-pc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/828872/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 808722] Re: zeitgeist-daemon crashed with LookupError in remove_from_connection(): _zeitgeist.engine.remote.RemoteInterface at /org/gnome/zeitgeist/log/activity at 0x7fc1b6e59850 is not exporte

2011-07-11 Thread Sly
*** This bug is a duplicate of bug 807531 ***
https://bugs.launchpad.net/bugs/807531


** Visibility changed to: Public

** This bug has been marked a duplicate of bug 807531
   zeitgeist-daemon crashed with LookupError in remove_from_connection(): 
_zeitgeist.engine.remote.RemoteInterface at /org/gnome/zeitgeist/log/activity 
at 0x7f74c3bccad0 is not exported at a location matching (None,None)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/808722

Title:
  zeitgeist-daemon crashed with LookupError in remove_from_connection():
  _zeitgeist.engine.remote.RemoteInterface at
  /org/gnome/zeitgeist/log/activity at 0x7fc1b6e59850 is not exported
  at a location matching (None,None)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zeitgeist/+bug/808722/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 808722] Re: zeitgeist-daemon crashed with LookupError in remove_from_connection(): _zeitgeist.engine.remote.RemoteInterface at /org/gnome/zeitgeist/log/activity at 0x7fc1b6e59850 is not exporte

2011-07-11 Thread Sly
*** This bug is a duplicate of bug 807531 ***
https://bugs.launchpad.net/bugs/807531

Didn't notice duplicate bug report before adding.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/808722

Title:
  zeitgeist-daemon crashed with LookupError in remove_from_connection():
  _zeitgeist.engine.remote.RemoteInterface at
  /org/gnome/zeitgeist/log/activity at 0x7fc1b6e59850 is not exported
  at a location matching (None,None)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zeitgeist/+bug/808722/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 772124] Re: broadcom 14e4:4311, B43 and STA drivers sporadically disconnect

2011-05-04 Thread Sly
Happened again to me today, too. Has been working fine all this week.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/772124

Title:
  broadcom 14e4:4311, B43 and STA drivers sporadically disconnect

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] Re: Major issues with sound; Inspiron 1546; Ubuntu Natty

2011-05-02 Thread Sly
apport information

** Tags added: apport-collected running-unity

** Description changed:

  Alright, so a little background. For the past few days, I've been
  attempting to get my internal mic and internal speakers to work on my
  system. I have seen other people post about this on random forums, and
  other places, but no absolute fix for it.
  
  Today, I tried to replace PulseAudio with ALSA, and making it the
  default driver. So, I made the file ~/.pulse/client.conf and put
  autospawn=no, and rebooted. This successfully kept PulseAudio from
  starting, as it should have.
  
  At this point, I noticed that the sound menu wasn't working. Went in,
  and it had the slider disabled with the label above it saying Label
  Empty. After clicking on Sound Preferences, I got a message Waiting
  for sound system to respond.
  
  Well, then I went into Skype and tried to use ALSA, since it was
  allowing my microphone to work. Made a test call, and it worked fine.
  After a little while, I tried to call a friend and test it. Wouldn't
  work. Just a bunch of static.
  
  So, I decided to try to use PulseAudio one more time. So, I ran
  pulseaudio -D, and it completed successfully. After it started, I
  could see that the sound menu had re-enabled everything like it should
  be.
  
  Restarted Skype again, made a test call, and the mic worked. I was
  surprised, since it was using PulseAudio again, and it hadn't previously
  worked.
  
- Just as my hopes were getting up, about 10 minutes into the call, the
- microphone stopped working again. Went into the Sound Preferences, and
- (again) it's not showing any input from the internal microphone.
+ Just as my hopes were getting up, about 10 minutes into the call, the 
microphone stopped working again. Went into the Sound Preferences, and (again) 
it's not showing any input from the internal microphone.
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
+ Architecture: amd64
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
+Subdevices: 2/2
+Subdevice #0: subdevice #0
+Subdevice #1: subdevice #1
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  sly1458 F pulseaudio
+  /dev/snd/pcmC0D0p:   sly1458 F...m pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'SB'/'HDA ATI SB at 0xf7ffc000 irq 16'
+Mixer name : 'IDT 92HD81B1X5'
+Components : 'HDA:111d7605,102802fa,00100104'
+Controls  : 27
+Simple ctrls  : 18
+ DistroRelease: Ubuntu 11.04
+ HibernationDevice: RESUME=UUID=738ecf4d-320f-4ef7-90e4-f9689e0fb128
+ InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta 1 amd64 (20110329.1)
+ MachineType: Dell Inc. Inspiron 1546
+ NonfreeKernelModules: wl fglrx
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=en_US:en
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=23db1c03-629d-49c3-b3be-fa13a0c777fb ro quiet splash pci=nocrs 
vt.handoff=7
+ ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
+ RelatedPackageVersions:
+  linux-restricted-modules-2.6.38-8-generic N/A
+  linux-backports-modules-2.6.38-8-generic  N/A
+  linux-firmware1.52
+ Tags:  natty running-unity
+ Uname: Linux 2.6.38-8-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 02/01/2010
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A03
+ dmi.board.vendor: Dell Inc.
+ dmi.chassis.type: 8
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd02/01/2010:svnDellInc.:pnInspiron1546:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
+ dmi.product.name: Inspiron 1546
+ dmi.sys.vendor: Dell Inc.

** Attachment added: .etc.asound.conf.txt
   
https://bugs.launchpad.net/bugs/774654/+attachment/2107621/+files/.etc.asound.conf.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] AcpiTables.txt

2011-05-02 Thread Sly
apport information

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/774654/+attachment/2107622/+files/AcpiTables.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] AlsaDevices.txt

2011-05-02 Thread Sly
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/774654/+attachment/2107623/+files/AlsaDevices.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] AplayDevices.txt

2011-05-02 Thread Sly
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/774654/+attachment/2107624/+files/AplayDevices.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] BootDmesg.txt

2011-05-02 Thread Sly
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/774654/+attachment/2107625/+files/BootDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] Card0.Amixer.values.txt

2011-05-02 Thread Sly
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/774654/+attachment/2107626/+files/Card0.Amixer.values.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] Card0.Codecs.codec.0.txt

2011-05-02 Thread Sly
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/774654/+attachment/2107627/+files/Card0.Codecs.codec.0.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] CurrentDmesg.txt

2011-05-02 Thread Sly
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/774654/+attachment/2107628/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] IwConfig.txt

2011-05-02 Thread Sly
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/774654/+attachment/2107629/+files/IwConfig.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] Lspci.txt

2011-05-02 Thread Sly
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/774654/+attachment/2107638/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] Lsusb.txt

2011-05-02 Thread Sly
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/774654/+attachment/2107639/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] PciMultimedia.txt

2011-05-02 Thread Sly
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/774654/+attachment/2107641/+files/PciMultimedia.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] ProcCpuinfo.txt

2011-05-02 Thread Sly
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/774654/+attachment/2107642/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] ProcCpuinfo_.txt

2011-05-02 Thread Sly
apport information

** Attachment added: ProcCpuinfo_.txt
   
https://bugs.launchpad.net/bugs/774654/+attachment/2107643/+files/ProcCpuinfo_.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] ProcInterrupts.txt

2011-05-02 Thread Sly
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/774654/+attachment/2107644/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] ProcModules.txt

2011-05-02 Thread Sly
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/774654/+attachment/2107645/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] RfKill.txt

2011-05-02 Thread Sly
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/774654/+attachment/2107646/+files/RfKill.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] UdevDb.txt

2011-05-02 Thread Sly
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/774654/+attachment/2107647/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] UdevLog.txt

2011-05-02 Thread Sly
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/774654/+attachment/2107648/+files/UdevLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] WifiSyslog.txt

2011-05-02 Thread Sly
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/774654/+attachment/2107649/+files/WifiSyslog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] Re: Major issues with sound; Inspiron 1546; Ubuntu Natty

2011-05-02 Thread Sly
@Daniel: File you requested is attached to this comment. You should also
tell the person that documented that link to add in pulseaudio -D to
restart pulseaudio, instead of having to reboot the entire system
because of debugging.

@Luke: The following is the result of the command you asked for.
Executed at the same time as the debugging for Daniel.

$ cat /proc/interrupts | grep hda_intel
 16:2206114463   IO-APIC-fasteoi   ohci_hcd:usb3, ohci_hcd:usb4, 
hda_intel

** Attachment added: pulseverbose.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/774654/+attachment/2107970/+files/pulseverbose.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] [NEW] Major issues with sound; Inspiron 1546; Ubuntu Natty

2011-05-01 Thread Sly
Public bug reported:

Alright, so a little background. For the past few days, I've been
attempting to get my internal mic and internal speakers to work on my
system. I have seen other people post about this on random forums, and
other places, but no absolute fix for it.

Today, I tried to replace PulseAudio with ALSA, and making it the
default driver. So, I made the file ~/.pulse/client.conf and put
autospawn=no, and rebooted. This successfully kept PulseAudio from
starting, as it should have.

At this point, I noticed that the sound menu wasn't working. Went in,
and it had the slider disabled with the label above it saying Label
Empty. After clicking on Sound Preferences, I got a message Waiting
for sound system to respond.

Well, then I went into Skype and tried to use ALSA, since it was
allowing my microphone to work. Made a test call, and it worked fine.
After a little while, I tried to call a friend and test it. Wouldn't
work. Just a bunch of static.

So, I decided to try to use PulseAudio one more time. So, I ran
pulseaudio -D, and it completed successfully. After it started, I
could see that the sound menu had re-enabled everything like it should
be.

Restarted Skype again, made a test call, and the mic worked. I was
surprised, since it was using PulseAudio again, and it hadn't previously
worked.

Just as my hopes were getting up, about 10 minutes into the call, the
microphone stopped working again. Went into the Sound Preferences, and
(again) it's not showing any input from the internal microphone.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: 11.04 inspiron natty sound

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774654] Re: Major issues with sound; Inspiron 1546; Ubuntu Natty

2011-05-01 Thread Sly
I'm not seeing any errors in kern.log related to the input. All I see
is:


$ cat /var/log/kern.log | grep HDA
May  1 00:57:19 aurora kernel: [   17.432284] HDA Intel :00:14.2: PCI INT A 
- GSI 16 (level, low) - IRQ 16
May  1 00:57:19 aurora kernel: [   17.571272] input: HDA ATI SB Line In at Ext 
Rear Jack as /devices/pci:00/:00:14.2/sound/card0/input11
May  1 00:57:19 aurora kernel: [   17.571584] input: HDA ATI SB Mic at Ext 
Front Jack as /devices/pci:00/:00:14.2/sound/card0/input12
May  1 00:57:19 aurora kernel: [   17.571831] input: HDA ATI SB Line Out at Ext 
Rear Jack as /devices/pci:00/:00:14.2/sound/card0/input13
May  1 00:57:19 aurora kernel: [   17.572080] input: HDA ATI SB HP Out at Ext 
Front Jack as /devices/pci:00/:00:14.2/sound/card0/input14
May  1 00:57:19 aurora kernel: [   17.572291] input: HDA ATI SB HP Out at Ext 
Front Jack as /devices/pci:00/:00:14.2/sound/card0/input15
May  1 01:49:53 aurora kernel: [   17.382375] HDA Intel :00:14.2: PCI INT A 
- GSI 16 (level, low) - IRQ 16
May  1 01:49:53 aurora kernel: [   17.52] input: HDA ATI SB Line In at Ext 
Rear Jack as /devices/pci:00/:00:14.2/sound/card0/input11
May  1 01:49:53 aurora kernel: [   17.521236] input: HDA ATI SB Mic at Ext 
Front Jack as /devices/pci:00/:00:14.2/sound/card0/input12
May  1 01:49:53 aurora kernel: [   17.521446] input: HDA ATI SB Line Out at Ext 
Rear Jack as /devices/pci:00/:00:14.2/sound/card0/input13
May  1 01:49:53 aurora kernel: [   17.521599] input: HDA ATI SB HP Out at Ext 
Front Jack as /devices/pci:00/:00:14.2/sound/card0/input14
May  1 01:49:53 aurora kernel: [   17.521717] input: HDA ATI SB HP Out at Ext 
Front Jack as /devices/pci:00/:00:14.2/sound/card0/input15
May  1 03:02:19 aurora kernel: [   17.182486] HDA Intel :00:14.2: PCI INT A 
- GSI 16 (level, low) - IRQ 16
May  1 03:02:19 aurora kernel: [   17.321390] input: HDA ATI SB Line In at Ext 
Rear Jack as /devices/pci:00/:00:14.2/sound/card0/input11
May  1 03:02:19 aurora kernel: [   17.321596] input: HDA ATI SB Mic at Ext 
Front Jack as /devices/pci:00/:00:14.2/sound/card0/input12
May  1 03:02:19 aurora kernel: [   17.321669] input: HDA ATI SB Line Out at Ext 
Rear Jack as /devices/pci:00/:00:14.2/sound/card0/input13
May  1 03:02:19 aurora kernel: [   17.321824] input: HDA ATI SB HP Out at Ext 
Front Jack as /devices/pci:00/:00:14.2/sound/card0/input14
May  1 03:02:19 aurora kernel: [   17.321941] input: HDA ATI SB HP Out at Ext 
Front Jack as /devices/pci:00/:00:14.2/sound/card0/input15

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774654

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 761898] Re: Banshee continues play after logging out and back in; Ubuntu Natty

2011-04-30 Thread Sly
I'll set it to confirmed, since you are also having this problem. Just
needed confirmation it wasn't just me.

** Changed in: banshee (Ubuntu)
   Status: New = Confirmed

** Changed in: banshee
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/761898

Title:
  Banshee continues play after logging out and back in; Ubuntu Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 772276] Re: Cannot use Web Cam Microphone

2011-04-29 Thread Sly
@David: I know that it is a different system, but I'm waiting to see if
any of these bug reports on audio are going to resolve my issue, so I
don't have to post another bug for it. Which is why I wanted to go ahead
and confirm this one, since I am frequently running into people having
trouble with their audio. My talking about my problem was just
confirmation that they aren't the only ones having a problem with things
like this. I've ran into this problem on my system, and so has *MANY*
other people. I still haven't seen a solution for it, or seen any bug
reports that get handled with any importance. Bugs that I see like this
get pushed to the Low category, when it should be medium or high since
this does effect the mobility of the operating system as a whole.

Also, David, if you would have looked in PciMultimedia.txt, you can see:
Subsystem: Giga-byte Technology GA-7VAX Onboard Audio (Realtek ALC650) 
[1458:a002]

Although my system may be different in model, I am still using a Realtek
sound card.


@Sam: Thanks for running apport-collect like I asked. Someone should help you 
with your bug soon.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/772276

Title:
  Cannot use Web Cam Microphone

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 771608] Re: Flash hides login screen if coming back from screensaver in fullscreen; Ubuntu Natty; Inspiron 1546

2011-04-28 Thread Sly
Anyone have an idea of what package would be causing this issue? I don't
think it is a flash issue, because it shouldn't be flash's place to
remove itself from being on top when coming back from a screensaver and
showing the login box.

On the subject of flash, why does it stop itself when the screensaver
starts in the first place? Of course, you can't see it while the
screensaver is up. However, some people may listen to music on flash as
they sleep or whatever their preference is.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771608

Title:
  Flash hides login screen if coming back from screensaver in
  fullscreen; Ubuntu Natty; Inspiron 1546

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 772153] Re: unity prevents me from being productive on my desktop

2011-04-28 Thread Sly
This bug report is all opinion, not valid bugs. Provide specific
details on one or more bugs for this to be considered a bug report.

Don't be discouraged, though, as all feedback is welcome.

** Changed in: unity (Ubuntu)
   Status: New = Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/772153

Title:
  unity prevents me from being productive on my desktop

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 772153] Re: unity prevents me from being productive on my desktop

2011-04-28 Thread Sly
I tend to enjoy Unity. Brings something new to the table. Plus, with the
roll-out of GNOME3 comes a pretty bland interface, since it's still so
new. There should be a mix of GNOME3 and Unity, but with more user
preferences allowing customization. Just remember, GNOME didn't start
out perfect. It took many revisions to get it to look decent.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/772153

Title:
  unity prevents me from being productive on my desktop

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 772184] Re: Title bar disapeared

2011-04-28 Thread Sly
What program(s) were you running when the titlebars disappeared?

Need a little more detail.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/772184

Title:
  Title bar disapeared

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 772164] Re: 11.04 reqs 4.4GB to install, dell mini 9 has 4GB SSD

2011-04-28 Thread Sly
If 10.10's installation medium was only 2.1GB, for both the desktop and
netbook edition, then 4.4GB isn't that much difference once you combine
them. It would only be ~0.2GB difference to combine 10.10 in the same
way.

As far as your problem, I have no clue as to why it would be wanting to
install all 4.4GB of media if there are 2 separate versions on the disk.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/772164

Title:
  11.04 reqs 4.4GB to install, dell mini 9 has 4GB SSD

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 772124] Re: broadcom 14e4:4311, B43 and STA drivers sporadically disconnect

2011-04-28 Thread Sly
Would probably be best to run apport-collect 772124 to get a
collection of debugging information that developers may need.

I have also been experiencing a similar problem on my Dell Inspiron 1546
with a B43 card. However, my problem seems to be when I restart the
computer. It tries to continuously connect to the wireless network, with
nothing ever happening.

The only fix I have found for this problem when it happens is to reboot
into Windows, and then reboot back into Ubuntu; or deactivate 
reactivate the STA driver.

Would definitely like to see a fix for whatever is causing your problem,
because it's probably the same problem I'm having.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/772124

Title:
  broadcom 14e4:4311, B43 and STA drivers sporadically disconnect

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 771998] Re: [Launcher]Should indicate all applications opened

2011-04-28 Thread Sly
I see a mark for your open applications to the left of the icons. What's
the issue here? O_o

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771998

Title:
  [Launcher]Should indicate all applications opened

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 771901] Re: cannot add another town

2011-04-28 Thread Sly
I just downloaded indicator-weather and tested following the steps that
you provided, and everything worked as intended.

I see that you have the latest version, though. Quite strange.

There may have been a configuration change between versions. Have you
tried removing all of your locations, and adding them back?

Also, please run apport-collect 771901 in a terminal, so it will
provide developers with the most common information they would need in
order to fix a bug related to this.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771901

Title:
  cannot add another town

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 771885] Re: Won't show flash drive

2011-04-28 Thread Sly
When you plug your flash drive in, does it show up in lsusb?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771885

Title:
  Won't show flash drive

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 772209] [NEW] Unity not adding installed programs to the applications list; Ubuntu Natty

2011-04-28 Thread Sly
Public bug reported:

Binary package hint: unity

Using: Ubuntu Natty, Beta 2, 64-bit

It has come to my attention over the past couple of weeks that the Unity
dash does not add a newly installed program into the list of
applications until I have restarted the computer. The only way you can
find the newly installed program is to search for it until it shows up
in the list, or until it finally shows up in your most frequently used
apps.

I have also noticed that it sometimes has trouble removing applications
from this list as well. For example, Teamviewer (http://teamviewer.com)
fails to be automatically removed, even though it is being removed
through the package manager.

** Affects: unity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: 11.04 natty running-unity ubuntu unity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/772209

Title:
  Unity not adding installed programs to the applications list; Ubuntu
  Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 772063] Re: app icon on the vertical bar lost track of running instance

2011-04-28 Thread Sly
Sounds like a minor hooking problem, but I can't confirm that.

Be sure to run apport-collect 772063 in a terminal to provide
developers with as much information as you can for this report.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/772063

Title:
  app icon on the vertical bar lost track of running instance

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 772209] Re: Unity not adding installed programs to the applications list; Ubuntu Natty

2011-04-28 Thread Sly
Wasn't sure if it was reported yet or not. I didn't see any duplicates
searching with this title name.

Thanks for confirming.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/772209

Title:
  Unity not adding installed programs to the applications list; Ubuntu
  Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 772209] Re: Unity not adding installed programs to the applications list; Ubuntu Natty

2011-04-28 Thread Sly
Sure. Let me know if any additional info is required.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/772209

Title:
  Unity not adding installed programs to the applications list; Ubuntu
  Natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 772214] Re: default state file location is wrong in manpage

2011-04-28 Thread Sly
What version of Ubuntu are you using?


man logrotate

   -s, --state statefile
  Tells logrotate to use an alternate state file.  This is  useful
  if  logrotate  is being run as a different user for various sets
  of log files.  The default state file is /var/lib/logrotate/sta‐
  tus.


Shows correctly for me on Natty Beta 2.

Please add more detail into your report.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/772214

Title:
  default state file location is wrong in manpage

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 772205] Re: Drivers dont work

2011-04-28 Thread Sly
Please run apport-collect 772205 in a terminal to gather more
information regarding this issue for developers to diagnose this
problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/772205

Title:
  Drivers dont work

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 772227] Re: Will not send

2011-04-28 Thread Sly
Thanks for your bug report.

Please run apport-collect 772227 to automatically collect information
regarding this bug report. That may possibly help the developers debug
your problem quicker.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/772227

Title:
  Will not send

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 771389] Re: Unity Launcher hides regardless of mouse position.

2011-04-28 Thread Sly
I have also noticed a similar bug on my computer. However, it's not
about how long the launcher stays open.

My problem seems to be that the launcher wants to close when my mouse
moves away from the edge of the screen. It moves so quickly that it's
impossible to click on anything before it closes.

Seems like it's just a problem with mouse polling giving incorrect x/y
coordinates, as I've also experienced some fluctuations in my mouse
movements from time to time (stuttering, slower than usual, etc), but
never been able to fully reproduce them for a bug report.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771389

Title:
  Unity Launcher hides regardless of mouse position.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 772214] Re: default state file location is wrong in manpage

2011-04-28 Thread Sly
Thanks for the information. As I'm not on 10.04, I'm not able to confirm
this. Someone should be along shortly to confirm and/or ask for more
information.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/772214

Title:
  default state file location is wrong in manpage

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 772261] Re: Synaptic main window menu bar is misplaced in UNITY

2011-04-28 Thread Sly
Some applications' menu bars aren't coded to be integrated with Unity
yet. For example: the LibreOffice suite.

This probably hasn't been integrated into Synaptic because it's used on
so many other distributions that do not include Unity (Debian, for
example).

That's just speculation, though. I can't say that's exactly why it
hasn't been implemented yet.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/772261

Title:
  Synaptic main window menu bar is misplaced in UNITY

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 772276] Re: Cannot use Web Cam Microphone

2011-04-28 Thread Sly
This problem also effects my system.

Internal speakers refuse to work.
Microphone doesn't show any input, although it was working when I installed 
Natty (indicating that it was an update that caused this error).

I'm going to go ahead and confirm this, because I know something is
wrong with this, and I'm not seeing any duplicates that match this.
However, someone may find a bug that better fits as a duplicate to move
this to.

Until then, to be on the safe side, run apport-collect 772276 in a
terminal to collect debugging information for the developers to diagnose
any problems related to this bug report.

** Changed in: pulseaudio (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/772276

Title:
  Cannot use Web Cam Microphone

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >