[lxde][lxqt][lxqt-kwin][openbox] refactor profiles to use the official templates

This commit is contained in:
fhdk 2022-02-26 12:22:04 +01:00
parent ed250f6380
commit 5cddf2ac7e
24 changed files with 37 additions and 515 deletions

0
community/lxde/Packages-Desktop Normal file → Executable file
View file

View file

@ -0,0 +1 @@
../../shared/Packages-Mhwd

View file

@ -1,95 +0,0 @@
# Base
bash
bzip2
coreutils
file
filesystem
findutils
gawk
gcc-libs
gettext
glibc
grep
gzip
iproute2
iputils
licenses
pacman
pciutils
procps-ng
psmisc
sed
shadow
systemd
systemd-sysvcompat
tar
util-linux
xz
# Manjaro
acpi
acpid
amd-ucode
b43-fwcutter
btrfs-progs
bzip2
coreutils
cpupower
crda
cronie
cryptsetup
device-mapper
dhclient
dhcpcd
diffutils
dmraid
dnsmasq
dosfstools
e2fsprogs
ecryptfs-utils
efibootmgr
exfat-utils
f2fs-tools
glibc-locales
grub
haveged
inetutils
intel-ucode
jfsutils
KERNEL
less
logrotate
lvm2
man-db
manjaro-firmware
manjaro-release
manjaro-system
manjaro-zsh-config
man-pages
mdadm
memtest86+
mhwd
mhwd-db
mkinitcpio-openswap
nano
nfs-utils
ntfs-3g
os-prober
perl
reiserfsprogs
rsync
s-nail
spectre-meltdown-checker
sudo
sysfsutils
systemd
systemd-fsck-silent
texinfo
tlp
usbutils
vi
wget
which
wpa_supplicant
xfsprogs

View file

@ -0,0 +1 @@
../../shared/Packages-Root

View file

@ -0,0 +1,5 @@
[Theme]
Current=Norse
[Autologin]
Session=lxde

View file

@ -1 +0,0 @@
../../shared/manjaro/live-overlay

View file

@ -0,0 +1 @@
../../../../shared/manjaro/live-overlay/etc/default

View file

@ -0,0 +1 @@
../../../../shared/manjaro/live-overlay/etc/fstab

View file

@ -0,0 +1 @@
../../../../shared/manjaro/live-overlay/etc/issue

View file

@ -0,0 +1 @@
../../../../shared/manjaro/live-overlay/etc/pam.d

View file

@ -0,0 +1,8 @@
[Autologin]
Relogin=false
Session=lxde
User=manjaro
[Theme]
Current=Norse
CursorTheme=Breeze_Snow

View file

@ -0,0 +1 @@
../../../../shared/manjaro/live-overlay/etc/skel

View file

@ -0,0 +1 @@
../../../../shared/manjaro/live-overlay/etc/sudoers.d

View file

@ -1,75 +1,22 @@
##########################################
###### use this file in the profile ######
##########################################
# branch
target_branch="unstable" target_branch="unstable"
# kernel
kernel="linux515" kernel="linux515"
# use multilib packages; x86_64 only
multilib=false multilib=false
# use extra packages as defined in pkglist to activate a full profile
extra="true" extra="true"
displaymanager="sddm"
# default displaymanager: none
# supported; lightdm, sddm, gdm, lxdm, mdm
displaymanager="lightdm"
# Set to false to disable autologin in the livecd
#autologin="true" #autologin="true"
nonfree_mhwd="true"
# nonfree xorg drivers
nonfree_mhwd="false"
# possible values: grub;systemd-boot
efi_boot_loader="grub" efi_boot_loader="grub"
# configure calamares for netinstall
#netinstall="false" #netinstall="false"
# configure calamares to use chrootcfg instead of unpackfs; default: unpackfs
#chrootcfg="false" #chrootcfg="false"
# use geoip
geoip="true" geoip="true"
#addgroups="lp,sys,wheel,network"
# unset defaults to given values
# addgroups="lp,sys,wheel,network"
# unset defaults to given values
# names must match systemd service names
enable_systemd=('NetworkManager' 'cups' 'systemd-timesyncd' 'systemd-resolved' 'firewalld') enable_systemd=('NetworkManager' 'cups' 'systemd-timesyncd' 'systemd-resolved' 'firewalld')
disable_systemd=('pacman-init' 'systemd-rfkill.service' 'systemd-rfkill.socket') disable_systemd=('pacman-init' 'systemd-rfkill.service' 'systemd-rfkill.socket')
#smb_workgroup=""
# the same workgroup name if samba is used
# smb_workgroup=""
# default system shell is bash
# '/etc/defaults/useradd': " "
# userShell : "/bin/zsh"
# empty value will not be used
user_shell="/bin/zsh" user_shell="/bin/zsh"
################# live-session #################
# unset defaults to given value
hostname="manjaro-lxde" hostname="manjaro-lxde"
# unset defaults to given value
#username="manjaro" #username="manjaro"
# unset defaults to given value
#password="manjaro" #password="manjaro"
# the login shell
# defaults to bash
login_shell=/bin/zsh login_shell=/bin/zsh
# unset defaults to given values
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
#enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live') #enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
disable_systemd_live=('tlp' 'tlp-sleep') disable_systemd_live=('tlp' 'tlp-sleep')

View file

@ -1,83 +1,24 @@
##########################################
###### use this file in the profile ######
##########################################
# branch
target_branch="unstable" target_branch="unstable"
# kernel
kernel="linux515" kernel="linux515"
# use multilib packages; x86_64 only
multilib="false" multilib="false"
# displaymanager
displaymanager="sddm" displaymanager="sddm"
# Set to false to disable autologin in the livecd
autologin="true" autologin="true"
nonfree_mhwd="true"
# nonfree mhwd drivers
nonfree_mhwd="false"
mhwd_used="true" mhwd_used="true"
# use extra packages as defined in pkglist to activate a full profile
extra="true" extra="true"
# use office installer
#office="false" #office="false"
# unset defaults to given value
efi_boot_loader="grub" efi_boot_loader="grub"
# configure calamares for netinstall
#netinstall="false" #netinstall="false"
# configure calamares to use chrootcfg instead of unpackfs
#chrootcfg="false" #chrootcfg="false"
# use geoip for localization
geoip='true' geoip='true'
#addgroups="lp,network,power,wheel"
# unset defaults to given values
# addgroups="lp,network,power,wheel"
# unset defaults to given values
# names must match systemd service names
enable_systemd=('firewalld' 'NetworkManager' 'systemd-timesyncd' 'systemd-resolved') enable_systemd=('firewalld' 'NetworkManager' 'systemd-timesyncd' 'systemd-resolved')
disable_systemd=('pacman-init' 'systemd-rfkill.service' 'systemd-rfkill.socket') disable_systemd=('pacman-init' 'systemd-rfkill.service' 'systemd-rfkill.socket')
# the same workgroup name if samba is used
# smb_workgroup="" # smb_workgroup=""
# default system shell is bash
# '/etc/defaults/useradd': " "
# userShell : "/bin/zsh"
# empty value will not be used
user_shell="/bin/bash" user_shell="/bin/bash"
################# livecd #################
# unset defaults to given value
hostname="lxqt-kwin" hostname="lxqt-kwin"
# unset defaults to given value
username="manjaro" username="manjaro"
# unset defaults to given value
password="manjaro" password="manjaro"
# the login shell
# defaults to bash
login_shell=/bin/bash login_shell=/bin/bash
# unset defaults to given values
# addgroups="lp,network,power,wheel"
# unset defaults to given values
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live' 'systemd-resolved') enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live' 'systemd-resolved')
disable_systemd_live=('tlp' 'tlp-sleep') disable_systemd_live=('tlp' 'tlp-sleep')

View file

@ -0,0 +1 @@
../../shared/Packages-Mhwd

View file

@ -1,95 +0,0 @@
# Base
bash
bzip2
coreutils
file
filesystem
findutils
gawk
gcc-libs
gettext
glibc
grep
gzip
iproute2
iputils
licenses
pacman
pciutils
procps-ng
psmisc
sed
shadow
systemd
systemd-sysvcompat
tar
util-linux
xz
# Manjaro
acpi
acpid
amd-ucode
b43-fwcutter
btrfs-progs
bzip2
coreutils
cpupower
crda
cronie
cryptsetup
device-mapper
dhclient
dhcpcd
diffutils
dmraid
dnsmasq
dosfstools
e2fsprogs
ecryptfs-utils
efibootmgr
exfat-utils
f2fs-tools
glibc-locales
grub
haveged
inetutils
intel-ucode
jfsutils
KERNEL
less
logrotate
lvm2
man-db
manjaro-firmware
manjaro-release
manjaro-system
manjaro-zsh-config
man-pages
mdadm
memtest86+
mhwd
mhwd-db
mkinitcpio-openswap
nano
nfs-utils
ntfs-3g
os-prober
perl
reiserfsprogs
rsync
s-nail
spectre-meltdown-checker
sudo
sysfsutils
systemd
systemd-fsck-silent
texinfo
tlp
usbutils
vi
wget
which
wpa_supplicant
xfsprogs

View file

@ -0,0 +1 @@
../../shared/Packages-Root

View file

@ -18,9 +18,9 @@ displaymanager="sddm"
autologin="true" autologin="true"
# nonfree mhwd drivers # nonfree mhwd drivers
nonfree_mhwd="false" nonfree_mhwd="true"
mhwd_used="false" mhwd_used="true"
# use extra packages as defined in pkglist to activate a full profile # use extra packages as defined in pkglist to activate a full profile
extra="true" extra="true"

View file

@ -32,11 +32,8 @@ traceroute
whois whois
## FONTS - THEMING - ICONS - CURSORS ## FONTS - THEMING - ICONS - CURSORS
manjaro-openbox-config
manjaro-openbox-desktop-settings
manjaro-openbox-scripts manjaro-openbox-scripts
norse-theme norse-theme
manjaro-zsh-config
masalla-icon-theme masalla-icon-theme
terminus-font terminus-font
ttf-font-awesome ttf-font-awesome

View file

@ -1,12 +0,0 @@
calamares
grub-theme-live-manjaro
gsmartcontrol
#manjaro-architect
manjaro-live-skel
manjaro-live-systemd
mkinitcpio-nfs-utils
nbd
clonezilla
KERNEL-zfs
zfs-utils
virtualbox-guest-utils

View file

@ -0,0 +1 @@
../../shared/Packages-Live

View file

@ -0,0 +1 @@
../../shared/Packages-Mhwd

View file

@ -1,94 +0,0 @@
# Base
bash
bzip2
coreutils
file
filesystem
findutils
gawk
gcc-libs
gettext
glibc
grep
gzip
iproute2
iputils
licenses
pacman
pciutils
procps-ng
psmisc
sed
shadow
systemd
systemd-sysvcompat
tar
util-linux
xz
# Manjaro
acpi
acpid
amd-ucode
b43-fwcutter
btrfs-progs
bzip2
coreutils
cpupower
crda
cronie
cryptsetup
device-mapper
dhclient
dhcpcd
diffutils
dmraid
dnsmasq
dosfstools
e2fsprogs
ecryptfs-utils
efibootmgr
exfat-utils
f2fs-tools
glibc-locales
grub
haveged
inetutils
intel-ucode
jfsutils
KERNEL
less
logrotate
lvm2
man-db
manjaro-firmware
manjaro-release
manjaro-system
manjaro-zsh-config
man-pages
mdadm
memtest86+
mhwd
mhwd-db
mkinitcpio-openswap
nano
nfs-utils
ntfs-3g
os-prober
perl
reiserfsprogs
rsync
s-nail
spectre-meltdown-checker
sudo
sysfsutils
systemd
systemd-fsck-silent
texinfo
tlp
usbutils
vi
wget
which
wpa_supplicant
xfsprogs

View file

@ -0,0 +1 @@
../../shared/Packages-Root

View file

@ -1,2 +0,0 @@
include /usr/share/nano/*.nanorc
include ~/.config/nano/*.nanorc

View file

@ -1,129 +1,39 @@
##########################################
###### use this file in the profile ######
##########################################
# branch
target_branch="unstable" target_branch="unstable"
# kernel
kernel="linux515" kernel="linux515"
## use multilib packages; x86_64 only
multilib="false" multilib="false"
## use extra packages as defined in pkglist to activate a full profile
extra="true" extra="true"
## default displaymanager: none
## supported; lightdm, sddm, gdm, lxdm, mdm
displaymanager="sddm" displaymanager="sddm"
## Set to false to disable autologin in the livecd
# autologin="true" # autologin="true"
nonfree_mhwd="true"
## nonfree xorg drivers
nonfree_mhwd="false"
## possible values: grub;systemd-boot
# efi_boot_loader="grub" # efi_boot_loader="grub"
## configure calamares for netinstall
# netinstall="false" # netinstall="false"
mhwd_used="true"
## configure calamares for mhwd
mhwd_used="false"
## configure calamares for oem
# oem_used="false" # oem_used="false"
## configure calamares to use chrootcfg instead of unpackfs; default: unpackfs
# chrootcfg="false" # chrootcfg="false"
## use geoip
# geoip="true" # geoip="true"
## unset defaults to given values
## names must match systemd service names
enable_systemd=('systemd-timesyncd' 'pkgfile-update.timer' 'fstrim.timer' 'NetworkManager' 'firewalld') enable_systemd=('systemd-timesyncd' 'pkgfile-update.timer' 'fstrim.timer' 'NetworkManager' 'firewalld')
disable_systemd=('pacman-init') disable_systemd=('pacman-init')
## unset defaults to given values
addgroups="network,lp,scanner,wheel" addgroups="network,lp,scanner,wheel"
## the same workgroup name if samba is used
# smb_workgroup="Manjaro" # smb_workgroup="Manjaro"
## default system shell is bash
## '/etc/defaults/useradd': " "
## userShell : "/bin/zsh"
## empty value will not be used
user_shell="/bin/zsh" user_shell="/bin/zsh"
## use calamares office installer
## supported: true,false
# office_installer="false" # office_installer="false"
## add strict snaps: strict_snaps="snapd core core18 gnome-3-28-1804 gtk-common-themes snap-store"
# strict_snaps="" # strict_snaps=""
## add classic snaps: classic_snaps="code"
# classic_snaps="" # classic_snaps=""
## choose the snap channel.
## supported:: stable,candidate,beta,edge
# snap_channel="candidate" # snap_channel="candidate"
########## calamares preferences ########## ########## calamares preferences ##########
# See /etc/manjaro-tools/branding.desc.d for reference # See /etc/manjaro-tools/branding.desc.d for reference
## welcome style for calamares
## true="Welcome to the %1 installer."
## false="Welcome to the Calamares installer for %1." (default)
# welcomestyle=false # welcomestyle=false
## welcome image scaled (productWelcome)
# welcomelogo=true # welcomelogo=true
## size and expansion policy for Calamares
## supported: normal,fullscreen,noexpand
# windowexp=noexpand # windowexp=noexpand
## size of Calamares window, expressed as w,h
## supported: pixel (px) or font-units (em))
# windowsize="800px,520px" # windowsize="800px,520px"
## placement of Calamares window
## supported: center,free
# windowplacement="center" # windowplacement="center"
## colors for text and background components:
## background of the sidebar
# sidebarbackground=#454948 # sidebarbackground=#454948
## text color
# sidebartext=#efefef # sidebartext=#efefef
## background of the selected step
# sidebartextselect=#4d915e # sidebartextselect=#4d915e
## text color of the selected step
# sidebartexthighlight=#1a1c1b # sidebartexthighlight=#1a1c1b
################# live-session #################
## unset defaults to given value
hostname="manjaro" hostname="manjaro"
## unset defaults to given value
username="manjaro" username="manjaro"
## unset defaults to given value
password="manjaro" password="manjaro"
## the login shell
## defaults to bash
login_shell=/bin/zsh login_shell=/bin/zsh
disable_systemd_live=('tlp' 'tlp-sleep' 'apparmor' 'snapd.apparmor' 'snapd' 'fstrim.timer' 'pkgfileupdate.timer' 'ufw' 'firewalld')
disable_systemd_live=('tlp' 'tlp-sleep' 'apparmor' 'snapd.apparmor' 'snapd' 'fstrim.timer' 'pkgfileupdate.timer' 'ufw' 'firewalld')