[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-19 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-screensaver - 2.28.0-1ubuntu5

---
gnome-screensaver (2.28.0-1ubuntu5) lucid; urgency=low

  [ Chris Coulson ]
  * debian/patches/10_legacy_scrsvr_inhibit.patch:
- Re-write to not use XTest to simulate fake key-presses in order
  to reset the IDLETIME counter, as this appears to be problematic.
  Use XResetScreenSaver() to do this instead. Thanks to Reinhard
  Tartler for the hint (LP: #505789)
  * Drop debian/patches/90_autotools.patch - no longer needed
  * Dropped debian/patches/08_gs_dialog_request_to_exit.patch - this is
fixed by this commit in gtk: 0748cf563d0d0d03001a62589f13be16a8ec06c1,
so there is no need to carry this patch any more.
  * Drop debian/gconf-defaults:
- Use upstream default for lock_enabled (locking on screensaver
  activation)
- user_switch_enabled is already set to the upstream default

  [ Marc Deslauriers ]
  * Added apport hook:
- debian/source_gnome-screensaver.py
- debian/gnome-screensaver.install
 -- Chris Coulson chrisccoul...@ubuntu.com   Tue, 19 Jan 2010 17:46:56 +

** Changed in: gnome-screensaver (Ubuntu)
   Status: In Progress = Fix Released

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-12 Thread Chris Coulson
Thanks for testing. I've reopened the karmic task on bug 428884 now,
which will have to remain open until we think of a less problematic
solution

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-12 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic-proposed/gnome-screensaver

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-11 Thread forsakenpariah
I am able to reproduce this with Open Office Writer, Calc, and Impress
(seems to trigger Alt-F), but tried with several other apps with
triggers for Alt-F, such as a Firefox, Code::Blocks, gedit, ampng
others, and I got nothing. It also seems that if it actually triggered
the Alt-F event, it would open the File menu in the same terminal window
it was run in. Seems to me to be an Open Office bug. Are there any other
apps in which you're able to reproduce this?

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-11 Thread Eberhard Beilharz
I can confirm this behavior with blueproximity, OO and gnome-
screensaver.

Running the following batch script in a terminal window, then giving
focus to OO Writer clearly shows that the problem is gnome-screensaver-
command, not blueproximity:

#!/bin/bash
for (( ; ; ))
do
   gnome-screensaver-command -p
   sleep 5
done

To me it looks like gnome-screensaver-command --poke just sends the Alt
key on its own. In OO (as well as any Windows app) this opens the first
menu item (or closes the menu if it happens to be open).

This behavior is really annoying since it basically makes OO unuseable
when running blueproximity.

See also discussion at bottom of bug #216939.

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-11 Thread Eberhard Beilharz
As a workaround I use the following proximity command in blueproximity:
xdotool key Scroll_Lock  xdotool key Scroll_Lock.

Hopefully gnome-screensaver-command -p isn't issued by other apps I'm
running.

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-11 Thread Eberhard Beilharz
** Changed in: gnome-screensaver (Ubuntu)
   Status: New = Confirmed

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-11 Thread Reinhard Tartler
** Changed in: gnome-screensaver (Ubuntu)
   Importance: Undecided = High

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-11 Thread Sebastien Bacher
** Also affects: gnome-screensaver (Ubuntu Karmic)
   Importance: Undecided
   Status: New

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-11 Thread Chris Coulson
This is caused by my recent change to fix bug 428884. I'm slightly
bewildered why we haven't seen issues like this before, as the method I
chose for inhibiting the screensaver is used elsewhere already (eg,
Totem uses the same method when not running under GNOME, for example
when it runs under XFCE).

Anyway, I'll look for a better method to do this this evening

** Changed in: gnome-screensaver (Ubuntu Karmic)
   Importance: Undecided = High

** Changed in: gnome-screensaver (Ubuntu Karmic)
   Status: New = In Progress

** Changed in: gnome-screensaver (Ubuntu Karmic)
 Assignee: (unassigned) = Chris Coulson (chrisccoulson)

** Changed in: gnome-screensaver (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: gnome-screensaver (Ubuntu)
 Assignee: (unassigned) = Chris Coulson (chrisccoulson)

** Tags added: regression-update
** Tags removed: blueproximity gnome-screensaver

** Changed in: gnome-screensaver (Ubuntu Karmic)
Milestone: None = karmic-updates

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gnome-screensaver/ubuntu

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-11 Thread Chris Coulson
Bumping the importance of the karmic task, as we're getting some
duplicates now and this is a regression in the stable release

** Changed in: gnome-screensaver (Ubuntu Karmic)
   Importance: High = Critical

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-11 Thread Chris Coulson
Urgh, my last comment got truncated at the start there.It was meant to
read Bumping the importance of the karmic task, as we're getting some
duplicates now and this is a regression in the stable release

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-11 Thread Chris Coulson
I've pushed a change to bzr which fixes this issue. Unfortunately, it
breaks screensaver inhibiting again and will reopen the original bug
428884 due to a xorg regression, so I've not uploaded it yet:
http://bugs.freedesktop.org/show_bug.cgi?id=25855.

Once that xorg bug is fixed, then screensaver inhibiting will work
properly and this bug will be fixed. If we can't fix the xorg bug in
karmic as a SRU, then the only realistic choice here is to back out the
original patch and reopen bug 428884 for karmic.

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

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-11 Thread Chris Coulson
Ok, my messages aren't getting truncated, but my browser does not
display them correctly. Sorry for the noise there!

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-11 Thread Steve Langasek
Accepted into karmic-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: gnome-screensaver (Ubuntu Karmic)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-11 Thread Steve Langasek
As this is a regression introduced in an SRU, the normal 7-day waiting
period is waived; can be copied to -updates as soon as it's built.

Please test to confirm that this does correct the regression.

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-11 Thread Eberhard Beilharz
With the new package (2.28.0-0ubuntu3.3) I don't get this bug anymore.

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-11 Thread Eberhard Beilharz
Thanks for the quick fix!

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-11 Thread Steve Langasek
** Tags added: verification-done
** Tags removed: verification-needed

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 505789] Re: gnome-screensaver-command -p triggers keyboard event

2010-01-11 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-screensaver - 2.28.0-0ubuntu3.3

---
gnome-screensaver (2.28.0-0ubuntu3.3) karmic-proposed; urgency=low

  * Back out debian/patches/10_legacy_scrsvr_inhibit.patch for now
as the patch causes a regression, leading to menus randomly popping
up in Openoffice (LP: #505789). This re-opens LP #428884.
  * debian/control: Don't build-dep on libxtst-dev. It's not needed without
the above patch.
 -- Chris Coulson chrisccoul...@ubuntu.com   Mon, 11 Jan 2010 23:16:04 +

** Changed in: gnome-screensaver (Ubuntu Karmic)
   Status: Fix Committed = Fix Released

-- 
gnome-screensaver-command -p triggers keyboard event
https://bugs.launchpad.net/bugs/505789
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs