mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Remove unnecessary path variables
This commit is contained in:
parent
c20a5655fe
commit
dcb613e2e4
2 changed files with 0 additions and 6 deletions
|
|
@ -31,9 +31,6 @@ unset QT_QPA_EGLFS_DEPTH
|
|||
unset QT_QPA_EGLFS_HIDECURSOR
|
||||
unset QT_COMPOSITOR_NEGATE_INVERTED_Y
|
||||
|
||||
export LIBEXEC_PATH="/usr/libexec:/usr/lib/libexec:/usr/lib/libexec/kf5"
|
||||
export QT_PLUGIN_PATH=${QT_PLUGIN_PATH+$QT_PLUGIN_PATH:}`qtpaths --plugin-dir`:/usr/lib/kde5/plugins
|
||||
|
||||
export QT_QPA_PLATFORM=wayland
|
||||
export QT_QPA_PLATFORMTHEME=KDE
|
||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||
|
|
|
|||
|
|
@ -84,9 +84,6 @@ EOF
|
|||
# File with environment variables, used by shell systemd unit
|
||||
mkdir -p %{buildroot}%{_sharedstatedir}/environment/plasma-phone
|
||||
cat > %{buildroot}%{_sharedstatedir}/environment/plasma-phone/plasma-phone.conf <<EOF
|
||||
LIBEXEC_PATH="%{_libexecdir}:%{_libdir}/libexec:%{_kf5_libexecdir}"
|
||||
QT_PLUGIN_PATH=\${QT_PLUGIN_PATH+\$QT_PLUGIN_PATH:}\`qtpaths --plugin-dir\`:%{_libdir}/kde5/plugins
|
||||
|
||||
QT_QPA_PLATFORM=wayland
|
||||
QT_QPA_PLATFORMTHEME=KDE
|
||||
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue