mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
Remove last two uses of PlasmaComponents 2.0
They were only used for Labels
This commit is contained in:
parent
e1d1f8ee1a
commit
a6a331f469
3 changed files with 7 additions and 2 deletions
|
|
@ -18,6 +18,11 @@ export QT_QUICK_CONTROLS_MOBILE=true
|
|||
export PLASMA_INTEGRATION_USE_PORTAL=1
|
||||
export PLASMA_PLATFORM=phone:handset
|
||||
|
||||
# if coredumpd knows about the dumps, make sure drkonqi catches them
|
||||
if [[ $(cat /proc/sys/kernel/core_pattern) =~ /systemd-coredump ]]
|
||||
then
|
||||
export KDE_COREDUMP_NOTIFY=1
|
||||
fi
|
||||
|
||||
# TODO port away from PLASMA_DEFAULT_SHELL into QT_QPA_PLATFORM=offscreen plasma-apply-lookandfeel --apply org.kde.plasma.phone
|
||||
export PLASMA_DEFAULT_SHELL=org.kde.plasma.phoneshell
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import QtGraphicalEffects 1.6
|
|||
|
||||
import org.kde.plasma.plasmoid 2.0
|
||||
import org.kde.plasma.core 2.0 as PlasmaCore
|
||||
import org.kde.plasma.components 2.0 as PlasmaComponents
|
||||
import org.kde.plasma.components 3.0 as PlasmaComponents
|
||||
import org.kde.kquickcontrolsaddons 2.0
|
||||
|
||||
import org.kde.plasma.private.containmentlayoutmanager 1.0 as ContainmentLayoutManager
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ import QtGraphicalEffects 1.6
|
|||
|
||||
import org.kde.plasma.plasmoid 2.0
|
||||
import org.kde.plasma.core 2.0 as PlasmaCore
|
||||
import org.kde.plasma.components 2.0 as PlasmaComponents
|
||||
import org.kde.plasma.components 3.0 as PlasmaComponents
|
||||
import org.kde.kquickcontrolsaddons 2.0
|
||||
|
||||
import org.kde.plasma.private.containmentlayoutmanager 1.0 as ContainmentLayoutManager
|
||||
|
|
|
|||
Loading…
Reference in a new issue