On Sun, 2014-09-14 at 16:05 +0200, Jeremy Jongepier wrote:
On 09/14/2014 03:22 PM, Ralf Mardorf wrote:
OTOH now, for the very first time, GIMPs main
window hides it's head
under the panel by just opening GIMP. I didn't move the window manually.
This seems to be openbox related.
I never have these issues. Did you try with a different, clean user account?
No, I didn't. But what account settings could cause this issue? Assumed
it's not a common issue, could it be related to the used graphics or the
graphics driver [1]?
Btw. sometimes I run some applications for my user session, by another
user, to e.g. get password protected histories of browsers [2] (yes,
there are smarter ways to use xhost, but it shouldn't be related to the
issue ;). I guess this shouldn't have impact to the behavior of
applications, that are launched by the user of the user's session.
[1]
[rocketmouse@archlinux ~]$ cat /etc/X11/xorg.conf
Section "Module"
Load "extmod"
Load "dri"
Load "dbe"
Load "dri2"
Load "glx"
Load "record"
Load "GLcore"
#Load "v4l"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Plug 'n' Play"
ModelName "Plug 'n' Play"
DisplaySize 305 230
HorizSync 29-98
VertRefresh 50-120
modeline "1152x864" 128.42 1152 1232 1360 1568 864 865 868 910
Gamma 1.0
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>:
"True"/"False",
### <string>: "String", <freq>: "<f>
Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "VideoKey" # <i>
#Option "MergedFB" "off" #old debian/ubuntu
Identifier "Card0"
Driver "radeon"
#Driver "nvidia"
#Driver "nv"
#Driver "nouveau"
#Driver "vesa"
#VendorName "nVidia Corporation"
#BoardName "G72 [GeForce 7300 SE/7200 GS]"
#BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1152x864"
#Virtual 3840 1200
EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 1
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 4
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 8
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 15
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 16
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 24
# EndSubSection
EndSection
Section "ServerFlags"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection
[2]
[rocketmouse@archlinux ~]$ cat /usr/local/bin/chuser
#!/bin/sh
# /usr/local/bin/chuser -> /.chuser/bin/chuser
xhost +
gksudo -u chuser "$*"
xhost -
exit