Skip to content

Commit

Permalink
SDesk 2.0 initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-studios committed Nov 25, 2023
1 parent 143d249 commit 6485002
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 49 deletions.
2 changes: 2 additions & 0 deletions airootfs/etc/profile.d/install.sh
Expand Up @@ -45,6 +45,8 @@ if (( $EUID == 0 )); then
sudo chmod a+x /usr/bin/launch_calamares

dconf reset -f /org/gnome/

sudo chmod -R 777 /usr/share/gnome-shell/extensions/gtk4-ding@smedius.gitlab.com

gsettings set org.gnome.shell welcome-dialog-last-shown-version '4294967295'
sudo dconf update
Expand Down
3 changes: 2 additions & 1 deletion airootfs/etc/profile.d/setup-final.sh
Expand Up @@ -2,7 +2,7 @@

if (( $EUID != 0 )) && [ ! -f "/etc/profile.d/install.sh" ] && [ ! -f "/etc/profile.d/setup.sh" ]; then
gsettings set org.gnome.shell welcome-dialog-last-shown-version '4294967295'
sudo dconf update
dconf update

gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,close"

Expand Down Expand Up @@ -44,4 +44,5 @@ if (( $EUID != 0 )) && [ ! -f "/etc/profile.d/install.sh" ] && [ ! -f "/etc/prof

rm -f /etc/profile.d/setup-final.sh
chmod -R 755 /etc/profile.d
chmod -R 777 /usr/share/gnome-shell/extensions/gtk4-ding@smedius.gitlab.com
fi
23 changes: 0 additions & 23 deletions airootfs/usr/share/tmpmodules/packages.conf
Expand Up @@ -204,28 +204,5 @@ pacman:
#
operations:
- remove:
- qt5ct
- qqc2-desktop-style
- polkit-qt5
- kconfig
- kcoreaddons
- kdbusaddons
- kwidgetsaddons
- ki18n
- kpackage
- kparts
- kpmcore
- plasma-framework
- boost
- boost-libs
- appstream-qt
- libatasmart
- libpwquality
- solid
- udisks2
- yaml-cpp
- polkit
- ckbcomp
- mkinitcpio-openswap
- python-yaml
- calamares
6 changes: 3 additions & 3 deletions airootfs/usr/share/tmpmodules/shellprocess.conf
Expand Up @@ -4,8 +4,8 @@ script:
- "sudo rm -rf /etc/profile.d/setup.sh"
- "sudo bash /usr/bin/post-install.sh"
- "sudo bash /usr/bin/post-install_setup.sh && sudo rm -rf /etc/gdm/custom.conf"
- "sudo mv /etc/gdm/tmpcustom.conf /etc/gdm/custom.conf && sudo rm -rf /usr/share/gnome-shell-theme.gresource && sudo mv /usr/share/tmpgnome-shell-theme.gresource /usr/share/gnome-shell-theme.gresource"
- "sudo mv /etc/gdm/tmpcustom.conf /etc/gdm/custom.conf"
- "yes | sudo pacman -R calamares"
- "yes | sudo pacman -R epiphany && yes | sudo pacman -R gnome-console && yes | sudo pacman -R gnome-software"
- "yes | sudo pacman -R epiphany && yes | sudo pacman -R gnome-console && yes | sudo pacman -R gnome-software && sudo chmod -R 777 /usr/share/gnome-shell/extensions/gtk4-ding@smedius.gitlab.com"
- "sudo chmod a+rwx /etc/profile.d && sudo pacman-key --init && sudo pacman-key --populate && gsettings set org.gnome.shell welcome-dialog-last-shown-version '4294967295' && sudo dconf update"
- "dconf reset -f /org/gnome/ && sudo chmod 777 /etc/profile.d/setup-final.sh && sudo rm -rf /etc/os-release && sudo mv /etc/tmpos-release /etc/os-release && sudo systemctl enable bluetooth && sudo systemctl start bluetooth && rfkill block bluetooth"
- "sudo chmod 777 /etc/profile.d/setup-final.sh && sudo rm -rf /etc/os-release && sudo mv /etc/tmpos-release /etc/os-release && sudo systemctl enable bluetooth && sudo systemctl start bluetooth && rfkill block bluetooth"
22 changes: 0 additions & 22 deletions packages.x86_64
Expand Up @@ -143,29 +143,7 @@ xorg-xwayland
glew

# Calamares installer
qt5ct
polkit-qt5
kconfig
kcoreaddons
kdbusaddons
kwidgetsaddons
ki18n
kpackage
kparts
kpmcore
plasma-framework
boost
boost-libs
appstream-qt
libatasmart
libpwquality
solid
yaml-cpp
udisks2
polkit
ckbcomp
mkinitcpio-openswap
python-yaml
calamares

# Device Security Utilities
Expand Down

0 comments on commit 6485002

Please sign in to comment.