From 1df61bd1527eda5d2a1473e78be81279a8e1c4e2 Mon Sep 17 00:00:00 2001 From: Dan Johansen <strit@manjaro.org> Date: Mon, 25 May 2020 11:00:41 +0200 Subject: [PATCH] [cubocore] change from Plasma based to DesQ based --- editions/cubocore | 39 +++++++------------ overlays/cubocore/etc/sddm.conf | 4 +- .../etc/xdg/autostart/corestuff.desktop | 9 ----- 3 files changed, 16 insertions(+), 36 deletions(-) delete mode 100644 overlays/cubocore/etc/xdg/autostart/corestuff.desktop diff --git a/editions/cubocore b/editions/cubocore index 82c60280..1b8450fb 100644 --- a/editions/cubocore +++ b/editions/cubocore @@ -18,29 +18,18 @@ zswap-arm # Sound, Video and bluetooth alsa-utils +bluez +pulseaudio-bluetooth # Display Manager sddm -sddm-breath2-theme -# Plasma packages -bluedevil -breeze -drkonqi -#kde-gtk-config -kinfocenter -kscreen -kscreenlocker -ksysguard -kwallet-pam -kwayland-integration -kwin -plasma-desktop -plasma-nm -plasma-pa -plasma-workspace -powerdevil -systemsettings + +# DesQ packages +desq-session-git +#desq-shell-git +oyster-git +networkmanager-qt #CoreApps coreaction @@ -58,7 +47,7 @@ corepins corerenamer coreshot corestats -corestuff +#corestuff coreterminal coretime coretoppings @@ -74,10 +63,9 @@ ttf-bitstream-vera falkon # Themes -breath2-icon-themes -plasma5-themes-breath2 -gtk-theme-breath -manjaro-arm-wallpapers +breeze-icons +manjaro-icons +#manjaro-arm-wallpapers # Office suite calligra @@ -86,10 +74,11 @@ calligra #pamac-qt #when it's ready # Other applications +openbox openresolv manjaro-settings-manager +manjaro-arm-flasher wget tlp manjaro-hotfixes xdg-user-dirs -xf86-video-fbturbo-git diff --git a/overlays/cubocore/etc/sddm.conf b/overlays/cubocore/etc/sddm.conf index 6bb42f02..43f81211 100644 --- a/overlays/cubocore/etc/sddm.conf +++ b/overlays/cubocore/etc/sddm.conf @@ -3,10 +3,10 @@ Relogin=false # Name of session file for autologin session (if empty try last logged in) -Session= +Session=oystersession.desktop # Username for autologin session -User= +User=manjaro [General] # Halt command diff --git a/overlays/cubocore/etc/xdg/autostart/corestuff.desktop b/overlays/cubocore/etc/xdg/autostart/corestuff.desktop deleted file mode 100644 index f2056526..00000000 --- a/overlays/cubocore/etc/xdg/autostart/corestuff.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=CoreStuff -Comment=An activity viewer for CuboCore Application Suite. -Exec=corestuff -Icon=/usr/share/icons/hicolor/scalable/apps/corestuff.svg -Type=Application -Categories=Qt;Utility;System; -Terminal=false -StartupNotify=true -- GitLab