mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
startkde: set QT_PLATFORM_PLUGIN
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
cdcdb52685
commit
f220ab7a37
1 changed files with 4 additions and 0 deletions
|
@ -164,6 +164,10 @@ done
|
|||
QT_PLUGIN_PATH=${QT_PLUGIN_PATH+$QT_PLUGIN_PATH:}`kde4-config --path qtplugins`
|
||||
export QT_PLUGIN_PATH
|
||||
|
||||
# Set the platform plugin for Qt to the one provided by KDE
|
||||
QT_PLATFORM_PLUGIN=kde
|
||||
export QT_PLATFORM_PLUGIN
|
||||
|
||||
# Set a left cursor instead of the standard X11 "X" cursor, since I've heard
|
||||
# from some users that they're confused and don't know what to do. This is
|
||||
# especially necessary on slow machines, where starting KDE takes one or two
|
||||
|
|
Loading…
Add table
Reference in a new issue