diff --git a/community/kde-minimal/Packages-Desktop b/community/kde-minimal/Packages-Desktop deleted file mode 100644 index 18f0e42..0000000 --- a/community/kde-minimal/Packages-Desktop +++ /dev/null @@ -1,56 +0,0 @@ - -## xorg - should be explicitly installed to prevent user from removing accidentally -xorg-server - -## display manager -sddm ->extra sddm-kcm - -## plasma -plasma-desktop -dolphin -konsole ->extra kwrite ->extra kde-servicemenus-rootactions ->extra plasma-pa ->extra kde-gtk-config ->extra breeze-gtk ->extra systemd-kcm ->extra plasma-wayland-session ->extra xdg-user-dirs ->extra ark -# optional dependencies of ark: ->extra p7zip ->extra unarchiver -# wifi setup for systemd-networkd (recommended reading: https://wiki.archlinux.org/index.php/Systemd-networkd#Wireless_adapter and https://wiki.archlinux.org/index.php/WPA_supplicant): -#>extra wpa_supplicant_gui - -## package manager ->extra octopi ->extra octopi-notifier-frameworks -# optional dependencies of octopi: ->extra octopi-cachecleaner ->extra octopi-repoeditor ->extra pacmanlogviewer - -## AUR support ->extra base-devel ->extra git ->extra yaourt - -## manjaro settings manager ->extra manjaro-settings-manager ->extra manjaro-settings-manager-kcm ->extra manjaro-settings-manager-knotifier - -# mbp -linux57-mbp-headers -linux57-mbp-docs -linux57-mbp-zfs -linux57-mbp-bbswitch -linux57-mbp-broadcom-wl -linux57-mbp-virtualbox-guest-modules -linux57-mbp-virtualbox-host-modules -apple-bce-dkms-git -macbook12-spi-driver-dkms -audio-fix-mbp diff --git a/community/kde-minimal/Packages-Live b/community/kde-minimal/Packages-Live deleted file mode 100644 index 62db01b..0000000 --- a/community/kde-minimal/Packages-Live +++ /dev/null @@ -1,30 +0,0 @@ - -## live system environment - required packages -manjaro-live-skel -manjaro-live-systemd -grub-theme-live-manjaro -nbd -mkinitcpio-nfs-utils - -## GUI installer -calamares -squashfs-tools -xdg-user-dirs - -## system repair tools for chroot, partitioning, internet research, iso writer, SMART tool, ... -memtest86+ -manjaro-tools-base -falkon -imagewriter -gsmartcontrol -gparted -# optional dependencies of gparted: -dosfstools -f2fs-tools -btrfs-progs -exfat-utils -ntfs-3g -xfsprogs -nilfs-utils -gpart -mtools diff --git a/community/kde-minimal/Packages-Root b/community/kde-minimal/Packages-Root deleted file mode 100644 index 8e9e1b1..0000000 --- a/community/kde-minimal/Packages-Root +++ /dev/null @@ -1,18 +0,0 @@ - -## base system -base - -## manjaro base system -KERNEL -manjaro-system -mhwd -sudo - -## boot loader -grub -os-prober -efibootmgr -intel-ucode - -## network: please enable the following systemd services in profile.conf file both for live and installed systems: -# 'systemd-resolved' 'systemd-networkd' diff --git a/community/kde-minimal/desktop-overlay/etc/systemd/network/20-wired.network b/community/kde-minimal/desktop-overlay/etc/systemd/network/20-wired.network deleted file mode 100644 index 8a23b1c..0000000 --- a/community/kde-minimal/desktop-overlay/etc/systemd/network/20-wired.network +++ /dev/null @@ -1,8 +0,0 @@ -[Match] -Name=en* - -[Network] -DHCP=yes - -[DHCP] -RouteMetric=10 diff --git a/community/kde-minimal/desktop-overlay/etc/systemd/network/25-wireless.network b/community/kde-minimal/desktop-overlay/etc/systemd/network/25-wireless.network deleted file mode 100644 index 94a986b..0000000 --- a/community/kde-minimal/desktop-overlay/etc/systemd/network/25-wireless.network +++ /dev/null @@ -1,8 +0,0 @@ -[Match] -Name=wl* - -[Network] -DHCP=yes - -[DHCP] -RouteMetric=20 diff --git a/community/kde-minimal/live-overlay/etc/default b/community/kde-minimal/live-overlay/etc/default deleted file mode 120000 index 812b9ff..0000000 --- a/community/kde-minimal/live-overlay/etc/default +++ /dev/null @@ -1 +0,0 @@ -../../../../shared/manjaro/live-overlay/etc/default \ No newline at end of file diff --git a/community/kde-minimal/live-overlay/etc/fstab b/community/kde-minimal/live-overlay/etc/fstab deleted file mode 120000 index 8750aca..0000000 --- a/community/kde-minimal/live-overlay/etc/fstab +++ /dev/null @@ -1 +0,0 @@ -../../../../shared/manjaro/live-overlay/etc/fstab \ No newline at end of file diff --git a/community/kde-minimal/live-overlay/etc/sddm.conf b/community/kde-minimal/live-overlay/etc/sddm.conf deleted file mode 100755 index c57650b..0000000 --- a/community/kde-minimal/live-overlay/etc/sddm.conf +++ /dev/null @@ -1,101 +0,0 @@ -[Autologin] -# Autologin again on session exit -Relogin=false - -# Autologin session -Session=plasma.desktop - -# Autologin user -User=manjaro - - -[General] -# Halt command -HaltCommand=/usr/bin/systemctl poweroff - -# Initial NumLock state -# Valid values: on|off|none -# If property is set to none, numlock won't be changed -Numlock=none - -# Reboot command -RebootCommand=/usr/bin/systemctl reboot - - -[Theme] -# Current theme name -Current=breeze-text-only - -# Cursor theme -CursorTheme=breeze_cursors - -# Face icon directory -# The files should be in username.face.icon format -FacesDir=/usr/share/sddm/faces - -# Theme directory path -ThemeDir=/usr/share/sddm/themes - - -[Users] -# Default $PATH -DefaultPath=/bin:/usr/bin:/usr/local/bin - -# Hidden shells -# Users with these shells as their default won't be listed -HideShells= - -# Hidden users -HideUsers= - -# Maximum user id for displayed users -MaximumUid=60000 - -# Minimum user id for displayed users -MinimumUid=1000 - -# Remember the session of the last successfully logged in user -RememberLastSession=true - -# Remember the last successfully logged in user -RememberLastUser=true - -[Wayland] -# Wayland session script path -# A script to execute when starting the desktop session -SessionCommand=/usr/share/sddm/scripts/wayland-session - -# Session description directory -SessionDir=/usr/share/wayland-sessions - -[X11] -# Xsetup script path -# A script to execute when starting the display server -DisplayCommand=/usr/share/sddm/scripts/Xsetup - -# Xstop script path -# A script to execute when stopping the display server -DisplayStopCommand=/usr/share/sddm/scripts/Xstop - -# Minimum VT -# The lowest virtual terminal number that will be used. -MinimumVT=1 - -# X server arguments -ServerArguments=-nolisten tcp - -# X server path -ServerPath=/usr/bin/X - -# Xsession script path -# A script to execute when starting the desktop session -SessionCommand=/usr/share/sddm/scripts/Xsession - -# Session description directory -SessionDir=/usr/share/xsessions - -# Xauth path -XauthPath=/usr/bin/xauth - -# Xephyr path -XephyrPath=/usr/bin/Xephyr diff --git a/community/kde-minimal/live-overlay/etc/skel/.config/manjaro b/community/kde-minimal/live-overlay/etc/skel/.config/manjaro deleted file mode 120000 index 3a25db6..0000000 --- a/community/kde-minimal/live-overlay/etc/skel/.config/manjaro +++ /dev/null @@ -1 +0,0 @@ -../../../../../../shared/manjaro/live-overlay/etc/skel/.config/manjaro \ No newline at end of file diff --git a/community/kde-minimal/live-overlay/etc/systemd/network/20-wired.network b/community/kde-minimal/live-overlay/etc/systemd/network/20-wired.network deleted file mode 100644 index 8a23b1c..0000000 --- a/community/kde-minimal/live-overlay/etc/systemd/network/20-wired.network +++ /dev/null @@ -1,8 +0,0 @@ -[Match] -Name=en* - -[Network] -DHCP=yes - -[DHCP] -RouteMetric=10 diff --git a/community/kde-minimal/live-overlay/etc/systemd/network/25-wireless.network b/community/kde-minimal/live-overlay/etc/systemd/network/25-wireless.network deleted file mode 100644 index 94a986b..0000000 --- a/community/kde-minimal/live-overlay/etc/systemd/network/25-wireless.network +++ /dev/null @@ -1,8 +0,0 @@ -[Match] -Name=wl* - -[Network] -DHCP=yes - -[DHCP] -RouteMetric=20 diff --git a/community/kde-minimal/live-overlay/usr b/community/kde-minimal/live-overlay/usr deleted file mode 120000 index b56c83d..0000000 --- a/community/kde-minimal/live-overlay/usr +++ /dev/null @@ -1 +0,0 @@ -../../../shared/manjaro/live-overlay/usr \ No newline at end of file diff --git a/community/kde-minimal/profile.conf b/community/kde-minimal/profile.conf deleted file mode 100644 index e44afe2..0000000 --- a/community/kde-minimal/profile.conf +++ /dev/null @@ -1,72 +0,0 @@ -########################################## -###### use this file in the profile ###### -########################################## - -# use multilib packages; x86_64 only -# multilib="true" - -displaymanager="sddm" - -# Set to false to disable autologin in the livecd -# autologin="true" - -# nonfree mhwd drivers -# nonfree_mhwd="false" - -# use extra packages as defined in pkglist to activate a full profile -extra="false" - -################ install ################ - -# unset defaults to given value -# efi_boot_loader="grub" - -# configure calamares for netinstall -# netinstall="false" - -# configure calamares to use chrootcfg instead of unpackfs -# chrootcfg="false" - -# use geoip for localization -# geoip='true' - -# unset defaults to given values -# names must match systemd service names -enable_systemd=( 'systemd-resolved' 'systemd-networkd' ) -disable_systemd=('pacman-init') - -# unset defaults to given values, -# names must match openrc service names -# enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager') -# disable_openrc=() - -# the same workgroup name if samba is used -# smb_workgroup="" - -################# livecd ################# - -# unset defaults to given value -# hostname="manjaro" - -# unset defaults to given value -# username="manjaro" - -# unset defaults to given value -# password="manjaro" - -# the login shell -# defaults to 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' 'systemd-networkd') - -# unset defaults to given values, -# names must match openrc service names -# services in enable_openrc array don't need to be listed here -# enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live') diff --git a/community/kde-minimal/user-repos.conf b/community/kde-minimal/user-repos.conf deleted file mode 120000 index 3bfe9eb..0000000 --- a/community/kde-minimal/user-repos.conf +++ /dev/null @@ -1 +0,0 @@ -../../user-repos.conf \ No newline at end of file