[Bug 1083483] [NEW] package libpulse0 1:2.1-0ubuntu4 failed to install/upgrade: trying to overwrite shared '/etc/pulse/client.conf', which is different from other instances of package libpulse0:i386

2012-11-27 Thread Schwarzburg
Public bug reported: I did never change those files manually. ProblemType: Package DistroRelease: Ubuntu 12.10 Package: libpulse0 1:2.1-0ubuntu4 ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7 Uname: Linux 3.5.0-18-generic x86_64 ApportVersion: 2.6.1-0ubuntu6 AptOrdering: libpulse0:

[Bug 1083482] [NEW] package libsane 1.0.23-0ubuntu1 failed to install/upgrade: trying to overwrite shared '/etc/sane.d/fujitsu.conf', which is different from other instances of package libsane:amd64

2012-11-27 Thread Schwarzburg
Public bug reported: There seems to have been a problem with the upgrade. I did never manually change these files. ProblemType: Package DistroRelease: Ubuntu 12.10 Package: libsane 1.0.23-0ubuntu1 ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7 Uname: Linux 3.5.0-18-generic x86_64

[Bug 725839] Re: ParserError parsing vcard string where ORG attribute contains a comma ,

2012-06-07 Thread Schwarzburg
in python-vobject 0.8.1c-4ubuntu1, the following does not give any error: print vobject.readOne('BEGIN:VCARD\r\nVERSION:3.0\r\nFN:fn\r\nN:n\r\nORG:Name\\, AB.;\r\nEND:VCARD\r\n') VCARD| [VERSION{}3.0, FN{}fn, N{} n , ORG{}[u'Name, AB.']] therefore I would conclude that this problem is

[Bug 1010104] [NEW] org element is not handled correctly

2012-06-07 Thread Schwarzburg
Public bug reported: The 'org' entry (Organization) is not handled correctly. Steps to reproduce: Enter in python interpreter: import vobject v = vobject.vCard() v.add(fn).value = s v.add(n).value = vobject.vcard.Name(s, s, s) v.add(org).value = TEST v.add(title).value = test print

[Bug 997572] [NEW] List of packges get blanck when the status of a single package is updated

2012-05-10 Thread Schwarzburg
Public bug reported: This is a (serious) usability bug. When, during installing or removing software, the list of packages is updated, the complete list gets blanck and a rotating waiting icon is shown. This makes using the software center unusable for several seconds. All that SHOULD happen is

[Bug 997572] Re: List of packges get blanck when the status of a single package is updated

2012-05-10 Thread Schwarzburg
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/997572 Title: List of packges get blanck when the status of a single package is updated To manage notifications about this bug go to:

[Bug 690308] Re: bamf doesn't return the .desktop of all apps (emacs)

2012-05-02 Thread Schwarzburg
This bug is still active in 11.10 (0.2.104-0ubuntu1.2). GNU Emacs 23.3.1 Emacs is not correctly recognized: when launching e.g. from the commandline with emacs the output of the above pasted program is: ** (process:15397): DEBUG: current file ** (process:15397): DEBUG: emacs@schwarz-UL30A

[Bug 890143] [NEW] selecting preffered applications is not an info

2011-11-14 Thread Schwarzburg
Public bug reported: I was looking for 10 minutes for the 'preffered applications' dialog, because I remembered that there was one in earlier versions of Ubuntu. Now that I have found the dialog, I know why it was so hard to find: The 'system setting' button that leads to this dialog is labeled

[Bug 884745] Re: crash when a note or new reputation is there

2011-11-01 Thread Schwarzburg
OK, I found a solution. Changing this: try: import pynotify except ImportError: import pynotify_replacement as pynotify to this: try: import pynotify pynotify.init(StackApplet) except ImportError: import pynotify_replacement as pynotify Did the

[Bug 848836] [NEW] Crash with X Window System error

2011-09-13 Thread Schwarzburg
Public bug reported: The output is: The program 'xournal' received an X Window System error. This probably reflects a bug in the program. The error was 'XI_BadClass (invalid Class parameter)'. (Details: serial 15498 error_code 153 request_code 141 minor_code 6) (Note to programmers:

[Bug 713564] [NEW] remove song from queue at next click

2011-02-05 Thread Schwarzburg
Public bug reported: Binary package hint: banshee Description: Song in the play queue is not removed (or marked as played) when the next button is invoked. Steps to reproduce: 1) select shuffle mode 2) add songs to play queue 3) during the last song, hit next several times (I have done this

[Bug 712324] [NEW] already installed message and install button

2011-02-03 Thread Schwarzburg
Public bug reported: Binary package hint: software-center Problem: If a package A will be installed as a dependency of another package B, it is still possible to click the install button on the package A. Then after a while, a dialog will appear, that tells me that package A is already

[Bug 712324] Re: already installed message and install button

2011-02-03 Thread Schwarzburg
** Attachment added: Dialog and install button are visible https://bugs.launchpad.net/bugs/712324/+attachment/1826719/+files/Screenshot-1.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/712324

[Bug 712324] Re: already installed message and install button

2011-02-03 Thread Schwarzburg
I forgot to say why this happens a lot to me: I search for a term: e.g. 'django', then I go through the list of packages and click on install if I think that I will need them. Chances are high, that there is an interdependency between many packages that contain 'django'. -- You received this

[Bug 710538] [NEW] gnome-panel seems to depend on evolution

2011-01-31 Thread Schwarzburg
Public bug reported: Binary package hint: gnome-panel Problem: my gnome-panel dissapeared from one login to the next, after I removed some software that I don't need (and therefore don't want on my laptop). I only ever use googlemail and therefore wanted to get rid of evolution and

[Bug 708623] [NEW] Banshee's last.fm plugin does not state what is needed to log in

2011-01-27 Thread Schwarzburg
Public bug reported: Binary package hint: banshee Steps to reproduce: When using the banshee last.fm plugin, the user is asked in the preferences, to provide a username. Then there is a 'login' button. Pressing this button leads to it beeing replaced by two buttons, 'Finish loggin in' and 'Try

[Bug 646108] [NEW] status bar with number of items counter is of no use and takes up screen space

2010-09-23 Thread Schwarzburg
Public bug reported: Binary package hint: software-center Given that a lot of work is recently going into freeing vertical screen space, the item count in the status bar of the software center is a very good candidate for something to be removed. I'm not aware of other uses of the status bar in

[Bug 646108] Re: status bar with number of items counter is of no use and takes up screen space

2010-09-23 Thread Schwarzburg
** Attachment added: Screenshot.png https://bugs.launchpad.net/bugs/646108/+attachment/1627247/+files/Screenshot.png -- status bar with number of items counter is of no use and takes up screen space https://bugs.launchpad.net/bugs/646108 You received this bug notification because you are a

[Bug 560788] Re: can not copy cd because device busy error

2010-04-19 Thread Schwarzburg
Thanks for the answer. Since that day, I can not reproduce the bug I described. -- can not copy cd because device busy error https://bugs.launchpad.net/bugs/560788 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 560788] [NEW] can not copy cd because device busy error

2010-04-11 Thread Schwarzburg
Public bug reported: Binary package hint: brasero I try to copy an audio cd. Source and destination device are the same. I first insert the source cd, then the content will be ripped to a temporary location. Then a dialog appears that tells me to replace the audio cd with a writeable cd,

[Bug 560788] Re: can not copy cd because device busy error

2010-04-11 Thread Schwarzburg
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/43817197/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/43817198/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/43817199/ProcStatus.txt ** Attachment

[Bug 246081] Re: Shift key stops working in certain configuration

2009-11-18 Thread Schwarzburg
Hi, I can't see why this bug is marked low. I'm not sure how you (Travis) know that it affects only few people. The standard configuration of Ubuntu 9.10 leads to a not working desktop. Easy to fix bugs that make the desktop unusable and that persist for several releases should be marked

[Bug 246081] Re: Shift key stops working in certain configuration

2009-11-18 Thread Schwarzburg
You are right, I know neither. My situation was the following: A fresh install of Ubuntu 9.10 with a home partition from a former installation, but with ~/.config*, ~/.gnome*, ~/.compiz* completetly removed. From this installation, when activating normal desktop effects, the shift key stopped

Re: [Bug 110569] Re: [apport] package tetex-base failed to install/upgrade:

2008-10-08 Thread Schwarzburg
Sorry, I haven't done an upgrade to 8.10beta. And won't do it during beta phase. 2008/10/8 Daniel T Chen [EMAIL PROTECTED] Is this symptom still reproducible in 8.10 beta? ** Changed in: tetex-base (Ubuntu) Status: New = Incomplete -- [apport] package tetex-base failed to

[Bug 89113] Re: Synaptics Touchpad not detected (regression)

2007-05-05 Thread Schwarzburg
On my Samsung X11 CeSeBa the Synaptics Touchpad is also not detected as a synaptics. 'laptop-detect echo yes' echos yes. Adding the correct Section InputDevice ... to the xorg.conf makes the touchpad work correctly. I'm using Xubuntu Feisty Fawn. -- Synaptics Touchpad not detected

[Bug 110569] [apport] package tetex-base failed to install/upgrade:

2007-04-27 Thread Schwarzburg
Public bug reported: Binary package hint: tetex-base Don't know how to reproduce. Sorry. This was just from a normal xubuntu edgy to feisty upgrade. ProblemType: Package Date: Fri Apr 27 16:56:52 2007 ErrorMessage: ErrorMessage: subprocess post-installation script returned error exit status 1