Closed GoogleCodeExporter closed 9 years ago
Original comment by yendo0206
on 15 Nov 2011 at 9:34
GDK_GRAVITY defines the reference point of a window.
http://developer.gnome.org/gdk/stable/gdk-Windows.html#GdkGravity
Xfwm does not support GDK_GRAVITY correctly.
I think it is a Xfwm bug.
The gphotoframe window gravity needs be set to
GDK_GRAVITY_NORTH_WEST forcelly with Xfwm.
I added new gconf key as a work around for the bug.
I attached a test version.
Can you try it with the following command?
% gconftool-2 --type string --set /apps/gphotoframe/gravity "NORTH_WEST"
Original comment by yendo0206
on 19 Nov 2011 at 2:12
Attachments:
At first glance this now works correctly with the command+beta version. Thank
you!
Original comment by arcadesh...@gmail.com
on 19 Nov 2011 at 8:43
Thank you!
I commited in revision 3d73972b2a08.
Original comment by yendo0206
on 21 Nov 2011 at 5:34
GNOME Photo Frame ver.2.0 uses GSettings instead of GConf.
And, now the 'gravity' key is in new geometry section.
% gsettings set com.googlecode.gphotoframe.geometry gravity "NORTH_WEST"
Original comment by yendo0206
on 15 Feb 2012 at 4:36
I'm using version 1.5.1 and don't know how to fix this problem. Can you show me
more details? How to use the command? (Xubuntu 12.10)
Original comment by cangap...@gmail.com
on 15 Mar 2013 at 11:25
Sorry, everything is fixed when I restart the software.
Original comment by cangap...@gmail.com
on 15 Mar 2013 at 11:36
Original issue reported on code.google.com by
arcadesh...@gmail.com
on 20 Oct 2011 at 7:07