[Bug 1951352] [NEW] Crash on Focal 'std::bad_alloc' due to package dependency

2021-11-17 Thread Ingo Reimann
Public bug reported:

Hi,

after update of

libwebkit2gtk-4.0-37:amd64 (2.34.1-1~deb10u1) über (2.32.4-1~deb10u1)

evolution (3.36.5-0ubuntu1) crashes with

user@host:~$ evolution
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
Aborted

you may downgrade libwebkit2gtk-4.0-37 and the problem disappears.
Unfortunately, other packages depend on that, so you`ll loose at least -
lutris nautilus-share rhythmbox-plugins ubuntu-release-upgrader-gtk

Reference for Debian:
https://mail.gnome.org/archives/evolution-list/2021-November/msg00106.html

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

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

Title:
  Crash on Focal 'std::bad_alloc' due to package dependency

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


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

[Bug 1857392] Re: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).

2020-12-15 Thread Ingo Keck
The same always happens to me when the system does not register key-
strokes from my Apple bluetooth keyboard after a system restart.
Keyboard appears as connected in the bluetooth setting, but no
keystrokes come through. syslog fills with these errors.

Setup: MS bluetooth mouse and Apple Wireless Keyboard A1016.

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

Title:
  Window manager warning: Overwriting existing binding of keysym 37 with
  keysym 37 (keycode 10).

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

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

[Bug 1181666] Re: gnome-shell randomly blocks mouse clicks from working in app windows

2019-05-14 Thread Ingo Keck
Ok, I solved the problem in my case. Given it seemed to be a
communication problem I go the idea it could be ownership of sockets. I
found various folders in my home directory were not owned by my local
user and/or were not readable. Root owned .dbus and .gvfs, below .local
were files/folders owned by me but without read/write permission.

I did a "chmod u+rw -R ~.local" and "sudo chown -R
[myuser]:[myusergroup] /home/[myuser]" and a reboot and so far no
problems since a few hours.

Maybe it would be a good idea to check for that once in a while. There
may be valid reasons of not-user-owned folders or files, but probably a
warning message would help. Also I believe everything below .local
should be read-writeable for the user and owned by it. Please correct me
if I am wrong.

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

Title:
  gnome-shell randomly blocks mouse clicks from working in app windows

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

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

[Bug 1181666] Re: gnome-shell randomly blocks mouse clicks from working in app windows

2019-05-14 Thread Ingo Keck
Since yesterday I am also massively affected by this issue (Ubuntu
19.04, Dell Latitude 7280). The mouse buttons 'stop working' every few
minutes, making working for me very tiresome.

The only gnome extensions I have active are the frippery move clock,
system monitor and desktop icons.

Shortly before I installed/updated the following packages:

evolution-plugins-experimental:amd64  3.32.1-2
libgmime-2.6-0:amd64  2.6.23+dfsg1-4
pan:amd64  0.145-1
libgmime-2.6-0:amd64 2.6.23+dfsg1-4
mime-support:all 3.60ubuntu1
hicolor-icon-theme:all 0.17-2
gnome-menus:amd64 3.32.0-1ubuntu1
libc-bin:amd64 2.29-0ubuntu2
man-db:amd64 2.8.5-2
desktop-file-utils:amd64 0.23-4ubuntu1

Maybe that is related, maybe the bug was dormant before, I do not know.

Today, investigating the bug I noticed the following:
* if the bug happens while the mouse is still over an item that can register a 
mouse click, I can still press the mouse button and the click will be 
registered.
* I can still cycle the windows with alt-tab and the newly selected window will 
get the keyboard input, but the old window that was active when the bug happens 
will still get the mouse click.
* if the bug happens when I click on the dock, then the mouse carries with it 
the program icon from the dock, and if I press "Esc" then to stop that, mouse 
seem not to do anything
* "gnome-shell -r" helps for a few minutes, sometimes waiting a minute doing 
nothing helps, sometimes switching to console and back helps for a few minutes.
* no hardware problem. Mouse works fine on a mac, touchpad shows the same 
issues as the mouse on ubuntu.

Or, maybe more importantly to understand where the bug is coming from:

* just right now it happened again. I can still use the mouse only inside this 
edit window inside the html page rendered in firefox to select with double 
clicks or move the cursor, but if I click on other links or buttons in this 
firefox window nothing happens, not even in this same page. If I alt-tab to 
another window and click inside this edit box, I can move the cursor and 
select, but all keyboard input goes to the other window I selected by alt-tab. 
To continue writing here I need to alt-tab again to firefox. right-click does 
not seem to work though, only left-click.
* using xdotool I see that mouse position and window get updated when I move 
the mouse

So, to my untrained eye it seems it is a problem with selecting the
correct item to send the mouse clicks to, because the clicks still get
registered but are received by the wrong item on the screen (sorry for
probably not using the correct terms here). It seems that when the bug
happens the item that was under the mouse cursor at that time stays the
one that receives the clicks independent of where the mouse cursor is.
If that item does not react to mouse clicks or already has reacted (like
the dock) it seems to the user that the mouse button is not working.

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

Title:
  gnome-shell randomly blocks mouse clicks from working in app windows

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

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

[Bug 1313430] Re: Crashes on Ubuntu 14.04 when trying to connect to iPod

2017-07-25 Thread Ingo Haschler
I can confirm that deleting the playcount file solves the problem.
However, it seems to reappear so one would have to delete the file
before every sync :-( Platform is Ubuntu 16.04, iPod touch.

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

Title:
  Crashes on Ubuntu 14.04 when trying to connect to iPod

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

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


[Bug 1293395] [NEW] [regression] indicator keyboard does not show up in panel

2014-03-17 Thread Ingo Gerth
Public bug reported:

Since 14.04 the indicator does not show up in my panel anymore, making
it very annoying to switch keyboard layouts. Even if the appropriate box
is ticked in system settings, it is not there.

I can only change the layout using a hotkey combo now.

I did not have this issue in 13.10.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: indicator-keyboard 0.0.0+14.04.20140311-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
Uname: Linux 3.13.0-17-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Mar 17 08:59:41 2014
InstallationDate: Installed on 2013-11-22 (114 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
SourcePackage: indicator-keyboard
UpgradeStatus: Upgraded to trusty on 2014-03-14 (2 days ago)

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


** Tags: amd64 apport-bug regression-release trusty

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

Title:
  [regression] indicator keyboard does not show up in panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1293395/+subscriptions

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


[Bug 1207812] Re: iOS 7, Trust Prompt Looping

2014-02-25 Thread Ingo Haschler
@joostvandurme: btw did you execute sudo mkdir /var/lib/lockdown and
sudo chmod 777 /var/lib/lockdown ?

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

Title:
  iOS 7, Trust Prompt Looping

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

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


[Bug 1207812] Re: iOS 7, Trust Prompt Looping

2014-02-25 Thread Ingo Haschler
@joostvandurme: There is absolutely no reason to flame me; I never
claimed the qd fix would be perfect. For me, it works with
12.04.4@amd64 with an iPhone 4S and an iPad2 (both IOS 7.0.6).

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

Title:
  iOS 7, Trust Prompt Looping

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

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


[Bug 1207812] Re: iOS 7, Trust Prompt Looping

2014-02-21 Thread Ingo Haschler
Errors like libimobiledevice.so.2 not found fixed in ppa. There was a faulty 
symlink.
@jpv4433: I did never claim it was more than a qd fix, see post #113.

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

Title:
  iOS 7, Trust Prompt Looping

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

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


[Bug 1207812] Re: iOS 7, Trust Prompt Looping

2014-02-18 Thread Ingo Haschler
Ok, PPA is ready and open for brave beta testers :-) I have tested on both i386 
an amd64 platforms with an iPhone 4S and an iPad2. Parining and file access 
works on both, document access only on the iPhone.
Please report, I will add the gpod library asap.
sudo apt-add-repository ppa:ingo/ios7support
sudo apt-get update
sudo apt-get upgrade
And a warning: As the packages use the new libimobiledevice api, they may break 
other packages using the lib. But with iOS7, they are broken anyway ;-)

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

Title:
  iOS 7, Trust Prompt Looping

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

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


[Bug 1207812] Re: iOS 7, Trust Prompt Looping

2014-02-18 Thread Ingo Haschler
@fst-mail, @pablofontoura: It is a repository only for precise :-/

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

Title:
  iOS 7, Trust Prompt Looping

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

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


[Bug 1207812] Re: iOS 7, Trust Prompt Looping

2014-02-18 Thread Ingo Haschler
@javierisassi, @s-kazantsev: Could you please run sudo apt-get dist-
upgrade to ensure the packages are actually installed? dpkg --list
usbmuxd should show version 1.0.8, e.g.

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

Title:
  iOS 7, Trust Prompt Looping

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

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


[Bug 1207812] Re: iOS 7, Trust Prompt Looping

2014-02-18 Thread Ingo Haschler
Ok, there seems to be another issue (s.
https://github.com/libimobiledevice/libimobiledevice/issues/36). Please
issue sudo chown a+rw /var/lib/lockdown and retry.

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

Title:
  iOS 7, Trust Prompt Looping

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

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


[Bug 1207812] Re: iOS 7, Trust Prompt Looping

2014-02-18 Thread Ingo Haschler
Sure, it should be chmod ;-) If the directory does not exist, create it first:
sudo mkdir /var/lib/lockdown
sudo chmod 777 /va7Lib/lockdown

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

Title:
  iOS 7, Trust Prompt Looping

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

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


[Bug 1207812] Re: iOS 7, Trust Prompt Looping

2014-02-18 Thread Ingo Haschler
sorry; sudo chmod 777 /var/lib/lockdown

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

Title:
  iOS 7, Trust Prompt Looping

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

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


[Bug 1207812] Re: iOS 7, Trust Prompt Looping

2014-02-16 Thread Ingo Haschler
@penalvch: Thanks for the hint :-) At the moment, I am doing a qd
solution primary for my own needs that I am willing to share with other
Ubuntu users. I would like to offer my work to a broader user base - but
I am not familiar with packaging politics etc :-/

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

Title:
  iOS 7, Trust Prompt Looping

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

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


[Bug 1280561] [NEW] Missing build dependency: cython

2014-02-15 Thread Ingo Haschler
Public bug reported:

none

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

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

Title:
  Missing build dependency: cython

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

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


[Bug 1207812] Re: iOS 7, Trust Prompt Looping

2014-02-14 Thread Ingo Haschler
Just FYI: I am currently backporting the git version of libimobiledevice
to 12.04. So far it looks good, the commandline tools idevicepair etc.
are working. When I am finished, I will create a ppa with the packages.

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

Title:
  iOS 7, Trust Prompt Looping

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

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


[Bug 1211902] Re: Starting playing a song from recently does not work in Totem

2013-11-16 Thread Ingo Drescher
No it isn't an issue anymore but I cannot tell when exactly this could
have been fixed. I would  say since September/October it works fine
again.

Just tried it again on my Ubuntu 12.04 Gnome 64 bit and it works, I
tried it several times.

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

Title:
  Starting playing a song from recently does not work in Totem

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

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


[Bug 887139] Re: Middle clicking the keyboard layout indicator has behaviour inconsistent with other indicator applets

2013-10-30 Thread Ingo Gerth
As of saucy, there is a regression. Not only do we still miss the middle
click behaviour, but the previously available scrolling on the icon to
swap layouts is also lost.

** Also affects: indicator-keyboard
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/887139

Title:
  Middle clicking the keyboard layout indicator has behaviour
  inconsistent with other indicator applets

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

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


[Bug 682788] Re: Improve Unity Global Menu

2013-10-27 Thread Ingo Gerth
Unity 8 will not land before 14.10, at the earliest. Since they are not
going to add new features to Unity in 14.04, do not expect to see this
for years around.

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

Title:
  Improve Unity Global Menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions

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


[Bug 1211902] Re: Starting playing a song from recently does not work in Totem

2013-08-14 Thread Ingo Drescher
Yes of course, sorry, the Ubuntu crash report assigned it to alsa-driver
and I did not check it before logging in here and letting Ubuntu post
it. Did change that now. Thank you for the hint!

** Package changed: alsa-driver (Ubuntu) = totem (Ubuntu)

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

Title:
  Starting playing a song from recently does not work in Totem

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

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


[Bug 682788] Re: Improve Unity menus

2012-09-13 Thread Ingo Gerth
Pedro, are you a developer? If not who is your source?

Look at how much attention this bug has. The ridiculous part is how the
Canonical developers handle this whole situation, it is really a public
relations and community involvement disaster.

First they promise that they will integrate LIMs. Then there is silence for a 
while, but everybody is expecting something. Then there is even more silence, 
and no response whatsoever. 
If the feature gets delayed that is okay. But then they should say so, since 
people are looking forward to this feature (and others!) and have high hopes.

The developers really should become a bit more open towards the
community. People will step back from involvement if treated like this.

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

Title:
  Improve Unity menus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions

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


[Bug 682788] Re: Improve Unity menus

2012-09-03 Thread Ingo Gerth
Why do you not want to inform us about the status of this project? Is it
necessary to be secretive about this? Asking since you removed the line

 - More details to follow during the 12.10 cycle... ;-)

If it won't make it into 12.10 that's fine, but many users would
appreciate it if you would just say that then.

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

Title:
  Improve Unity menus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions

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


[Bug 1042969] Re: Shotwell publishes only to Piwigo

2012-08-29 Thread Ingo Gerth
This is intended behaviour, see your bug on redmine.

** Changed in: shotwell (Ubuntu)
   Status: New = Invalid

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

Title:
  Shotwell publishes only to Piwigo

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

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


[Bug 1040954] Re: Ctrl-Alt-T terminal shortcut lost in 3.4.2-0ubuntu9

2012-08-24 Thread Ingo Gerth
Same problem here. This breaks my whole workflow!
See also: 
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/965921

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1040954

Title:
  Ctrl-Alt-T terminal shortcut lost in 3.4.2-0ubuntu9

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

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


[Bug 1040954] Re: Ctrl-Alt-T terminal shortcut lost in 3.4.2-0ubuntu9

2012-08-24 Thread Ingo Gerth
Please see also Bug #1040081 and figure out whether it is a duplicate or
not.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1040954

Title:
  Ctrl-Alt-T terminal shortcut lost in 3.4.2-0ubuntu9

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

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


[Bug 1035688] Re: shotwell crashed with SIGSEGV in g_file_make_directory_with_parents()

2012-08-14 Thread Ingo Gerth
Fine by me to go public. Could you link the bug to Yorba?

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

Title:
  shotwell crashed with SIGSEGV in g_file_make_directory_with_parents()

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

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


[Bug 446225] Re: telinit 1 (or init 1) doesn't work in karmic beta livecd

2012-05-31 Thread ingo
doesn't work in a new install (32-bit) with 12.04 either :(

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

Title:
  telinit 1 (or init 1) doesn't work in karmic beta livecd

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

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


[Bug 682788] Re: Improve Unity menus

2012-05-22 Thread Ingo Gerth
===
STOP POSTING YOUR OPINION AS COMMENTS HERE
===

Dear all,

please remember this is a bug report and you should only post comments related 
to the technical problem here.
If you want to share your opinion that's great, but please do that on the 
Ayatana Design mailing list.

Everytime you post here thousands of people receive your comment via
e-mail and can get annoyed, so please consider before posting here.

Thanks, Ingo

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

Title:
  Improve Unity menus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions

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


[Bug 682788] Re: Improve Unity menus

2012-05-21 Thread Ingo Gerth
 Even when I can remember what the menu options are, I still have to
first move my mouse to the top and then move accross to the exact
location of the menu item.

This is a perfect use case fur the HUD. Press alt.

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

Title:
  Improve Unity menus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions

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


[Bug 995401] Re: Ubuntu 12.04: keyboard layout does not change languages

2012-05-20 Thread Ingo Saxer
I had the same problem on a de keyboard layout and the workarround works fine.
To avoid having to redo this after every reboot, just add the it to your 
profile ;)

In case one doesn't know where to find it:

- go to your users home directory using cd without arguments
- then do vi .profile (or use the editor of your choice)
- add setxkbmap de at the bottom (change de for your locale)
- save and reboot

now the workarround should be persisted

Hope this may help until the bug is fixed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/995401

Title:
  Ubuntu 12.04: keyboard layout does not change languages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/995401/+subscriptions

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


[Bug 995401] Re: Ubuntu 12.04: keyboard layout does not change languages

2012-05-20 Thread Ingo Saxer
in my case the /etc/default/keyboard file already states
XKBLAYOUT=de and as I drove back it did not really make a change

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/995401

Title:
  Ubuntu 12.04: keyboard layout does not change languages

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/995401/+subscriptions

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


[Bug 606149] Re: window borders don't have anti aliasing

2012-03-28 Thread Ingo Gerth
*** This bug is a duplicate of bug 827537 ***
https://bugs.launchpad.net/bugs/827537

AFAIK this is fixed upstream and only the Compiz issue is remaining now.
Marking as duplicate.

** This bug has been marked a duplicate of bug 827537
   gtk-window-decorator needs to support anti aliased rounded corners

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

Title:
  window borders don't have anti aliasing

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

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


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

2012-03-21 Thread Ingo Gerth
Oh my god I can not believe this bug returned recently in 12.04. What a
regression! It's like a nightmare!

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

Title:
  Resizing windows by grabbing window borders is difficult

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/160311/+subscriptions

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


[Bug 942274] Re: gedit crashed with SIGSEGV in gtk_style_context_get_valist()

2012-03-14 Thread Ingo Gerth
... happened when dragging text inside of gedit. Very annoying, makes
programming with it nearly impossible for it crashes frequently. How can
the priority only be low?

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

Title:
  gedit crashed with SIGSEGV in gtk_style_context_get_valist()

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

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


[Bug 931245] Re: Finish the implementation of the locally integrated menubars

2012-02-14 Thread Ingo Gerth
Please remember this is not a forum, so this is not the place to share
your opinion. Stay on topic.

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

Title:
  Finish the implementation of the locally integrated menubars

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/931245/+subscriptions

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


[Bug 863154] Re: Wacom Bamboo One tablet random coordinate malfunctions

2011-12-04 Thread Ingo Ruhnke
For those who don't want to patch and rebuild Gimp themselves, Gimp from
PPA with the patch Alexia Death mentioned:

https://launchpad.net/~grumbel/+archive/gimp

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

Title:
  Wacom Bamboo One tablet random coordinate malfunctions

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

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


[Bug 897852] [NEW] SIGSEV in rb_podcast_parse_load_feed

2011-11-29 Thread Ingo Ruhnke
Public bug reported:

Ubuntu 11.10
Rhythmbox: Version: 2.90.1~20110908-0ubuntu1

When doing a podcast feed update Rhythmbox crashes:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x96fd9b70 (LWP 5197)]
0x00cecafb in totem_pl_parser_add_itms (parser=0x8a3c540, file=0x8a3d538, 
base_file=0x0, parse_data=0x96fd9068, data=0x0) at totem-pl-parser-podcast.c:746
746 totem-pl-parser-podcast.c: No such file or directory.
in totem-pl-parser-podcast.c
(gdb) where
#0  0x00cecafb in totem_pl_parser_add_itms (parser=0x8a3c540, file=0x8a3d538, 
base_file=0x0, parse_data=0x96fd9068, data=0x0) at totem-pl-parser-podcast.c:746
#1  0x00ce6513 in totem_pl_parser_parse_internal (parser=0x8a3c540, 
file=0x8a3d538, base_file=0x0, parse_data=0x96fd9068) at totem-pl-parser.c:1792
#2  0x00ce690c in totem_pl_parser_parse_with_base (parser=0x8a3c540, 
uri=0x8953768 
http://feedflipper.net/convert.php?feed=http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=290065401;,
 
base=0x0, fallback=0) at totem-pl-parser.c:2093
#3  0x00ce6c23 in totem_pl_parser_parse (parser=0x8a3c540, uri=0x8953768 
http://feedflipper.net/convert.php?feed=http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=290065401;,
 fallback=0)
at totem-pl-parser.c:2175
#4  0x001a8a28 in rb_podcast_parse_load_feed (data=0x8a56ce0, 
file_name=0x8953768 
http://feedflipper.net/convert.php?feed=http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=290065401;,
 
existing_feed=1, error=0x8a55bb8) at rb-podcast-parse.c:218
#5  0x001abb95 in rb_podcast_manager_thread_parse_feed (info=0x8955bb0) at 
rb-podcast-manager.c:1146
#6  0x00a6a5f4 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#7  0x00affd31 in start_thread (arg=0x96fd9b70) at pthread_create.c:304
#8  0x00be60ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
Backtrace stopped: Not enough registers or memory available to unwind further


The problematic podcast feed is:

http://feedflipper.net/convert.php?feed=http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=290065401

and contains no RSS feed at the moment, but instead:

!DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN
HTMLHEAD
TITLE509 Bandwidth Limit Exceeded/TITLE
/HEADBODY
H1Bandwidth Limit Exceeded/H1

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

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

Title:
  SIGSEV in rb_podcast_parse_load_feed

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

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


[Bug 887139] Re: Middle clicking the keyboard layout indicator should cycle through possible languages

2011-11-15 Thread Ingo Gerth
Chris, in my opinion this is not a feature request. It rather is a
consistency issue.

The indicators provide middle click functionality. Some apply this, some
not. But the keyboard indicator even gives visual feedback (turns gray)
while nothing happens. In my opinion the user expects that something
would happen, and this could easily be implemented in fact.

On a side note, if this is a feature request, where should I post it? I already 
opened several similar bugs concerning Unity in the past which got attention 
from the developers and were eventually implemented. 
I know there is the brainstorm, but lets be honest: Only 10^(-20) of the 
proposals ever get attention from developers.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/887139

Title:
  Middle clicking the keyboard layout indicator should cycle through
  possible languages

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

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


[Bug 641064] Re: rhythmbox crashed with SIGSEGV

2011-10-30 Thread Ingo Ruhnke
Same bug here:

Program received signal SIGINT, Interrupt.
0x00130416 in __kernel_vsyscall ()
(gdb) where
#0  0x00130416 in __kernel_vsyscall ()
#1  0x00b07e6e in raise () from /lib/i386-linux-gnu/libpthread.so.0
#2  0x00200808 in rb_debug_stop_in_debugger () at rb-debug.c:282
#3  0x00200874 in log_handler (domain=0x9e552e GLib-GObject, 
level=G_LOG_LEVEL_CRITICAL, message=0x88b9c60 g_value_set_object: assertion 
`G_VALUE_HOLDS_OBJECT (value)' failed, data=0x0)
at rb-debug.c:299
#4  0x00a4bd5f in g_logv () from /lib/i386-linux-gnu/libglib-2.0.so.0
#5  0x00a4c0d3 in g_log () from /lib/i386-linux-gnu/libglib-2.0.so.0
#6  0x00a4c33d in g_return_if_fail_warning () from 
/lib/i386-linux-gnu/libglib-2.0.so.0
#7  0x009c23cb in g_value_set_object () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#8  0x0019067f in rb_removable_media_source_get_property (object=0x87ba0c0, 
prop_id=3, value=0xbfffe3bc, pspec=0x872a650) at rb-removable-media-source.c:326
#9  0x009bfd90 in g_object_get_valist () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#10 0x009c0118 in g_object_get () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#11 0x00190e19 in rb_removable_media_source_get_format_descriptions 
(source=0x87ba0c0) at rb-removable-media-source.c:679
#12 0x038e12dd in impl_show_properties (source=0x87ba0c0, info_box=0x87ec328, 
notebook=0x82723d0) at rb-generic-player-source.c:1334
#13 0x0019330d in rb_media_player_source_show_properties (source=0x87ba0c0) at 
rb-media-player-source.c:392
#14 0x038e0169 in rb_generic_player_plugin_properties (action=0x840e0d8, 
source=0x87ba0c0) at rb-generic-player-plugin.c:265
#15 0x00183e88 in display_page_action_cb (action=0x840e0d8, data=0x878afb0) at 
rb-display-page.c:412
#16 0x009b914c in g_cclosure_marshal_VOID__VOID () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#17 0x009b7c3c in g_closure_invoke () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#18 0x009ca9f0 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#19 0x009d3787 in g_signal_emit_valist () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#20 0x009d38f3 in g_signal_emit () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#21 0x002bd406 in ?? () from /usr/lib/libgtk-3.so.0
#22 0x002bdb9d in gtk_action_activate () from /usr/lib/libgtk-3.so.0
#23 0x003c9495 in ?? () from /usr/lib/libgtk-3.so.0
#24 0x009b914c in g_cclosure_marshal_VOID__VOID () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#25 0x009b668d in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#26 0x009b7c3c in g_closure_invoke () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#27 0x009ca1b7 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#28 0x009d3787 in g_signal_emit_valist () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#29 0x009d38f3 in g_signal_emit () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#30 0x005076a5 in gtk_widget_activate () from /usr/lib/libgtk-3.so.0
#31 0x003cfaaa in gtk_menu_shell_activate_item () from /usr/lib/libgtk-3.so.0
#32 0x003cfebc in ?? () from /usr/lib/libgtk-3.so.0
#33 0x003c2855 in ?? () from /usr/lib/libgtk-3.so.0
#34 0x003b81a2 in ?? () from /usr/lib/libgtk-3.so.0
#35 0x009b668d in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#36 0x009b7c3c in g_closure_invoke () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#37 0x009ca838 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#38 0x009d3599 in g_signal_emit_valist () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#39 0x009d38f3 in g_signal_emit () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#40 0x005084c3 in ?? () from /usr/lib/libgtk-3.so.0
#41 0x003b78e2 in gtk_propagate_event () from /usr/lib/libgtk-3.so.0
#42 0x003b7d48 in gtk_main_do_event () from /usr/lib/libgtk-3.so.0
#43 0x006fd13c in ?? () from /usr/lib/libgdk-3.so.0
#44 0x00724ec8 in ?? () from /usr/lib/libgdk-3.so.0
#45 0x00a4325f in g_main_context_dispatch () from 
/lib/i386-linux-gnu/libglib-2.0.so.0
#46 0x00a43990 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#47 0x00a43f9b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
#48 0x003b6f95 in gtk_main () from /usr/lib/libgtk-3.so.0
#49 0x0804a0a3 in main (argc=1, argv=0xb324) at main.c:324

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

Title:
  rhythmbox crashed with SIGSEGV

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

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


[Bug 587132] Re: no smooth scroll option in mouse preferences for GNOME environment

2011-10-27 Thread Ingo Gerth
*** This bug is a duplicate of bug 868510 ***
https://bugs.launchpad.net/bugs/868510

** This bug has been marked a duplicate of bug 868510
   Smooth scrolling should be drafted and implemented for 12.04 LTS

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/587132

Title:
  no smooth scroll option in mouse preferences for GNOME environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/587132/+subscriptions

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


[Bug 876671] Re: gvfs-gdu-volume-monitor uses 100% CPU on startup

2011-10-17 Thread Ingo Ruhnke
This problem happens both in 11.10 and 11.04, it hasn't happened before,
but not sure if this was because the bug didn't exist back then or
because I had less HDD back then.

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

Title:
  gvfs-gdu-volume-monitor uses 100% CPU on startup

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

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


[Bug 876671] [NEW] gvfs-gdu-volume-monitor uses 100% CPU on startup

2011-10-17 Thread Ingo Ruhnke
Public bug reported:

Every time the system is booted up gvfs-gdu-volume-monitor uses 100% of
the CPU for multiple minutes, even so there is no good reason why it
should do that. This bug report indicates that it might be related to
the number of USB devices attached:

https://bugzilla.redhat.com/show_bug.cgi?id=575381

And I can confirm that, I have multiple USB HDDs with a dozens of LVM
partitions.

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

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

Title:
  gvfs-gdu-volume-monitor uses 100% CPU on startup

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

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


[Bug 363101] Re: gvfs-gphoto2-volume-monitor prevents Sansa e250 player from auto-mounting

2011-10-15 Thread Ingo Ruhnke
Bug is still present in Ubuntu 11.10 oneiric, killing gvfs-gphoto2
-volume-monitor again works as workaround.

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

Title:
  gvfs-gphoto2-volume-monitor prevents Sansa e250 player from auto-
  mounting

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

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


[Bug 863085] Re: Notify OSD displays overlapping notification in wrong language

2011-10-12 Thread Ingo Gerth
I really have no clue why this ever happened, it didn't happen again
since then. I'll set the bug to invalid for now and reopen it if I have
any news.

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Incomplete = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/863085

Title:
  Notify OSD displays overlapping notification in wrong language

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

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


[Bug 805394] Re: evince crashed with SIGSEGV in pixman_image_composite32()

2011-10-09 Thread Ingo Gerth
This happened on my computer when searching in the PGF manual, a manual
for a LaTeX package.

** Changed in: evince (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  evince crashed with SIGSEGV in pixman_image_composite32()

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

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


[Bug 863085] Re: Notify OSD displays overlapping notification in wrong language

2011-09-30 Thread Ingo Gerth
Right now it looks like there is only one instance running. I'll wait
until my battery has drained again and see whether this is reproducable.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/863085

Title:
  Notify OSD displays overlapping notification in wrong language

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

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


[Bug 863085] Re: Notify OSD displays overlapping notification in wrong language

2011-09-30 Thread Ingo Gerth
Odd, now it worked and it was in a proper size and English. I'll post
here if the bug should occur again.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/863085

Title:
  Notify OSD displays overlapping notification in wrong language

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

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


[Bug 863085] Re: Notify OSD displays overlapping notification in wrong language

2011-09-30 Thread Ingo Gerth
** Attachment added: Screenshot at 2011-09-30 19:59:00.png
   
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/863085/+attachment/2488243/+files/Screenshot%20at%202011-09-30%2019%3A59%3A00.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/863085

Title:
  Notify OSD displays overlapping notification in wrong language

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

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


[Bug 711429] Re: nautilus crashed with SIGSEGV in g_closure_invoke()

2011-09-23 Thread Ingo Gerth
Just happened when dragging a file from the desktop.

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

Title:
  nautilus crashed with SIGSEGV in g_closure_invoke()

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

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


[Bug 838697] [NEW] Ubuntu theme not applied to chat

2011-09-01 Thread Ingo Gerth
Public bug reported:

When firing up Empathy for the first time in 11.10, the Ubuntu chat
theme was not applied. Everything looked pretty ugly. When I went to the
settings window and reselected it, it worked again. Pretty bad
impression for first time users.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: empathy 3.1.5.1-1ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-9.15-generic 3.0.3
Uname: Linux 3.0.0-9-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
CheckboxSubmission: f3d213e5470c375b2086fc25bce53912
CheckboxSystem: b845c366ea09c60efa3a45c1b5b21525
Date: Thu Sep  1 12:08:31 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110824)
SourcePackage: empathy
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  Ubuntu theme not applied to chat

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

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


[Bug 838697] Re: Ubuntu theme not applied to chat

2011-09-01 Thread Ingo Gerth
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/838697

Title:
  Ubuntu theme not applied to chat

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

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


[Bug 703191] Re: BGR-ordered subpixel font rendering appears broken/nonfunctional in Gnome/GTK+

2011-08-29 Thread Ingo Ruhnke
Found the cause of all the trouble, a missing break; in Cairo in src
/cairo-ft-font.c, it's present in upstream as well it seems and not
Ubuntu specific. Patch attached.

** Patch added: Fixes missing break in switch
   
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/703191/+attachment/2329590/+files/cairo-subpixel-bgr.patch

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/703191

Title:
  BGR-ordered subpixel font rendering appears broken/nonfunctional in
  Gnome/GTK+

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

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


[Bug 703191] Re: BGR-ordered subpixel font rendering appears broken/nonfunctional in Gnome/GTK+

2011-08-29 Thread Ingo Ruhnke
Looks to be only a partial fix, grayscale anti-aliasing still produces
subpixel anti-aliasing.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/703191

Title:
  BGR-ordered subpixel font rendering appears broken/nonfunctional in
  Gnome/GTK+

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

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


[Bug 703191] Re: BGR-ordered subpixel font rendering appears broken/nonfunctional in Gnome/GTK+

2011-08-29 Thread Ingo Ruhnke
Filled two bug reports, along with patches, against upstream Cairo:

BGR issue: https://bugs.freedesktop.org/show_bug.cgi?id=40456
Gray issue: https://bugs.freedesktop.org/show_bug.cgi?id=40458


** Bug watch added: freedesktop.org Bugzilla #40456
   http://bugs.freedesktop.org/show_bug.cgi?id=40456

** Bug watch added: freedesktop.org Bugzilla #40458
   http://bugs.freedesktop.org/show_bug.cgi?id=40458

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/703191

Title:
  BGR-ordered subpixel font rendering appears broken/nonfunctional in
  Gnome/GTK+

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

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


[Bug 703191] Re: BGR-ordered subpixel font rendering appears broken/nonfunctional in Gnome/GTK+

2011-08-27 Thread Ingo Ruhnke
I dug around a bit, tracing where the subpixel value goes and it seems
the problem is within Cairo or at least the subpixel_order value arrives
safe and sound in the cairo_font_options_set_subpixel_order() call after
going through gconf, xsettings and then back into Gtk. No idea yet what
goes wrong after that.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/703191

Title:
  BGR-ordered subpixel font rendering appears broken/nonfunctional in
  Gnome/GTK+

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

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


[Bug 703191] Re: BGR-ordered subpixel font rendering appears broken/nonfunctional in Gnome/GTK+

2011-08-27 Thread Ingo Ruhnke
Did another test to confirm that the problem is in cairo. The attached
program will generate a /tmp/out.png with text in RGB, BGR, VRGB and
VBGR ordering, the vertical ordering will show up correctly, while the
horizontal ones are identical. Furthermore on option of the type:

cairo_font_options_set_antialias(fopts, CAIRO_ANTIALIAS_GRAY);

will still produce subpixel anti-aliasing, not grayscale, i.e. all the
same problems that can be seen in the Ubunte Font Rendering Details
dialog.

** Attachment added: text.cpp
   
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/703191/+attachment/2324109/+files/text.cpp

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/703191

Title:
  BGR-ordered subpixel font rendering appears broken/nonfunctional in
  Gnome/GTK+

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

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


[Bug 832190] [NEW] Two panels can gets stuck into endless loop

2011-08-23 Thread Ingo Ruhnke
Public bug reported:

I am not fully sure if it is the gnome-panel or metacity who is causing
the problem or something else and I haven't bothered to try to reproduce
it in a clean environment. Anyway, way I produced the problem multiple
times goes like this:

1) configure a dual monitor display with one workspace spanning the two screens 
(ATI proprietary drivers)
2) place a gnome panel at the bottom of each screen 
3) fumble with the graphics drivers so that the computer will start in single 
screen mode (can happen by going back to the Open Source drivers or upgrading 
the proprietary ones)
4) the now single-screen desktop will not fully boot up, but instead get stuck 
on the gnome-panel, both panels seem to flicker at the bottom and gnome doesn't 
seem to be able to handle two panels at the bottom

Some further information:

Primary Screen (right): 1680x1050
Secondary Screen (left):  1280x1024

Ubuntu 11.04
gnome-panel1:2.32.1-0ubuntu6.5 
metacity   1:2.30.3-0ubuntu8

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

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

Title:
  Two panels can gets stuck into endless loop

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

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


[Bug 831304] Re: Nautilus fails to copy large file, despite sufficient disk space

2011-08-22 Thread Ingo Gerth
Sorry, turns out that this is a restriction of the HDD's FAT32 file
system. In the case, a very poor error message...

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

Title:
  Nautilus fails to copy large file, despite sufficient disk space

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

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


[Bug 831304] [NEW] Nautilus fails to copy large file, despite sufficient disk space

2011-08-22 Thread Ingo Gerth
Public bug reported:

When I try to copy a 12 GB DV video file to my external hard disk, Nautilus 
stops copying about half way, claiming there is not enough disk space 
available. However, there actually is still more than enough free space.
Exact wording of the error message is: Error splicing file: File too large.

Since I do not have a bugzilla account for upstream, I'd appreciate it
if someone could forward this report for me. Cheers.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: nautilus 1:2.32.0-0ubuntu1.4
ProcVersionSignature: Ubuntu 2.6.35-28.49-generic 2.6.35.11
Uname: Linux 2.6.35-28-generic i686
Architecture: i386
Date: Mon Aug 22 16:10:46 2011
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: Invalid


** Tags: apport-bug i386 maverick

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

Title:
  Nautilus fails to copy large file, despite sufficient disk space

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

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

[Bug 831304] Re: Nautilus fails to copy large file, despite sufficient disk space

2011-08-22 Thread Ingo Gerth
** Description changed:

- When I try to copy a 12 GB DV video file to my external hard disk,
- Nautilus stops copying about half way, claiming there is not enough
- disk space available. However, there actually is still more than enough
- free space.
+ When I try to copy a 12 GB DV video file to my external hard disk, Nautilus 
stops copying about half way, claiming there is not enough disk space 
available. However, there actually is still more than enough free space.
+ Exact wording of the error message is: Error splicing file: File too large.
  
  Since I do not have a bugzilla account for upstream, I'd appreciate it
  if someone could forward this report for me. Cheers.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: nautilus 1:2.32.0-0ubuntu1.4
  ProcVersionSignature: Ubuntu 2.6.35-28.49-generic 2.6.35.11
  Uname: Linux 2.6.35-28-generic i686
  Architecture: i386
  Date: Mon Aug 22 16:10:46 2011
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  ProcEnviron:
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: nautilus

** Changed in: nautilus (Ubuntu)
   Status: New = Invalid

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

Title:
  Nautilus fails to copy large file, despite sufficient disk space

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

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

[Bug 821339] Re: gsettings-data-convert crashed with signal 5 in g_settings_set_value()

2011-08-21 Thread Ingo Gerth
Happens with every login here.

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

Title:
  gsettings-data-convert crashed with signal 5 in g_settings_set_value()

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

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


[Bug 744821] Re: gvfsd-ftp crashed with SIGSEGV when uploading file

2011-06-07 Thread Ingo Karkat
Same here, Nautilus 2.32.2.1 on Ubuntu Natty with Classic session, while
uploading to an FTP connection that is accessed via username and
password. The Nautilus window of the FTP server closes, the copy
progress bar remains but is stuck at the end. Canceling the copy action
via |X| shows no reaction, but one can close the dialog.

The following entries appear in /var/log/syslog:

Jun  7 21:10:37 meisterin kernel: [47197.670590] gvfsd-ftp[17086]: segfault at 
0 ip (null) sp b45ff23c error 4 in libgthread-2.0.so.0.2800.6[11+3000]
Jun  7 21:13:56 meisterin kernel: [47396.466904] gvfsd-ftp[17150]: segfault at 
0 ip (null) sp b471f23c error 4 in libgobject-2.0.so.0.2800.6[11+45000]

After a minute or so, the entire screen goes into text mode, then
becomes black, and the entire system is frozen; even doesn't react to
Alt+Sysreq, need to force power off.

Note that I'm using a previous kernel version, because the current Natty kernel 
has issues with the backlight being dim on my HP 6735s laptop: 
$ uname -a
Linux meisterin 2.6.35-28-generic #50-Ubuntu SMP Fri Mar 18 19:00:26 UTC 2011 
i686 athlon i386 GNU/Linux

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

Title:
  gvfsd-ftp crashed with SIGSEGV when uploading file

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


[Bug 554280] Re: gnome-settings-daemon crashed with SIGSEGV in g_str_hash()

2011-04-05 Thread Ingo Gerth
Interesting! Thanks for letting me know of the workaround. Indeed I have
reached the 2/2GB limit of my Ubuntu One account.

I would like to ask how this bug can only have such a low priority. This
particular one has been around for a year now and nobody is assigned to
it, although it completely breaks the end-user experience.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/554280

Title:
  gnome-settings-daemon crashed with SIGSEGV in g_str_hash()

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


[Bug 214370] Re: Logout/Shutdown Sound Not Working

2011-04-04 Thread Ingo Gerth
Lee, any progress?

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

Title:
  Logout/Shutdown Sound Not Working

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


[Bug 554280] Re: gnome-settings-daemon crashed with SIGSEGV in g_str_hash()

2011-04-03 Thread Ingo Gerth
It has not been noted here yet I think, but when this bug occurs my
theme is set to a Windows 95-ish Gnome standard theme, including the
icons. Thus for me it is bye-bye Ambiance right now.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/554280

Title:
  gnome-settings-daemon crashed with SIGSEGV in g_str_hash()

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


[Bug 703191] Re: BGR-ordered subpixel font rendering appears broken/nonfunctional in Gnome/GTK+

2011-03-23 Thread Ingo Ruhnke
Another observation: Switching to grayscale smoothing does not actually
enable grayscale smoothing, the actual font rendering continues to be
LCD(subpixel) smoothing, it now will however also ignore BGR, VBGR and
VRGB settings and do  RGB the whole time.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/703191

Title:
  BGR-ordered subpixel font rendering appears broken/nonfunctional in
  Gnome/GTK+

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


[Bug 643484] Re: Keyring messes up on fresh Ubuntu 10.10 install

2011-03-17 Thread Ingo Gerth
Sebastian, thanks for triaging this bug. However, it occured by no means
in the unstable cycle, but rather in a stable 10.10 install.

As I do not get this bug in 11.04, it's still good that you close it!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in ubuntu.
https://bugs.launchpad.net/bugs/643484

Title:
  Keyring messes up on fresh Ubuntu 10.10 install

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


[Bug 703191] Re: BGR-ordered subpixel font rendering appears broken/nonfunctional in Gnome/GTK+

2011-03-02 Thread Ingo Ruhnke
Same issue here, RGB and BGR give identical results, instead of the
different ones like VBGR and VRGB. Attached are a few screenshots that
clearly shows the issues.

In case it matters: I am using a multi-monitor setup with two monitors
that have different subpixel ordering, so results will be blurry on one
monitor either way, but that shouldn't stop Gtk or whatever is at fault,
to respect the given setting.


** Attachment added: Screenshot showing closeup of glyph
   
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/703191/+attachment/1881639/+files/subpixelrendering-bug.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.
https://bugs.launchpad.net/bugs/703191

Title:
  BGR-ordered subpixel font rendering appears broken/nonfunctional in
  Gnome/GTK+

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


[Bug 553646] Re: Waking from hibernate unexpectedly prompts for password

2011-02-24 Thread Ingo Gerth
Sorry, cannot comment upstream so I will do that here. The answer is no.
I am not asked for a password when resuming from the screensaver, but I
am asked for my password when resuming from suspend.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.
https://bugs.launchpad.net/bugs/553646

Title:
  Waking from hibernate unexpectedly prompts for password

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


[Bug 721717] Re: [Natty] No possibility to deactivate Compiz in appearance-properties

2011-02-19 Thread Ingo Gerth
** Summary changed:

- [Natty] No possibility to deactivate compiz in appearence-proberties
+ [Natty] No possibility to deactivate Compiz in appearance-properties

** Changed in: gnome-control-center (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.
https://bugs.launchpad.net/bugs/721717

Title:
  [Natty] No possibility to deactivate Compiz in appearance-properties

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


[Bug 718696] Re: gnome-keyboard-properties crashed with assertion failure when removing keymap

2011-02-19 Thread Jörn-Ingo Weigert
** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete = New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.
https://bugs.launchpad.net/bugs/718696

Title:
  gnome-keyboard-properties crashed with assertion failure when removing
  keymap

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


[Bug 721644] [NEW] evolution crashed with CRITICAL error by ld.so inconsistency

2011-02-18 Thread Jörn-Ingo Weigert
Public bug reported:

Binary package hint: evolution

evolution crashed on startup with the followed error:


ingo@Muggelhausen:~$ evolution
evolution-shell-Message: Network disconnected.  Forced offline.
(evolution:4491): evolution-mail-CRITICAL **: e_mail_store_foreach: assertion 
`store_table != NULL' failed

This happend always since the last updates ... libc6 ?


Inconsistency detected by ld.so: dl-deps.c: 622: _dl_map_object_deps: Assertion 
`nlist  1' failed!

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: evolution 2.32.2-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-4.31-generic 2.6.38-rc5
Uname: Linux 2.6.38-4-generic i686
Architecture: i386
Date: Sat Feb 19 05:47:50 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 LANGUAGE=de_DE:de:en_GB:en
 LANG=de_DE.UTF-8
 LC_MESSAGES=de_DE.utf8
 SHELL=/bin/bash
SourcePackage: evolution

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


** Tags: apport-bug i386 natty

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

Title:
  evolution crashed with CRITICAL error by ld.so inconsistency

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


[Bug 721644] Re: evolution crashed with CRITICAL error by ld.so inconsistency

2011-02-18 Thread Jörn-Ingo Weigert
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.
https://bugs.launchpad.net/bugs/721644

Title:
  evolution crashed with CRITICAL error by ld.so inconsistency

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


[Bug 721644] Re: evolution crashed with CRITICAL error by ld.so inconsistency

2011-02-18 Thread Jörn-Ingo Weigert
I added a Backtrace of this error. evolution.txt

** Attachment added: Backtrace evolution
   
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/721644/+attachment/1859194/+files/evolution.txt

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

Title:
  evolution crashed with CRITICAL error by ld.so inconsistency

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


[Bug 718696] [NEW] gnome-keyboard-properties crashed with assertion failure when removing keymap

2011-02-14 Thread Jörn-Ingo Weigert
Public bug reported:

Binary package hint: gnome-control-center

I am currently running the alpha natty narwhal ...

Description:Ubuntu natty (development branch)
Release:11.04

... and found a reproducible bug when I try to remove the keymap
Deutsch (german) in the gnome-keyboard-properties --

gnome-control-center:
  Installiert: 1:2.32.1-0ubuntu4
  Kandidat: 1:2.32.1-0ubuntu4


I have installed currently two keymaps:
- de-latin1-nodeadkeys 
- de-latin1

If I remove de-latin1 (Deutsch/German) and close the application 
gnome-keyboard-properties,
the application crashed immediately and apport tries to catch up the failure 
but given up, cause it cant handle the assertion failure
as it notice me in a message-box.

The keyboard-applet in the control-center also left away...

If I reopen the program via System-Preferences-Keyboard it shows no changes 
on available keymaps (cause it crashed ;-))
I hope in the attached files there are some hints.. its created via apport-bug 
control-center

If you need any assistance or additional information, contact me.

Kind regards,

Jörn-Ingo Weigert

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: gnome-control-center 1:2.32.1-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-3.30-generic 2.6.38-rc4
Uname: Linux 2.6.38-3-generic i686
Architecture: i386
Date: Mon Feb 14 12:51:21 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 LANGUAGE=de_DE:de:en_GB:en
 LANG=de_DE.UTF-8
 LC_MESSAGES=de_DE.utf8
 SHELL=/bin/bash
SourcePackage: gnome-control-center

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


** Tags: apport-bug gnome-control-center i386 natty

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.
https://bugs.launchpad.net/bugs/718696

Title:
  gnome-keyboard-properties crashed with assertion failure when removing
  keymap

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

[Bug 718696] Re: gnome-keyboard-properties crashed with assertion failure when removing keymap

2011-02-14 Thread Jörn-Ingo Weigert


-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.
https://bugs.launchpad.net/bugs/718696

Title:
  gnome-keyboard-properties crashed with assertion failure when removing
  keymap

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


Re: [Bug 718696] Re: gnome-keyboard-properties crashed with assertion failure when removing keymap

2011-02-14 Thread Jörn-Ingo Weigert
Hello Sebastien,

I followed the instructions on the Page you gave me,
and installed the gnome-control-center-dbgsym-package.
(as I mentioned it is the right one..)
as i further followed the instructions to get a Backtrace with gdb

I tried:

gdb gnome-keyboard-settings 21 | tee ~/gnome-keyboard-properties.txt

with no success, gdb comes up, but no start of
gnome-keyboard-properties.

If I start it manually, it comes up...
What did I wrong ?

Kind regards

Jörn-Ingo Weigert

Am Montag, den 14.02.2011, 12:21 + schrieb Sebastien Bacher:
 Thank you for taking the time to report this bug and helping to make
 Ubuntu better. Please try to obtain a backtrace following the
 instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
 the backtrace (as an attachment) to the bug report. This will greatly
 help us in tracking down your problem.
 
 ** Changed in: gnome-control-center (Ubuntu)
Importance: Undecided = Low
 
 ** Changed in: gnome-control-center (Ubuntu)
Status: New = Incomplete


-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.
https://bugs.launchpad.net/bugs/718696

Title:
  gnome-keyboard-properties crashed with assertion failure when removing
  keymap

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

[Bug 718696] Re: gnome-keyboard-properties crashed with assertion failure when removing keymap

2011-02-14 Thread Jörn-Ingo Weigert
No I didnt... *doooh*

But now, I got it right after I send the mail..
attached the Backtrace, but wondering after installing the dbgsym the program 
ends normal
But without success, the de keymap still shown up after afresh restart..



** Attachment added: gdb-gnome-keyboard-properties.txt
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/718696/+attachment/1849307/+files/gdb-gnome-keyboard-properties.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.
https://bugs.launchpad.net/bugs/718696

Title:
  gnome-keyboard-properties crashed with assertion failure when removing
  keymap

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


Re: [Bug 718696] Re: gnome-keyboard-properties crashed with assertion failure when removing keymap

2011-02-14 Thread Jörn-Ingo Weigert
I tried it several times, I leave de-latin1-nodeadkeys and remove
de-latin1, if I restart the program, it shows me de-latin1 was removed.

After I did a restart and run the program again, it shows me both
keymaps again.
If I try to set the changes system-wide, sometimes policykit-1 crashed
with a NULL VMA - Error, sometimes not...

But allways after a restart of my Notebook, both keymapswhere shown up
again. weird..

Just as a info...

Am Montag, den 14.02.2011, 14:19 + schrieb Jörn-Ingo Weigert:
 No I didnt... *doooh*
 
 But now, I got it right after I send the mail..
 attached the Backtrace, but wondering after installing the dbgsym the program 
 ends normal
 But without success, the de keymap still shown up after afresh restart..
 
 
 
 ** Attachment added: gdb-gnome-keyboard-properties.txt

 https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/718696/+attachment/1849307/+files/gdb-gnome-keyboard-properties.txt


-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.
https://bugs.launchpad.net/bugs/718696

Title:
  gnome-keyboard-properties crashed with assertion failure when removing
  keymap

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

[Bug 553646] Re: Waking from hibernate unexpectedly prompts for password

2011-02-04 Thread Ingo Gerth
** Changed in: gnome-power-manager (Ubuntu)
   Status: New = Confirmed

** Also affects: gnome-power
   Importance: Undecided
   Status: New

** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.
https://bugs.launchpad.net/bugs/553646

Title:
  Waking from hibernate unexpectedly prompts for password

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


[Bug 553646] Re: Waking from hibernate unexpectedly prompts for password

2011-02-04 Thread Ingo Gerth
Cheers for looking hat up isoma. I would like to discuss the issue in a
bit more detail here to avoid confusion. I originally asked a question
on this at askubuntu.com, please check it out:
http://askubuntu.com/questions/22735/disable-locking-the-screen-after-
resuming-from-suspend

The problem is that even when setting the variables in gconf-editor such
that the password should actually not be required after
suspend/hibernate, it IS required. This clearly is a bug. The reason why
I did not open a new one is because I believe this one should cover the
issue.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.
https://bugs.launchpad.net/bugs/553646

Title:
  Waking from hibernate unexpectedly prompts for password

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


[Bug 147163] Re: Evolution does not notify on missed alarms

2011-01-24 Thread ingo
And even worse:

the only alternative Sunbird has been removed from the repositories.
I am running Sunbird 0.9 from Karmic under Lucid!

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

Title:
  Evolution does not notify on missed alarms

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


[Bug 701941] Re: Battery status application indicator displays wrong status

2011-01-13 Thread Ingo Gerth
Thanks for sending the bug upstream Chris.

Leighman, did you also try it out on Maverick? I am using 10.10 and the
bug occurs here for me.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.
https://bugs.launchpad.net/bugs/701941

Title:
  Battery status application indicator displays wrong status

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


[Bug 701941] ProcCpuinfo.txt

2011-01-13 Thread Ingo Gerth
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.edge.launchpad.net/bugs/701941/+attachment/1792790/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.
https://bugs.launchpad.net/bugs/701941

Title:
  Battery status application indicator displays wrong status

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


[Bug 701941] ProcInterrupts.txt

2011-01-13 Thread Ingo Gerth
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.edge.launchpad.net/bugs/701941/+attachment/1792791/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.
https://bugs.launchpad.net/bugs/701941

Title:
  Battery status application indicator displays wrong status

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


[Bug 701941] ProcModules.txt

2011-01-13 Thread Ingo Gerth
apport information

** Attachment added: ProcModules.txt
   
https://bugs.edge.launchpad.net/bugs/701941/+attachment/1792792/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.
https://bugs.launchpad.net/bugs/701941

Title:
  Battery status application indicator displays wrong status

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


[Bug 701941] UdevDb.txt

2011-01-13 Thread Ingo Gerth
apport information

** Attachment added: UdevDb.txt
   
https://bugs.edge.launchpad.net/bugs/701941/+attachment/1792793/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.
https://bugs.launchpad.net/bugs/701941

Title:
  Battery status application indicator displays wrong status

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


[Bug 701941] UdevLog.txt

2011-01-13 Thread Ingo Gerth
apport information

** Attachment added: UdevLog.txt
   
https://bugs.edge.launchpad.net/bugs/701941/+attachment/1792794/+files/UdevLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.
https://bugs.launchpad.net/bugs/701941

Title:
  Battery status application indicator displays wrong status

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


[Bug 701941] gnome-power-bugreport.txt

2011-01-13 Thread Ingo Gerth
apport information

** Attachment added: gnome-power-bugreport.txt
   
https://bugs.edge.launchpad.net/bugs/701941/+attachment/1792795/+files/gnome-power-bugreport.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.
https://bugs.launchpad.net/bugs/701941

Title:
  Battery status application indicator displays wrong status

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


[Bug 701941] Lsusb.txt

2011-01-13 Thread Ingo Gerth
apport information

** Attachment added: Lsusb.txt
   
https://bugs.edge.launchpad.net/bugs/701941/+attachment/1792789/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.
https://bugs.launchpad.net/bugs/701941

Title:
  Battery status application indicator displays wrong status

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


[Bug 701941] GConfNonDefault.txt

2011-01-13 Thread Ingo Gerth
apport information

** Attachment added: GConfNonDefault.txt
   
https://bugs.edge.launchpad.net/bugs/701941/+attachment/1792787/+files/GConfNonDefault.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.
https://bugs.launchpad.net/bugs/701941

Title:
  Battery status application indicator displays wrong status

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


[Bug 701941] DevkitPower.txt

2011-01-13 Thread Ingo Gerth
apport information

** Attachment added: DevkitPower.txt
   
https://bugs.edge.launchpad.net/bugs/701941/+attachment/1792786/+files/DevkitPower.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.
https://bugs.launchpad.net/bugs/701941

Title:
  Battery status application indicator displays wrong status

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


[Bug 701941] Re: Battery status application indicator displays wrong status

2011-01-13 Thread Ingo Gerth
apport information

** Tags added: apport-collected

** Description changed:

- On my netbook the battery icon is already colored warningly red when my
- battery still has about 2 hours remaining! It might be that only a low
- percentage of power is left, but in absolute terms of time it does not
- make sense to display 2 hours as a dramatic situation.
+ On my netbook the battery icon is already colored warningly red when my 
battery still has about 2 hours remaining! It might be that only a low 
percentage of power is left, but in absolute terms of time it does not make 
sense to display 2 hours as a dramatic situation.
+ --- 
+ Architecture: i386
+ DistroRelease: Ubuntu 10.10
+ GnomeSessionIdleInhibited: No
+ GnomeSessionInhibitors: None
+ GnomeSessionSuspendInhibited: No
+ InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Beta i386 (20100901.1)
+ MachineType: ASUSTeK Computer Inc. X55SV
+ NonfreeKernelModules: nvidia
+ Package: gnome-power-manager 2.32.0-0ubuntu1
+ PackageArchitecture: i386
+ ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.35-24-generic 
root=UUID=7faee8b8-03a6-451b-a351-68632225b747 ro quiet splash
+ ProcEnviron:
+  LANG=en_US.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
+ Tags: maverick ubuntu-une
+ Uname: Linux 2.6.35-24-generic i686
+ UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare tape video
+ dmi.bios.date: 01/14/2008
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 207
+ dmi.board.asset.tag: ATN12345678901234567
+ dmi.board.name: X55SV
+ dmi.board.vendor: ASUSTeK Computer Inc.
+ dmi.board.version: 1.0
+ dmi.chassis.asset.tag: ATN12345678901234567
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: ASUSTeK Computer Inc.
+ dmi.chassis.version: 1.0
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr207:bd01/14/2008:svnASUSTeKComputerInc.:pnX55SV:pvr1.0:rvnASUSTeKComputerInc.:rnX55SV:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
+ dmi.product.name: X55SV
+ dmi.product.version: 1.0
+ dmi.sys.vendor: ASUSTeK Computer Inc.

** Attachment added: BootDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/701941/+attachment/1792783/+files/BootDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.
https://bugs.launchpad.net/bugs/701941

Title:
  Battery status application indicator displays wrong status

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


[Bug 701941] Dependencies.txt

2011-01-13 Thread Ingo Gerth
apport information

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/701941/+attachment/1792785/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.
https://bugs.launchpad.net/bugs/701941

Title:
  Battery status application indicator displays wrong status

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


[Bug 701941] CurrentDmesg.txt

2011-01-13 Thread Ingo Gerth
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/701941/+attachment/1792784/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.
https://bugs.launchpad.net/bugs/701941

Title:
  Battery status application indicator displays wrong status

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


[Bug 701941] Lspci.txt

2011-01-13 Thread Ingo Gerth
apport information

** Attachment added: Lspci.txt
   
https://bugs.edge.launchpad.net/bugs/701941/+attachment/1792788/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.
https://bugs.launchpad.net/bugs/701941

Title:
  Battery status application indicator displays wrong status

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


[Bug 701941] Re: Battery status application indicator displays wrong status

2011-01-13 Thread Ingo Gerth
The previous information conerncs my *laptop*, where this bug seems to
be the other way around. If the rationale really states that the battery
should be colored red when less than thirty minutes is remaining, than
it surely is not implemented this way. On the attached screenshot you
can see that 25 minutes is left and the battery is *not* red.

The following information will come from my *netbook*, which concerns
the behavior described before.

** Attachment added: Less than thirty minutes, normal battery state
   
https://bugs.launchpad.net/hundredpapercuts/+bug/701941/+attachment/1792807/+files/Screenshot-11.png

** Description changed:

  On my netbook the battery icon is already colored warningly red when my 
battery still has about 2 hours remaining! It might be that only a low 
percentage of power is left, but in absolute terms of time it does not make 
sense to display 2 hours as a dramatic situation.
  --- 
  Architecture: i386
  DistroRelease: Ubuntu 10.10
  GnomeSessionIdleInhibited: No
  GnomeSessionInhibitors: None
  GnomeSessionSuspendInhibited: No
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Beta i386 (20100901.1)
  MachineType: ASUSTeK Computer Inc. X55SV
  NonfreeKernelModules: nvidia
  Package: gnome-power-manager 2.32.0-0ubuntu1
  PackageArchitecture: i386
  ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.35-24-generic 
root=UUID=7faee8b8-03a6-451b-a351-68632225b747 ro quiet splash
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
  Tags: maverick ubuntu-une
  Uname: Linux 2.6.35-24-generic i686
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare tape video
  dmi.bios.date: 01/14/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 207
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X55SV
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr207:bd01/14/2008:svnASUSTeKComputerInc.:pnX55SV:pvr1.0:rvnASUSTeKComputerInc.:rnX55SV:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: X55SV
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.
+ 
+ --- 
+ Architecture: i386
+ DistroRelease: Ubuntu 10.10
+ GnomeSessionIdleInhibited: No
+ GnomeSessionInhibitors: None
+ GnomeSessionSuspendInhibited: No
+ InstallationMedia: Ubuntu-Netbook 10.10 Maverick Meerkat - Release i386 
(20101007)
+ MachineType: ASUSTeK Computer INC. 1015PE
+ NonfreeKernelModules: wl
+ Package: gnome-power-manager 2.32.0-0ubuntu1
+ PackageArchitecture: i386
+ ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-24-generic 
root=UUID=e3f13f7a-6b83-4be7-ba34-0982ccfad435 ro quiet splash
+ ProcEnviron:
+  LANGUAGE=en_US:en
+  LANG=en_US.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
+ Tags:  ubuntu-une maverick
+ Uname: Linux 2.6.35-24-generic i686
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 07/12/2010
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 0603
+ dmi.board.asset.tag: To Be Filled By O.E.M.
+ dmi.board.name: 1015PE
+ dmi.board.vendor: ASUSTeK Computer INC.
+ dmi.board.version: x.xx
+ dmi.chassis.asset.tag: 0x
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: ASUSTeK Computer INC.
+ dmi.chassis.version: x.x
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0603:bd07/12/2010:svnASUSTeKComputerINC.:pn1015PE:pvrx.x:rvnASUSTeKComputerINC.:rn1015PE:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
+ dmi.product.name: 1015PE
+ dmi.product.version: x.x
+ dmi.sys.vendor: ASUSTeK Computer INC.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.
https://bugs.launchpad.net/bugs/701941

Title:
  Battery status application indicator displays wrong status

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


[Bug 701941] BootDmesg.txt

2011-01-13 Thread Ingo Gerth
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/701941/+attachment/1792809/+files/BootDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.
https://bugs.launchpad.net/bugs/701941

Title:
  Battery status application indicator displays wrong status

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


  1   2   3   >