[Bug 1044060] Re: nouveau causes compiz and gnome-shell to use 100% CPU. nvidia-current works.

2014-01-09 Thread Colin Keenan
Someone else affected by this bug will have to test it again.

I can't test it or run the suggested command because I sold that
computer and built a new one based on intel HD 4000 graphics. I also
switched to Arch Linux.

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

Title:
  nouveau causes compiz and gnome-shell to use 100% CPU. nvidia-current
  works.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1044060/+subscriptions

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


[Bug 883844] Re: Transmission is uploading and downloading at about 20 KiB/s when no torrents are listed at all

2013-01-17 Thread Colin Keenan
I don't know if it's fixed or not because this problem led me to switch
to Vuze. I see no reason to go back to Transmission to find out if it's
working properly or not.

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

Title:
  Transmission is uploading and downloading at about 20 KiB/s  when no
  torrents are listed at all

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

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


[Bug 1027299] Re: p11-kit breaking wine on 64 bit: Wrong ELFCLASS

2013-01-13 Thread Colin Keenan
I was able to get rid of this error, but have another which I won't
bother listing here since it's not related.

To get rid of this error, I upgraded to wine 1.5, uninstalled the
troublesome software, and re-installed it.

To upgrade to wine 1.5, I did the following:

sudo add-apt-repository ppa:ubuntu-wine/ppa

sudo apt-get update

sudo aptitude full-upgrade

and aptitude told me I would have to uninstall all the previous wine
stuff, so I told it to go ahead and do that.

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

Title:
  p11-kit breaking wine on 64 bit: Wrong ELFCLASS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/p11-kit/+bug/1027299/+subscriptions

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


[Bug 1027299] Re: p11-kit breaking wine on 64 bit: Wrong ELFCLASS

2013-01-13 Thread Colin Keenan
I am getting the same error but not from trying to run cxoffice. I'm
trying to run the efax.com custom fax viewer for viewing their free
incoming faxes. I was able to install their software by setting wine to
Windows 7, but it wouldn't run. It would display a dialogue saying a
necessary resource was not available. Running in a terminal told me it
was looking for gnome-keyring-pkcs11.so, so I installed p11-kit.

Wine still couldn't find gnome-keyring-pkcs11.so, so I used 'sudo find
-name gnome-keyring-pkcs11.so' and then created a link to that file in
the place where the efax software was looking. That's when I got the
'wrong ELF class: ELFCLASS64' error mentioned in this bug. I tried
making gnome-keyring-pkcs11.so executable (because I had found some
instructions to do that somewhere), but that didn't make any difference.

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

Title:
  p11-kit breaking wine on 64 bit: Wrong ELFCLASS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/p11-kit/+bug/1027299/+subscriptions

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


[Bug 1093071] Re: can't import lsb_release in python3 anymore

2012-12-23 Thread Colin Keenan
I have solved this bug myself. These were the steps:

colin@colin:~$ find /usr/lib -name lsb_release*
/usr/lib/python2.7/dist-packages/lsb_release.py
/usr/lib/python2.7/dist-packages/lsb_release.pyc
/usr/lib/python3/dist-packages/lsb_release.py
/usr/lib/python3/dist-packages/__pycache__/lsb_release.cpython-32.pyc

colin@colin:~$ sudo rm /usr/lib/python3/dist-
packages/__pycache__/lsb_release.cpython-32.pyc

And to verify it worked:

colin@colin:~$ python3
Python 3.2.3 (default, Oct 19 2012, 19:53:16) 
[GCC 4.7.2] on linux2
Type help, copyright, credits or license for more information.
 import lsb_release
 quit()
colin@colin:~$

As you can see, no errors anymore on trying to import lsb_release.
Running aptitude full-upgrade worked as well and finished configuring
extlinux.

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

Title:
  can't import lsb_release in python3 anymore

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

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


[Bug 1093071] [NEW] can't import lsb_release in python3 anymore

2012-12-22 Thread Colin Keenan
Public bug reported:

Ubuntu 12.10 (but grub2 says Debian Wheezy now?)
Python 3.2.3-6ubuntu3.1

Python 3.2.3 (default, Oct 19 2012, 19:53:16) 
[GCC 4.7.2] on linux2
Type help, copyright, credits or license for more information.
 import lsb_release
Traceback (most recent call last):
  File stdin, line 1, in module
EOFError: EOF read where not expected
 

This is a problem because it causes extlinux to fail. The following
printed in reply to sudo aptitude full-upgrade:

The following partially installed packages will be configured:
  extlinux 
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
Setting up extlinux (2:4.05+dfsg-6) ...
P: Checking for EXTLINUX directory... found.
Traceback (most recent call last):
  File /usr/bin/lsb_release, line 26, in module
import lsb_release
EOFError: EOF read where not expected
dpkg: error processing extlinux (--configure):
 subprocess installed post-installation script returned error exit status 1
No apport report written because MaxReports is reached already
  Errors were 
encountered while processing:
 extlinux
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up extlinux (2:4.05+dfsg-6) ...
P: Checking for EXTLINUX directory... found.
Traceback (most recent call last):
  File /usr/bin/lsb_release, line 26, in module
import lsb_release
EOFError: EOF read where not expected
dpkg: error processing extlinux (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 extlinux

** Affects: lsb (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/1093071

Title:
  can't import lsb_release in python3 anymore

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

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


[Bug 1027925] Re: Feature request: transparency on/off shortcut key

2012-11-03 Thread Colin Keenan
Thanks. Works well in Ubuntu 12.10 too. Also, although the comments in
the script say from black background to semi-transparent, it's actually
from whatever color background you're using to semi-transparent. I have
customized the colors on my guake to use white background, and this
script works fine for that too.

For those that don't know where to find the keyboard shortcuts in 12.10,
click on your name at top right; then system settings; then in the
hardware section click on keyboard and choose shortcuts tab; finally,
choose Custom Shortcuts which is last on the left side.

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

Title:
  Feature request: transparency on/off shortcut key

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

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


[Bug 1027925] Re: Feature request: transparency on/off shortcut key

2012-10-23 Thread Colin Keenan
Any update on this? I want to toggle transparency because sometimes it's
not possible to copy and paste. For example, a kindle book being read in
the browser won't allow random phrases to be copied from it. However, as
mentioned by the original poster, most of the time transparency isn't a
good thing when using an editor because people have to strain to
distinguish the text in the editor from the background text.

What would really be amazing is if after toggling transparency on, the
mouse could be used to select a rectangle that would remain transparent
after toggling transparency off again. Another toggle would remove that
transparency as well. Of course, I realize there may not be many (or
any?) other people out there who would even think to look for such
behavior. The basic transparency toggle seems like it would be popular
though even if people aren't searching for a solution. I almost didn't
search for a solution since it seemed pretty clear from the lack of such
a feature being listed in the help ,that it wasn't available.

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

Title:
  Feature request: transparency on/off shortcut key

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

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


[Bug 1046486] Re: gnome-shell crashed with SIGABRT in g_assertion_message()

2012-09-08 Thread Colin Keenan
I noticed today's updates included updates to gnome. After the updates
and re-boot, I was able to log into gnome and gnome-shell loaded fine.
That's what I'm using now. Maybe this bug can be marked as fixed
released or something. Of course, I don't actually know if the trouble I
was having getting gnome-shell to run has anything to do with this bug
that was detected by Ubuntu automatically more than once.

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

Title:
  gnome-shell crashed with SIGABRT in g_assertion_message()

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

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


[Bug 918463] Re: gnote crashed with SIGABRT in __libc_message()

2012-09-07 Thread Colin Keenan
After latest updates, gnote is almost working correctly. I have version
3.5.0. The only problem now is that closing the Search All Notes
window closes the application. If status-icon has been enabled, the only
way to close the application should be from the status-icon.

Of course, I realize gnote isn't included in the allowed status icons by
default in Ubuntu so that I had to do some command-line stuff to make it
show up. Maybe there's an environment variable gnote can check to find
out if it's allowed to show the status-icon or not; so that, the user
can only enable status-icon if it will actually be visible. If status-
icon isn't enabled, closing Search All Notes would close the
application. If status-icon is enabled, closing Search All Notes would
just close that window, but keep the application going.

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

Title:
  gnote crashed with SIGABRT in __libc_message()

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

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


[Bug 918463] Re: gnote crashed with SIGABRT in __libc_message()

2012-09-06 Thread Colin Keenan
Ever since I updated to Ubuntu 12.10 Alpha 3 a couple of weeks ago, this
is how gnote runs. I used to run gnote on startup, but now I just open
it whenever I need to check a note or create a new one. I know that when
I try to close one note, the whole program will close, and it may not
even record new notes or edits. I didn't realize it was crashing and
thought this was a new very annoying behavior.

Has there been any progress on fixing the bug?

I have an AMD64 dual core processor, but am using the 32 bit version of
Ubuntu.

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

Title:
  gnote crashed with SIGABRT in __libc_message()

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

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


[Bug 1044060] Re: compiz uses 100% cpu seemingly at random but maybe related to update-notifier

2012-09-05 Thread Colin Keenan
The problem has not been solved, but I don't think it's compiz that's
causing the trouble. Last night I installed gnome: sudo aptitude install
gnome. This morning I was running gnome-shell, not compiz/unity, and got
gnome-shell using 100% cpu. I ran dstack.sh 5 times for gnome-shell, and
definitely got the spike. Every time the spike seemed to have ended,
when I started using Google Chrome Browser again, the spike started
again.

So, I ran dstack.sh a several more times. Finally, I had to killall
gnome-shell and run gnome-shell again. Last night when I was having a
different problem with gnome-shell, I tried mutter --replace, but to my
surprise, mutter --replace doesn't work with gnome-shell because I
didn't have mutter installed! So, does that mean gnome-shell was using
compiz? Last night, when I was worried that gnome-shell was running
under compiz somehow, I found instructions on the internet to find out
what window manager was being used and the result was Mutter with a
capital M, but Mutter --replace also didn't work since Mutter
wasn't installed either. So, I installed mutter, but mutter --replace
doesn't work because it doesn't load gnome-shell, and same thing happens
with compiz --replace.

Anyway, whatever gnome-shell is running under, the 100% CPU problem
happens with it just as it did with compiz/unity. I'm attaching
gnomestack.txt hoping someone will figure out what package really has a
bug in it.

** Attachment added: gnomestack.txt
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1044060/+attachment/3294182/+files/gnomestack.txt

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

Title:
  compiz uses 100% cpu seemingly at random but maybe related to update-
  notifier

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

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


[Bug 1044060] Re: compiz uses 100% cpu seemingly at random but maybe related to update-notifier

2012-09-05 Thread Colin Keenan
As I was writing the note above, tons of disk activity was going on, and
I was expecting update-notifier to pop up. It didn't, so I ran update-
notifier and it popped up right away with a list of updates. It could
just be coincidence, but maybe the process of checking for and
downloading updates might have something to do with this because that
seems to be what was happening as I was typing the note above. Of
course, that was happening after the spike ended by me killing gnome-
shell and re-running it, so I don't know, but that's basically the same
pattern I noticed when I first reported this bug.

** Changed in: compiz (Ubuntu)
   Status: Incomplete = New

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

Title:
  compiz uses 100% cpu seemingly at random but maybe related to update-
  notifier

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

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


[Bug 1044060] Re: compiz uses 100% cpu seemingly at random but maybe related to update-notifier

2012-09-05 Thread Colin Keenan
I was having so much trouble with graphics that the dash was no longer
functional. That was why I tried gnome. I was still having graphics
problems in gnome-shell, but it was usable except for the 100% cpu
problem. Unfortunately, after I did the killall gnome-shell and then
restarted gnome-shell, the next time I logged into it, it wouldn't load.
I had accidentally killed and restarted gnome-shell while still super-
user. I've reported a separate bug about that and hope they will find a
way to make gnome-shell work for me again. I had never used it before,
but like it alot.

Anyway, I tried Super+A which I see is the same as just clicking the
dash icon, but graphics went haywire as usual and I couldn't see
anything. After rebooting, I logged into gnome classic no effects. I
searched for Additional Drivers in the Ubuntu Software Center, and to
my surprise, it wasn't even installed. After installing Additional
Drivers, it wasn't on the menus, but from Software Center, I knew the
command was jockey-kde, and ran it from a terminal window (I use guake).
That worked and it detected 3 apparently identical drivers, all named
NVIDIA binary Xorg driver, kernel module and VDPAU library. It wouldn't
install saying I had held-back broken packages. After an aptitude update
 aptitude full-upgrade, I was able to install the driver.

This proprietary driver has solved all my problems. Their are clearly
very serious issues with the nouveau driver being considered for 12.10,
and the latest one for 12.04 has problems too. The original one for
12.04 was fine, but in the past couple of months, I started having
serious problems, which was why I decided to try the Alpha 3 12.10.
Every upgrade just made the graphics worse. This will be a big problem
for Ubuntu. I have not been able to do a proper bug report for nouveau
or Xorg or anything related. They can't get the information they need to
diagnose the problem. But, the proprietary driver works!

The only reason I had stopped using the proprietary driver in 12.04 is
that for some reason it made the fonts look horrible, and there were
other minor issues as well. Strangely, I could install the proprietary
driver, tweak some things like digital vibrance, remove the proprietary
driver, and the digital vibrance settings still worked while improving
the fonts by using nouveau. Then they upgraded nouveau and it stopped
using the settings I had done with the nvidia driver. Then, the graphics
went to hell.

This latest nvidia driver still has worse fonts than nouveau, but it's
better than before, and I have no choice anymore.

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

Title:
  compiz uses 100% cpu seemingly at random but maybe related to update-
  notifier

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

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


[Bug 1044060] Re: compiz uses 100% cpu seemingly at random but maybe related to update-notifier

2012-09-02 Thread Colin Keenan
I've created xorg.conf and put that Section Device in there. I've
already got compiz 0.9.8.0 which isn't surprising because I did an
update this morning. This particular problem hasn't happened today.
Hopefully the xorg.conf file will help with all the other graphics
issues I've been having. They've been so bad and random that I've
started to wonder if the gpu chip on my motherboard is bad or something.
I haven't been able to do a proper bug report on the graphics issues.

I'll update this bug in a couple of days and change the status.

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

Title:
  compiz uses 100% cpu seemingly at random but maybe related to update-
  notifier

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

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


[Bug 1044060] Re: compiz uses 100% cpu seemingly at random but maybe related to update-notifier

2012-08-31 Thread Colin Keenan
Update-notifier ran and updated my system without issue today. Later,
when opening a tab to spin a wheel that also had some popup stuff on
the bottom of the page, Compiz started using about 98% cpu, but the
spike in cpu usage didn't last so long that I needed to reboot or
anything.

I don't know if I caught the spike with dstack or not, but I'm attaching
compizstack.txt in case I did.

** Attachment added: compizstack.txt
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1044060/+attachment/3286087/+files/compizstack.txt

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

Title:
  compiz uses 100% cpu seemingly at random but maybe related to update-
  notifier

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

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


[Bug 1044060] Re: compiz uses 100% cpu seemingly at random but maybe related to update-notifier

2012-08-31 Thread Colin Keenan
I should also mention that the first time I tried to open that tab,
there was a gpu lockup and I couldn't switch to the virtual console. I
know it was a gpu lockup because the system switched to console mode and
started listing everything it was trying to do, but it was taking too
long, so I did a hardware re-boot. It was after re-boot when that tab
came up again that I got the Compiz 98% cpu usage. It took a while for
me to start the dstack commands, so I don't know if any useful info is
in compizstack.txt.

** Changed in: compiz (Ubuntu)
   Status: Incomplete = New

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

Title:
  compiz uses 100% cpu seemingly at random but maybe related to update-
  notifier

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

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


[Bug 743541] Re: indicator-weather crashed with SIGSEGV in dbusmenu_menuitem_build_variant()

2012-08-30 Thread Colin Keenan
I have same bug on alpha3 release of Ubuntu 11.10

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

Title:
  indicator-weather crashed with SIGSEGV in
  dbusmenu_menuitem_build_variant()

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

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


[Bug 1032925] Re: update-notifier crashed with SIGSEGV in g_object_ref()

2012-08-30 Thread Colin Keenan
Happened after ctrl-alt-backspace because Compiz locked up using 100%
CPU.

I was reading a blog using Google Chrome and suddenly I couldn't scroll
anymore and Chrome wasn't responding at all, so I did ctrl-alt-F1 and
killall chrome. That worked without error, but ctrl-alt-f7 showed
nothing changed on my desktop - it still showed Chrome stuck at the same
place. So, I did ctrl-alt-f1 and ran top. Sure enough, chrome was not
running anymore, but compiz was using 100% cpu. I tried a few other
commands to stop and start Compiz and Unity, but didn't really know what
I was doing, so ended up doing ctrl-alt-f7 then ctrl-alt-backspace.
After logging back in, I got this and other errors.

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

Title:
  update-notifier crashed with SIGSEGV in g_object_ref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1032925/+subscriptions

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


[Bug 1044060] [NEW] compiz uses 100% cpu seemingly at random but maybe related to update-notifier

2012-08-30 Thread Colin Keenan
Public bug reported:

Every once in a while, usually when I've been reading news and blogs for
a couple of hours, the display freezes up and doesn't respond to any
mouse clicking. Doing ctrl-alt-backspace works as well as ctrl-alt-f1.
I've noticed that if the problem happens a lot in a short period of
time, eventually update-notifier will tell me updates are available.
When I tried ctrl-alt-f1 and ran tops, that's when I discovered compiz
was using 100% cpu so that was what was causing the display to not
respond. I don't know many commands, but killall compiz did allow me to
continue reading the blog, but of course all window decoration was
missing and I had no way to launch other applications through the gui.
After doing ctrl-alt-backspace to restore my desktop, Apport reported an
update-notifier crash.

Since this problem happens at times I'm not doing anything but reading
what's already in the browser and trying to scroll down to read more, I
think the problem is caused by something done on a schedule. Since
update-notifier always seems to come up eventually on reboot or ctrl-
alt-backspace, it would seem like update-notifier is somehow causing
compiz to use 100% cpu at times.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: compiz 1:0.9.8+bzr3319-0ubuntu3
ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
Uname: Linux 3.5.0-13-generic i686
ApportVersion: 2.5.1-0ubuntu3
Architecture: i386
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,move,imgpng,obs,resize,grid,vpswitch,mousepoll,unitymtgrabhandles,snap,regex,wall,gnomecompat,place,animation,workarounds,expo,session,fade,ezoom,scale,unityshell]
Date: Thu Aug 30 15:32:19 2012
DistUpgraded: 2012-08-23 14:30:03,347 DEBUG enabling apt cron job
DistroCodename: quantal
DistroVariant: ubuntu
GraphicsCard:
 NVIDIA Corporation C61 [GeForce 6150SE nForce 430] [10de:03d0] (rev a2) 
(prog-if 00 [VGA controller])
   Subsystem: ZOTAC International (MCO) Ltd. Device [19da:a127]
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
Lsusb:
 Bus 002 Device 002: ID 0451:2046 Texas Instruments, Inc. TUSB2046 Hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 003: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for 
Bluetooth
MachineType: Unknow Unknow
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-13-generic 
root=UUID=e92f6f09-fa78-4288-b695-6f763ae4e38d ro quiet splash vt.handoff=7
SourcePackage: compiz
UpgradeStatus: Upgraded to quantal on 2012-08-23 (7 days ago)
dmi.bios.date: 12/10/2009
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: NF-MCP61
dmi.board.vendor: nVIDIA
dmi.chassis.type: 3
dmi.chassis.vendor: nVIDIA
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd12/10/2009:svnUnknow:pnUnknow:pvrUnknow:rvnnVIDIA:rnNF-MCP61:rvr:cvnnVIDIA:ct3:cvr:
dmi.product.name: Unknow
dmi.product.version: Unknow
dmi.sys.vendor: Unknow
version.compiz: compiz 1:0.9.8+bzr3319-0ubuntu3
version.libdrm2: libdrm2 2.4.38-0ubuntu2
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120821.c1114c61-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120821.c1114c61-0ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.12.99.905-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120713.6ef1ad6a-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.3-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.1-4~ubuntu1

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


** Tags: apport-bug i386 quantal running-unity ubuntu

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

Title:
  compiz uses 100% cpu seemingly at random but maybe related to update-
  notifier

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

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


[Bug 1044060] Re: compiz uses 100% cpu seemingly at random but maybe related to update-notifier

2012-08-30 Thread Colin Keenan
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1044060

Title:
  compiz uses 100% cpu seemingly at random but maybe related to update-
  notifier

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

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


[Bug 964365] Re: Weather indicator as earthtools.org is down

2012-08-05 Thread Colin Keenan
I can confirm wrong sunrise and sundown times are shown. I'm also
suspicious about the temperature since it's 4 degrees off of weather.com
as well as a thermometer on my own property.

Sunrise  Sunset shown in Weather Indicator 12.07.30 'Cloudy 10' for Sunday 
8/5/2012 at Kansas City, MO: 
5:03:59 AM and 7:37:47 PM.

Actual Sunrise  Sunset for Sunday 8/5/2012 at Kansas City, MO: 
6:22am and  8:26pm or within a minute of those times (I didn't check longitude 
and latitude)

Temperature reported by Weather Indicator refreshed at 10:14am: 74°,
which is the same temperature it's been reporting for the past half
hour.

Temperature reported by weather.com and my own thermometer at 10:14am:
80°, which was steadily increasing from the 78° for the past half hour.

I have doubts that Weather Indicator is working.

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

Title:
  Weather indicator as earthtools.org is down

To manage notifications about this bug go to:
https://bugs.launchpad.net/weather-indicator/+bug/964365/+subscriptions

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

[Bug 964365] Re: Weather indicator as earthtools.org is down

2012-08-05 Thread Colin Keenan
I added the google weather widget to my igoogle page and it matches
weather indicator. So, the temperature is working, but it's still 4
degrees lower than weather.com or my house. That's a problem with not
having multiple locations within a city to choose from in google's
weather information. It has finally updated to a new temperature though,
and matches googles weather widget.

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

Title:
  Weather indicator as earthtools.org is down

To manage notifications about this bug go to:
https://bugs.launchpad.net/weather-indicator/+bug/964365/+subscriptions

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


[Bug 964365] Re: Weather indicator as earthtools.org is down

2012-08-03 Thread Colin Keenan
Is there some way to change the default indicator icon to something
other than the sun? It disturbs me seeing the sun throughout the night.

Where is the icon located? I would like to put in a different one until
indicator-weather is able to calculate sunrise and sunset.

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

Title:
  Weather indicator as earthtools.org is down

To manage notifications about this bug go to:
https://bugs.launchpad.net/weather-indicator/+bug/964365/+subscriptions

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


[Bug 964365] Re: Weather indicator as earthtools.org is down

2012-08-03 Thread Colin Keenan
I found the icon:

/usr/share/icons/Humanity-Dark/status/48/weather-clear.svg

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

Title:
  Weather indicator as earthtools.org is down

To manage notifications about this bug go to:
https://bugs.launchpad.net/weather-indicator/+bug/964365/+subscriptions

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


[Bug 964365] Re: Weather indicator as earthtools.org is down

2012-07-31 Thread Colin Keenan
Tried check-marking precise-proposed in the updates tab of software
sources, checked for updates, installed them all. But, as #23 says, this
fix is not accepted yet, so didn't work.

Followed comment #9 and that worked 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/964365

Title:
  Weather indicator as earthtools.org is down

To manage notifications about this bug go to:
https://bugs.launchpad.net/weather-indicator/+bug/964365/+subscriptions

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


[Bug 990721] Re: unity --reset caused unity work incorrectly and lists many errors

2012-04-30 Thread Colin Keenan
I upgraded back to 12.04 painlessly and can report total success. I had
disabled the NVIDIA accelertated graphics first, just in case. There's
actually no need for me to re-activate it. The only reason I activated
it in 11.10 was to be able to change some settings to get my screen
looking just right. I've noticed a long time ago though that those
settings remain in effect even after uninstalling the NVIDIA driver.
Since on the previous upgrade to 12.04 I noticed text looked horrible
when the driver is active, I decided this time to just do without it.

Now for one of the things I like best about 12.04, the Appearance
dialogue now has a tab for behavior where you can set the sensitvity and
hot spot of the Unity launcher. I put it to maximum sensitivity and top
corner hot spot so that it's back to the original 10.04 behavior that
works much better for me.

In the future, I'm always going to wait a few days before upgrade so
that it doesn't take all day to download meaning changes in the weather
will be less likely to interupt the upgrade.

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

Title:
  unity --reset caused unity work incorrectly and lists many errors

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

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


[Bug 990721] Re: unity --reset caused unity work incorrectly and lists many errors

2012-04-29 Thread Colin Keenan
I tried a lot of stuff, including ctrl-alt-F1 for full screen terminal
to purge Unity and Ubuntu Desktop and some other stuff. Then, re-
installed everything and reboot. Still had exact same problems. Finally
gave up and did a clean install of Ubuntu 11.10, fully updated it, and
got it just the way it was before the thunderstorm. Now, I'm waiting for
the weather to show a day without thunderstorms so I can safely upgrade
again to Ubuntu 12.04. I really liked the improvements and just hope
this time Unity will keep working properly after the upgrade. I'll
update you in a few days when the weather is better.

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

Title:
  unity --reset caused unity work incorrectly and lists many errors

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

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


[Bug 990721] [NEW] unity --reset caused unity work incorrectly and lists many errors

2012-04-28 Thread Colin Keenan
Public bug reported:

A thunderstorm interrupted my upgrade from 11.10 to 12.04 so I had to do
a clean install. I didn't have 12.04 on disc so installed 11.10 then
upgraded to 12.04 without installing any updates to 11.10.

After upgrading to 12.04, I removed various packages I didn't want
(mostly all the stuff in indicator-messages and also indicator-messages
itself).

Then, I installed some stuff, including CompizConfig settings manager.

Then, I added stuff to the white-list with *gsettings set
com.canonical.Unity.Panel systray-whitelist ['JavaEmbeddedFrame',
'Wine', 'Update-notifier', 'gnote', 'checkgmail', 'Vuze', 'Opera']*

After updating the whitelist, rather than log out and back in, I ran
*unity --reset*. That's when everything went wrong. After many reboots
and installing and removing the *NVIDIA accelerated graphics driver*,
Unity never fully recovered. I'm seeing all the problems described here:
http://askubuntu.com/questions/126221/12-04-ui-problems/127238#127238

In addition, CompizConfig settings manager is being ignored. I mean
whatever changes I make there, nothing changes with Unity. Before I did
the unity --reset, CompizConfig settings manager was working.

Here is the terminal output from unity --reset:

colin@colin-System:~$ unity --reset WARNING: Unity currently default
profile, so switching to metacity while resetting the values unity-
panel-service: no process found Checking if settings need to be migrated
...no Checking if internal files need to be migrated ...yes [LOG]:
Moving Internal Files [LOG]: Copying subdirectory from
/home/colin/.compiz/session to /home/colin/.compiz-1/session [LOG]:
Copied file
/home/colin/.compiz/session/10c92a48a7369e250913355898451751820016210007
to
/home/colin/.compiz-1/session/10c92a48a7369e250913355898451751820016210007
[LOG]: Successfully moved internal files Backend : gconf Integration :
true Profile : unity Adding plugins Initializing core options...done
compiz (core) - Warn: failed to receive ConfigureNotify event on
0x1a4

compiz (core) - Warn: failed to receive ConfigureNotify event on
0x142

compiz (core) - Warn: failed to receive ConfigureNotify event on
0x122

compiz (core) - Warn: failed to receive ConfigureNotify event on
0x2c00027

compiz (core) - Warn: failed to receive ConfigureNotify event on
0x22000b8

Initializing composite options...done nvfx_screen_get_param:95 -
Warning: unknown PIPE_CAP 30 nvfx_screen_get_param:95 - Warning: unknown
PIPE_CAP 30 nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 55
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 56
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 59
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 58
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30 Initializing
opengl options...done Initializing decor options...done Initializing
vpswitch options...done Initializing snap options...done Initializing
mousepoll options...done Initializing resize options...done Initializing
place options...done Initializing move options...done Initializing wall
options...done Initializing grid options...done I/O warning : failed to
load external entity
/home/colin/.compiz/session/10bd50ce0595fafd4413356357724189900016290007
Initializing session options...done Initializing gnomecompat
options...done Initializing animation options...done Initializing fade
options...done Initializing unitymtgrabhandles options...done
Initializing workarounds options...done Initializing scale
options...done compiz (expo) - Warn: failed to bind image to texture
Initializing expo options...done Initializing ezoom options...done

Screen geometry changed: 0x0x1360x768

(compiz:2870): GConf-CRITICAL **: gconf_client_add_dir: assertion
gconf_valid_key (dirname, NULL)' failed Initializing unityshell
options...done compiz (core) - Warn: unhandled ConfigureNotify on
0xc00090! compiz (core) - Warn: this should never happen. you should
probably file a bug about this. compiz (core) - Warn: unhandled
ConfigureNotify on 0xc00093! compiz (core) - Warn: this should never
happen. you should probably file a bug about this. compiz (core) - Warn:
unhandled ConfigureNotify on 0xc00096! compiz (core) - Warn: this should
never happen. you should probably file a bug about this. compiz (core) -
Warn: unhandled ConfigureNotify on 0xc00099! compiz (core) - Warn: this
should never happen. you should probably file a bug about this. compiz
(core) - Warn: unhandled ConfigureNotify on 0xc0009c! compiz (core) -
Warn: this should never happen. you should probably file a bug about
this. compiz (core) - Warn: unhandled ConfigureNotify on 0xc0009c!
compiz (core) - Warn: this should never happen. you should probably file
a bug about this. WARN 2012-04-28 14:41:41 unity.glib-gobject
unknown:0 invalid cast fromBamfWindow' to BamfApplication' ERROR
2012-04-28 14:41:41 unity unknown:0 bamf_application_get_desktop_file:
assertionBAMF_IS_APPLICATION (application)' failed WARN 2012-04-28
14:41:41 unity.glib-gobject :0 

[Bug 990721] Re: unity --reset caused unity work incorrectly and lists many errors

2012-04-28 Thread Colin Keenan
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/990721

Title:
  unity --reset caused unity work incorrectly and lists many errors

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

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


[Bug 917262] [NEW] LibreOffice crashes when editing a field in an XLM Form Document (xforms)

2012-01-16 Thread Colin Keenan
Public bug reported:

Trying to edit a text box or field in an XLM Forms Document by double
clicking or any other method brings up a blank dialogue box. Clicking on
the dialogue box greys out LibreOffice writer in the background and all
of LibreOffice becomes unresponsive. No matter how long I wait,
forcequit is the only way out.

Please see the attached screen-shot of the blank dialogue and hung
LibreOffice writer.

After forcequiting, trying to edit a text box or field in xforms crashes
LibreOffice - instant forcequit.

When first trying to report this bug, ubuntu-bug showed that I didn't
have LibreOffice installed. After installing LibreOffice, the instant
forcequit/crash problem went away, but LibreOffice hung again when
trying to edit a text box.

After forcequiting again using xkill (just now while writing this), I
couldn't re-open LibreOffice until I stopped processes libreoffice and
soffice in system-monitor.

Now LibreOffice once again instantly crashes/forcequits whenever I
double-click on a text box or field.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: libreoffice 1:3.4.4-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Mon Jan 16 10:42:33 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: libreoffice
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  LibreOffice crashes when editing a field in an XLM Form Document
  (xforms)

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

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


[Bug 917262] Re: LibreOffice crashes when editing a field in an XLM Form Document (xforms)

2012-01-16 Thread Colin Keenan
** Attachment added: screenshot of trying to edit a newly entered text box - 
libreoffice is hung - must forcequit
   
https://bugs.launchpad.net/bugs/917262/+attachment/2677583/+files/Screenshot%20at%202012-01-16%2010%3A41%3A44.png

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

Title:
  LibreOffice crashes when editing a field in an XLM Form Document
  (xforms)

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

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


[Bug 917262] Re: LibreOffice crashes when editing a field in an XLM Form Document (xforms)

2012-01-16 Thread Colin Keenan
Any document. It doesn't matter. I was trying to create a new one, but
the same problem occurs in the appendix of tutorial's I found that had
xml forms in them. I will attach an empty document with just one brand
new field, and also one of the tutorial's - you have to go to the
appendix of the tutorial, find the xml form, and go into design mode,
then double click on any field.

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

Title:
  LibreOffice crashes when editing a field in an XLM Form Document
  (xforms)

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

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


[Bug 917262] Re: LibreOffice crashes when editing a field in an XLM Form Document (xforms)

2012-01-16 Thread Colin Keenan
This is one of the tutorials. Go to the last page - it's an xml Form.
Turn on design mode and double click on any field. The blank dialogue
will pop up and crash LibreOffice.

** Attachment added: Xforms_ooo_06_08_15.odt
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/917262/+attachment/2677793/+files/Xforms_ooo_06_08_15.odt

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

Title:
  LibreOffice crashes when editing a field in an XLM Form Document
  (xforms)

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

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


[Bug 917262] Re: LibreOffice crashes when editing a field in an XLM Form Document (xforms)

2012-01-16 Thread Colin Keenan
The problem isn't limited to the tutorial, however. I first noticed the
problem when trying to create my own xml Form document from scratch.

Here I've attached a file with nothing but one field. Double-click it in
design mode and LibreOffice crashes. In other words, I can't create any
xml forms.

** Attachment added: New XML Form Document with nothing but one text field 
just created. Crashes when openning control or double clicking field.
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/917262/+attachment/2677806/+files/XMLform-1-Text-Field.odt

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

Title:
  LibreOffice crashes when editing a field in an XLM Form Document
  (xforms)

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

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


[Bug 917262] Re: LibreOffice crashes when editing a field in an XLM Form Document (xforms)

2012-01-16 Thread Colin Keenan
I want to be as clear as possible, so here are the steps for creating
the xml form with only one field that crashes when trying to edit the
field in design mode:

1) Open Libre writer.
2) File - New - XML Form Document
3) You will notice a split screen. Ignore the right side. Just put either a 
Text Box or Formatted Field anywhere on the left side.
4) To put the Text Box or Formatted Field on the left side, notice the 3rd 
toolbar from the top has buttons to Select, turn design mode on or off 
(design mode is on), ... Click on either Text Box or Formatted Field (the 
buttons say what they are when you hover over them with the mouse).
5) Drag your mouse to create a rectangle indicating where the Text Box or 
Formatted Field will be.
6) The next step is supposed to be to edit what you just placed in the document 
to indicate what kind of field or text it is, but if you double-click the field 
while Design Mode is still on, that's when LibreOffice crashes.

** Changed in: libreoffice (Ubuntu)
   Status: Incomplete = New

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

Title:
  LibreOffice crashes when editing a field in an XLM Form Document
  (xforms)

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

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


[Bug 917262] Re: LibreOffice crashes when editing a field in an XLM Form Document (xforms)

2012-01-16 Thread Colin Keenan
I changed the status of this bug back to new

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

Title:
  LibreOffice crashes when editing a field in an XLM Form Document
  (xforms)

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

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


[Bug 883844] Re: Transmission is uploading and downloading at about 20 KiB/s when no torrents are listed at all

2011-10-30 Thread Colin Keenan
** Attachment added: Screenshot at 2011-10-30 08:18:33.png
   
https://bugs.launchpad.net/bugs/883844/+attachment/2579033/+files/Screenshot%20at%202011-10-30%2008%3A18%3A33.png

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

Title:
  Transmission is uploading and downloading at about 20 KiB/s  when no
  torrents are listed at all

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

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


[Bug 883844] [NEW] Transmission is uploading and downloading at about 20 KiB/s when no torrents are listed at all

2011-10-30 Thread Colin Keenan
Public bug reported:

Ubuntu 11.10

I have been able to run Transmission at 50 KiB/s max upload speed in the
past without any problems, but recently had to reduce the speed to 30
KiB/s. Even at that speed, I was having trouble with VOIP, so lowered it
to 20 KiB/s, but I was still having trouble. I checked with System
Monitor and even though Transmission said it was uploading at 20 KiB/s,
System Monitor showed nearly double that. I closed Transmission and
System Monitor showed nearly 0 upload, so it was definitely Transmission
causing the problem.

I decided to try pausing all torrents, and Transmission showed 0 upload,
but System Monitor still showed close to 20 upload and download.

Finally, I tried deleting all torrents. Transmission shows 0 for All
torrents and upload/download also shows 0, but System Monitor still
shows close to 20 KiB/s for both upload and download, but nearly 0
when transmission is closed.

I have attached a screen shot showing the network history near 0 until
I open Transmission, at which point the upload/download jumps to nearly
20 KiB/s even though Transmission is showing no torrents and no
upload/download.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: transmission 2.33-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-13.21-generic 3.0.6
Uname: Linux 3.0.0-13-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Sun Oct 30 08:29:33 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: transmission
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (15 days ago)

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


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  Transmission is uploading and downloading at about 20 KiB/s  when no
  torrents are listed at all

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

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


[Bug 883844] Re: Transmission is uploading and downloading at about 20 KiB/s when no torrents are listed at all

2011-10-30 Thread Colin Keenan
Also, when I first tried to submit the bug report, ubuntu-bug
transmission was reporting that transmission was not installed! So, I
installed it (but I had already been using it?) from the command line
and it acted as if it installed something new. On running transmission,
I still had the same problem though.

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

Title:
  Transmission is uploading and downloading at about 20 KiB/s  when no
  torrents are listed at all

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

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


[Bug 881096] [NEW] wireless headset usb sound card not selected automatically

2011-10-24 Thread Colin Keenan
Public bug reported:

Ubuntu 11.10

When I plug in the usb sound card dongle for my wireless headset, it is
not automatically selected for input and output sound. This means I have
to open sound settings to select it or else run a script to select it. I
believe this should happen automatically on plugging in the usb dongle
or at least I should be asked if that's what I want to happen.

For now, I run the following 2-line script each time I plug in the usb
sound card dongle for my wireless headset:

pacmd set-default-sink alsa_output.usb-
Plantronics_Wireless_Audio_Plantronics_Wireless_Audio-00-Audio.analog-
stereo

pacmd set-default-source alsa_input.usb-
Plantronics_Wireless_Audio_Plantronics_Wireless_Audio-00-Audio.analog-
mono

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: pulseaudio 1:1.0-0ubuntu3
ProcVersionSignature: Ubuntu 3.0.0-13.21-generic 3.0.6
Uname: Linux 3.0.0-13-generic i686
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu3
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  colin  2686 F pulseaudio
 /dev/snd/pcmC0D0p:   colin  2686 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xdfff8000 irq 21'
   Mixer name   : 'Realtek ALC662 rev1'
   Components   : 'HDA:10ec0662,10438290,00100101'
   Controls  : 34
   Simple ctrls  : 18
Date: Mon Oct 24 15:50:24 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: pulseaudio
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (10 days ago)
dmi.bios.date: 12/19/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0402
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M2N68-AM
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0402:bd12/19/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N68-AM:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  wireless headset usb sound card not selected automatically

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

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


[Bug 881096] Re: wireless headset usb sound card not selected automatically

2011-10-24 Thread Colin Keenan
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/881096

Title:
  wireless headset usb sound card not selected automatically

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

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


[Bug 423481] Re: Banshee refuses to play internet radio stream

2011-04-08 Thread Colin Keenan
http://radiokstreams.cce.umn.edu:8256/listen.pls

Works with Banshee 2.0 on 11.04.

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

Title:
  Banshee refuses to play internet radio stream

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


[Bug 742045] Re: sound-indicator still shows Rhythmbox even though I did sudo aptitude remove rhythmbox

2011-03-28 Thread Colin Keenan
Is there an application that does a search and destroy on launcher files
that are trying to launch applications no longer on the system?

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

Title:
  sound-indicator still shows Rhythmbox even though I did sudo aptitude
  remove rhythmbox

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


[Bug 742045] Re: sound-indicator still shows Rhythmbox even though I did sudo aptitude remove rhythmbox

2011-03-25 Thread Colin Keenan
This bug went away after the latest sudo aptitude full-upgrade.  Or
else, it went away when I finally stopped using gnome-panel for the
notification area applet.

I kept using a gnome-panel for notification area for gnote and
checkgmail until I finally discovered how to make them show up in the
indicator applet (i.e. Unity Panel Systray):

1. gsettings get com.canonical.Unity.Panel systray-whitelist

to find out what apps are already allowed in the indicator applet, then

2. gsettings set com.canonical.Unity.Panel systray-whitelist COPY AND
PASTE THE OUTPUT FROM 1. THEN ADD NEW APPS TO IT

So, to get gnote and checkgmail to show up in systray, the command I
used for step 2. was

gsettings set com.canonical.Unity.Panel systray-whitelist
['JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype', 'Checkgmail', 'Gnote']

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

Title:
  sound-indicator still shows Rhythmbox even though I did sudo aptitude
  remove rhythmbox

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


[Bug 742045] Re: sound-indicator still shows Rhythmbox even though I did sudo aptitude remove rhythmbox

2011-03-25 Thread Colin Keenan
OK - it probably was the launcher which I did eventually find in
~/.local/share/applications when doing a backup of that folder.  I guess
that's what fixed it, not the latest upgrade or removal of gnome-panel.

You can close this bug, I guess, but most people won't know to look in
~/.local/share/applications for a desktop file to delete.  That should
be done automatically when removing the application.  I also deleted a
lot of other launchers from stuff I had removed.  Could be those
launchers are ones I created or that had something to do with the old
menu system.  I don't know, but they need to be automatically cleaned up
somehow since you wouldn't expect the average user to even realize there
is a .local directory in the first place.

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

Title:
  sound-indicator still shows Rhythmbox even though I did sudo aptitude
  remove rhythmbox

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


[Bug 742045] Re: sound-indicator still shows Rhythmbox even though I did sudo aptitude remove rhythmbox

2011-03-25 Thread Colin Keenan
I can't be sure, but it could be that the Startup Applications program
creates launchers in that directory when adding new stuff to the list.
Seems like most of the stuff in there is stuff I had at one time or
another added to the Startup Applications.  Even though Rhythmbox was in
indicator-volume all the time, it took a while to start the first time,
so I added it to the Startup Applications.

I'll test that theory out now because I didn't do that for Banshee and
it's not yet in the ~/.local/... directory.

Well, adding it to Startup Applications didn't put it there.  Unless I
have to log off and back on.  I'll try that now.

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

Title:
  sound-indicator still shows Rhythmbox even though I did sudo aptitude
  remove rhythmbox

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


[Bug 742045] Re: sound-indicator still shows Rhythmbox even though I did sudo aptitude remove rhythmbox

2011-03-25 Thread Colin Keenan
No, it's not from Startup Applications.

Maybe it's from adding stuff to the old menu system.  I'll start a
gnome-panel, add the menus, and add Banshee to someplace it wasn't
before, and see if that works.

That's it!  I added Banshee directly to the Applications menu even
though it was already in Applications - Sound and Video or whatever,
and now there is a Banshee desktop file in ~/.local/...

And, now I've deleted it.  So, that's why only some people will have
that local launcher while most won't.

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

Title:
  sound-indicator still shows Rhythmbox even though I did sudo aptitude
  remove rhythmbox

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


[Bug 742045] [NEW] sound-indicator still shows Rhythmbox even though I did sudo aptitude remove rhythmbox

2011-03-24 Thread Colin Keenan
Public bug reported:

Binary package hint: indicator-sound

I like Banshee better, so I uninstalled Rhythmbox (sudo aptitude remove
rhythmbox). Even after re-boot, I still see Rythmbox listed as an option
in the drop-down menu from the sound icon in the indicator applet. If I
click on Rhythmbox from the sound indicator menu, nothing happens, of
course.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: indicator-sound 0.6.5.1-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-7.38-generic 2.6.38
Uname: Linux 2.6.38-7-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Thu Mar 24 15:32:52 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: indicator-sound
UpgradeStatus: Upgraded to natty on 2011-03-23 (1 days ago)
indicator-applet-session.log:
 Binding 'SuperS' failed!
 
 Using user icon for 'Guest Session' from file: (null)
 g_variant_get_string: assertion `value != NULL' failed
indicator-applet.log:
 Looking at Module: libapplication.so
 Connected to Application Indicator Service.
 new_application_item (Set Up Chat...)

** Affects: indicator-sound (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 natty running-unity

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

Title:
  sound-indicator still shows Rhythmbox even though I did sudo aptitude
  remove rhythmbox

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


[Bug 742045] Re: sound-indicator still shows Rhythmbox even though I did sudo aptitude remove rhythmbox

2011-03-24 Thread Colin Keenan
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/742045

Title:
  sound-indicator still shows Rhythmbox even though I did sudo aptitude
  remove rhythmbox

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


[Bug 665546] Re: Drop and sub menus don't always show up

2011-03-22 Thread Colin Keenan
I have this problem too - even on web pages with dropdown menus.  I've
had this problem for a long time, definitely in Ubuntu 10.04 as well as
10.10 but then I get the latest unstable updates so may have gotten
whatever was causing the problem early while still using 10.04.

I don't use compiz.  I had the problem with compositing turned on for
metacity, and also with mutter that I use now.  I've had this problem on
3 different computers, all using the proprietary Nvidea driver.

I also have a problem with office applications not always displaying the
window when opened.  Specifically Open Office (now using Libra Office
and still have the same problem) and also GnuCash.  Usually works fine
the first time I start one of these apps after logging in, but if close
the app and try to open it again a while later, nothing shows up.  I
have to kill the process from System Monitor and then try to open it
again.  That usually works, but sometimes I have to log out and back in.

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

Title:
  Drop and sub menus don't always show up

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


[Bug 618359] Re: window title bars display incorrectly in mutter

2010-10-06 Thread Colin Keenan
I upgraded to Ubuntu 10.10 - The Maverick Meerkat, and the problem is
gone.  Window borders look fine now.

-- 
window title bars display incorrectly in mutter
https://bugs.launchpad.net/bugs/618359
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 618359] Re: window title bars display incorrectly in mutter

2010-09-04 Thread Colin Keenan
I would think mutter uses the same incorrect algorithm to draw the
borders whether square or rounded but the mistake is only visible with
rounded corners.

-- 
window title bars display incorrectly in mutter
https://bugs.launchpad.net/bugs/618359
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 466745] Re: Grub menu displays Windows XP on Wubi installation

2010-08-29 Thread Colin Keenan
Carlos,

Your problem seems much worse than what we were talking about.  We just
saw an extra option at the bottom of a list of options in the grub menu
that gave the drivemap error.  The top option was to get into the most
recent version of Ubuntu and worked fine.

I never followed up on this problem because I just set the grub menu to
not show up anymore since the choice had already been made with the
Windows boot menu.  Later, I stopped using Windows and just did a clean
install from disk.

I think you should present your problem as a new question or bug because
it's not the same problem that was being discussed here.

-- 
Grub menu displays Windows XP on Wubi installation
https://bugs.launchpad.net/bugs/466745
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 466745] Re: Grub menu displays Windows XP on Wubi installation

2010-08-29 Thread Colin Keenan
I think your Linux install failed so you should try it again or post the
question in the install problems forum.

-- 
Grub menu displays Windows XP on Wubi installation
https://bugs.launchpad.net/bugs/466745
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 618359] [NEW] window title bars display incorrectly in mutter

2010-08-15 Thread Colin Keenan
Public bug reported:

Binary package hint: mutter

Ubuntu 10.04 (lucid), Gnome 2.30.2, Kernal 2.6.32-24-generic, NVIDIA
UNIX x86 Kernel Module  173.14.22  Sun Nov  8 20:26:31 PST 2009

mutter:
  Installed: 2.28.1~git20091208-1ubuntu7
  Candidate: 2.28.1~git20091208-1ubuntu7
  Version table:
 *** 2.28.1~git20091208-1ubuntu7 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status

I replaced metacity (which I was running with compositing enabled) with
mutter by installing mutter from the Ubuntu Software Center, Alt-F2
mutter --replace, and in gconf-editor set
/desktop/gnome/session/required_components/windowmanager to mutter.

It is working because now windows expand onto the screen and collapse
horizontally on close.

However, most of the time, the title bars and bottom bars display
incorrectly. It seems to place the title bar twice, and the 2nd time
it's slightly lower than the first time.  Sometimes opening another
window will fix the previous one. Also, when switching to a new
workspace, windows in the old one fix themselves for a moment, but are
wrong when returning back to the old workspace.

In the attached screenshot, I'm using Firefox without a title-bar so
it's fine, but I opened the calculator to show the problem.  Looking at
the title bar and bottom bar on the calculator you can see they have
been shifted down slightly overlaying a previous title bar slightly
higher and leaving a gap in the border at the bottom.

If it matters, I'm using a custom theme using Radiance controls, New
Wave window borders, and custom colors.

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

-- 
window title bars display incorrectly in mutter
https://bugs.launchpad.net/bugs/618359
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 618359] Re: window title bars display incorrectly in mutter

2010-08-15 Thread Colin Keenan

** Attachment added: Look at window for calculator to see problem with title 
bar and bottom bar.
   
https://bugs.launchpad.net/bugs/618359/+attachment/1492273/+files/Screenshot-1.jpg

-- 
window title bars display incorrectly in mutter
https://bugs.launchpad.net/bugs/618359
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521901] Re: Suspend mode doesn't work on desktop Dell Dimension 8250

2010-05-11 Thread Colin Keenan
Suspend works properly after upgrade to Ubuntu Linux 10.04 Lucid.
Thanks.

** Changed in: linux (Ubuntu)
   Status: New = Fix Released

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 518760] Re: stops during karmic-lucid upgrade, shows error message

2010-05-06 Thread Colin Keenan
This happened to me just now, Thursday May 6, 2010, and this is not the
test release.  I'm using wubi.exe.  After today's recommended upgrades
to packages I had on Ubuntu 9.10, I noticed there was a link to upgrade
to Ubuntu 10.04, so I clicked on it.  Came back much later to see the
error message described in this bug report.  It looks like the fix
either didn't work or wasn't applied to the wubi.exe upgrade from 9.10
to 10.04.

-- 
stops during karmic-lucid upgrade, shows error message
https://bugs.launchpad.net/bugs/518760
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 576574] [NEW] During gui upgrade from karmic to lucid, network-manager-applet shows error dialog Missing resources and claims that it can not continue. Network-manager stops during the upgrade

2010-05-06 Thread Colin Keenan
Public bug reported:

This is identical to Bug #518760 except that I am doing the regular
distribution upgrade, not a test version like in that bug.  That bug
says fix released, but somehow, the fix didn't work for me.  I
originally installed Ubuntu 9.10 karmic with wubi.exe.  It's during the
upgrade from karmic to lucid that the problem with network-manager
occurs.

I can't get much information since the distribution upgrade from karmic
to lucid is now stuck and I'm  reporting this bug before rebooting in
case I can't get back into Ubuntu at all after reboot.  Even though
network-manager is down, I still have internet access and can browse the
network although other computers on the network can't access this one.

During gui upgrade from karmic to lucid, network-manager-applet shows
error dialog Missing resources and claims that it can not continue.
Network-manager stops during the upgrade (and takes the network down).
The upgrade cannot complete and is stuck on Preparing memtest86+ in
the Installing the upgrades step.

The desktop already looks better, so new icons have already been
applied.

** Affects: network-manager-applet (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: karmic lucid network-manager

-- 
During gui upgrade from karmic to lucid, network-manager-applet shows error 
dialog Missing resources and claims that it can not continue. Network-manager 
stops during the upgrade (and takes the network down).
https://bugs.launchpad.net/bugs/576574
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 380596] Re: linphone crashes in startup

2010-05-06 Thread Colin Keenan
I have been trying the various SIP softphones and when I tried this one
in Ubuntu 10.04 lucid, it behaved exactly as described here.  Opened and
closed before I could do anything.  The installation does say this is
console only though, so I tried it from terminal and got the following
errors:

co...@ubuntu:~$ linphonec
ALSA lib conf.c:4600:(snd_config_expand) Unknown parameters 0
ALSA lib control.c:902:(snd_ctl_open_noupdate) Invalid CTL default:0
ALSA lib conf.c:4600:(snd_config_expand) Unknown parameters 0
ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default:0
ALSA lib conf.c:4600:(snd_config_expand) Unknown parameters 0
ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default:0
Your machine appears to be connected to an IPv6 network. By default linphone 
always uses IPv4. Please update your configuration if you want to use IPv6
Ready
Warning: video is disabled in linphonec, use -V or -C or -D to enable.
linphonec 

It leaves you in the linphonec program with a command prompt but I don't
have any idea how to use it.

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

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


[Bug 521901] apport-collect data

2010-04-27 Thread Colin Keenan
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: I82801BAICH2 [Intel 82801BA-ICH2], device 0: Intel ICH [Intel 
82801BA-ICH2]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  colin  1558 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'I82801BAICH2'/'Intel 82801BA-ICH2 with AD1981A at irq 17'
   Mixer name   : 'Analog Devices AD1981A'
   Components   : 'AC97a:41445372'
   Controls  : 25
   Simple ctrls  : 17
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
MachineType: Dell Computer Corporation Dimension 8250
NonfreeKernelModules: nvidia
Package: linux (not installed)
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-20-generic root=/dev/sda1 
loop=/ubuntu/disks/root.disk ro quiet splash
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-20.58-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-20-generic N/A
 linux-firmware 1.26
RfKill:
 
Uname: Linux 2.6.31-20-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
XsessionErrors:
 (gnome-settings-daemon:1575): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:1575): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:1618): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:1611): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (firefox:1619): GLib-WARNING **: g_set_prgname() called multiple times
dmi.bios.date: 10/22/2002
dmi.bios.vendor: Dell Computer Corporation
dmi.bios.version: A01
dmi.board.vendor: Dell Computer Corp.
dmi.chassis.type: 6
dmi.chassis.vendor: Dell Computer Corporation
dmi.modalias: 
dmi:bvnDellComputerCorporation:bvrA01:bd10/22/2002:svnDellComputerCorporation:pnDimension8250:pvr:rvnDellComputerCorp.:rn:rvr:cvnDellComputerCorporation:ct6:cvr:
dmi.product.name: Dimension 8250
dmi.sys.vendor: Dell Computer Corporation

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521901] AlsaDevices.txt

2010-04-27 Thread Colin Keenan

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/45744095/AlsaDevices.txt

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521901] ArecordDevices.txt

2010-04-27 Thread Colin Keenan

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/45744096/ArecordDevices.txt

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521901] BootDmesg.txt

2010-04-27 Thread Colin Keenan

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/45744102/BootDmesg.txt

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521901] Card0.Codecs.codec97.0.ac97.0.0.regs.txt

2010-04-27 Thread Colin Keenan

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
http://launchpadlibrarian.net/45744114/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521901] Card0.Codecs.codec97.0.ac97.0.0.txt

2010-04-27 Thread Colin Keenan

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   http://launchpadlibrarian.net/45744111/Card0.Codecs.codec97.0.ac97.0.0.txt

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521901] CurrentDmesg.txt

2010-04-27 Thread Colin Keenan

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/45744117/CurrentDmesg.txt

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521901] Card0.Amixer.values.txt

2010-04-27 Thread Colin Keenan

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/45744110/Card0.Amixer.values.txt

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521901] Lspci.txt

2010-04-27 Thread Colin Keenan

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/45744144/Lspci.txt

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521901] ProcInterrupts.txt

2010-04-27 Thread Colin Keenan

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/45744179/ProcInterrupts.txt

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521901] ProcCpuinfo.txt

2010-04-27 Thread Colin Keenan

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/45744178/ProcCpuinfo.txt

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521901] PciMultimedia.txt

2010-04-27 Thread Colin Keenan

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/45744162/PciMultimedia.txt

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521901] Lsusb.txt

2010-04-27 Thread Colin Keenan

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/45744158/Lsusb.txt

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521901] ProcModules.txt

2010-04-27 Thread Colin Keenan

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/45744182/ProcModules.txt

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521901] UdevLog.txt

2010-04-27 Thread Colin Keenan

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/45744190/UdevLog.txt

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521901] UdevDb.txt

2010-04-27 Thread Colin Keenan

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/45744187/UdevDb.txt

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521901] WifiSyslog.txt

2010-04-27 Thread Colin Keenan

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/45744191/WifiSyslog.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete = New

** Tags added: apport-collected

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521901] Re: Suspend mode doesn't work on desktop Dell Dimension 8250

2010-04-27 Thread Colin Keenan
As you can tell because I did the apport command, it's still a problem.
I'm actually using a standard keyboard, not USB as I had at first
reported.  Also suspend is not working a little different than before.

When I choose suspend from the drop-down menu in indicator-applet-
session 0.1, my screen goes blank and the green light changes to red on
my dell monitor as it should in suspend mode. But, the computer won't
let me do anything and doesn't respond to keyboard or mouse.  When I
push the power button on the front of the Dell Dimension 8250 tower, a
few lines of text flash on the screen, then the screen goes black but
the green lite is on.  The keyboard, mouse, and speakers are also on
after pressing the power button, but the computer will not respond to
anything. So, I cannot resume from suspend mode. The only thing I can do
is unplug the computer or hold down the power button until the computer
does a hard shut down. I do not see any error messages on reboot.

I am using wubi.exe.  Can you give me a link to the development version
of wubi.exe if you want me to try that?  Should I try to do the upstream
testing and skip downloading the development version of wubi.exe.  I
have no idea what I am doing.

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 477104] Re: After 9.10 grub update can not boot into Wubi install

2010-03-04 Thread Colin Keenan
Comment #90 worked for me.

-- 
After 9.10 grub update can not boot into Wubi install
https://bugs.launchpad.net/bugs/477104
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521901] [NEW] Suspend mode doesn't work on desktop Dell Dimension 8250

2010-02-14 Thread Colin Keenan
Public bug reported:

I don't use suspend in power management.

When I choose suspend from the drop-down menu in indicator-applet-
session 0.1, my screen goes blank but the green light stays on my dell
monitor instead of turning red as it should in suspend mode.  The
computer won't let me do anything and doesn't respond to keyboard,
mouse, or even the power button on the front of the Dell Dimension 8250
tower.  So, I cannot resume from suspend mode.  The only thing I can do
is unplug the computer or hold down the power button until the computer
does a hard reboot.  I do not see any error messages on reboot.

I am using a USB keyboard and mouse.  The keyboard is connected to a usb
port on the back of my computer, and the mouse is connected through a
usb hub on my desk.

ProblemType: Bug
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: I82801BAICH2 [Intel 82801BA-ICH2], device 0: Intel ICH [Intel 
82801BA-ICH2]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  colin  1392 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'I82801BAICH2'/'Intel 82801BA-ICH2 with AD1981A at irq 17'
   Mixer name   : 'Analog Devices AD1981A'
   Components   : 'AC97a:41445372'
   Controls  : 25
   Simple ctrls  : 17
Date: Sun Feb 14 15:20:24 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
MachineType: Dell Computer Corporation Dimension 8250
NonfreeKernelModules: nvidia
Package: linux-image-2.6.31-19-generic 2.6.31-19.56
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-19-generic root=/dev/sda1 
loop=/hostname/disks/root.disk ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-19-generic N/A
 linux-firmware 1.25
RfKill:
 
SourcePackage: linux
Uname: Linux 2.6.31-19-generic i686
dmi.bios.date: 10/22/2002
dmi.bios.vendor: Dell Computer Corporation
dmi.bios.version: A01
dmi.board.vendor: Dell Computer Corp.
dmi.chassis.type: 6
dmi.chassis.vendor: Dell Computer Corporation
dmi.modalias: 
dmi:bvnDellComputerCorporation:bvrA01:bd10/22/2002:svnDellComputerCorporation:pnDimension8250:pvr:rvnDellComputerCorp.:rn:rvr:cvnDellComputerCorporation:ct6:cvr:
dmi.product.name: Dimension 8250
dmi.sys.vendor: Dell Computer Corporation

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


** Tags: apport-bug i386

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 521901] Re: Suspend mode doesn't work on desktop Dell Dimension 8250

2010-02-14 Thread Colin Keenan

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/39196437/AlsaDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/39196438/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/39196440/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/39196441/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   http://launchpadlibrarian.net/39196442/Card0.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
http://launchpadlibrarian.net/39196443/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

** Attachment added: CurrentDmesg.gz
   http://launchpadlibrarian.net/39196444/CurrentDmesg.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/39196445/Dependencies.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/39196446/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/39196447/Lsusb.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/39196448/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/39196449/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/39196450/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/39196451/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/39196452/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/39196453/UdevLog.txt

** Attachment added: WifiSyslog.gz
   http://launchpadlibrarian.net/39196454/WifiSyslog.gz

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/39196455/XsessionErrors.txt

-- 
Suspend mode doesn't work on desktop Dell Dimension 8250
https://bugs.launchpad.net/bugs/521901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 466745] Re: Grub menu displays Windows XP on Wubi installation

2010-02-11 Thread Colin Keenan
I went into /etc/grub.d and did a sudo chmod -x 30_os-prober, and then
of course sudo update-grub.  The result is that on the grub menu, where
it previously said Windows XP Pro at the bottom, it now says Ubuntu at
the bottom without specifying a build.  If I choose that bottom option,
I get the same error that Windows XP Pro was giving:

unknown command 'drivemap'

-- 
Grub menu displays Windows XP on Wubi installation
https://bugs.launchpad.net/bugs/466745
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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