update hooks and build scripts
This commit is contained in:
parent
cb8cc07d63
commit
e3361587ea
|
@ -46,3 +46,6 @@ xfc4-power-manager &
|
||||||
|
|
||||||
## Screensaver software
|
## Screensaver software
|
||||||
gnome-screensaver &
|
gnome-screensaver &
|
||||||
|
|
||||||
|
## Clipboard software
|
||||||
|
xfce4-clipman &
|
||||||
|
|
|
@ -10,22 +10,41 @@
|
||||||
|
|
||||||
# Remove software
|
# Remove software
|
||||||
apt --purge --yes autoremove \
|
apt --purge --yes autoremove \
|
||||||
vim \
|
vim \
|
||||||
vim-tiny \
|
vim-tiny \
|
||||||
murrine-themes \
|
murrine-themes \
|
||||||
termit \
|
termit \
|
||||||
gnome-shell \
|
gnome-shell \
|
||||||
gdm3 \
|
gdm3 \
|
||||||
ubuntu-session \
|
ubuntu-session \
|
||||||
mutter \
|
mutter \
|
||||||
gnome-control-center \
|
gnome-control-center \
|
||||||
gnome-control-center-data \
|
gnome-control-center-data \
|
||||||
gnome-control-center-faces \
|
gnome-control-center-faces \
|
||||||
gnome-online-accounts \
|
gnome-online-accounts \
|
||||||
gedit \
|
picom \
|
||||||
apport \
|
gedit \
|
||||||
update-notifier-common \
|
apport \
|
||||||
update-notifier
|
update-notifier-common \
|
||||||
|
update-notifier \
|
||||||
|
imagemagick* \
|
||||||
|
yelp
|
||||||
|
|
||||||
|
## This section is the "lint-trap" to remove files and/or
|
||||||
|
## directories not associated with or required by AcorOS.
|
||||||
|
## Followed by \ , add files to be removed, one per line.
|
||||||
|
|
||||||
|
for i in \
|
||||||
|
/usr/share/applications/kdesystemsettings.desktop \
|
||||||
|
/usr/share/applications/systemsettings.desktop \
|
||||||
|
/usr/share/applications/calamares.desktop.orig \
|
||||||
|
/usr/share/applications/xfce4-mail-reader.desktop \
|
||||||
|
/usr/share/applications/xfce4-web-browser.desktop \
|
||||||
|
|
||||||
|
do [ -e $i ] &&
|
||||||
|
rm -rf ${i} ||
|
||||||
|
echo " The path ${i} was not found and couldn't be removed."
|
||||||
|
done
|
||||||
|
|
||||||
# Lowers the footprint in RAM at the small expense of added size to the ISO.
|
# Lowers the footprint in RAM at the small expense of added size to the ISO.
|
||||||
#update-icon-caches /usr/share/icons/*
|
#update-icon-caches /usr/share/icons/*
|
||||||
|
@ -37,10 +56,6 @@ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flat
|
||||||
#fix network-manager install
|
#fix network-manager install
|
||||||
dpkg-reconfigure network-manager
|
dpkg-reconfigure network-manager
|
||||||
|
|
||||||
#fix lightdm install
|
|
||||||
dpkg-reconfigure lightdm
|
|
||||||
|
|
||||||
|
|
||||||
#add-architecture i386
|
#add-architecture i386
|
||||||
dpkg --add-architecture i386
|
dpkg --add-architecture i386
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
### web browsers instalation hook
|
### web browsers instalation hook
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
# Title: 0550-install-browsers.hook.chroot
|
||||||
|
# Description: web browser install script
|
||||||
|
# Author: manuel rosa <manuelsilvarosa@gmail.com>
|
||||||
|
# Date: Outubro 29, 2023
|
||||||
|
# License: GPL-3.0-or-later
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
|
||||||
# Install depends
|
# Install depends
|
||||||
apt install -y apt-transport-https curl
|
apt install -y apt-transport-https curl
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
# Title: 0600-snap-show-menu-fix.hook.chroot
|
||||||
|
# Description: Workaround for using snapd on debian. Thank You - @stevesveryown and peppermint team..
|
||||||
|
# Author: manuel rosa <manuelsilvarosa@gmail.com>
|
||||||
|
# Date: Outubro 29, 2023
|
||||||
|
# License: GPL-3.0-or-later
|
||||||
|
################################################################################
|
||||||
|
|
||||||
# Workaround for using snapd on debian. Thank You - @stevesveryown and peppermint team..
|
# Workaround for using snapd on debian. Thank You - @stevesveryown and peppermint team..
|
||||||
[ ! -e /etc/skel/.local/share ] && mkdir -p /etc/skel/.local/share
|
[ ! -e /etc/skel/.local/share ] && mkdir -p /etc/skel/.local/share
|
||||||
[ ! -e /var/lib/snapd/desktop/applications ] &&
|
[ ! -e /var/lib/snapd/desktop/applications ] &&
|
||||||
|
|
|
@ -64,9 +64,9 @@ echo openbox > $build/build/config/package-lists/desktop.list.chroot
|
||||||
# Install software
|
# Install software
|
||||||
echo "# Install software to the squashfs for calamares to unpack to the OS.
|
echo "# Install software to the squashfs for calamares to unpack to the OS.
|
||||||
linux-headers-generic
|
linux-headers-generic
|
||||||
lxterminal
|
|
||||||
tint2
|
tint2
|
||||||
pcmanfm
|
thunar
|
||||||
|
thunar-archive-plugin
|
||||||
desktop-base
|
desktop-base
|
||||||
mousepad
|
mousepad
|
||||||
lxpolkit
|
lxpolkit
|
||||||
|
@ -74,7 +74,6 @@ pnmixer
|
||||||
#pasystray
|
#pasystray
|
||||||
alsa-utils
|
alsa-utils
|
||||||
gmrun
|
gmrun
|
||||||
geany
|
|
||||||
git
|
git
|
||||||
curl
|
curl
|
||||||
#rofi
|
#rofi
|
||||||
|
@ -82,21 +81,15 @@ fonts-cantarell
|
||||||
nitrogen
|
nitrogen
|
||||||
compton
|
compton
|
||||||
compton-conf
|
compton-conf
|
||||||
#xarchiver
|
compton-conf-l10n
|
||||||
file-roller
|
xarchiver
|
||||||
lxsession-logout
|
lxsession-logout
|
||||||
lxappearance
|
jgmenu
|
||||||
lxappearance-obconf
|
orchis-gtk-theme
|
||||||
lxrandr
|
|
||||||
lxinput
|
|
||||||
#jgmenu
|
|
||||||
numix-gtk-theme
|
|
||||||
papirus-icon-theme
|
|
||||||
locales
|
locales
|
||||||
language-selector-gnome
|
language-selector-gnome
|
||||||
#update-manager
|
#update-manager
|
||||||
gnome-packagekit
|
gnome-packagekit
|
||||||
adwaita-icon-theme-full
|
|
||||||
dkms
|
dkms
|
||||||
dbus-x11
|
dbus-x11
|
||||||
ntp
|
ntp
|
||||||
|
@ -148,13 +141,6 @@ lightdm
|
||||||
lightdm-gtk-greeter
|
lightdm-gtk-greeter
|
||||||
lightdm-gtk-greeter-settings
|
lightdm-gtk-greeter-settings
|
||||||
lightdm-autologin-greeter
|
lightdm-autologin-greeter
|
||||||
menulibre
|
|
||||||
mugshot
|
|
||||||
#xscreensaver
|
|
||||||
#xscreensaver-data
|
|
||||||
#xscreensaver-data-extra
|
|
||||||
#xscreensaver-gl
|
|
||||||
#xscreensaver-gl-extra
|
|
||||||
gnome-system-tools
|
gnome-system-tools
|
||||||
gnome-disk-utility
|
gnome-disk-utility
|
||||||
galculator
|
galculator
|
||||||
|
@ -175,6 +161,7 @@ gimp-data-extras
|
||||||
evince
|
evince
|
||||||
xsane
|
xsane
|
||||||
nano
|
nano
|
||||||
|
baobab
|
||||||
language-pack-de
|
language-pack-de
|
||||||
language-pack-en
|
language-pack-en
|
||||||
language-pack-fr
|
language-pack-fr
|
||||||
|
@ -222,7 +209,13 @@ xdg-user-dirs-gtk
|
||||||
cbatticon
|
cbatticon
|
||||||
dunst
|
dunst
|
||||||
xfce4-clipman
|
xfce4-clipman
|
||||||
|
xfce4-screenshooter
|
||||||
|
xfce4-power-manager
|
||||||
|
xfce4-settings
|
||||||
|
xfce4-terminal
|
||||||
plank
|
plank
|
||||||
|
gnome-screensaver
|
||||||
|
ristretto
|
||||||
|
|
||||||
" > $build/build/config/package-lists/packages.list.chroot
|
" > $build/build/config/package-lists/packages.list.chroot
|
||||||
|
|
||||||
|
|
|
@ -64,9 +64,9 @@ echo openbox > $build/build/config/package-lists/desktop.list.chroot
|
||||||
# Install software
|
# Install software
|
||||||
echo "# Install software to the squashfs for calamares to unpack to the OS.
|
echo "# Install software to the squashfs for calamares to unpack to the OS.
|
||||||
linux-headers-generic
|
linux-headers-generic
|
||||||
lxterminal
|
|
||||||
tint2
|
tint2
|
||||||
pcmanfm
|
thunar
|
||||||
|
thunar-archive-plugin
|
||||||
desktop-base
|
desktop-base
|
||||||
mousepad
|
mousepad
|
||||||
lxpolkit
|
lxpolkit
|
||||||
|
@ -74,7 +74,6 @@ pnmixer
|
||||||
#pasystray
|
#pasystray
|
||||||
alsa-utils
|
alsa-utils
|
||||||
gmrun
|
gmrun
|
||||||
geany
|
|
||||||
git
|
git
|
||||||
curl
|
curl
|
||||||
#rofi
|
#rofi
|
||||||
|
@ -82,21 +81,15 @@ fonts-cantarell
|
||||||
nitrogen
|
nitrogen
|
||||||
compton
|
compton
|
||||||
compton-conf
|
compton-conf
|
||||||
#xarchiver
|
compton-conf-l10n
|
||||||
file-roller
|
xarchiver
|
||||||
lxsession-logout
|
lxsession-logout
|
||||||
lxappearance
|
|
||||||
lxappearance-obconf
|
|
||||||
lxrandr
|
|
||||||
lxinput
|
|
||||||
jgmenu
|
jgmenu
|
||||||
numix-gtk-theme
|
orchis-gtk-theme
|
||||||
papirus-icon-theme
|
|
||||||
locales
|
locales
|
||||||
language-selector-gnome
|
language-selector-gnome
|
||||||
#update-manager
|
#update-manager
|
||||||
gnome-packagekit
|
gnome-packagekit
|
||||||
adwaita-icon-theme-full
|
|
||||||
dkms
|
dkms
|
||||||
dbus-x11
|
dbus-x11
|
||||||
ntp
|
ntp
|
||||||
|
@ -148,13 +141,6 @@ lightdm
|
||||||
lightdm-gtk-greeter
|
lightdm-gtk-greeter
|
||||||
lightdm-gtk-greeter-settings
|
lightdm-gtk-greeter-settings
|
||||||
lightdm-autologin-greeter
|
lightdm-autologin-greeter
|
||||||
menulibre
|
|
||||||
mugshot
|
|
||||||
#xscreensaver
|
|
||||||
#xscreensaver-data
|
|
||||||
#xscreensaver-data-extra
|
|
||||||
#xscreensaver-gl
|
|
||||||
#xscreensaver-gl-extra
|
|
||||||
gnome-system-tools
|
gnome-system-tools
|
||||||
gnome-disk-utility
|
gnome-disk-utility
|
||||||
galculator
|
galculator
|
||||||
|
@ -175,6 +161,7 @@ gimp-data-extras
|
||||||
evince
|
evince
|
||||||
xsane
|
xsane
|
||||||
nano
|
nano
|
||||||
|
baobab
|
||||||
language-pack-de
|
language-pack-de
|
||||||
language-pack-en
|
language-pack-en
|
||||||
language-pack-fr
|
language-pack-fr
|
||||||
|
@ -222,7 +209,13 @@ xdg-user-dirs-gtk
|
||||||
cbatticon
|
cbatticon
|
||||||
dunst
|
dunst
|
||||||
xfce4-clipman
|
xfce4-clipman
|
||||||
|
xfce4-screenshooter
|
||||||
|
xfce4-power-manager
|
||||||
|
xfce4-settings
|
||||||
|
xfce4-terminal
|
||||||
plank
|
plank
|
||||||
|
gnome-screensaver
|
||||||
|
ristretto
|
||||||
|
|
||||||
" > $build/build/config/package-lists/packages.list.chroot
|
" > $build/build/config/package-lists/packages.list.chroot
|
||||||
|
|
||||||
|
|
|
@ -64,9 +64,9 @@ echo openbox > $build/build/config/package-lists/desktop.list.chroot
|
||||||
# Install software
|
# Install software
|
||||||
echo "# Install software to the squashfs for calamares to unpack to the OS.
|
echo "# Install software to the squashfs for calamares to unpack to the OS.
|
||||||
linux-headers-generic
|
linux-headers-generic
|
||||||
lxterminal
|
|
||||||
tint2
|
tint2
|
||||||
pcmanfm
|
thunar
|
||||||
|
thunar-archive-plugin
|
||||||
desktop-base
|
desktop-base
|
||||||
mousepad
|
mousepad
|
||||||
lxpolkit
|
lxpolkit
|
||||||
|
@ -74,7 +74,6 @@ pnmixer
|
||||||
#pasystray
|
#pasystray
|
||||||
alsa-utils
|
alsa-utils
|
||||||
gmrun
|
gmrun
|
||||||
geany
|
|
||||||
git
|
git
|
||||||
curl
|
curl
|
||||||
#rofi
|
#rofi
|
||||||
|
@ -82,21 +81,15 @@ fonts-cantarell
|
||||||
nitrogen
|
nitrogen
|
||||||
compton
|
compton
|
||||||
compton-conf
|
compton-conf
|
||||||
#xarchiver
|
compton-conf-l10n
|
||||||
file-roller
|
xarchiver
|
||||||
lxsession-logout
|
lxsession-logout
|
||||||
lxappearance
|
|
||||||
lxappearance-obconf
|
|
||||||
lxrandr
|
|
||||||
lxinput
|
|
||||||
jgmenu
|
jgmenu
|
||||||
numix-gtk-theme
|
orchis-gtk-theme
|
||||||
papirus-icon-theme
|
|
||||||
locales
|
locales
|
||||||
language-selector-gnome
|
language-selector-gnome
|
||||||
#update-manager
|
#update-manager
|
||||||
gnome-packagekit
|
gnome-packagekit
|
||||||
adwaita-icon-theme-full
|
|
||||||
dkms
|
dkms
|
||||||
dbus-x11
|
dbus-x11
|
||||||
ntp
|
ntp
|
||||||
|
@ -148,13 +141,6 @@ lightdm
|
||||||
lightdm-gtk-greeter
|
lightdm-gtk-greeter
|
||||||
lightdm-gtk-greeter-settings
|
lightdm-gtk-greeter-settings
|
||||||
lightdm-autologin-greeter
|
lightdm-autologin-greeter
|
||||||
menulibre
|
|
||||||
mugshot
|
|
||||||
#xscreensaver
|
|
||||||
#xscreensaver-data
|
|
||||||
#xscreensaver-data-extra
|
|
||||||
#xscreensaver-gl
|
|
||||||
#xscreensaver-gl-extra
|
|
||||||
gnome-system-tools
|
gnome-system-tools
|
||||||
gnome-disk-utility
|
gnome-disk-utility
|
||||||
galculator
|
galculator
|
||||||
|
@ -175,6 +161,7 @@ gimp-data-extras
|
||||||
evince
|
evince
|
||||||
xsane
|
xsane
|
||||||
nano
|
nano
|
||||||
|
baobab
|
||||||
language-pack-de
|
language-pack-de
|
||||||
language-pack-en
|
language-pack-en
|
||||||
language-pack-fr
|
language-pack-fr
|
||||||
|
@ -222,7 +209,13 @@ xdg-user-dirs-gtk
|
||||||
cbatticon
|
cbatticon
|
||||||
dunst
|
dunst
|
||||||
xfce4-clipman
|
xfce4-clipman
|
||||||
|
xfce4-screenshooter
|
||||||
|
xfce4-power-manager
|
||||||
|
xfce4-settings
|
||||||
|
xfce4-terminal
|
||||||
plank
|
plank
|
||||||
|
gnome-screensaver
|
||||||
|
ristretto
|
||||||
|
|
||||||
" > $build/build/config/package-lists/packages.list.chroot
|
" > $build/build/config/package-lists/packages.list.chroot
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue