From d19b2f3c1bf29028697b1722d358d662bc6434c0 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 9 Dec 2021 14:59:51 +0100 Subject: [PATCH] Removed all gui software and configuration --- .vscode/tasks.json | 12 +- auto/config | 2 +- .../bootloaders/grub-pc/live-theme/theme.txt | 2 +- config/bootloaders/isolinux/menu.cfg | 2 +- .../0091-remove-unwanted-icons.hook.chroot | 9 - ...te-session-manager-alternative.hook.chroot | 3 - .../etc/dconf/db/local.d/01-mousepad | 27 --- .../etc/fonts/conf.avail/10-unhinted.conf | 8 - .../conf.avail/11-lcdfilter-default.conf | 10 -- .../etc/fonts/conf.avail/42-antialias.conf | 7 - .../etc/fonts/conf.d/10-unhinted.conf | 8 - .../fonts/conf.d/11-lcdfilter-default.conf | 10 -- .../etc/fonts/conf.d/42-antialias.conf | 7 - .../board-specific/custom-drives-wakeup.conf | 6 - .../board-specific/custom-mount-noatime.conf | 9 - .../board-specific/custom-usbhid-suspend.conf | 2 - .../etc/lightdm/lightdm-gtk-greeter.conf | 63 ------- .../includes.chroot/etc/lightdm/lightdm.conf | 165 ------------------ .../skel/.config/autostart/blueman.desktop | 2 - .../skel/.config/autostart/nm-applet.desktop | 139 --------------- .../.config/autostart/transmission.desktop | 10 -- .../.config/autostart/xfce4-notifyd.desktop | 9 - .../autostart/xfce4-power-manager.desktop | 92 ---------- .../.config/autostart/xfce4-volumed.desktop | 10 -- .../etc/skel/.config/chromium/First Run | 0 .../etc/skel/.config/google-chrome/First Run | 0 .../etc/skel/.config/mimeapps.list | 12 -- .../skel/.config/xfce4/desktop/backdrop.list | 2 - .../etc/skel/.config/xfce4/panel/battery-1.rc | 18 -- .../panel/launcher-2/15797758814.desktop | 14 -- .../panel/launcher-3/15797759346.desktop | 14 -- .../panel/launcher-4/15797759488.desktop | 13 -- .../panel/launcher-5/16336291841.desktop | 13 -- .../etc/skel/.config/xfce4/xfce4-notes.rc | 2 - .../skel/.config/xfce4/xfce4-taskmanager.rc | 16 -- .../xfce-perchannel-xml/keyboard-layout.xml | 13 -- .../xfconf/xfce-perchannel-xml/thunar.xml | 9 - .../xfce-perchannel-xml/xfce4-desktop.xml | 34 ---- .../xfce-perchannel-xml/xfce4-panel.xml | 91 ---------- .../xfce4-power-manager.xml | 21 --- .../xfce-perchannel-xml/xfce4-session.xml | 31 ---- .../xfconf/xfce-perchannel-xml/xfwm4.xml | 43 ----- .../xfconf/xfce-perchannel-xml/xsettings.xml | 23 --- config/includes.chroot/etc/skel/.dmrc | 2 - config/package-lists/audio-video.list.chroot | 36 ---- config/package-lists/development.list.chroot | 2 - config/package-lists/network.list.chroot | 15 +- config/package-lists/system.list.chroot | 65 +------ config/package-lists/utility.list.chroot | 76 +------- 49 files changed, 19 insertions(+), 1160 deletions(-) delete mode 100644 config/hooks/normal/0091-remove-unwanted-icons.hook.chroot delete mode 100755 config/hooks/normal/0425-update-session-manager-alternative.hook.chroot delete mode 100644 config/includes.chroot/etc/dconf/db/local.d/01-mousepad delete mode 100644 config/includes.chroot/etc/fonts/conf.avail/10-unhinted.conf delete mode 100644 config/includes.chroot/etc/fonts/conf.avail/11-lcdfilter-default.conf delete mode 100644 config/includes.chroot/etc/fonts/conf.avail/42-antialias.conf delete mode 100644 config/includes.chroot/etc/fonts/conf.d/10-unhinted.conf delete mode 100644 config/includes.chroot/etc/fonts/conf.d/11-lcdfilter-default.conf delete mode 100644 config/includes.chroot/etc/fonts/conf.d/42-antialias.conf delete mode 100644 config/includes.chroot/etc/laptop-mode/conf.d/board-specific/custom-drives-wakeup.conf delete mode 100644 config/includes.chroot/etc/laptop-mode/conf.d/board-specific/custom-mount-noatime.conf delete mode 100644 config/includes.chroot/etc/laptop-mode/conf.d/board-specific/custom-usbhid-suspend.conf delete mode 100644 config/includes.chroot/etc/lightdm/lightdm-gtk-greeter.conf delete mode 100644 config/includes.chroot/etc/lightdm/lightdm.conf delete mode 100644 config/includes.chroot/etc/skel/.config/autostart/blueman.desktop delete mode 100644 config/includes.chroot/etc/skel/.config/autostart/nm-applet.desktop delete mode 100644 config/includes.chroot/etc/skel/.config/autostart/transmission.desktop delete mode 100644 config/includes.chroot/etc/skel/.config/autostart/xfce4-notifyd.desktop delete mode 100644 config/includes.chroot/etc/skel/.config/autostart/xfce4-power-manager.desktop delete mode 100644 config/includes.chroot/etc/skel/.config/autostart/xfce4-volumed.desktop delete mode 100644 config/includes.chroot/etc/skel/.config/chromium/First Run delete mode 100644 config/includes.chroot/etc/skel/.config/google-chrome/First Run delete mode 100644 config/includes.chroot/etc/skel/.config/mimeapps.list delete mode 100644 config/includes.chroot/etc/skel/.config/xfce4/desktop/backdrop.list delete mode 100644 config/includes.chroot/etc/skel/.config/xfce4/panel/battery-1.rc delete mode 100644 config/includes.chroot/etc/skel/.config/xfce4/panel/launcher-2/15797758814.desktop delete mode 100644 config/includes.chroot/etc/skel/.config/xfce4/panel/launcher-3/15797759346.desktop delete mode 100644 config/includes.chroot/etc/skel/.config/xfce4/panel/launcher-4/15797759488.desktop delete mode 100644 config/includes.chroot/etc/skel/.config/xfce4/panel/launcher-5/16336291841.desktop delete mode 100644 config/includes.chroot/etc/skel/.config/xfce4/xfce4-notes.rc delete mode 100644 config/includes.chroot/etc/skel/.config/xfce4/xfce4-taskmanager.rc delete mode 100644 config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml delete mode 100644 config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml delete mode 100644 config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml delete mode 100644 config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml delete mode 100644 config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml delete mode 100644 config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml delete mode 100644 config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml delete mode 100644 config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml delete mode 100644 config/includes.chroot/etc/skel/.dmrc delete mode 100644 config/package-lists/audio-video.list.chroot diff --git a/.vscode/tasks.json b/.vscode/tasks.json index ebe83fe..511feb0 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,7 +6,7 @@ { "label": "Build IMG all architectures", "type": "shell", - "command": "make build", + "command": "make prep_buildenv; make build", "problemMatcher": [], "group": { "kind": "build", @@ -16,7 +16,7 @@ { "label": "Build IMG amd64", "type": "shell", - "command": "make build_amd64", + "command": "make prep_buildenv; make build_amd64", "problemMatcher": [], "group": { "kind": "build", @@ -26,7 +26,7 @@ { "label": "Build IMG i386", "type": "shell", - "command": "make build_amd64", + "command": "make prep_buildenv; make build_amd64", "problemMatcher": [], "group": { "kind": "build", @@ -36,7 +36,7 @@ { "label": "Build IMG all architectures W DKMS", "type": "shell", - "command": "make enable_DKMS build", + "command": "make prep_buildenv; make enable_DKMS build", "problemMatcher": [], "group": { "kind": "build", @@ -46,7 +46,7 @@ { "label": "Build IMG amd64 W DKMS", "type": "shell", - "command": "make enable_DKMS build_amd64", + "command": "make prep_buildenv; make enable_DKMS build_amd64", "problemMatcher": [], "group": { "kind": "build", @@ -56,7 +56,7 @@ { "label": "Build IMG i386 W DKMS", "type": "shell", - "command": "make enable_DKMS build_amd64", + "command": "make prep_buildenv; make enable_DKMS build_amd64", "problemMatcher": [], "group": { "kind": "build", diff --git a/auto/config b/auto/config index 5e1403d..7733dc6 100755 --- a/auto/config +++ b/auto/config @@ -25,7 +25,7 @@ lb config noauto \ --firmware-chroot true \ --initramfs live-boot \ --iso-publisher brammp \ ---iso-volume Gui-minimal-testing \ +--iso-volume CLI-minimal-testing \ --linux-packages "linux-image" \ --bootappend-live "boot=live config" \ --memtest none \ diff --git a/config/bootloaders/grub-pc/live-theme/theme.txt b/config/bootloaders/grub-pc/live-theme/theme.txt index 6e2c7af..6c1d4a2 100644 --- a/config/bootloaders/grub-pc/live-theme/theme.txt +++ b/config/bootloaders/grub-pc/live-theme/theme.txt @@ -1,7 +1,7 @@ desktop-image: "../splash.png" title-color: "#ffffff" title-font: "DejaVu Sans Bold 16" -title-text: "ISO-Main" +title-text: "CLI-Testing" message-font: "Unifont Regular 16" terminal-font: "Unifont Regular 16" diff --git a/config/bootloaders/isolinux/menu.cfg b/config/bootloaders/isolinux/menu.cfg index 33bc70b..eb890d0 100644 --- a/config/bootloaders/isolinux/menu.cfg +++ b/config/bootloaders/isolinux/menu.cfg @@ -2,7 +2,7 @@ timeout 100 menu hshift 0 menu width 82 -menu title ISO-Main +menu title CLI-Testing include stdmenu.cfg label live diff --git a/config/hooks/normal/0091-remove-unwanted-icons.hook.chroot b/config/hooks/normal/0091-remove-unwanted-icons.hook.chroot deleted file mode 100644 index 359dcd8..0000000 --- a/config/hooks/normal/0091-remove-unwanted-icons.hook.chroot +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -#Hide mail button in application menu -sed -i -e 's/OnlyShowIn/NotShowIn/g' /usr/share/applications/xfce4-mail-reader.desktop - -#Hide 'Thunar bulk rename' button in application menu -echo "NotShowIn=XFCE;" >> /usr/share/applications/thunar-bulk-rename.desktop - -#Hide 'Thunar bulk rename' button in application menu -echo "NotShowIn=XFCE;" >> /usr/share/applications/display-im6.q16.desktop \ No newline at end of file diff --git a/config/hooks/normal/0425-update-session-manager-alternative.hook.chroot b/config/hooks/normal/0425-update-session-manager-alternative.hook.chroot deleted file mode 100755 index 129a101..0000000 --- a/config/hooks/normal/0425-update-session-manager-alternative.hook.chroot +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -echo "I: running $0" -update-alternatives --set x-session-manager /usr/bin/xfce4-session \ No newline at end of file diff --git a/config/includes.chroot/etc/dconf/db/local.d/01-mousepad b/config/includes.chroot/etc/dconf/db/local.d/01-mousepad deleted file mode 100644 index 6b1c017..0000000 --- a/config/includes.chroot/etc/dconf/db/local.d/01-mousepad +++ /dev/null @@ -1,27 +0,0 @@ -[org/xfce/mousepad/preferences/view] -indent-width=-1 -show-line-marks=false -highlight-current-line=false -word-wrap=true -show-right-margin=false -color-scheme='vibrant' -show-line-numbers=true -insert-spaces=false -match-braces=true -indent-on-tab=true -right-margin-position=80 -show-line-endings=false -tab-width=4 -show-whitespace=false -smart-home-end='disabled' -auto-indent=true - -[org/xfce/mousepad/preferences/window] -menubar-visible=true -statusbar-visible=true -toolbar-visible=true - -[org/xfce/mousepad/state/search] -replace-all=true -match-case=false -replace-all-location=1 diff --git a/config/includes.chroot/etc/fonts/conf.avail/10-unhinted.conf b/config/includes.chroot/etc/fonts/conf.avail/10-unhinted.conf deleted file mode 100644 index 025ae2a..0000000 --- a/config/includes.chroot/etc/fonts/conf.avail/10-unhinted.conf +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - false - - diff --git a/config/includes.chroot/etc/fonts/conf.avail/11-lcdfilter-default.conf b/config/includes.chroot/etc/fonts/conf.avail/11-lcdfilter-default.conf deleted file mode 100644 index 040a4ac..0000000 --- a/config/includes.chroot/etc/fonts/conf.avail/11-lcdfilter-default.conf +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - lcddefault - - - diff --git a/config/includes.chroot/etc/fonts/conf.avail/42-antialias.conf b/config/includes.chroot/etc/fonts/conf.avail/42-antialias.conf deleted file mode 100644 index 617c158..0000000 --- a/config/includes.chroot/etc/fonts/conf.avail/42-antialias.conf +++ /dev/null @@ -1,7 +0,0 @@ - - - - - true - - diff --git a/config/includes.chroot/etc/fonts/conf.d/10-unhinted.conf b/config/includes.chroot/etc/fonts/conf.d/10-unhinted.conf deleted file mode 100644 index 025ae2a..0000000 --- a/config/includes.chroot/etc/fonts/conf.d/10-unhinted.conf +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - false - - diff --git a/config/includes.chroot/etc/fonts/conf.d/11-lcdfilter-default.conf b/config/includes.chroot/etc/fonts/conf.d/11-lcdfilter-default.conf deleted file mode 100644 index 040a4ac..0000000 --- a/config/includes.chroot/etc/fonts/conf.d/11-lcdfilter-default.conf +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - lcddefault - - - diff --git a/config/includes.chroot/etc/fonts/conf.d/42-antialias.conf b/config/includes.chroot/etc/fonts/conf.d/42-antialias.conf deleted file mode 100644 index 617c158..0000000 --- a/config/includes.chroot/etc/fonts/conf.d/42-antialias.conf +++ /dev/null @@ -1,7 +0,0 @@ - - - - - true - - diff --git a/config/includes.chroot/etc/laptop-mode/conf.d/board-specific/custom-drives-wakeup.conf b/config/includes.chroot/etc/laptop-mode/conf.d/board-specific/custom-drives-wakeup.conf deleted file mode 100644 index 0b6490e..0000000 --- a/config/includes.chroot/etc/laptop-mode/conf.d/board-specific/custom-drives-wakeup.conf +++ /dev/null @@ -1,6 +0,0 @@ -# Maximum time, in seconds, of work that you are prepared to lose when your -# system crashes or power runs out. This is the maximum time that Laptop Mode -# will keep unsaved data waiting in memory before spinning up your hard drive. -# -LM_BATT_MAX_LOST_WORK_SECONDS=20 -LM_AC_MAX_LOST_WORK_SECONDS=5 \ No newline at end of file diff --git a/config/includes.chroot/etc/laptop-mode/conf.d/board-specific/custom-mount-noatime.conf b/config/includes.chroot/etc/laptop-mode/conf.d/board-specific/custom-mount-noatime.conf deleted file mode 100644 index 4d400f2..0000000 --- a/config/includes.chroot/etc/laptop-mode/conf.d/board-specific/custom-mount-noatime.conf +++ /dev/null @@ -1,9 +0,0 @@ -# Should laptop mode tools add the "noatime" option to the mount options when -# laptop mode is enabled? -# -CONTROL_NOATIME=1 - -# Should laptop use relatime instead of noatime? The "relatime" mount option has -# more standards-compliant semantics, and allows more applications to work, -# while retaining a low level of atime updates (i.e., disk writes). -USE_RELATIME=0 diff --git a/config/includes.chroot/etc/laptop-mode/conf.d/board-specific/custom-usbhid-suspend.conf b/config/includes.chroot/etc/laptop-mode/conf.d/board-specific/custom-usbhid-suspend.conf deleted file mode 100644 index cbf0b76..0000000 --- a/config/includes.chroot/etc/laptop-mode/conf.d/board-specific/custom-usbhid-suspend.conf +++ /dev/null @@ -1,2 +0,0 @@ -# Do not suspend USB mice/keyboards in laptop mode -AUTOSUSPEND_USBTYPE_WHITELIST="usbhid" \ No newline at end of file diff --git a/config/includes.chroot/etc/lightdm/lightdm-gtk-greeter.conf b/config/includes.chroot/etc/lightdm/lightdm-gtk-greeter.conf deleted file mode 100644 index e3f2258..0000000 --- a/config/includes.chroot/etc/lightdm/lightdm-gtk-greeter.conf +++ /dev/null @@ -1,63 +0,0 @@ -# LightDM GTK+ Configuration -# Available configuration options listed below. -# -# Appearance: -# theme-name = GTK+ theme to use -# icon-theme-name = Icon theme to use -# background = Background file to use, either an image path or a color (e.g. #772953) -# user-background = false|true ("true" by default) Display user background (if available) -# transition-duration = Length of time (in milliseconds) to transition between background images ("500" by default) -# transition-type = ease-in-out|linear|none ("ease-in-out" by default) -# -# Fonts: -# font-name = Font to use -# xft-antialias = false|true Whether to antialias Xft fonts -# xft-dpi = Resolution for Xft in dots per inch (e.g. 96) -# xft-hintstyle = none|slight|medium|hintfull What degree of hinting to use -# xft-rgba = none|rgb|bgr|vrgb|vbgr Type of subpixel antialiasing -# -# Login window: -# active-monitor = Monitor to display greeter window (name or number). Use #cursor value to display greeter at monitor with cursor. Can be a semicolon separated list -# position = x y ("50% 50%" by default) Login window position -# default-user-image = Image used as default user icon, path or #icon-name -# hide-user-image = false|true ("false" by default) -# -# Panel: -# panel-position = top|bottom ("top" by default) -# clock-format = strftime-format string, e.g. %H:%M -# indicators = semi-colon ";" separated list of allowed indicator modules. Built-in indicators include "~a11y", "~language", "~session", "~power", "~clock", "~host", "~spacer". Unity indicators can be represented by short name (e.g. "sound", "power"), service file name, or absolute path -# -# Accessibility: -# a11y-states = states of accessibility features: "name" - save state on exit, "-name" - disabled at start (default value for unlisted), "+name" - enabled at start. Allowed names: contrast, font, keyboard, reader. -# keyboard = command to launch on-screen keyboard (e.g. "onboard") -# keyboard-position = x y[;width height] ("50%,center -0;50% 25%" by default) Works only for "onboard" -# reader = command to launch screen reader (e.g. "orca") -# -# Security: -# allow-debugging = false|true ("false" by default) -# screensaver-timeout = Timeout (in seconds) until the screen blanks when the greeter is called as lockscreen -# -# Template for per-monitor configuration: -# [monitor: name] -# background = overrides default value -# user-background = overrides default value -# laptop = false|true ("false" by default) Marks monitor as laptop display -# transition-duration = overrides default value -# -[greeter] -background = /opt/custom/CustomBG.png -user-background = false -theme-name = Adwaita-dark -icon-theme-name = Adwaita -font-name = Roboto -xft-antialias = true -#xft-dpi= -xft-hintstyle = hintfull -xft-rgba = rgb -indicators = ~host;~spacer;~clock;~spacer;~language;~layout;~session;~a11y;~power -clock-format = %H:%M - %a %d %b -show-clock = true -#keyboard= -#reader= -#position= -screensaver-timeout = 300 diff --git a/config/includes.chroot/etc/lightdm/lightdm.conf b/config/includes.chroot/etc/lightdm/lightdm.conf deleted file mode 100644 index 6997e57..0000000 --- a/config/includes.chroot/etc/lightdm/lightdm.conf +++ /dev/null @@ -1,165 +0,0 @@ -# -# General configuration -# -# start-default-seat = True to always start one seat if none are defined in the configuration -# greeter-user = User to run greeter as -# minimum-display-number = Minimum display number to use for X servers -# minimum-vt = First VT to run displays on -# lock-memory = True to prevent memory from being paged to disk -# user-authority-in-system-dir = True if session authority should be in the system location -# guest-account-script = Script to be run to setup guest account -# logind-check-graphical = True to on start seats that are marked as graphical by logind -# log-directory = Directory to log information to -# run-directory = Directory to put running state in -# cache-directory = Directory to cache to -# sessions-directory = Directory to find sessions -# remote-sessions-directory = Directory to find remote sessions -# greeters-directory = Directory to find greeters -# backup-logs = True to move add a .old suffix to old log files when opening new ones -# -[LightDM] -#start-default-seat=true -#greeter-user=lightdm -#minimum-display-number=0 -#minimum-vt=7 -#lock-memory=true -#user-authority-in-system-dir=false -#guest-account-script=guest-account -#logind-check-graphical=false -#log-directory=/var/log/lightdm -#run-directory=/var/run/lightdm -#cache-directory=/var/cache/lightdm -#sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions:/usr/share/wayland-sessions -#remote-sessions-directory=/usr/share/lightdm/remote-sessions -#greeters-directory=/usr/share/lightdm/greeters:/usr/share/xgreeters -#backup-logs=true - -# -# Seat configuration -# -# Seat configuration is matched against the seat name glob in the section, for example: -# [Seat:*] matches all seats and is applied first. -# [Seat:seat0] matches the seat named "seat0". -# [Seat:seat-thin-client*] matches all seats that have names that start with "seat-thin-client". -# -# type = Seat type (xlocal, xremote, unity) -# pam-service = PAM service to use for login -# pam-autologin-service = PAM service to use for autologin -# pam-greeter-service = PAM service to use for greeters -# xserver-command = X server command to run (can also contain arguments e.g. X -special-option) -# xmir-command = Xmir server command to run (can also contain arguments e.g. Xmir -special-option) -# xserver-config = Config file to pass to X server -# xserver-layout = Layout to pass to X server -# xserver-allow-tcp = True if TCP/IP connections are allowed to this X server -# xserver-share = True if the X server is shared for both greeter and session -# xserver-hostname = Hostname of X server (only for type=xremote) -# xserver-display-number = Display number of X server (only for type=xremote) -# xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true) -# xdmcp-port = XDMCP UDP/IP port to communicate on -# xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf) -# unity-compositor-command = Unity compositor command to run (can also contain arguments e.g. unity-system-compositor -special-option) -# unity-compositor-timeout = Number of seconds to wait for compositor to start -# greeter-session = Session to load for greeter -# greeter-hide-users = True to hide the user list -# greeter-allow-guest = True if the greeter should show a guest login option -# greeter-show-manual-login = True if the greeter should offer a manual login option -# greeter-show-remote-login = True if the greeter should offer a remote login option -# user-session = Session to load for users -# allow-user-switching = True if allowed to switch users -# allow-guest = True if guest login is allowed -# guest-session = Session to load for guests (overrides user-session) -# session-wrapper = Wrapper script to run session with -# greeter-wrapper = Wrapper script to run greeter with -# guest-wrapper = Wrapper script to run guest sessions with -# display-setup-script = Script to run when starting a greeter session (runs as root) -# display-stopped-script = Script to run after stopping the display server (runs as root) -# greeter-setup-script = Script to run when starting a greeter (runs as root) -# session-setup-script = Script to run when starting a user session (runs as root) -# session-cleanup-script = Script to run when quitting a user session (runs as root) -# autologin-guest = True to log in as guest by default -# autologin-user = User to log in with by default (overrides autologin-guest) -# autologin-user-timeout = Number of seconds to wait before loading default user -# autologin-session = Session to load for automatic login (overrides user-session) -# autologin-in-background = True if autologin session should not be immediately activated -# exit-on-failure = True if the daemon should exit if this seat fails -# -[Seat:*] -#type=xlocal -#pam-service=lightdm -#pam-autologin-service=lightdm-autologin -#pam-greeter-service=lightdm-greeter -#xserver-command=X -#xmir-command=Xmir -#xserver-config= -#xserver-layout= -#xserver-allow-tcp=false -#xserver-share=true -#xserver-hostname= -#xserver-display-number= -#xdmcp-manager= -#xdmcp-port=177 -#xdmcp-key= -#unity-compositor-command=unity-system-compositor -#unity-compositor-timeout=60 -#greeter-session=example-gtk-gnome -greeter-hide-users=false -greeter-allow-guest=false -#greeter-show-manual-login=false -#greeter-show-remote-login=true -user-session=xfce -#allow-user-switching=true -#allow-guest=false -#guest-session= -#session-wrapper=lightdm-session -#greeter-wrapper= -#guest-wrapper= -#display-setup-script= -#display-stopped-script= -#greeter-setup-script= -#session-setup-script= -#session-cleanup-script= -#autologin-guest=false -#autologin-user= -#autologin-user-timeout=0 -#autologin-in-background=false -#autologin-session= -#exit-on-failure=false - -# -# XDMCP Server configuration -# -# enabled = True if XDMCP connections should be allowed -# port = UDP/IP port to listen for connections on -# listen-address = Host/address to listen for XDMCP connections (use all addresses if not present) -# key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf) -# hostname = Hostname to report to XDMCP clients (defaults to system hostname if unset) -# -# The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn. Alternatively -# it can be a word and the first 7 characters are used as the key. -# -[XDMCPServer] -enabled=false -#port=177 -#listen-address= -#key= -#hostname= - -# -# VNC Server configuration -# -# enabled = True if VNC connections should be allowed -# command = Command to run Xvnc server with -# port = TCP/IP port to listen for connections on -# listen-address = Host/address to listen for VNC connections (use all addresses if not present) -# width = Width of display to use -# height = Height of display to use -# depth = Color depth of display to use -# -[VNCServer] -enabled=false -#command=Xvnc -#port=5900 -#listen-address= -#width=1024 -#height=768 -#depth=8 diff --git a/config/includes.chroot/etc/skel/.config/autostart/blueman.desktop b/config/includes.chroot/etc/skel/.config/autostart/blueman.desktop deleted file mode 100644 index e1e3e17..0000000 --- a/config/includes.chroot/etc/skel/.config/autostart/blueman.desktop +++ /dev/null @@ -1,2 +0,0 @@ -[Desktop Entry] -Hidden=true diff --git a/config/includes.chroot/etc/skel/.config/autostart/nm-applet.desktop b/config/includes.chroot/etc/skel/.config/autostart/nm-applet.desktop deleted file mode 100644 index fd1639b..0000000 --- a/config/includes.chroot/etc/skel/.config/autostart/nm-applet.desktop +++ /dev/null @@ -1,139 +0,0 @@ -[Desktop Entry] -Name=Network -Name[af]=Netwerk -Name[an]=Rete -Name[ar]=شبكة -Name[as]=নেটৱাৰ্ক -Name[ast]=Rede -Name[be]=Сетка -Name[bg]=Мрежа -Name[ca]=Xarxa -Name[ca@valencia]=Xarxa -Name[crh]=Şebeke -Name[cs]=Síť -Name[da]=Netværk -Name[de]=Netzwerk -Name[el]=Δίκτυο -Name[en_GB]=Network -Name[eo]=Reto -Name[es]=Red -Name[et]=Võrk -Name[eu]=Sarea -Name[fa]=شبکه -Name[fi]=Verkko -Name[fr]=Réseau -Name[gl]=Red -Name[gu]=નેટવર્ક -Name[he]=רשת -Name[hi]=संजाल -Name[hu]=Hálózat -Name[id]=Jaringan -Name[it]=Rete -Name[ja]=ネットワーク -Name[kk]=Желі -Name[km]=បណ្ដាញ -Name[ko]=네트워크 -Name[ku]=Tor -Name[lt]=Tinklas -Name[lv]=Tīkls -Name[mk]=Мрежа -Name[ml]=ശൃംഖല -Name[mr]=नेटवर्क -Name[ms]=Rangkaian -Name[nb]=Nettverk -Name[nl]=Netwerk -Name[nn]=Nettverk -Name[pa]=ਨੈੱਟਵਰਕ -Name[pl]=Sieć -Name[pt]=Rede -Name[pt_BR]=Rede -Name[ru]=Сеть -Name[sk]=Sieť -Name[sl]=Omrežje -Name[sr]=Мрежа -Name[sr@latin]=Mreža -Name[sv]=Nätverk -Name[ta]=பிணையம் -Name[te]=నెట్‌వర్క్ -Name[th]=เครือข่าย -Name[tr]=Ağ -Name[ug]=تور -Name[uk]=Мережа -Name[vi]=Mạng -Name[zh_CN]=网络 -Name[zh_HK]=網絡 -Name[zh_TW]=網路 -Comment=Manage your network connections -Comment[af]=Bestuur u netwerkverbindings -Comment[an]=Chestione as suyas conexions de rete -Comment[ar]=إدارة اتصالات الشبكة -Comment[as]=আপোনাৰ নেটৱাৰ্ক সংযোগসমূহ ব্যৱস্থাপনা কৰক -Comment[ast]=Remana les conexones de rede -Comment[be]=Кіраванне сеткавымі злучэннямі -Comment[bg]=Управление на мрежовите връзки -Comment[ca]=Gestioneu les connexions de xarxa -Comment[ca@valencia]=Gestioneu les connexions de xarxa -Comment[crh]=Şebeke bağlantılarıñıznı idare etiñiz -Comment[cs]=Spravovat svá připojení k síti -Comment[da]=Håndter dine netværksforbindelser -Comment[de]=Verwaltung der Netzwerkverbindungen -Comment[el]=Διαχείριση των συνδέσεων δικτύου -Comment[en_GB]=Manage your network connections -Comment[eo]=Kontroli viajn retkonektojn -Comment[es]=Gestione sus conexiones de red -Comment[et]=Võrguühenduste haldamine -Comment[eu]=Kudeatu sareko konexioak -Comment[fa]=اتصال‌های شبکه خود را مدیریت کنید -Comment[fi]=Hallitse verkkoyhteyksiä -Comment[fr]=Gérer vos connexions réseau -Comment[gl]=Xestione as súas conexións de rede -Comment[gu]=તમારા નેટવર્ક જોડાણોને સંચાલિત કરો -Comment[he]=ניהול חיבורי הרשת שלך -Comment[hi]=अपना संजाल कनेक्शन नियंत्रित करें -Comment[hu]=Hálózati kapcsolatok kezelése -Comment[id]=Mengelola koneksi jaringan Anda -Comment[it]=Gestisce le connessioni di rete -Comment[ja]=ネットワーク接続を管理 -Comment[kk]=Желілік байланыстарыңызды басқару -Comment[km]=គ្រប់គ្រង​ការ​តភ្ជាប់បណ្ដាញ​របស់​អ្នក -Comment[ko]=네트워크 연결을 관리합니다 -Comment[ku]=Girêdanên torê yên xwe birêve bike -Comment[lt]=Tvarkyti tinklo ryšius -Comment[lv]=Pārvaldiet savus tīkla savienojumus -Comment[mk]=Менаџирајте со Вашите мрежни врски -Comment[ml]=നിങ്ങളുടെ ശൃംഖല ബന്ധങ്ങള്‍ കൈകാര്യം ചെയ്യുക -Comment[mr]=नेटवर्क जोडणी नियंत्रीत करा -Comment[ms]=Urus sambungan-sambungan rangkaian anda -Comment[nb]=Håndter dine nettverksforbindelser -Comment[nl]=Uw netwerkverbindingen beheren -Comment[nn]=Handsam nettverkstilkoplingane -Comment[pa]=ਆਪਣੇ ਨੈੱਟਵਰਕ ਕੁਨੈਕਸ਼ਨਾਂ ਦਾ ਪਰਬੰਧ ਕਰੋ -Comment[pl]=Zarządzanie połączeniami sieciowymi -Comment[pt]=Controle as suas ligações de rede -Comment[pt_BR]=Controle suas conexões de rede -Comment[ru]=Управление сетевыми соединениями -Comment[sk]=Spravuje vaše sieťové pripojenia -Comment[sl]=Upravljanje omrežnih povezav -Comment[sr]=Управљајте вашим везама мреже -Comment[sr@latin]=Upravljajte vašim vezama mreže -Comment[sv]=Hantera dina nätverksanslutningar -Comment[ta]=உங்களது பிணையத்தின் இணைப்புகளை மேலாண்மை செய்க -Comment[te]=మీ నెట్వర్కు అనుసంధానములను నిర్వహించు -Comment[th]=จัดการการเชื่อมต่อเครือข่ายของคุณ -Comment[tr]=Ağ bağlantılarınızı yönetin -Comment[ug]=تور باغلىنىشلىرىڭىزنى باشقۇرۇڭ -Comment[uk]=Організуйте ваші мережеві з'єднання -Comment[vi]=Quản lý kết nối mạng -Comment[zh_CN]=管理网络连接 -Comment[zh_HK]=管理你的網絡連線 -Comment[zh_TW]=管理您的網路連線 -Icon=nm-device-wireless -Exec=nm-applet -Terminal=false -Type=Application -NoDisplay=true -NotShowIn=KDE;GNOME; -X-GNOME-Bugzilla-Bugzilla=GNOME -X-GNOME-Bugzilla-Product=NetworkManager -X-GNOME-Bugzilla-Component=nm-applet -X-GNOME-UsesNotifications=true diff --git a/config/includes.chroot/etc/skel/.config/autostart/transmission.desktop b/config/includes.chroot/etc/skel/.config/autostart/transmission.desktop deleted file mode 100644 index c8fed61..0000000 --- a/config/includes.chroot/etc/skel/.config/autostart/transmission.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Type=Application -Exec=transmission-gtk -m -NotShowIn=GNOME -Name[fr_FR]=Client Bittorrent Transmission -Name=Client Bittorrent Transmission -Comment[fr_FR]=Partager et recevoir des fichiers via Bittorrent -Comment=Share and receive files via Bittorrent -Icon=transmission -Hidden=true \ No newline at end of file diff --git a/config/includes.chroot/etc/skel/.config/autostart/xfce4-notifyd.desktop b/config/includes.chroot/etc/skel/.config/autostart/xfce4-notifyd.desktop deleted file mode 100644 index 667bd85..0000000 --- a/config/includes.chroot/etc/skel/.config/autostart/xfce4-notifyd.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Type=Application -TryExec=/usr/lib/i386-linux-gnu/xfce4/notifyd/xfce4-notifyd -Exec=/usr/lib/i386-linux-gnu/xfce4/notifyd/xfce4-notifyd -Name[fr_FR]=Notifications du bureau XFCE -Name=XFCE Desktop Notifications -Comment[fr_FR]=Afficher les bulles de notification -Comment=Display notification popups -Icon=gtk-info diff --git a/config/includes.chroot/etc/skel/.config/autostart/xfce4-power-manager.desktop b/config/includes.chroot/etc/skel/.config/autostart/xfce4-power-manager.desktop deleted file mode 100644 index 226669e..0000000 --- a/config/includes.chroot/etc/skel/.config/autostart/xfce4-power-manager.desktop +++ /dev/null @@ -1,92 +0,0 @@ -[Desktop Entry] -Name=Power Manager -Name[ar]=مدير الطاقة -Name[ast]=Alministrador d'enerxía -Name[bg]=Управление на захранването -Name[ca]=Gestor d'energia -Name[cs]=Správce napájení -Name[da]=Strømstyring -Name[de]=Energieverwaltung -Name[el]=Διαχειριστής ρεύματος -Name[en_GB]=Power Manager -Name[es]=Administrador de energía -Name[et]=Vooluhaldur -Name[eu]=Energia kudeaketa -Name[fi]=Virranhallinta -Name[fr]=Gestionnaire d'alimentation -Name[gl]=Xestor de enerxía -Name[hr]=Upravitelj energijom -Name[hu]=Energiakezelő -Name[id]=Manajer Daya -Name[it]=Gestore di energia -Name[ja]=電源管理 -Name[kk]=Электр қоректендіру басқарушысы -Name[ko]=전원 관리자 -Name[lt]=Energijos tvarkyklė -Name[nb]=Strømstyring -Name[nl]=Energiebeheerder -Name[nn]=Straumstyring -Name[pa]=ਪਾਵਰ ਮੈਨੇਜਰ -Name[pl]=Menedżer zasilania -Name[pt]=Gestão de energia -Name[pt_BR]=Gerenciador de energia -Name[ru]=Менеджер питания -Name[si]=ශක්ති කළමනාකාරකය -Name[sk]=Správca napájania -Name[sv]=Strömhanterare -Name[te]=విద్యుత్ నిర్వాహకం -Name[tr]=Güç Yöneticisi -Name[ug]=مەنبە باشقۇرغۇ -Name[uk]=Менеджер живлення -Name[ur]=توانائی منیجر -Name[ur_PK]=توانائی منیجر -Name[zh_CN]=电源管理器 -Name[zh_TW]=電源管理員 -Comment=Power management for the Xfce desktop -Comment[ar]=مدير الطاقة لواجهة إكسفس -Comment[ast]=Alministrador d'enerxía pal escritoriu Xfce -Comment[bg]=Управление на захранването за Xfce среда -Comment[ca]=Gestor d'energia per l'escriptori Xfce -Comment[cs]=Správa napájení pro prostředí Xfce -Comment[da]=Strømstyring til skrivebordsmiljøet Xfce -Comment[de]=Energieverwaltung für die Arbeitsumgebung Xfce -Comment[el]=Διαχείριση ρεύματος για την επιφάνεια εργασίας του xfce -Comment[en_GB]=Power management for the Xfce desktop -Comment[es]=Administrador de energía para el escritorio Xfce -Comment[et]=Xfce töölaua vooluhaldur -Comment[eu]=Xfce mahaigain inguruneko energia kudeatzailea -Comment[fi]=Xfce-työpöydän virrankäytön hallinta -Comment[fr]=Gestion d'alimentation pour l'environnement de bureau Xfce -Comment[gl]=Xestión de enerxía para o escritorio Xfce -Comment[hr]=Upravljanje energijom za Xfce radno okruženje -Comment[hu]=Energiagazdálkodás az Xfce környezetben -Comment[id]=Manajemen daya untuk desktop Xfce -Comment[it]=Gestione dell'energia per l'ambiente Xfce -Comment[ja]=Xfce デスクトップ用電源管理 -Comment[kk]=Xfce жұмыс үстел ортасы үшін эл. қорегін басқару -Comment[ko]=Xfce 데스크톱을 위한 전원 관리자 -Comment[lt]=Xfce darbastalio energijos tvarkyklė -Comment[nl]=Energiebeheer voor de Xfce-werkomgeving -Comment[nn]=Straumstyring for Xfce-skrivebordet -Comment[pa]=Xfce ਡੈਸਕਟਾਪ ਲਈ ਪਾਵਰ ਮੈਨੇਜਰ -Comment[pl]=Zarządza zasilaniem w środowisku Xfce -Comment[pt]=Gestão de energia para o Xfce -Comment[pt_BR]=Gerenciamento de energia para o Xfce desktop -Comment[ru]=Управление питанием для окружения рабочего стола Xfce -Comment[si]=Xfce desktop සඳහා ශක්ති කළමණාකාරකය -Comment[sk]=Správa napájania pre prostredie Xfce -Comment[sv]=Strömhanterare för Xfce-skrivbordet -Comment[te]=Xfce డెస్క్‍టాప్ కొరకు విద్యుత్ నిర్వాహణ -Comment[tr]=Xfce masaüstü için güç yönetimi -Comment[ug]=Xfce ئۈستەليۈزىنىڭ مەنبە باشقۇرغۇ پروگراممىسى -Comment[uk]=Менеджер живлення для робочого столу Xfce -Comment[ur]=توانائی منیجر پرائے ایکسفس ڈیسک ٹاپ -Comment[ur_PK]=توانائی منیجر پرائے ایکسفس ڈیسک ٹاپ -Comment[zh_CN]=Xfce 桌面的电源管理 -Comment[zh_TW]=Xfce 桌面的電源管理 -Icon=xfpm-ac-adapter -Exec=xfce4-power-manager -Terminal=false -Type=Application -OnlyShowIn=XFCE;GNOME; -StartupNotify=false diff --git a/config/includes.chroot/etc/skel/.config/autostart/xfce4-volumed.desktop b/config/includes.chroot/etc/skel/.config/autostart/xfce4-volumed.desktop deleted file mode 100644 index 54bbde2..0000000 --- a/config/includes.chroot/etc/skel/.config/autostart/xfce4-volumed.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Type=Application -Terminal=false -Name=XFCE Volume Daemon -Name[fr_FR]=Démon de volume XFCE -Comment=Daemon managing the volume multimedia keys and displaying volume notifications -Comment[fr_FR]=Démon gérant les touches multimédia liées au volume et affichant des notifications de volume -Exec=xfce4-volumed -OnlyShowIn=XFCE; diff --git a/config/includes.chroot/etc/skel/.config/chromium/First Run b/config/includes.chroot/etc/skel/.config/chromium/First Run deleted file mode 100644 index e69de29..0000000 diff --git a/config/includes.chroot/etc/skel/.config/google-chrome/First Run b/config/includes.chroot/etc/skel/.config/google-chrome/First Run deleted file mode 100644 index e69de29..0000000 diff --git a/config/includes.chroot/etc/skel/.config/mimeapps.list b/config/includes.chroot/etc/skel/.config/mimeapps.list deleted file mode 100644 index 1a8a792..0000000 --- a/config/includes.chroot/etc/skel/.config/mimeapps.list +++ /dev/null @@ -1,12 +0,0 @@ -[Added Associations] -application/x-extension-htm=google-chrome.desktop -application/x-extension-html=google-chrome.desktop -application/x-shellscript=mousepad.desktop -text/css=mousepad.desktop -text/plain=mousepad.desktop -text/x-log=mousepad.desktop -text/x-makefile=mousepad.desktop -text/x-markdown=mousepad.desktop -text/x-python=mousepad.desktop -text/x-python3=mousepad.desktop -text/x-yaml=mousepad.desktop diff --git a/config/includes.chroot/etc/skel/.config/xfce4/desktop/backdrop.list b/config/includes.chroot/etc/skel/.config/xfce4/desktop/backdrop.list deleted file mode 100644 index feb3d09..0000000 --- a/config/includes.chroot/etc/skel/.config/xfce4/desktop/backdrop.list +++ /dev/null @@ -1,2 +0,0 @@ -# xfce backdrop list -/usr/share/backgrounds/homeworld-darker-3840x2160.png diff --git a/config/includes.chroot/etc/skel/.config/xfce4/panel/battery-1.rc b/config/includes.chroot/etc/skel/.config/xfce4/panel/battery-1.rc deleted file mode 100644 index ad8304d..0000000 --- a/config/includes.chroot/etc/skel/.config/xfce4/panel/battery-1.rc +++ /dev/null @@ -1,18 +0,0 @@ -display_label=false -display_icon=true -display_power=false -display_percentage=false -display_bar=false -display_bar_time=false -tooltip_display_percentage=true -tooltip_display_time=true -low_percentage=10 -critical_percentage=5 -action_on_low=1 -hide_when_full=0 -colorA=rgb(153,193,241) -colorH=rgb(0,255,0) -colorL=rgb(255,255,0) -colorC=rgb(255,0,0) -command_on_low= -command_on_critical= diff --git a/config/includes.chroot/etc/skel/.config/xfce4/panel/launcher-2/15797758814.desktop b/config/includes.chroot/etc/skel/.config/xfce4/panel/launcher-2/15797758814.desktop deleted file mode 100644 index f604ab8..0000000 --- a/config/includes.chroot/etc/skel/.config/xfce4/panel/launcher-2/15797758814.desktop +++ /dev/null @@ -1,14 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Exec=exo-open --launch FileManager %u -Icon=org.xfce.filemanager -StartupNotify=true -Terminal=false -Categories=Utility;X-XFCE;X-Xfce-Toplevel; -OnlyShowIn=XFCE; -X-XFCE-MimeType=inode/directory;x-scheme-handler/trash; -X-AppStream-Ignore=True -Name=File Manager -Comment=Browse the file system -X-XFCE-Source=file:///usr/share/applications/xfce4-file-manager.desktop \ No newline at end of file diff --git a/config/includes.chroot/etc/skel/.config/xfce4/panel/launcher-3/15797759346.desktop b/config/includes.chroot/etc/skel/.config/xfce4/panel/launcher-3/15797759346.desktop deleted file mode 100644 index 70698fd..0000000 --- a/config/includes.chroot/etc/skel/.config/xfce4/panel/launcher-3/15797759346.desktop +++ /dev/null @@ -1,14 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Exec=exo-open --launch WebBrowser %u -Icon=web-browser -StartupNotify=true -Terminal=false -Categories=Network;X-XFCE;X-Xfce-Toplevel; -OnlyShowIn=XFCE; -X-XFCE-MimeType=x-scheme-handler/http;x-scheme-handler/https; -X-AppStream-Ignore=True -Name=Web Browser -Comment=Browse the web -X-XFCE-Source=file:///usr/share/applications/exo-web-browser.desktop \ No newline at end of file diff --git a/config/includes.chroot/etc/skel/.config/xfce4/panel/launcher-4/15797759488.desktop b/config/includes.chroot/etc/skel/.config/xfce4/panel/launcher-4/15797759488.desktop deleted file mode 100644 index 973db77..0000000 --- a/config/includes.chroot/etc/skel/.config/xfce4/panel/launcher-4/15797759488.desktop +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Exec=exo-open --launch TerminalEmulator -Icon=utilities-terminal -StartupNotify=true -Terminal=false -Categories=Utility;X-XFCE;X-Xfce-Toplevel; -OnlyShowIn=XFCE; -X-AppStream-Ignore=True -Name=Terminal Emulator -Comment=Use the command line -X-XFCE-Source=file:///usr/share/applications/exo-terminal-emulator.desktop \ No newline at end of file diff --git a/config/includes.chroot/etc/skel/.config/xfce4/panel/launcher-5/16336291841.desktop b/config/includes.chroot/etc/skel/.config/xfce4/panel/launcher-5/16336291841.desktop deleted file mode 100644 index f08b275..0000000 --- a/config/includes.chroot/etc/skel/.config/xfce4/panel/launcher-5/16336291841.desktop +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -Name=Mousepad -Comment=Simple Text Editor -GenericName=Text Editor -Exec=mousepad %F -Icon=accessories-text-editor -Terminal=false -StartupNotify=true -Type=Application -Categories=Utility;TextEditor;GTK; -MimeType=text/plain; -X-Desktop-File-Install-Version=0.23 -X-XFCE-Source=file:///usr/share/applications/mousepad.desktop \ No newline at end of file diff --git a/config/includes.chroot/etc/skel/.config/xfce4/xfce4-notes.rc b/config/includes.chroot/etc/skel/.config/xfce4/xfce4-notes.rc deleted file mode 100644 index e44b0ba..0000000 --- a/config/includes.chroot/etc/skel/.config/xfce4/xfce4-notes.rc +++ /dev/null @@ -1,2 +0,0 @@ -[Notes] -Visible=false diff --git a/config/includes.chroot/etc/skel/.config/xfce4/xfce4-taskmanager.rc b/config/includes.chroot/etc/skel/.config/xfce4/xfce4-taskmanager.rc deleted file mode 100644 index 84b7531..0000000 --- a/config/includes.chroot/etc/skel/.config/xfce4/xfce4-taskmanager.rc +++ /dev/null @@ -1,16 +0,0 @@ -[Settings] -ShowAllProcesses=TRUE -FullCommandLine=TRUE -ShowStatusIcon=TRUE -ShowApplicationIcons=TRUE -PromptTerminateTask=TRUE -RefreshRate=750 -ColumnUID=TRUE -ColumnPID=TRUE -ColumnPPID=FALSE -ColumnState=TRUE -ColumnVSZ=TRUE -ColumnRSS=TRUE -ColumnCPU=TRUE -ColumnPriority=TRUE -ProcessTreeView=FALSE diff --git a/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml b/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml deleted file mode 100644 index 32fa0a3..0000000 --- a/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml deleted file mode 100644 index e2ddf5a..0000000 --- a/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml deleted file mode 100644 index db527d5..0000000 --- a/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml deleted file mode 100644 index ed4d2ac..0000000 --- a/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml b/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml deleted file mode 100644 index 3674bbc..0000000 --- a/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml deleted file mode 100644 index b3f2019..0000000 --- a/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml deleted file mode 100644 index fcdce47..0000000 --- a/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml deleted file mode 100644 index 82492b4..0000000 --- a/config/includes.chroot/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/config/includes.chroot/etc/skel/.dmrc b/config/includes.chroot/etc/skel/.dmrc deleted file mode 100644 index dfb1c51..0000000 --- a/config/includes.chroot/etc/skel/.dmrc +++ /dev/null @@ -1,2 +0,0 @@ -[Desktop] -Session=xfce diff --git a/config/package-lists/audio-video.list.chroot b/config/package-lists/audio-video.list.chroot deleted file mode 100644 index de88466..0000000 --- a/config/package-lists/audio-video.list.chroot +++ /dev/null @@ -1,36 +0,0 @@ -#Section: Media conversion/codecs -ffmpeg -flac -gstreamer1.0-alsa -gstreamer1.0-libav -gstreamer1.0-plugins-bad -gstreamer1.0-plugins-base -gstreamer1.0-plugins-good -gstreamer1.0-plugins-ugly -gstreamer1.0-pulseaudio -gstreamer1.0-tools -gstreamer1.0-x -lame -libmp3lame0 -libxvidcore4 -musepack-tools -mediainfo -media-player-info - -#Section: Audio system -#Description: pulseaudio -pavucontrol -pulseaudio -pulseaudio-utils -pulseaudio-module-bluetooth -pulseaudio-module-lirc -#Alt: pulseaudio-module-zeroconf -pulseaudio-module-jack -kmod -alsa-oss -alsa-tools -alsa-utils -libasound2-plugins -oss-compat -alsa-firmware-loaders -rtkit \ No newline at end of file diff --git a/config/package-lists/development.list.chroot b/config/package-lists/development.list.chroot index d628beb..9e39a10 100644 --- a/config/package-lists/development.list.chroot +++ b/config/package-lists/development.list.chroot @@ -10,8 +10,6 @@ whiptail moreutils less #Section: Packaging -#debhelper -#equivs checkinstall debconf-utils lintian diff --git a/config/package-lists/network.list.chroot b/config/package-lists/network.list.chroot index 0dbca9d..bb27b5e 100644 --- a/config/package-lists/network.list.chroot +++ b/config/package-lists/network.list.chroot @@ -1,27 +1,15 @@ -#Title: Internet and network - -#Section: Web browsers -#firefox-esr -#When building with extras (only AMD64)#google-chrome-stable -chromium - #Section: Downloaders/web crawlers curl wget #Section: Network management -#Description: network-manager-gnome -network-manager-gnome +network-manager dnsmasq-base hostname bridge-utils ethtool #Section: Wireless -#Description: blueman -blueman -bluetooth -blueman crda wireless-regdb @@ -29,7 +17,6 @@ wireless-regdb ufw iptables - #Section: Network diagnostic/monitoring traceroute dnsutils \ No newline at end of file diff --git a/config/package-lists/system.list.chroot b/config/package-lists/system.list.chroot index 7613d63..531deb9 100644 --- a/config/package-lists/system.list.chroot +++ b/config/package-lists/system.list.chroot @@ -3,7 +3,6 @@ #Section: Package management apt-listchanges apt-transport-https -#aptitude debconf-utils debian-archive-keyring debian-keyring @@ -12,8 +11,6 @@ debsums vrms #Section: Task management/monitoring -#Description: xfce4-taskmanager -xfce4-taskmanager htop iotop lm-sensors @@ -24,45 +21,13 @@ strace #memtest86+ #Section: Disk management -#Description: gnome-disk-utility -#Description: gparted -#Description: baobab -gnome-disk-utility -#gparted -#baobab -ncdu dfc smartmontools mtools -gdisk -parted hdparm sdparm -#dosfstools -#hfsprogs -#ntfs-3g kpartx xorriso -#lvm2 - -#Section: Log viewers -#Description: lnav -lnav -colortail - -#Section: Java -#default-jre - -#Section: Display manager/screen locker -#Description: lightdm -lightdm -lightdm-gtk-greeter -#light-locker - -#Section: Boot screen -#plymouth -#plymouth-x11 -#plymouth-themes #Section: Scheduling at @@ -74,37 +39,15 @@ apparmor-profiles apparmor-utils libpam-tmpdir sudo -dbus-x11 #Section: Time chrony #Section: Display -mesa-utils -libgl1-mesa-dri -va-driver-all -xinput -xorg -xinit -xfonts-base -xfonts-scalable -xfonts-75dpi -xfonts-100dpi -xserver-xorg -xserver-xorg-input-all -#xserver-xorg-input-wacom -#xserver-xorg-input-aiptek -#xserver-xorg-input-elographics -#xserver-xorg-input-joystick -xserver-xorg-input-kbd -xserver-xorg-input-mouse -xserver-xorg-input-mutouch -xserver-xorg-input-multitouch -xserver-xorg-input-synaptics -xserver-xorg-video-all -xserver-xorg-video-intel -xfonts-base -hwdata +#mesa-utils +#libgl1-mesa-dri +#va-driver-all +#hwdata #Section: Kernel/boot/init systemd diff --git a/config/package-lists/utility.list.chroot b/config/package-lists/utility.list.chroot index c735719..3bb505c 100644 --- a/config/package-lists/utility.list.chroot +++ b/config/package-lists/utility.list.chroot @@ -1,92 +1,26 @@ #Title: Utility -#Section: File management -#Description: thunar -libgphoto2-l10n -libmtp-runtime -mlocate -ooo-thumbnailer -rename -thunar -thunar-archive-plugin -thunar-media-tags-plugin -thunar-volman - -#Section: Desktop environment -#Description: xfce4 -xfdesktop4 -xfwm4 -xfce4-session -xfce4-notifyd -xfce4-panel -xfce4-places-plugin -xfce4-pulseaudio-plugin -xfce4-xkb-plugin - #Section: Archive management squashfs-tools #Section: Text editors -#Description: mousepad #Description: nano -mousepad nano - -#Section: Screenshots -xfce4-screenshooter - - -#Section: Terminal emulators -#Description: xfce4-terminal -xfce4-terminal - - #Section: Desktop configuration utilities -xfce4-settings dconf-cli #Section: Power management -#Description: xfce4-power-manager -xfce4-power-manager -xfce4-battery-plugin -#radeontool -#bumblebee vbetool -powertop usbutils acpi -acpi-support acpi-support-base -laptop-mode-tools -fancontrol +#laptop-mode-tools +#fancontrol rfkill -cpufrequtils -pm-utils - -#Section: Resources -desktop-base -#papirus-icon-theme -#arc-theme -gnome-themes-standard -sound-theme-freedesktop -gnome-audio +#cpufrequtils +#pm-utils #Section: Other sudo -libnotify-bin -#zenity -numlockx -#x11-apps -#xbitmaps -wmctrl -xclip -xcalib -xbacklight -gtk2-engines -gtk2-engines-murrine -gtk2-engines-pixbuf -#gtk2-engines-xfce # buster only -xdg-user-dirs-gtk -libfile-mimeinfo-perl -#policykit-1-gnome \ No newline at end of file +libfile-mimeinfo-perl \ No newline at end of file