[Bug 1071288] Re: No multiple monitors

2012-10-29 Thread Berend De Schouwer
I've found a probable cause. xrandr won't enable LVDS1 unless VGA1 is off. So I have to plug in VGA1, and then run: xrandr --output VGA1 --off xrandr --output LVDS1 --mode 1366x768 xrandr --output VGA1 --auto xrandr --output VGA1 --primary I have to turn VGA1 off, then I can turn LVDS1 on, and

[Bug 767095] Re: 1 pixel icons in notification-area-applet for qt softwares (e.g. Skype)

2011-05-23 Thread Berend De Schouwer
Problem gone with Gnome3 -- 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/767095 Title: 1 pixel icons in notification-area-applet for qt softwares (e.g. Skype) --

[Bug 776143] Re: skype icon isn't visible in panel

2011-05-05 Thread Berend De Schouwer
*** This bug is a duplicate of bug 767095 *** https://bugs.launchpad.net/bugs/767095 ** This bug is no longer a duplicate of bug 775717 Skype icon is not displayed in notification applet ** This bug has been marked a duplicate of bug 767095 1 pixel icons in notification-area-applet for

[Bug 775717] Re: Skype icon is not displayed in notification applet

2011-05-05 Thread Berend De Schouwer
*** This bug is a duplicate of bug 767095 *** https://bugs.launchpad.net/bugs/767095 ** This bug has been marked a duplicate of bug 767095 1 pixel icons in notification-area-applet for qt softwares * You can subscribe to bug 767095 by following this link:

[Bug 775717] Re: Skype icon is not displayed in notification applet

2011-05-04 Thread Berend De Schouwer
I'm using gnome2; not unity. For me, it appears in the Notification Area applet of the panel. The 1px icon is grey on grey. The Skype style is Desktop Settings, and it's configured to start minimised in the system tray. There are still a few apps that appear there instead of the Indicator

[Bug 775717] Re: Skype icon is not displayed in notification applet

2011-05-03 Thread Berend De Schouwer
Running N instances of Skype causes N-1 icons in the panel to appear. Skype can get confused with multiple instances using the same login, though. The first Skype icon appears to exist as a 1 pixel wide icon. It's very hard to right-click on the icon, but it does exist. -- You received this

[Bug 372647] Re: Clock and Weather applet don't show any weather info

2010-07-15 Thread Berend De Schouwer
Removed and added. It's still a problem. -- Clock and Weather applet don't show any weather info https://bugs.launchpad.net/bugs/372647 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list

[Bug 181065] Re: Unable to unlock the screensaver

2010-07-08 Thread Berend De Schouwer
Stopped for me in Lucid. -- Unable to unlock the screensaver https://bugs.launchpad.net/bugs/181065 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-23 Thread Berend De Schouwer
I've reported # 597963 for upower. -- Laptop suspends when I connect/disconnect AC https://bugs.launchpad.net/bugs/481312 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu. -- desktop-bugs mailing list

[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-21 Thread Berend De Schouwer
I'm adding a new gpm.log. It triggers lid_battery set to suspend (The lid has been closed, and the ac adapter removed (and gconf is okay).) So if I've got this right I need to file a feature request with the upower package to please ignore broken lids. ** Attachment added: gnome-power-manager

[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-21 Thread Berend De Schouwer
gpm-manager in gpm_manager_client_changed_cb() sometimes checks for on_battery, and sometimes checks for on_battery lid_is_closed. This patch makes it consistent (always check for on_battery lid_is_closed) Again: untested, sorry If this works, I'd like to get a little help with logging the

[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-21 Thread Berend De Schouwer
Noticed it's marked as affecting upower already. -- Laptop suspends when I connect/disconnect AC https://bugs.launchpad.net/bugs/481312 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu. -- desktop-bugs

[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-20 Thread Berend De Schouwer
I tried the wrong version numbered one. (bad timing, download, dpkg -i), and now I had the exact opposite happen: The first time, nothing happens (not even popups saying charging) The second time, and all subsequent times: suspend. -- Laptop suspends when I connect/disconnect AC

[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-18 Thread Berend De Schouwer
OK, attached. I'd guess lid_state is an uninitialised variable. I can't get the source from behind the proxy. Line: action: /apps/gnome-power-manager/buttons/lid_ac set to suspend (The lid has been closed on ac power.) ** Attachment added: gpm.log

[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-18 Thread Berend De Schouwer
gpm-button.c/gpm_button_client_changed_cb() compares if (button-priv-lid_is_closed == lid_is_closed) return; gpm-button.c/gpm_button_class_init() adds struct GpmButtonPrivate but I can't find an equivalent of /* coldplug so we are in the correct state at startup

[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-18 Thread Berend De Schouwer
You can try the following patch. I can't apt-get -b source right now, so I can't test. ** Patch added: Potential fix http://launchpadlibrarian.net/50530902/lidinit.diff -- Laptop suspends when I connect/disconnect AC https://bugs.launchpad.net/bugs/481312 You received this bug notification

[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-17 Thread Berend De Schouwer
** Attachment added: before a/c http://launchpadlibrarian.net/50488366/chunk.315 -- Laptop suspends when I connect/disconnect AC https://bugs.launchpad.net/bugs/481312 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-17 Thread Berend De Schouwer
This is all for Lucid: The lid is always closed. /proc/acpi/button/lid/LID/state is always closed. upower -d | grep lid always looks like: lid-is-closed: yes lid-is-present: yes I find that very interesting. If I set g-p-m to blank screen (choices [ blank | suspend | hibernate |

[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-17 Thread Berend De Schouwer
** Attachment added: after a/c http://launchpadlibrarian.net/50488381/chunk.316 -- Laptop suspends when I connect/disconnect AC https://bugs.launchpad.net/bugs/481312 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-17 Thread Berend De Schouwer
** Patch added: history http://launchpadlibrarian.net/50488408/chunk.diff -- Laptop suspends when I connect/disconnect AC https://bugs.launchpad.net/bugs/481312 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in

[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-16 Thread Berend De Schouwer
Here's a dbus log. If I run interface='org.freedesktop.PowerManagement' I get nothing. So I've attached my entire dbus log with the Jabber usernames sanitised. It only seems to happen the first time I connect A/C. Probably because afterwards it thinks the lid is closed. ** Attachment added:

[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-16 Thread Berend De Schouwer
Full dbus log ** Attachment added: Full log http://launchpadlibrarian.net/50430482/sanitised.log -- Laptop suspends when I connect/disconnect AC https://bugs.launchpad.net/bugs/481312 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-16 Thread Berend De Schouwer
If I kill gnome-power-manager it does not happen. Without gnome-power-manager: 1. boot without a/c 2. login 3. plug in a/c 4. screen stays dim, does not suspend. No popups. with gnome-power-manager 1. boot without a/c 2. login 3. plug in a/c 4. screen goes bright 4a. popup (battery charging;

[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-16 Thread Berend De Schouwer
Once the A/C disconnect/reconnect has cycled, I can kill and restart gnome-power-manager, and the laptop does not suspend. -- Laptop suspends when I connect/disconnect AC https://bugs.launchpad.net/bugs/481312 You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 372647] Re: Clock and Weather applet don't show any weather info

2010-06-10 Thread Berend De Schouwer
Still a problem for me in lucid. -- Clock and Weather applet don't show any weather info https://bugs.launchpad.net/bugs/372647 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list

[Bug 460708] Re: suspends automatically when unplugged from AC power

2010-05-08 Thread Berend De Schouwer
*** This bug is a duplicate of bug 545738 *** https://bugs.launchpad.net/bugs/545738 The duplicate marker is obviously wrong. This has nothing to do with dpkg error messages. -- suspends automatically when unplugged from AC power https://bugs.launchpad.net/bugs/460708 You received this bug

[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-05-08 Thread Berend De Schouwer
/proc/acpi/button/lid/LID/state reports closed when it should report open -- Laptop suspends when I connect/disconnect AC https://bugs.launchpad.net/bugs/481312 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in

[Bug 493146] Re: power on/power off results in laptop going into Suspend moder

2010-03-16 Thread Berend De Schouwer
Possible duplicate of # 481312 ??? -- power on/power off results in laptop going into Suspend moder https://bugs.launchpad.net/bugs/493146 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu. -- desktop-bugs

[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-03-16 Thread Berend De Schouwer
Happens on a Sony Vaio W. The following Ubuntu Wiki says it's easily fixed, but it doesn't say how... https://wiki.ubuntu.com/HardwareSupport/Machines/Netbooks#Sony VAIO W Apport connect seems to hang (proxy issue?) so I'll attach .txt files manually... ** Attachment added:

[Bug 107974] Re: Evolution will not remember exchange password

2009-04-14 Thread Berend De Schouwer
me too(tm) Evolution won't save contacts/calendar passwords. Seahorse doesn't list the contacts/calendar passwords, but it does list imap and other passwords as imap:// It doesn't list my google calendar password (and that doesn't work) -- I haven't setup google mail. I'm trying to find

[Bug 181065] Re: Unable to unlock the screensaver

2009-03-31 Thread Berend De Schouwer
Upgraded to Jaunty Alpha/beta. The problem went away for a week, but now it's back. -- Unable to unlock the screensaver https://bugs.launchpad.net/bugs/181065 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu.

[Bug 181065] Re: Unable to unlock the screensaver

2009-03-18 Thread Berend De Schouwer
Logs from a good session: (messages) Mar 18 10:39:20 nacmacfeegle gnome-screensaver-dialog: pam_sm_authenticate: Called Mar 18 10:39:20 nacmacfeegle gnome-screensaver-dialog: pam_sm_authenticate: username = [berend.deschouwer] Mar 18 10:39:20 nacmacfeegle gnome-screensaver-dialog: Error

[Bug 181065] Re: Unable to unlock the screensaver

2009-02-03 Thread Berend De Schouwer
Same issue here. It doesn't always happen -- just sometimes. It seems to only ever happen the first time I lock the screen for any given day. If I don't log out and in again, it doesn't seem to happen again. -- Unable to unlock the screensaver https://bugs.launchpad.net/bugs/181065 You

[Bug 138408] Re: gutsy: gdm greeter is crashing

2007-11-01 Thread Berend De Schouwer
Same problem, Ubuntu Feisty - Gutsy upgrade. X actually starts (you get an X cursor.) gdmgreeter crashes. I've worked around it by using gdmlogin (edit /etc/gdm/gdm.conf, change Greeter=/usr/lib/gdm/gdmgreeter to Greeter=/usr/lib/gdm/gdmlogin) I've tried a variety of gdmgreeter themes. I

[Bug 135500] Re: timezone for Africa/Johannesburg is wrong

2007-08-30 Thread Berend De Schouwer
Distribution Ubuntu Gutsy Gibbon -- timezone for Africa/Johannesburg is wrong https://bugs.launchpad.net/bugs/135500 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 135500] timezone for Africa/Johannesburg is wrong

2007-08-29 Thread Berend De Schouwer
Public bug reported: Binary package hint: evolution Evolution reports (in the wizard, and in the calendar) the timezone for Africa/Johannesburg as UTC +0300. This is wrong. The system timezone (package tzdata and friends) correctly report the system timezone as UTC +0200, or SAST, on the