[Bug 1764417] Re: Unrecoverable failure in required component org.gnome.SettingsDaemon.Color.desktop

2018-10-23 Thread Rob Speer
Just had the same thing happen to me, on recently-updated Ubuntu 18.04.

Here are my journalctl entries from the crash (including the one from 2
seconds before in case they're relevant):

```
Oct 23 15:27:01 bad-horse code.desktop[3875]: [main 3:27:01 PM] update#setState 
idle
Oct 23 15:27:01 bad-horse code.desktop[3875]: bash: cannot set terminal process 
group (-1): Inappropriate ioctl for device
Oct 23 15:27:01 bad-horse code.desktop[3875]: bash: no job control in this shell
Oct 23 15:27:03 bad-horse gnome-session[1891]: gnome-session-binary[1891]: 
WARNING: Application 'org.gnome.SettingsDaemon.Color.desktop' failed to 
register before timeout
Oct 23 15:27:03 bad-horse gnome-session[1891]: gnome-session-binary[1891]: 
CRITICAL: We failed, but the fail whale is dead. Sorry
Oct 23 15:27:03 bad-horse gnome-session-binary[1891]: Unrecoverable failure in 
required component org.gnome.SettingsDaemon.Color.desktop
Oct 23 15:27:03 bad-horse gnome-session-binary[1891]: WARNING: Application 
'org.gnome.SettingsDaemon.Color.desktop' failed to register before timeout
Oct 23 15:27:03 bad-horse gnome-session-binary[1891]: CRITICAL: We failed, but 
the fail whale is dead. Sorry
Oct 23 15:27:03 bad-horse kernel: rfkill: input handler enabled
Oct 23 15:27:03 bad-horse gnome-shell[1999]: gnome-shell: Fatal IO error 0 
(Success) on X server :1.
```

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

Title:
  Unrecoverable failure in required component
  org.gnome.SettingsDaemon.Color.desktop

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

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

[Bug 1665140] Re: Emoji that should be wide, according to Unicode 9, display incorrectly in the terminal

2017-02-21 Thread Rob Speer
> I believe it's the distro's responsibility to ship glib, glibc and vim
so that all use the same Unicode version.

Sounds right, and it's good to hear that there's progress on this front.
I was afraid the situation was stagnant and it would be up to
applications to fix it.

> Or even better, but it takes more time and a heavy refactoring: There
should be a single core Unicode library that glibc, glib, vim etc. all
depend on. Unfortunately I find it unlikely to get implemented.

Working a lot with Unicode myself, the thing is that the number of
things a Unicode library could do is enormous and no application needs
all of them. Many developers consider linking to, for example, ICU to be
unacceptable bloat, and I don't blame them.

> Also note that in gnome-terminals' Profile Preferences, under the
Compatibility tab you can choose whether you want ambiguous width
characters to be narrow or wide.

I wouldn't want to set *all* ambiguous characters to be wide, like a
Japanese OS -- that would break many more things. It's only the emoji
that changed.

Thanks for the responses.

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

Title:
  Emoji that should be wide, according to Unicode 9, display incorrectly
  in the terminal

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

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


[Bug 1665140] [NEW] Emoji that should be wide, according to Unicode 9, display incorrectly in the terminal

2017-02-15 Thread Rob Speer
Public bug reported:

When editing Unicode in the terminal, it is important for the terminal
and applications to agree on the width of characters. Otherwise, display
glitches will occur.

In prior versions of Unicode, the character width of emoji was
"ambiguous". As of Unicode 9, they are supposed to be double-wide and
take up two character cells. gnome-terminal displays them as
overlapping, single-wide characters, like it has for a long time. This
is a problem because many applications I use on Ubuntu now treat emoji
as double-wide. The behavior of gnome-terminal conflicts with the cursor
positioning in vim, for example.

I've long considered gnome-terminal to have the least buggy Unicode
implementation among terminal applications, and this may no longer be
the case.

The *desired behavior* of emoji is that they are double-wide: they take
up two character cells, advance the cursor by two cells when displayed,
and text-editing applications move the cursor by two cells when moving
past them. The *actual behavior* is inconsistent: typically, the emoji
advance the cursor only by one character cell, even though the text-
editing cursor moves by two character cells when moving past them,
causing the cursor to be misaligned with the text.

I hope this bug reporting interface lets me attach screenshots so I can
show the example with vim.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-terminal 3.18.3-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-57.78-generic 4.4.35
Uname: Linux 4.4.0-57-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Feb 15 16:13:31 2017
InstallationDate: Installed on 2016-08-09 (190 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
JournalErrors:
 Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
   Users in the 'systemd-journal' group can see all messages. Pass -q to
   turn off this notice.
 No journal files were opened due to insufficient permissions.
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  Emoji that should be wide, according to Unicode 9, display incorrectly
  in the terminal

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

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


[Bug 1665140] Re: Emoji that should be wide, according to Unicode 9, display incorrectly in the terminal

2017-02-15 Thread Rob Speer
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665140

Title:
  Emoji that should be wide, according to Unicode 9, display incorrectly
  in the terminal

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

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


[Bug 1665140] Re: Emoji that should be wide, according to Unicode 9, display incorrectly in the terminal

2017-02-15 Thread Rob Speer
** Attachment added: "Editing text containing emoji in vim within 
gnome-terminal"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1665140/+attachment/4819798/+files/terminal-emoji-glitch.png

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

Title:
  Emoji that should be wide, according to Unicode 9, display incorrectly
  in the terminal

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

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


[Bug 1665140] Re: Emoji that should be wide, according to Unicode 9, display incorrectly in the terminal

2017-02-15 Thread Rob Speer
** Attachment added: "For comparison, the same text file being edited correctly 
in gedit"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1665140/+attachment/4819800/+files/emoji-gedit.png

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

Title:
  Emoji that should be wide, according to Unicode 9, display incorrectly
  in the terminal

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

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


[Bug 1290847] Re: pyvenv fails due to mising ensurepip module

2015-08-01 Thread Rob Speer
Would it be too much to ask for this bug to not be marked as fix
released, given that it's not fixed?

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

Title:
  pyvenv fails due to mising ensurepip module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1290847/+subscriptions

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


[Bug 1290847] Re: pyvenv fails due to mising ensurepip module

2015-06-18 Thread Rob Speer
Matthias, that command clearly only works if you have sudo access. This
makes it a bad idea for *most* of the scripts that would need to use the
pyvenv command.

Like I said, you should not need elevated privileges to use the Python
standard library. Especially something whose purpose is to make it
easier to install packages as a user.

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

Title:
  pyvenv fails due to mising ensurepip module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1290847/+subscriptions

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


[Bug 1290847] Re: pyvenv fails due to mising ensurepip module

2015-04-02 Thread Rob Speer
As an example of why this matters, you do not typically need root access
to use the Python standard library.

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

Title:
  pyvenv fails due to mising ensurepip module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1290847/+subscriptions

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


[Bug 1290847] Re: pyvenv fails due to mising ensurepip module

2015-04-01 Thread Rob Speer
 This should work after you apt-get install python3-venv
 (python3.4-venv).

venv is a module in the Python 3 standard library. I don't understand
why it would need a separate package on Ubuntu.

Someone who's installing additional packages could just as well install
the better-understood python3-virtualenv. But the idea of venv was that
it'd be built into Python, so that someone could finally write example
code about setting up a Python environment without the ...and here's
what you need to do differently on Ubuntu section.

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

Title:
  pyvenv fails due to mising ensurepip module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1290847/+subscriptions

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


[Bug 1290847] Re: pyvenv fails due to mising ensurepip module

2015-03-29 Thread Rob Speer
This seems to be broken in Vivid beta:

$ python3 -m venv testenv
Error: Command '['/home/rspeer/testenv/bin/python3', '-Im', 'ensurepip', 
'--upgrade', '--default-pip']' returned non-zero exit status 1

I know that virtualenv can be installed separately, but it's a big wart
that Python 3 is supposed to have venv built in, and it doesn't work on
Ubuntu. Also, given that this bug is marked fixed, this must be a
regression.

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

Title:
  pyvenv fails due to mising ensurepip module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1290847/+subscriptions

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


[Bug 805087] Re: Dash and launcher appear underneath windows

2011-10-21 Thread Rob Speer
I just got the bug shortly after upgrading to Oneiric. I've run Chrome,
Decibel, and a few terminal windows since logging in. The application
launcher, icon context menus, and even the alt-tab switcher appear
behind all active windows. If I type unity disown it fixes it.

I see there are software updates available (which I'm installing now),
but none to unity, so it appears to me that this bug is not in fact
fixed in the current version.

If this is relevant, I have changed my settings so that maximized
windows do not hide the dock.

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

Title:
  Dash and launcher appear underneath windows

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

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


[Bug 668560] Re: Ligatures appear in monospaced text

2011-07-08 Thread Rob Speer
Yes. In fact, it still happens on a machine where I installed Narwhal
from scratch.

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

Title:
  Ligatures appear in monospaced text

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

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


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

2011-05-02 Thread Rob Speer
It seems to me that the Unity Bar hides, in some circumstances, whenever
your mouse isn't exactly on the left edge of the screen. Move your mouse
even the slightest bit away from the edge, and the bar will hide within
half a second.

The workaround is to keep your pointer glued to the edge of the screen
(by drifting your mouse even farther left), and take advantage of the
fact that the icon targets (thankfully) extend to the edge of the
screen. But this will not be obvious to all users, and I can imagine
people trying to click the middle of an icon and ending up playing
frustrating reflex games against the UI.

A more reasonable behavior would be to hide the dock when the mouse
moves off of the dock -- which in fact is its behavior in other
situations. I can't tell what causes it to switch behavior; it has
changed during the course of me writing this comment and all I've done
since then is launched a terminal window and closed it.

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

Title:
  Unity Launcher hides regardless of mouse position.

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


[Bug 775784] [NEW] Clicking Next track sometimes does not change tracks

2011-05-02 Thread Rob Speer
Public bug reported:

Binary package hint: decibel-audio-player

In the current version of decibel-audio-player, I frequently click Next
track and find that the same track is still playing. The next track is
highlighted in the interface, but that's all. Clicking Next track
again, followed by Previous track, will generally play the desired
track.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: decibel-audio-player 1.06-1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Mon May  2 14:23:13 2011
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: decibel-audio-player
UpgradeStatus: Upgraded to natty on 2011-04-28 (3 days ago)

** Affects: decibel-audio-player
 Importance: Undecided
 Status: New

** Affects: decibel-audio-player (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug 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/775784

Title:
  Clicking Next track sometimes does not change tracks

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


[Bug 775784] Re: Clicking Next track sometimes does not change tracks

2011-05-02 Thread Rob Speer
** Also affects: decibel-audio-player
   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/775784

Title:
  Clicking Next track sometimes does not change tracks

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


[Bug 668560] [NEW] Ligatures appear in monospaced text

2010-10-29 Thread Rob Speer
Public bug reported:

Binary package hint: gedit

If I am editing code with gedit, and I type the sequences of characters
fi or fl, then they will be replaced by a ligature and visually
crammed into the width of a single character.

The two characters can still be selected and edited separately, so the
bug is only visual and is not actually being introduced into the code.
However, this is still bad for many reasons:

- Ligatures are not designed for monospaced text, so they don't look right
- The sudden replacement of two characters with a ligature is visually jarring
- Because the text now takes up a different amount of horizontal space, it can 
cause text that was meant to align with the text above and below to become 
misaligned
- Ligatures in plain text sometimes appear as the result of copying text from a 
PDF into LaTeX, in which case they are a bug that needs to be fixed before the 
document will be typeset properly. gedit makes it look like my LaTeX source has 
this bug when it doesn't.

How to reproduce: Type the word final in gedit.
Expected behavior: The result should appear 5 characters wide, made of the 
glyphs f, i, n, a, and l.
Actual behavior: The result appears 4 characters wide, made of the glyphs fi, 
n, a, and l.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gedit 2.30.3-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri Oct 29 17:15:54 2010
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gedit

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


** Tags: amd64 apport-bug maverick ubuntu-une

-- 
Ligatures appear in monospaced text
https://bugs.launchpad.net/bugs/668560
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 668560] Re: Ligatures appear in monospaced text

2010-10-29 Thread Rob Speer


-- 
Ligatures appear in monospaced text
https://bugs.launchpad.net/bugs/668560
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 668560] Re: Ligatures appear in monospaced text

2010-10-29 Thread Rob Speer
I've found a workaround, which is to switch to a font that does not
contain ligatures.

The font Mensch, which I was using, has single characters for
ligatures in it, and gedit was using them. Monospace does not, so its
text displays correctly.

-- 
Ligatures appear in monospaced text
https://bugs.launchpad.net/bugs/668560
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 432238] Re: Xsplash does not start till very late into boot process

2010-10-11 Thread Rob Speer
I don't know if this is still the same bug, but: on Maverick, there is
no longer any boot screen at all.

There's just a blinking text-mode cursor on a blank screen, followed by
the X desktop.

-- 
Xsplash does not start till very late into boot process
https://bugs.launchpad.net/bugs/432238
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 122295] Re: Notification Area doesn't work

2010-10-11 Thread Rob Speer
I encountered this problem.

On the Add to Panel menu, you can choose to add a notification area
to the panel, but it doesn't do anything except add some blank space
that makes the network icon move around in wonky ways. Instead, you have
to add indicator applet, which seems to do the same thing as the
notification area once did (it has the volume control and the messaging
icon in it, for example).

And neither of these are intuitive names when what you really want to
add is a volume control.

-- 
Notification Area doesn't work
https://bugs.launchpad.net/bugs/122295
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 554753] Re: system hang on init, start screen (automatic check 80%)

2010-04-04 Thread Rob Speer
This just happened to me. fsck stopped at 71%. It gave no indication
why, and all I could do was press ctrl-alt-delete to reboot. The next
time, however, the system booted fine.

My /dev/sda1 is ext4 (/), /dev/sda2 is NTFS (my windows partition), and
/dev/sda3 is swap.

-- 
system hang on init, start screen (automatic check 80%)
https://bugs.launchpad.net/bugs/554753
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 549975] [NEW] menus in notification area have inconsistent behavior

2010-03-27 Thread Rob Speer
Public bug reported:

Binary package hint: gnome-panel

Just a cosmetic bug: All of the icons in the upper-right notification
area have menus, but these menus are very inconsistent in their
behavior.

A nice feature of most menus in Ubuntu is that if you click one menu,
then mouse over the header of another one, that menu will open in its
place. This is a great UI for when you miss the correct menu by just a
bit. But in the notification area, you can only mouse from one menu to
another in limited groups, and some other behaviors are inconsistent as
well. Here's what I get:

* You can't mouse from the network notification to any other menu.
* You can mouse between the volume icon and the message icon, but no other 
menus from there.
* You can't mouse from the calendar to any other menu. In fact, unlike all 
other menus, you can even *click* another menu, and it won't close -- you'll 
have two menus open.
* You can mouse between the chat status menu and the power-down menu, but no 
other menus from there.

In addition, the highlighting behavior when these menus are clicked is
inconsistent. The network icon never gets highlighted even when its menu
is open. The time and date gets highlighted the moment you mouse over
it, gets highlighted in a _different_ color when you click it to open
the menu, and is highlighted in yet a different color when you open
another menu afterward.

Expected behavior: all the notification icons highlight when their menu
is open (and only when their menu is open), and you can move from one
menu to another by moving your mouse over a different notification icon.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gnome-panel 1:2.29.92.1-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-17-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sat Mar 27 20:12:22 2010
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-panel

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
menus in notification area have inconsistent behavior
https://bugs.launchpad.net/bugs/549975
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 549975] Re: menus in notification area have inconsistent behavior

2010-03-27 Thread Rob Speer

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

** Attachment added: GConfNonDefault.txt
   http://launchpadlibrarian.net/42223068/GConfNonDefault.txt

-- 
menus in notification area have inconsistent behavior
https://bugs.launchpad.net/bugs/549975
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 548980] [NEW] crashes with syntax error in settings.py

2010-03-26 Thread Rob Speer
Public bug reported:

Binary package hint: exaile

As of today, exaile doesn't run, because of what looks like a very
easily fixable syntax error:

INFO: Loading Exaile 0.3.1.0...
INFO: Loading settings...
INFO: Setting up deferred idle manager function...
INFO: Loading plugins...
Traceback (most recent call last):
  File /usr/lib/exaile/exaile.py, line 52, in module
main()
  File /usr/lib/exaile/exaile.py, line 49, in main
exaile = main.Exaile()
  File /usr/lib/exaile/xl/main.py, line 84, in __init__
self.__init()
  File /usr/lib/exaile/xl/main.py, line 135, in __init
self.plugins = plugins.PluginsManager(self)
  File /usr/lib/exaile/xl/plugins.py, line 66, in __init__
self.load_enabled()
  File /usr/lib/exaile/xl/plugins.py, line 200, in load_enabled
to_enable = settings.get_option(plugins/enabled, [])
  File /usr/lib/exaile/xl/settings.py, line 147, in get_option
value = self._str_to_val(value)
  File /usr/lib/exaile/xl/settings.py, line 193, in _str_to_val
return eval(value)
  File string, line 1
['shoutcast', 'lastfmcovers', 'lyricsfly', 'cd', 'replaygain', 'equalizer', 
'lyricsviewer', 'lastfmdynamic', 'notifyosd]

ProblemType: Bug
Architecture: amd64
Date: Fri Mar 26 13:18:42 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
NonfreeKernelModules: nvidia
Package: exaile 0.3.1.0-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
SourcePackage: exaile
Uname: Linux 2.6.32-17-generic x86_64

** Affects: exaile (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug lucid

-- 
crashes with syntax error in settings.py
https://bugs.launchpad.net/bugs/548980
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 548980] Re: crashes with syntax error in settings.py

2010-03-26 Thread Rob Speer

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

-- 
crashes with syntax error in settings.py
https://bugs.launchpad.net/bugs/548980
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 445097] Re: cs46xx sound buzzes and skips, especially when changing volume

2010-03-26 Thread Rob Speer
Unfortunately, I've taken out my Santa Cruz card by now. I decided I'd
rather have onboard sound than a sound card that didn't work for several
months.

There are still others reporting the problem at Bug #428619, so you may
be able to get them to test it.

-- 
cs46xx sound buzzes and skips, especially when changing volume
https://bugs.launchpad.net/bugs/445097
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 160311] Re: Resizing windows by grabbing window borders is difficult

2010-03-25 Thread Rob Speer
Does an interface freeze really mean that an obvious bug in the
interface has to fester for six more months? Nobody's suggesting
changing what the interface looks like (well, not in *this* bug report),
just how it acts.

This is a *huge* problem in Ambiance now that the resize target is only
a single pixel out of thousands.

-- 
Resizing windows by grabbing window borders is difficult
https://bugs.launchpad.net/bugs/160311
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 536655] Re: Spell check in Empathy mishandles contractions and punctuation

2010-03-25 Thread Rob Speer
It's not exactly the same in gedit. gedit doesn't mark I'm as a
spelling error, for example.

-- 
Spell check in Empathy mishandles contractions and punctuation
https://bugs.launchpad.net/bugs/536655
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 545424] Re: Spell-check underlines spaces when inserting text

2010-03-25 Thread Rob Speer
After the feedback at bug #536655, I checked whether this bug occurs in
other GTK programs such as gedit. It doesn't -- I can only produce this
bug in Empathy.

-- 
Spell-check underlines spaces when inserting text
https://bugs.launchpad.net/bugs/545424
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 536655] Re: Spell check in Empathy mishandles contractions and punctuation

2010-03-25 Thread Rob Speer
But it does seem like the same general bug. Do empathy and gedit use
different dictionaries?

-- 
Spell check in Empathy mishandles contractions and punctuation
https://bugs.launchpad.net/bugs/536655
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 421212] Re: gdm ignores keyboard layout selection for variants

2010-03-25 Thread Rob Speer
I believe this bug has regressed.

I installed Lucid a few days ago, and my password worked correctly in
Dvorak. (I am one of three users of the system and the only one to use
Dvorak.)

After an update today, even though the keyboard layout selector says
Dvorak, it will not let me log in until I type my password in QWERTY.

-- 
gdm ignores keyboard layout selection for variants
https://bugs.launchpad.net/bugs/421212
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 162863] Re: ntfs-3g does not respect fstab options

2010-03-24 Thread Rob Speer
Based on the text that ntfs-3g spits out, it seems that there is a
straightforward fix for this, which is to compile integrated FUSE
support into ntfs-3g in Ubuntu.

So, given that this is something that many users want to do, why doesn't
the Ubuntu package have integrated FUSE support? Right now it looks like
there's no option but to recompile ntfs-3g yourself.

-- 
ntfs-3g does not respect fstab options
https://bugs.launchpad.net/bugs/162863
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 545424] [NEW] Spell-check underlines spaces when inserting text

2010-03-23 Thread Rob Speer
Public bug reported:

Binary package hint: empathy

The situation: I'm typing something in Empathy, and then I realize I
wanted to say something else before it, so I move my cursor back and
type some more.

When I do that, red underlines dance around on the words I'm currently
typing. In the end, every space character that I type ends up underlined
as a misspelling.

Steps to reproduce: in an Empathy window, type I'm typing a sentence
here first. Then move the cursor back to the beginning of the line and
type Now I'm typing a different sentence later. In addition to the m
of I'm being underlined (that's bug #536655), every space in Now I'm
typing a different sentence later is underlined.

ProblemType: Bug
Architecture: amd64
Date: Tue Mar 23 16:31:01 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
NonfreeKernelModules: nvidia
Package: empathy 2.29.92-0ubuntu2
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
SourcePackage: empathy
Uname: Linux 2.6.32-17-generic x86_64

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


** Tags: amd64 apport-bug lucid

-- 
Spell-check underlines spaces when inserting text
https://bugs.launchpad.net/bugs/545424
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 545424] Re: Spell-check underlines spaces when inserting text

2010-03-23 Thread Rob Speer

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

-- 
Spell-check underlines spaces when inserting text
https://bugs.launchpad.net/bugs/545424
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 545424] Re: Spell-check underlines spaces when inserting text

2010-03-23 Thread Rob Speer

** Attachment added: A screenshot of the bug happening.
   http://launchpadlibrarian.net/41770456/empathy-underlines.png

-- 
Spell-check underlines spaces when inserting text
https://bugs.launchpad.net/bugs/545424
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 536655] Re: Spell check in Empathy mishandles contractions

2010-03-23 Thread Rob Speer
** Summary changed:

- Spell check in Empathy mishandles abbreviation
+ Spell check in Empathy mishandles contractions

** Summary changed:

- Spell check in Empathy mishandles contractions
+ Spell check in Empathy mishandles contractions and punctuation

-- 
Spell check in Empathy mishandles contractions and punctuation
https://bugs.launchpad.net/bugs/536655
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 536655] Re: Spell check in Empathy mishandles contractions and punctuation

2010-03-23 Thread Rob Speer
This bug is happening to me too, and I can confirm that it's not
happening in other applications that use spell-check such as Tomboy
Notes or Firefox.

It would appear that, however Empathy interacts with the spell-checking
library, it's not tokenizing the words it sends correctly.

-- 
Spell check in Empathy mishandles contractions and punctuation
https://bugs.launchpad.net/bugs/536655
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 428619] Re: pulseaudio crackle/distortion with cs46xx on latest update

2009-10-26 Thread Rob Speer
I have my doubts that this is a pulseaudio problem. If I kill pulseaudio
and play sound with alsaplayer, I get exactly the same effect. Also,
when I run pulseaudio manually, I see things like this:

E: alsa-sink.c: ALSA woke us up to write new data to the device, but there was 
actually nothing to write!
E: alsa-sink.c: Most likely this is a bug in the ALSA driver 'snd_cs46xx'. 
Please report this issue to the ALSA developers.
E: alsa-sink.c: We were woken up with POLLOUT set -- however a subsequent 
snd_pcm_avail() returned 0 or another value  min_avail.
W: ratelimit.c: 20 events suppressed
W: ratelimit.c: 38 events suppressed
W: ratelimit.c: 43 events suppressed
W: ratelimit.c: 42 events suppressed
W: ratelimit.c: 35 events suppressed
W: ratelimit.c: 35 events suppressed
W: ratelimit.c: 41 events suppressed
W: ratelimit.c: 39 events suppressed
W: ratelimit.c: 42 events suppressed

So I'm thinking this should be reported to ALSA, but I don't know the
package name or how to do that. It would be tragic, though, if all
cs46xx cards produced such horrible noises on the released version of
Karmic when they didn't on Jaunty.

-- 
pulseaudio crackle/distortion with cs46xx on latest update
https://bugs.launchpad.net/bugs/428619
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 432238] Re: Xsplash does not start till very late into boot process

2009-10-18 Thread Rob Speer
Although there are no more text messages, I as well notice that usplash
hangs around for about 15 seconds, then there are a few seconds of
blackness, then xsplash appears. The proposed 9.10 boot experience
describes xsplash starting much earlier.

-- 
Xsplash does not start till very late into boot process
https://bugs.launchpad.net/bugs/432238
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 435692] Re: Wait for user icons and wallpaper before fading out

2009-10-17 Thread Rob Speer
Here's a screenshot of what it looks like for me shortly after xsplash
disappears. My wallpaper, Nautilus icons, and most components of the
GNOME panel are not yet visible or usable.

(I don't know what the Untitled window is; it may be an artifact of
taking the screenshot.)

** Attachment added: initial_screen.png
   http://launchpadlibrarian.net/33863612/initial_screen.png

-- 
Wait for user icons and wallpaper before fading out
https://bugs.launchpad.net/bugs/435692
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 447825] Re: Authentication window becomes unresponsive

2009-10-10 Thread Rob Speer

** Attachment added: Screenshot of the auth window after I have entered my 
password.
   http://launchpadlibrarian.net/33394513/Screenshot-Authenticate-1.png

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

-- 
Authentication window becomes unresponsive
https://bugs.launchpad.net/bugs/447825
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 447825] [NEW] Authentication window becomes unresponsive

2009-10-10 Thread Rob Speer
Public bug reported:

Binary package hint: policykit-1-gnome

Sometimes when I try to authenticate -- for example, this just happened
to me when trying to unlock the Login Screen configuration -- after I
type my password and hit ENTER, the password box disappears and nothing
else happens.

After that point, clicking Authenticate does nothing. Clicking
Cancel does nothing. The window does still respond to input in
general, as I can switch the user, or expand or collapse the details.

Oddly enough, if I click the window close button, I end up back in the
screen I was trying to unlock, and it's successfully unlocked.

This doesn't happen every time, but by now it has happened to me more
than once.

A screenshot is attached, showing the state of the window after I have
typed my password and hit ENTER.

ProblemType: Bug
Architecture: i386
Date: Sat Oct 10 03:14:31 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: policykit-1-gnome 0.94-1+1git.230873
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-13.43-generic
SourcePackage: policykit-1-gnome
Uname: Linux 2.6.31-13-generic i686
XsessionErrors:
 (gnome-settings-daemon:2032): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:2032): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:2133): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:2129): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (polkit-gnome-authentication-agent-1:2133): Gtk-CRITICAL **: 
gtk_widget_destroy: assertion `GTK_IS_WIDGET (widget)' failed

** Affects: policykit-1-gnome (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Authentication window becomes unresponsive
https://bugs.launchpad.net/bugs/447825
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 268808] Re: superblock last write time is in the future

2009-10-10 Thread Rob Speer
Scott, that's a good explanation for how I can fix the situation in my
case.

Still, I don't think it's desirable to bail out to a root prompt just
because the hardware clock is wrong, no matter how that came to be.

-- 
superblock last write time is in the future
https://bugs.launchpad.net/bugs/268808
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 445479] Re: Login screen no longer fades to desktop

2009-10-10 Thread Rob Speer
I have auto-login set up, so it should fade straight from xsplash to the
desktop without the GDM interface being involved. I can confirm that the
change is very sudden. It may in fact be attempting to crossfade, but it
does so when there is a lot of disk I/O going on.

Sometimes I see one frame of crossfade in between, but it seems to be
crossfading to *black*, which makes it look oddly like the spotlight has
suddenly gone out.

This may be caused by bug 435522 -- xsplash is disappearing before the
desktop is actually ready.

** Tags added: ubuntu-boot-experience

-- 
Login screen no longer fades to desktop
https://bugs.launchpad.net/bugs/445479
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 435522] Re: xsplash timing out too early

2009-10-10 Thread Rob Speer
I can confirm what Valmantas says -- xsplash is still disappearing
before the desktop is ready. When xsplash disappears, the panel is just
barely loaded, Nautilus' icons aren't on the screen, the background is
still the default, and enough disk I/O is going on that the computer is
not yet usable.

-- 
xsplash timing out too early
https://bugs.launchpad.net/bugs/435522
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 448420] [NEW] mutter takes 100% CPU for simple tasks

2009-10-10 Thread Rob Speer
Public bug reported:

Binary package hint: mutter

I decided to try out gnome-shell, and found it nearly unusable. Whatever
mutter is, it consumes 100% of the CPU for multiple seconds after very
simple interactions with GNOME. I noticed particularly that it would do
this when opening an image with eog, or even if I hit previous or
next on the toolbar to go to another image.

ProblemType: Bug
Architecture: i386
Date: Sat Oct 10 22:30:27 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: mutter 2.27.5-0ubuntu1
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-13.43-generic
SourcePackage: mutter
Uname: Linux 2.6.31-13-generic i686
XsessionErrors:
 (gnome-settings-daemon:18262): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:18262): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:18360): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:18356): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed

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


** Tags: apport-bug i386

-- 
mutter takes 100% CPU for simple tasks
https://bugs.launchpad.net/bugs/448420
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 448420] Re: mutter takes 100% CPU for simple tasks

2009-10-10 Thread Rob Speer

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

-- 
mutter takes 100% CPU for simple tasks
https://bugs.launchpad.net/bugs/448420
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 268808] Re: superblock last write time is in the future

2009-10-08 Thread Rob Speer
I interact with other computers that are on UTC. That strikes me as an
undesirable workaround, when the bug is that dumping to a root shell and
forcing a fsck is an inappropriate response to the clock being off by a
few hours.

-- 
superblock last write time is in the future
https://bugs.launchpad.net/bugs/268808
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 243344] Re: scim-bridge crashed with SIGSEGV in scim::IMEngineInstanceBase::get_frontend_data()

2009-10-07 Thread Rob Speer
I also got this while using Software Center.

-- 
scim-bridge crashed with SIGSEGV in 
scim::IMEngineInstanceBase::get_frontend_data()
https://bugs.launchpad.net/bugs/243344
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 428619] Re: pulseaudio crackle/distortion with cs46xx on latest update

2009-10-07 Thread Rob Speer
I know how to use ubuntu-bug to add my system information to a new bug,
but how do I add it to an existing one?

-- 
pulseaudio crackle/distortion with cs46xx on latest update
https://bugs.launchpad.net/bugs/428619
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 428619] apport-collect data

2009-10-07 Thread Rob Speer
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: CS46xx [Sound Fusion CS46xx], device 0: CS46xx [CS46xx]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  rob2278 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'CS46xx'/'Sound Fusion CS46xx at 0xf920/0xf910, irq 18'
   Mixer name   : 'Cirrus Logic CS4297A rev 4,Cirrus Logic CS4294 rev 5'
   Components   : 'AC97a:43525914 AC97a:4352592d'
   Controls  : 71
   Simple ctrls  : 45
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: pulseaudio 1:0.9.18-0ubuntu3
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 LANGUAGE=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-12.41-generic
Uname: Linux 2.6.31-12-generic i686
UserAsoundrc:
 # ALSA library configuration file
 
 # Include settings that are under the control of asoundconf(1).
 # (To disable these settings, comment out this line.)
 /home/rob/.asoundrc.asoundconf
UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin netdev 
plugdev powerdev pulse pulse-access scanner video
XsessionErrors:
 (gnome-settings-daemon:2299): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:2299): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:2396): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:2392): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (gnome-panel:2391): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to 
allocate widget with width -14 and height 32
mtime.conffile..etc.pulse.system.pa: 2009-09-23T07:03:06

-- 
pulseaudio crackle/distortion with cs46xx on latest update
https://bugs.launchpad.net/bugs/428619
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 428619] AplayDevices.txt

2009-10-07 Thread Rob Speer

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/33273560/AplayDevices.txt

-- 
pulseaudio crackle/distortion with cs46xx on latest update
https://bugs.launchpad.net/bugs/428619
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 428619] AlsaDevices.txt

2009-10-07 Thread Rob Speer

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

-- 
pulseaudio crackle/distortion with cs46xx on latest update
https://bugs.launchpad.net/bugs/428619
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 428619] BootDmesg.txt

2009-10-07 Thread Rob Speer

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

-- 
pulseaudio crackle/distortion with cs46xx on latest update
https://bugs.launchpad.net/bugs/428619
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 428619] Card0.Amixer.values.txt

2009-10-07 Thread Rob Speer

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

-- 
pulseaudio crackle/distortion with cs46xx on latest update
https://bugs.launchpad.net/bugs/428619
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 428619] Card0.Codecs.codec97.0.ac97.0.0.txt

2009-10-07 Thread Rob Speer

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

-- 
pulseaudio crackle/distortion with cs46xx on latest update
https://bugs.launchpad.net/bugs/428619
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 428619] Card0.Codecs.codec97.0.ac97.1.1.txt

2009-10-07 Thread Rob Speer

** Attachment added: Card0.Codecs.codec97.0.ac97.1.1.txt
   http://launchpadlibrarian.net/33273566/Card0.Codecs.codec97.0.ac97.1.1.txt

-- 
pulseaudio crackle/distortion with cs46xx on latest update
https://bugs.launchpad.net/bugs/428619
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 428619] Card0.Codecs.codec97.0.ac97.0.0.regs.txt

2009-10-07 Thread Rob Speer

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

-- 
pulseaudio crackle/distortion with cs46xx on latest update
https://bugs.launchpad.net/bugs/428619
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 428619] Card0.Codecs.codec97.0.ac97.1.1.regs.txt

2009-10-07 Thread Rob Speer

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

-- 
pulseaudio crackle/distortion with cs46xx on latest update
https://bugs.launchpad.net/bugs/428619
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 428619] CurrentDmesg.txt

2009-10-07 Thread Rob Speer

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

-- 
pulseaudio crackle/distortion with cs46xx on latest update
https://bugs.launchpad.net/bugs/428619
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 428619] Dependencies.txt

2009-10-07 Thread Rob Speer

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

-- 
pulseaudio crackle/distortion with cs46xx on latest update
https://bugs.launchpad.net/bugs/428619
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 428619] PciMultimedia.txt

2009-10-07 Thread Rob Speer

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

-- 
pulseaudio crackle/distortion with cs46xx on latest update
https://bugs.launchpad.net/bugs/428619
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 428619] UserAsoundrcAsoundconf.txt

2009-10-07 Thread Rob Speer

** Attachment added: UserAsoundrcAsoundconf.txt
   http://launchpadlibrarian.net/33273575/UserAsoundrcAsoundconf.txt

-- 
pulseaudio crackle/distortion with cs46xx on latest update
https://bugs.launchpad.net/bugs/428619
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 428619] modified.conffile..etc.pulse.system.pa.txt

2009-10-07 Thread Rob Speer

** Attachment added: modified.conffile..etc.pulse.system.pa.txt
   
http://launchpadlibrarian.net/33273577/modified.conffile..etc.pulse.system.pa.txt

-- 
pulseaudio crackle/distortion with cs46xx on latest update
https://bugs.launchpad.net/bugs/428619
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 428619] Re: pulseaudio crackle/distortion with cs46xx on latest update

2009-10-07 Thread Rob Speer
Figured out how (apport-collect). Okay, there's my information.

-- 
pulseaudio crackle/distortion with cs46xx on latest update
https://bugs.launchpad.net/bugs/428619
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 445231] Re: mime.cache makes .pdf files show up as application/octet-stream; won't open in Evince

2009-10-07 Thread Rob Speer

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

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

-- 
mime.cache makes .pdf files show up as application/octet-stream; won't open 
in Evince
https://bugs.launchpad.net/bugs/445231
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 445231] [NEW] mime.cache makes .pdf files show up as application/octet-stream; won't open in Evince

2009-10-07 Thread Rob Speer
Public bug reported:

Binary package hint: shared-mime-info

On today's Karmic Beta, I am unable to open .pdf files. Evince complains
that File type unknown (application/octet-stream) is not supported.

Evince bug #187225 says that this is a shared-mime-info problem, which
is why I'm reporting it here. That bug was closed after the reporter
discovered a workaround, but it is still a bug that prevents an
important use of the operating system for a very unintuitive reason.

The workaround is to delete ~/.local/share/mime/mime.cache, and that
worked for me as well. Perhaps an upgrade script for shared-mime-info
should do that.

ProblemType: Bug
Architecture: i386
Date: Wed Oct  7 03:47:22 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: shared-mime-info 0.70-0ubuntu1
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-12.39-generic
SourcePackage: shared-mime-info
Uname: Linux 2.6.31-12-generic i686

** Affects: shared-mime-info (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
mime.cache makes .pdf files show up as application/octet-stream; won't open 
in Evince
https://bugs.launchpad.net/bugs/445231
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 417729] Re: Sluggish cursor movement when firefox is running for several hours.

2009-10-07 Thread Rob Speer
I am currently encountering this bug, and it occurs all the time that I
run Firefox (not just after several hours). I updated Karmic Beta late
on October 6.

Whenever my cursor is in a text field or the URL bar, if I hold an arrow
key down, the cursor will move once, then freeze while the key repeat
kicks in, and then when I let go it will abruptly leap to its
destination (which corresponds to how long I held down the key).

From my experimentation, I find that this doesn't happen for other keys
that repeat, such as letter keys or backspace. It doesn't happen when I
use arrow keys for something else, such as moving the page. It doesn't
happen in other applications I've tried besides Firefox, but it *does*
happen in both firefox-3.5 and firefox-3.0.

-- 
Sluggish cursor movement when firefox is running for several hours.
https://bugs.launchpad.net/bugs/417729
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 268808] Re: superblock last write time is in the future

2009-10-07 Thread Rob Speer
This happens to me because I dual boot, and Windows and Linux disagree
about what time zone to set the system clock to. If Windows decides to
change the time (which it sees as local EDT) to what the Internet says
it is, and Linux is expecting to see UTC, then if I reboot into Linux
after less than four hours in Windows I get dumped to the root shell and
have to run fsck.

It seems like this didn't happen to me when I ran Jaunty, though, only
after I upgraded to Karmic Beta.

Why does this error have to happen, anyway? System clocks are wrong much
more often than superblocks, so the sane thing for Ubuntu to do in this
situation is not try to fix the superblock but try to fix the clock.

-- 
superblock last write time is in the future
https://bugs.launchpad.net/bugs/268808
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 445291] [NEW] policykit doesn't know who I am, makes me choose a user

2009-10-07 Thread Rob Speer
Public bug reported:

Binary package hint: policykit

On the current Ubuntu Karmic Beta, certain windows prompt for me to pick
an administrator username and then enter a password. On Jaunty, these
windows would simply ask for my password, because I *am* an
administrator.

This only happens for certain actions, such as choosing System 
Configuration  Login Screen and clicking the unlock button. xprop
WM_CLASS tells me the offending window comes from polkit-gnome-
authentication-agent-1, which I assume is part of policykit.

For extra lack of usability, the Select user... dropdown appears
grayed out, even though it is actually clickable, and in fact must be
clicked to get through the dialog.

ProblemType: Bug
Architecture: i386
Date: Wed Oct  7 05:28:26 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: policykit 0.9-4ubuntu1
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-12.39-generic
SourcePackage: policykit
Uname: Linux 2.6.31-12-generic i686
XsessionErrors:
 (gnome-settings-daemon:1801): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:1801): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:1903): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:1899): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed

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


** Tags: apport-bug i386

-- 
policykit doesn't know who I am, makes me choose a user
https://bugs.launchpad.net/bugs/445291
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 445291] Re: policykit doesn't know who I am, makes me choose a user

2009-10-07 Thread Rob Speer

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

-- 
policykit doesn't know who I am, makes me choose a user
https://bugs.launchpad.net/bugs/445291
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 435324] Re: xsplash should crossfade during boot

2009-10-07 Thread Rob Speer
Okay, I think part of this was because I was unaware I was running
bootchart and bootchart-java. So at the end of the startup process, Java
was eating all my CPU and disk I/O.

Without those, I get different choppy transitions: either the GNOME
panel appears on top of the xsplash graphic until it is replaced by my
desktop, or the xsplash graphic fades to black in about 2 big steps
before my desktop appears. (This had the effect of looking like the
spotlight went out. I was briefly wondering if the light going out on
Ubuntu was some sort of obscure error condition, like the sad Mac
face!)

Anyway, I get the impression that what I'm seeing now is some
approximation of the desired behavior, just at a number of frames per
second that is painfully smaller than 1. it may be that my system
(mostly my hard disk) is simply too slow for me to get the promised
Ubuntu boot experience.

-- 
xsplash should crossfade during boot
https://bugs.launchpad.net/bugs/435324
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 286923] Re: scim-bridge doesn't work in gtk apps after last update

2009-10-07 Thread Rob Speer
I believe this bug may have regressed. I'm running Karmic Beta, and I
get the messages that are being described here when I run an app such as
Evince. Indeed, I cannot run the input manager when my cursor is inside
Evince.

My exact messages are:

The messenger is now down
An IOException occurred at scim_bridge_client_imcontext_set_cursor_location ()
The messenger is now down
An IOException occurred at scim_bridge_client_imcontext_set_cursor_location ()
The messenger is now down
The messenger is now down

-- 
scim-bridge doesn't work in gtk apps after last update
https://bugs.launchpad.net/bugs/286923
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 445291] Re: policykit doesn't know who I am, makes me choose a user

2009-10-07 Thread Rob Speer
*** This bug is a duplicate of bug 435227 ***
https://bugs.launchpad.net/bugs/435227

I figured out this is a duplicate of bug #435227 in policykit-1-gnome.

** This bug has been marked a duplicate of bug 435227
   No user pre-selected in authentication dialog

-- 
policykit doesn't know who I am, makes me choose a user
https://bugs.launchpad.net/bugs/445291
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 440737] Re: [karmic] messages before xsplash starts

2009-10-06 Thread Rob Speer
I get a black screen with a blinking cursor for 6 seconds or so (it used
to say Starting up... before I upgraded to GRUB 2). Then I get boot
messages that slowly appear in Ubuntu's console font. Only late into the
boot process do I get the xsplash progress spinner.

I'm attaching the boot messages I get.


** Attachment added: Messages that appear before xsplash
   http://launchpadlibrarian.net/33103724/screendump.txt

-- 
[karmic] messages before xsplash starts
https://bugs.launchpad.net/bugs/440737
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 435324] Re: xsplash should crossfade during boot

2009-10-06 Thread Rob Speer
I have a similar issue, except that I wouldn't describe the transition
as abrupt because that would imply it happened quickly.

Here's what I get: xsplash disappears, and I'm left with a black screen
with two white bars where the GNOME panels will be. 15-20 seconds pass
before the desktop background or any icons appear.

-- 
xsplash should crossfade during boot
https://bugs.launchpad.net/bugs/435324
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 444310] Re: telepathy asks for my keychain password on startup

2009-10-06 Thread Rob Speer

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

-- 
telepathy asks for my keychain password on startup
https://bugs.launchpad.net/bugs/444310
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 444310] [NEW] telepathy asks for my keychain password on startup

2009-10-06 Thread Rob Speer
Public bug reported:

Binary package hint: empathy

Every time I start my computer, I get a window telling me that
/usr/lib/empathy/mission-control-5 wants access to my keyring, which
is locked.

(I'm paraphrasing here; the window blocks me from entering text into
other applications, so I couldn't get the message verbatim.)

I don't even seem to get logged into IM for my trouble. This is an
annoying startup experience.

ProblemType: Bug
Architecture: i386
Date: Tue Oct  6 03:00:40 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: empathy 2.28.0-0ubuntu2
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.38-generic
SourcePackage: empathy
Uname: Linux 2.6.31-11-generic i686
XsessionErrors:
 (gnome-settings-daemon:1797): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:1797): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:1908): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:1894): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (gnome-panel:1882): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to 
allocate widget with width -14 and height 32

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


** Tags: apport-bug i386

-- 
telepathy asks for my keychain password on startup
https://bugs.launchpad.net/bugs/444310
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 441409] Re: i can't delete account in empathy

2009-10-06 Thread Rob Speer
That's the delete account icon? A red no symbol?

I thought that icon was telling me there was something wrong with the
account, and I came here to report the bug that I couldn't delete
accounts.

While this isn't a functionality bug, it is an interface bug.

-- 
i can't delete account in empathy
https://bugs.launchpad.net/bugs/441409
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 445060] [NEW] firefox-3.0 warns about upgrades when only 3.5 is running

2009-10-06 Thread Rob Speer
Public bug reported:

Binary package hint: firefox-3.0

A dialog box just popped up, saying that firefox-3.0 had been upgraded
and I needed to restart it.

I'm not running firefox-3.0. I'm only running firefox-3.5. The dialog
box also popped up at an odd time, shortly after I had logged out and
logged in again, when I wasn't actively upgrading anything.

ProblemType: Bug
Architecture: i386
Date: Tue Oct  6 21:44:07 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: firefox-3.0 3.0.14+build2+nobinonly-0ubuntu1
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.38-generic
SourcePackage: firefox-3.0
Uname: Linux 2.6.31-11-generic i686
XsessionErrors:
 (gnome-settings-daemon:5300): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:5300): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:5418): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:5396): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (gnome-panel:5395): Gdk-CRITICAL **: gdk_x11_colormap_foreign_new: assertion 
`GDK_IS_VISUAL (visual)' failed

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
firefox-3.0 warns about upgrades when only 3.5 is running
https://bugs.launchpad.net/bugs/445060
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 445060] Re: firefox-3.0 warns about upgrades when only 3.5 is running

2009-10-06 Thread Rob Speer

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

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/33191067/ExtensionSummary.txt

** Attachment added: default_profile_pluginreg.dat.txt
   http://launchpadlibrarian.net/33191068/default_profile_pluginreg.dat.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/33191069/profiles.ini.txt

-- 
firefox-3.0 warns about upgrades when only 3.5 is running
https://bugs.launchpad.net/bugs/445060
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 435324] Re: xsplash should crossfade during boot

2009-10-06 Thread Rob Speer
Something I've observed is that this only occurs when the computer is
booting and auto-logging-in to my account. If I log out and log in again
from gdm, I get a beautiful crossfade to my desktop, reasonably quickly.

-- 
xsplash should crossfade during boot
https://bugs.launchpad.net/bugs/435324
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 445097] [NEW] cs46xx sound buzzes and skips, especially when changing volume

2009-10-06 Thread Rob Speer
Public bug reported:

This is a report for alsa-base 1.0.20+dfsg-1ubuntu4 on a just-updated
Ubuntu Karmic Beta. (Sorry, I don't know the difference between alsa-
base and alsa-driver, but alsa-driver doesn't have an apt package...)

Upgrading to Karmic Beta has seriously degraded the quality of the sound
coming from my trusty Turtle Beach Santa Cruz sound card.

When the computer is busy, even from something as simple as me clicking
a menu, the sound skips and pops. If I use the volume control applet to
change the volume, the result is *terrible*: it makes buzzing noises
where it just repeats whatever sound it was making over and over, and
has about a 50% chance of getting stuck in the buzzing noise or going
back to normal. (If it buzzes, I can try my luck at making it normal
again by moving the volume control again.)

Sometimes, when I start an application, the sound will keep playing but
get incredibly loud and distorted, as if it is being played through a
really bad amp on overdrive.

ProblemType: Bug
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: CS46xx [Sound Fusion CS46xx], device 0: CS46xx [CS46xx]
   Subdevices: 0/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  rob2672 F pulseaudio
 /dev/snd/pcmC0D0c:   rob2672 F...m pulseaudio
 /dev/snd/pcmC0D0p:   rob2672 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'CS46xx'/'Sound Fusion CS46xx at 0xf920/0xf910, irq 18'
   Mixer name   : 'Cirrus Logic CS4297A rev 4,Cirrus Logic CS4294 rev 5'
   Components   : 'AC97a:43525914 AC97a:4352592d'
   Controls  : 71
   Simple ctrls  : 45
Date: Tue Oct  6 22:33:29 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: alsa-base 1.0.20+dfsg-1ubuntu4
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-12.39-generic
SourcePackage: alsa-driver
Uname: Linux 2.6.31-12-generic i686
UserAsoundrc:
 # ALSA library configuration file
 
 # Include settings that are under the control of asoundconf(1).
 # (To disable these settings, comment out this line.)
 /home/rob/.asoundrc.asoundconf
XsessionErrors:
 (gnome-settings-daemon:2694): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:2694): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:2790): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:2786): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (gnome-panel:2785): Gdk-CRITICAL **: gdk_x11_colormap_foreign_new: assertion 
`GDK_IS_VISUAL (visual)' failed

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
cs46xx sound buzzes and skips, especially when changing volume
https://bugs.launchpad.net/bugs/445097
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 445097] Re: cs46xx sound buzzes and skips, especially when changing volume

2009-10-06 Thread Rob Speer

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

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/33193493/AplayDevices.txt

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

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

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

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

** Attachment added: Card0.Codecs.codec97.0.ac97.1.1.txt
   http://launchpadlibrarian.net/33193499/Card0.Codecs.codec97.0.ac97.1.1.txt

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

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

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

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

** Attachment added: UserAsoundrcAsoundconf.txt
   http://launchpadlibrarian.net/33193504/UserAsoundrcAsoundconf.txt

-- 
cs46xx sound buzzes and skips, especially when changing volume
https://bugs.launchpad.net/bugs/445097
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 445097] Re: cs46xx sound buzzes and skips, especially when changing volume

2009-10-06 Thread Rob Speer
A little more Googling found me Bug #428619 in pulseaudio, which is
describing the same problem.

This bug claims to be fixed, but I have the version of pulseaudio in
which the fix was supposedly released.

-- 
cs46xx sound buzzes and skips, especially when changing volume
https://bugs.launchpad.net/bugs/445097
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 428619] Re: pulseaudio crackle/distortion with cs46xx on latest update

2009-10-06 Thread Rob Speer
I have pulseaudio 0.9.18-0ubuntu3, and I am still experiencing terrible
machine-gun noises, crackling, and distortion on my cs46xx.

-- 
pulseaudio crackle/distortion with cs46xx on latest update
https://bugs.launchpad.net/bugs/428619
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 278078] Re: The key repeat delay for the down-arrow, left-arrow, and End keys is longer than the other keys

2008-11-23 Thread Rob Speer
Bug 264196 seems to be describing the same issue, but over there they've
found a few workarounds! Here's the one that worked for me with the
least nasty side-effects:

Add this to the end of xorg.conf:

Section ServerFlags
Option AutoAddDevices off
EndSection

The downside is that any extra keys on your keyboard (such as
multimedia keys) won't work.

-- 
The key repeat delay for the down-arrow, left-arrow, and End keys is 
longer than the other keys
https://bugs.launchpad.net/bugs/278078
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 278078] Re: The key repeat delay for the down-arrow, left-arrow, and End keys is longer than the other keys

2008-11-22 Thread Rob Speer
Gah! I just upgraded to Intrepid and this happens to me too. Left and
down aren't much slower at repeating than the other keys, but all the
keys are quite slow. I can get at most about 6 keypresses per second.

By twiddling with the keyboard repeat controls, xset r rate, and (oddly enough) 
turning slow keys on and off in Accessibility, I can create all kinds of 
strange behaviors:
* xset r rate allows me to get very fast key repeats... but they happen in a 
spaced out rhythm. That is, I get 5 keypresses at once, then a 1/6 second or so 
pause, then 5 more keypresses, and so on.
* If I turn on slow keys in Accessibility (oddly enough), I get almost the 
behavior I want... except that left and down don't repeat _at all_, which is of 
course a dealbreaker.
* If I set the key repeat delay too low, I get the repeat rate I asked for... 
for about half a second. Then it slows down to 6 per second.
* If I use xset r rate and move the key repeat sliders anywhere in the Keyboard 
control panel, it goes back to the slow rate.

I assume from this behavior that there are two things competing for the
keyboard repeat rate.

-- 
The key repeat delay for the down-arrow, left-arrow, and End keys is 
longer than the other keys
https://bugs.launchpad.net/bugs/278078
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