Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#17568 - [kdebase-workspace] add xorg-utils as dependence
Attached to Project:
Arch Linux
Opened by Weng Xuetian (csslayer) - Monday, 21 December 2009, 07:47 GMT
Last edited by Pierre Schmitz (Pierre) - Tuesday, 22 December 2009, 07:51 GMT
Opened by Weng Xuetian (csslayer) - Monday, 21 December 2009, 07:47 GMT
Last edited by Pierre Schmitz (Pierre) - Tuesday, 22 December 2009, 07:51 GMT
|
DetailsDescription:
the startkde script use xprop in xorg-utils to mark that full kde session is running, this can affect that all the program that read this property from X session. This affects go-openoffice auto-detection. Additional info: * package version(s) 4.3.4-1 /usr/bin/startkde line 320-348 use xprop Steps to reproduce: Login with startkde or with kdm. |
This task depends upon
----------------------------------
KDE_FULL_SESSION=true
export KDE_FULL_SESSION
xprop -root -f KDE_FULL_SESSION 8t -set KDE_FULL_SESSION true
KDE_SESSION_VERSION=4
export KDE_SESSION_VERSION
xprop -root -f KDE_SESSION_VERSION 32c -set KDE_SESSION_VERSION 4
----------------------------------
startkde set these use xprop to set some properties. It will cause some other program which read this property.