Removed all gui software and configuration
This commit is contained in:
12
.vscode/tasks.json
vendored
12
.vscode/tasks.json
vendored
@@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
"label": "Build IMG all architectures",
|
"label": "Build IMG all architectures",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "make build",
|
"command": "make prep_buildenv; make build",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
{
|
{
|
||||||
"label": "Build IMG amd64",
|
"label": "Build IMG amd64",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "make build_amd64",
|
"command": "make prep_buildenv; make build_amd64",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
{
|
{
|
||||||
"label": "Build IMG i386",
|
"label": "Build IMG i386",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "make build_amd64",
|
"command": "make prep_buildenv; make build_amd64",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
{
|
{
|
||||||
"label": "Build IMG all architectures W DKMS",
|
"label": "Build IMG all architectures W DKMS",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "make enable_DKMS build",
|
"command": "make prep_buildenv; make enable_DKMS build",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
{
|
{
|
||||||
"label": "Build IMG amd64 W DKMS",
|
"label": "Build IMG amd64 W DKMS",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "make enable_DKMS build_amd64",
|
"command": "make prep_buildenv; make enable_DKMS build_amd64",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
{
|
{
|
||||||
"label": "Build IMG i386 W DKMS",
|
"label": "Build IMG i386 W DKMS",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "make enable_DKMS build_amd64",
|
"command": "make prep_buildenv; make enable_DKMS build_amd64",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ lb config noauto \
|
|||||||
--firmware-chroot true \
|
--firmware-chroot true \
|
||||||
--initramfs live-boot \
|
--initramfs live-boot \
|
||||||
--iso-publisher brammp \
|
--iso-publisher brammp \
|
||||||
--iso-volume Gui-minimal-testing \
|
--iso-volume CLI-minimal-testing \
|
||||||
--linux-packages "linux-image" \
|
--linux-packages "linux-image" \
|
||||||
--bootappend-live "boot=live config" \
|
--bootappend-live "boot=live config" \
|
||||||
--memtest none \
|
--memtest none \
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
desktop-image: "../splash.png"
|
desktop-image: "../splash.png"
|
||||||
title-color: "#ffffff"
|
title-color: "#ffffff"
|
||||||
title-font: "DejaVu Sans Bold 16"
|
title-font: "DejaVu Sans Bold 16"
|
||||||
title-text: "ISO-Main"
|
title-text: "CLI-Testing"
|
||||||
message-font: "Unifont Regular 16"
|
message-font: "Unifont Regular 16"
|
||||||
terminal-font: "Unifont Regular 16"
|
terminal-font: "Unifont Regular 16"
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ timeout 100
|
|||||||
menu hshift 0
|
menu hshift 0
|
||||||
menu width 82
|
menu width 82
|
||||||
|
|
||||||
menu title ISO-Main
|
menu title CLI-Testing
|
||||||
include stdmenu.cfg
|
include stdmenu.cfg
|
||||||
|
|
||||||
label live
|
label live
|
||||||
|
|||||||
@@ -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
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
echo "I: running $0"
|
|
||||||
update-alternatives --set x-session-manager /usr/bin/xfce4-session
|
|
||||||
@@ -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
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
||||||
<fontconfig>
|
|
||||||
<!-- Disable hinting -->
|
|
||||||
<match target="font">
|
|
||||||
<edit name="hinting" mode="assign"><bool>false</bool></edit>
|
|
||||||
</match>
|
|
||||||
</fontconfig>
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
||||||
<fontconfig>
|
|
||||||
<!-- Use lcddefault as default for LCD filter -->
|
|
||||||
<match target="font">
|
|
||||||
<edit mode="assign" name="lcdfilter">
|
|
||||||
<const>lcddefault</const>
|
|
||||||
</edit>
|
|
||||||
</match>
|
|
||||||
</fontconfig>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
||||||
<fontconfig>
|
|
||||||
<match target="font">
|
|
||||||
<edit name="antialias" mode="assign"><bool>true</bool></edit>
|
|
||||||
</match>
|
|
||||||
</fontconfig>
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
||||||
<fontconfig>
|
|
||||||
<!-- Disable hinting -->
|
|
||||||
<match target="font">
|
|
||||||
<edit name="hinting" mode="assign"><bool>false</bool></edit>
|
|
||||||
</match>
|
|
||||||
</fontconfig>
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
||||||
<fontconfig>
|
|
||||||
<!-- Use lcddefault as default for LCD filter -->
|
|
||||||
<match target="font">
|
|
||||||
<edit mode="assign" name="lcdfilter">
|
|
||||||
<const>lcddefault</const>
|
|
||||||
</edit>
|
|
||||||
</match>
|
|
||||||
</fontconfig>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
||||||
<fontconfig>
|
|
||||||
<match target="font">
|
|
||||||
<edit name="antialias" mode="assign"><bool>true</bool></edit>
|
|
||||||
</match>
|
|
||||||
</fontconfig>
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
# Do not suspend USB mice/keyboards in laptop mode
|
|
||||||
AUTOSUSPEND_USBTYPE_WHITELIST="usbhid"
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Hidden=true
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -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;
|
|
||||||
@@ -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
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
# xfce backdrop list
|
|
||||||
/usr/share/backgrounds/homeworld-darker-3840x2160.png
|
|
||||||
@@ -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=
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
[Notes]
|
|
||||||
Visible=false
|
|
||||||
@@ -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
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="keyboard-layout" version="1.0">
|
|
||||||
<property name="Default" type="empty">
|
|
||||||
<property name="XkbDisable" type="bool" value="false"/>
|
|
||||||
<property name="XkbLayout" type="string" value="us,fr"/>
|
|
||||||
<property name="XkbVariant" type="string" value="oss"/>
|
|
||||||
<property name="XkbOptions" type="empty">
|
|
||||||
<property name="Compose" type="string" value=""/>
|
|
||||||
</property>
|
|
||||||
<property name="XkbModel" type="string" value="pc104"/>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="thunar" version="1.0">
|
|
||||||
<property name="last-view" type="string" value="ThunarCompactView"/>
|
|
||||||
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_LARGEST"/>
|
|
||||||
<property name="last-compact-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/>
|
|
||||||
<property name="shortcuts-icon-size" type="string" value="THUNAR_ICON_SIZE_SMALLEST"/>
|
|
||||||
<property name="last-location-bar" type="string" value="ThunarLocationButtons"/>
|
|
||||||
</channel>
|
|
||||||
@@ -1,34 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="xfce4-desktop" version="1.0">
|
|
||||||
<property name="backdrop" type="empty">
|
|
||||||
<property name="screen0" type="empty">
|
|
||||||
<property name="monitor0" type="empty">
|
|
||||||
<property name="image-path" type="string" value="/opt/custom/CustomBG.png"/>
|
|
||||||
<property name="image-show" type="bool" value="true"/>
|
|
||||||
<property name="last-single-image" type="string" value="/opt/custom/CustomBG.png"/>
|
|
||||||
<property name="backdrop-cycle-enable" type="bool" value="true"/>
|
|
||||||
<property name="backdrop-cycle-timer" type="uint" value="600"/>
|
|
||||||
<property name="image-style" type="int" value="5"/>
|
|
||||||
<property name="workspace0" type="empty">
|
|
||||||
<property name="image-style" type="int" value="5"/>
|
|
||||||
<property name="last-image" type="string" value="/opt/custom/CustomBG.png"/>
|
|
||||||
</property>
|
|
||||||
<property name="workspace1" type="empty">
|
|
||||||
<property name="image-style" type="int" value="5"/>
|
|
||||||
<property name="last-image" type="string" value="/opt/custom/CustomBG.png"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
<property name="desktop-icons" type="empty">
|
|
||||||
<property name="icon-size" type="uint" value="32"/>
|
|
||||||
<property name="file-icons" type="empty">
|
|
||||||
<property name="show-filesystem" type="bool" value="false"/>
|
|
||||||
<property name="show-removable" type="bool" value="false"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
<property name="desktop-menu" type="empty">
|
|
||||||
<property name="show" type="bool" value="false"/>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,91 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<channel name="xfce4-panel" version="1.0">
|
|
||||||
<property name="configver" type="int" value="2"/>
|
|
||||||
<property name="panels" type="array">
|
|
||||||
<value type="int" value="1"/>
|
|
||||||
<property name="panel-1" type="empty">
|
|
||||||
<property name="position" type="string" value="p=8;x=960;y=1059"/>
|
|
||||||
<property name="length" type="uint" value="100"/>
|
|
||||||
<property name="position-locked" type="bool" value="true"/>
|
|
||||||
<property name="icon-size" type="uint" value="16"/>
|
|
||||||
<property name="size" type="uint" value="26"/>
|
|
||||||
<property name="plugin-ids" type="array">
|
|
||||||
<value type="int" value="1"/>
|
|
||||||
<value type="int" value="2"/>
|
|
||||||
<value type="int" value="3"/>
|
|
||||||
<value type="int" value="4"/>
|
|
||||||
<value type="int" value="5"/>
|
|
||||||
<value type="int" value="6"/>
|
|
||||||
<value type="int" value="7"/>
|
|
||||||
<value type="int" value="8"/>
|
|
||||||
<value type="int" value="9"/>
|
|
||||||
<value type="int" value="10"/>
|
|
||||||
<value type="int" value="11"/>
|
|
||||||
<value type="int" value="12"/>
|
|
||||||
<value type="int" value="13"/>
|
|
||||||
<value type="int" value="14"/>
|
|
||||||
<value type="int" value="15"/>
|
|
||||||
<value type="int" value="16"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
<property name="plugins" type="empty">
|
|
||||||
<property name="plugin-1" type="string" value="applicationsmenu">
|
|
||||||
<property name="custom-menu" type="bool" value="false"/>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-2" type="string" value="launcher">
|
|
||||||
<property name="items" type="array">
|
|
||||||
<value type="string" value="15797758814.desktop"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-3" type="string" value="launcher">
|
|
||||||
<property name="items" type="array">
|
|
||||||
<value type="string" value="15797759346.desktop"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-4" type="string" value="launcher">
|
|
||||||
<property name="items" type="array">
|
|
||||||
<value type="string" value="15797759488.desktop"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-5" type="string" value="launcher">
|
|
||||||
<property name="items" type="array">
|
|
||||||
<value type="string" value="16336291841.desktop"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-6" type="string" value="separator">
|
|
||||||
<property name="style" type="uint" value="0"/>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-7" type="string" value="tasklist">
|
|
||||||
<property name="grouping" type="uint" value="1"/>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-8" type="string" value="separator">
|
|
||||||
<property name="expand" type="bool" value="true"/>
|
|
||||||
<property name="style" type="uint" value="0"/>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-9" type="string" value="pager">
|
|
||||||
<property name="rows" type="uint" value="1"/>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-10" type="string" value="separator">
|
|
||||||
<property name="style" type="uint" value="0"/>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-11" type="string" value="systray">
|
|
||||||
<property name="show-frame" type="bool" value="false"/>
|
|
||||||
<property name="square-icons" type="bool" value="true"/>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-12" type="string" value="separator">
|
|
||||||
<property name="style" type="uint" value="0"/>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-13" type="string" value="pulseaudio">
|
|
||||||
<property name="enable-keyboard-shortcuts" type="bool" value="true"/>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-14" type="string" value="battery"/>
|
|
||||||
<property name="plugin-15" type="string" value="clock">
|
|
||||||
<property name="mode" type="uint" value="2"/>
|
|
||||||
<property name="digital-format" type="string" value="%R"/>
|
|
||||||
</property>
|
|
||||||
<property name="plugin-16" type="string" value="xkb">
|
|
||||||
<property name="display-type" type="uint" value="2"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="xfce4-power-manager" version="1.0">
|
|
||||||
<property name="xfce4-power-manager" type="empty">
|
|
||||||
<property name="power-button-action" type="empty"/>
|
|
||||||
<property name="brightness-switch-restore-on-exit" type="int" value="1"/>
|
|
||||||
<property name="brightness-switch" type="int" value="0"/>
|
|
||||||
<property name="lid-action-on-battery" type="uint" value="1"/>
|
|
||||||
<property name="general-notification" type="bool" value="true"/>
|
|
||||||
<property name="critical-power-action" type="uint" value="3"/>
|
|
||||||
<property name="blank-on-battery" type="int" value="11"/>
|
|
||||||
<property name="dpms-on-battery-sleep" type="uint" value="11"/>
|
|
||||||
<property name="dpms-on-battery-off" type="uint" value="12"/>
|
|
||||||
<property name="blank-on-ac" type="int" value="10"/>
|
|
||||||
<property name="dpms-on-ac-sleep" type="uint" value="11"/>
|
|
||||||
<property name="dpms-on-ac-off" type="uint" value="12"/>
|
|
||||||
<property name="inactivity-sleep-mode-on-battery" type="uint" value="1"/>
|
|
||||||
<property name="inactivity-on-battery" type="uint" value="15"/>
|
|
||||||
<property name="show-tray-icon" type="bool" value="false"/>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="xfce4-session" version="1.0">
|
|
||||||
<property name="general" type="empty">
|
|
||||||
<property name="FailsafeSessionName" type="empty"/>
|
|
||||||
<property name="LockCommand" type="empty"/>
|
|
||||||
<property name="SessionName" type="string" value="Default"/>
|
|
||||||
<property name="SaveOnExit" type="bool" value="false"/>
|
|
||||||
</property>
|
|
||||||
<property name="sessions" type="empty">
|
|
||||||
<property name="Failsafe" type="empty">
|
|
||||||
<property name="IsFailsafe" type="empty"/>
|
|
||||||
<property name="Count" type="empty"/>
|
|
||||||
<property name="Client0_Command" type="empty"/>
|
|
||||||
<property name="Client0_Priority" type="empty"/>
|
|
||||||
<property name="Client0_PerScreen" type="empty"/>
|
|
||||||
<property name="Client1_Command" type="empty"/>
|
|
||||||
<property name="Client1_Priority" type="empty"/>
|
|
||||||
<property name="Client1_PerScreen" type="empty"/>
|
|
||||||
<property name="Client2_Command" type="empty"/>
|
|
||||||
<property name="Client2_Priority" type="empty"/>
|
|
||||||
<property name="Client2_PerScreen" type="empty"/>
|
|
||||||
<property name="Client3_Command" type="empty"/>
|
|
||||||
<property name="Client3_Priority" type="empty"/>
|
|
||||||
<property name="Client3_PerScreen" type="empty"/>
|
|
||||||
<property name="Client4_Command" type="empty"/>
|
|
||||||
<property name="Client4_Priority" type="empty"/>
|
|
||||||
<property name="Client4_PerScreen" type="empty"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,43 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="xfwm4" version="1.0">
|
|
||||||
<property name="general" type="empty">
|
|
||||||
<property name="button_layout" type="string" value="O|SHMC"/>
|
|
||||||
<property name="cycle_apps_only" type="bool" value="false"/>
|
|
||||||
<property name="cycle_draw_frame" type="bool" value="true"/>
|
|
||||||
<property name="cycle_hidden" type="bool" value="true"/>
|
|
||||||
<property name="cycle_minimum" type="bool" value="true"/>
|
|
||||||
<property name="cycle_preview" type="bool" value="true"/>
|
|
||||||
<property name="cycle_tabwin_mode" type="int" value="0"/>
|
|
||||||
<property name="cycle_workspaces" type="bool" value="false"/>
|
|
||||||
<property name="double_click_action" type="string" value="maximize"/>
|
|
||||||
<property name="easy_click" type="string" value="Alt"/>
|
|
||||||
<property name="focus_hint" type="bool" value="true"/>
|
|
||||||
<property name="focus_new" type="bool" value="true"/>
|
|
||||||
<property name="mousewheel_rollup" type="bool" value="false"/>
|
|
||||||
<property name="prevent_focus_stealing" type="bool" value="false"/>
|
|
||||||
<property name="repeat_urgent_blink" type="bool" value="true"/>
|
|
||||||
<property name="restore_on_move" type="bool" value="true"/>
|
|
||||||
<property name="scroll_workspaces" type="bool" value="false"/>
|
|
||||||
<property name="show_app_icon" type="bool" value="true"/>
|
|
||||||
<property name="show_dock_shadow" type="bool" value="false"/>
|
|
||||||
<property name="show_frame_shadow" type="bool" value="false"/>
|
|
||||||
<property name="snap_to_border" type="bool" value="true"/>
|
|
||||||
<property name="snap_to_windows" type="bool" value="true"/>
|
|
||||||
<property name="snap_width" type="int" value="8"/>
|
|
||||||
<property name="sync_to_vblank" type="bool" value="true"/>
|
|
||||||
<property name="theme" type="string" value="Adwaita-dark"/>
|
|
||||||
<property name="title_alignment" type="string" value="left"/>
|
|
||||||
<property name="title_horizontal_offset" type="int" value="0"/>
|
|
||||||
<property name="title_shadow_active" type="string" value="false"/>
|
|
||||||
<property name="titleless_maximize" type="bool" value="false"/>
|
|
||||||
<property name="unredirect_overlays" type="bool" value="true"/>
|
|
||||||
<property name="urgent_blink" type="bool" value="true"/>
|
|
||||||
<property name="use_compositing" type="bool" value="true"/>
|
|
||||||
<property name="zoom_desktop" type="bool" value="true"/>
|
|
||||||
<property name="workspace_count" type="int" value="1"/>
|
|
||||||
<property name="workspace_names" type="array">
|
|
||||||
<value type="string" value="Workspace 1"/>
|
|
||||||
</property>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<channel name="xsettings" version="1.0">
|
|
||||||
<property name="Net" type="empty">
|
|
||||||
<property name="ThemeName" type="string" value="Adwaita-dark"/>
|
|
||||||
<property name="IconThemeName" type="string" value="Adwaita"/>
|
|
||||||
</property>
|
|
||||||
<property name="Xft" type="empty">
|
|
||||||
<property name="DPI" type="empty"/>
|
|
||||||
<property name="Antialias" type="int" value="1"/>
|
|
||||||
<property name="Hinting" type="int" value="-1"/>
|
|
||||||
<property name="HintStyle" type="string" value="hintfull"/>
|
|
||||||
<property name="RGBA" type="string" value="none"/>
|
|
||||||
</property>
|
|
||||||
<property name="Gtk" type="empty">
|
|
||||||
<property name="ToolbarStyle" type="string" value="icons"/>
|
|
||||||
<property name="ToolbarIconSize" type="int" value="3"/>
|
|
||||||
<property name="MenuImages" type="bool" value="true"/>
|
|
||||||
<property name="ButtonImages" type="bool" value="true"/>
|
|
||||||
<property name="MenuBarAccel" type="string" value="F10"/>
|
|
||||||
<property name="CursorThemeName" type="string" value="Adwaita"/>
|
|
||||||
</property>
|
|
||||||
</channel>
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
[Desktop]
|
|
||||||
Session=xfce
|
|
||||||
@@ -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
|
|
||||||
@@ -10,8 +10,6 @@ whiptail
|
|||||||
moreutils
|
moreutils
|
||||||
less
|
less
|
||||||
#Section: Packaging
|
#Section: Packaging
|
||||||
#debhelper
|
|
||||||
#equivs
|
|
||||||
checkinstall
|
checkinstall
|
||||||
debconf-utils
|
debconf-utils
|
||||||
lintian
|
lintian
|
||||||
|
|||||||
@@ -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
|
#Section: Downloaders/web crawlers
|
||||||
curl
|
curl
|
||||||
wget
|
wget
|
||||||
|
|
||||||
#Section: Network management
|
#Section: Network management
|
||||||
#Description: network-manager-gnome
|
network-manager
|
||||||
network-manager-gnome
|
|
||||||
dnsmasq-base
|
dnsmasq-base
|
||||||
hostname
|
hostname
|
||||||
bridge-utils
|
bridge-utils
|
||||||
ethtool
|
ethtool
|
||||||
|
|
||||||
#Section: Wireless
|
#Section: Wireless
|
||||||
#Description: blueman
|
|
||||||
blueman
|
|
||||||
bluetooth
|
|
||||||
blueman
|
|
||||||
crda
|
crda
|
||||||
wireless-regdb
|
wireless-regdb
|
||||||
|
|
||||||
@@ -29,7 +17,6 @@ wireless-regdb
|
|||||||
ufw
|
ufw
|
||||||
iptables
|
iptables
|
||||||
|
|
||||||
|
|
||||||
#Section: Network diagnostic/monitoring
|
#Section: Network diagnostic/monitoring
|
||||||
traceroute
|
traceroute
|
||||||
dnsutils
|
dnsutils
|
||||||
@@ -3,7 +3,6 @@
|
|||||||
#Section: Package management
|
#Section: Package management
|
||||||
apt-listchanges
|
apt-listchanges
|
||||||
apt-transport-https
|
apt-transport-https
|
||||||
#aptitude
|
|
||||||
debconf-utils
|
debconf-utils
|
||||||
debian-archive-keyring
|
debian-archive-keyring
|
||||||
debian-keyring
|
debian-keyring
|
||||||
@@ -12,8 +11,6 @@ debsums
|
|||||||
vrms
|
vrms
|
||||||
|
|
||||||
#Section: Task management/monitoring
|
#Section: Task management/monitoring
|
||||||
#Description: xfce4-taskmanager
|
|
||||||
xfce4-taskmanager
|
|
||||||
htop
|
htop
|
||||||
iotop
|
iotop
|
||||||
lm-sensors
|
lm-sensors
|
||||||
@@ -24,45 +21,13 @@ strace
|
|||||||
#memtest86+
|
#memtest86+
|
||||||
|
|
||||||
#Section: Disk management
|
#Section: Disk management
|
||||||
#Description: gnome-disk-utility
|
|
||||||
#Description: gparted
|
|
||||||
#Description: baobab
|
|
||||||
gnome-disk-utility
|
|
||||||
#gparted
|
|
||||||
#baobab
|
|
||||||
ncdu
|
|
||||||
dfc
|
dfc
|
||||||
smartmontools
|
smartmontools
|
||||||
mtools
|
mtools
|
||||||
gdisk
|
|
||||||
parted
|
|
||||||
hdparm
|
hdparm
|
||||||
sdparm
|
sdparm
|
||||||
#dosfstools
|
|
||||||
#hfsprogs
|
|
||||||
#ntfs-3g
|
|
||||||
kpartx
|
kpartx
|
||||||
xorriso
|
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
|
#Section: Scheduling
|
||||||
at
|
at
|
||||||
@@ -74,37 +39,15 @@ apparmor-profiles
|
|||||||
apparmor-utils
|
apparmor-utils
|
||||||
libpam-tmpdir
|
libpam-tmpdir
|
||||||
sudo
|
sudo
|
||||||
dbus-x11
|
|
||||||
|
|
||||||
#Section: Time
|
#Section: Time
|
||||||
chrony
|
chrony
|
||||||
|
|
||||||
#Section: Display
|
#Section: Display
|
||||||
mesa-utils
|
#mesa-utils
|
||||||
libgl1-mesa-dri
|
#libgl1-mesa-dri
|
||||||
va-driver-all
|
#va-driver-all
|
||||||
xinput
|
#hwdata
|
||||||
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
|
|
||||||
|
|
||||||
#Section: Kernel/boot/init
|
#Section: Kernel/boot/init
|
||||||
systemd
|
systemd
|
||||||
|
|||||||
@@ -1,92 +1,26 @@
|
|||||||
#Title: Utility
|
#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
|
#Section: Archive management
|
||||||
squashfs-tools
|
squashfs-tools
|
||||||
|
|
||||||
#Section: Text editors
|
#Section: Text editors
|
||||||
#Description: mousepad
|
|
||||||
#Description: nano
|
#Description: nano
|
||||||
mousepad
|
|
||||||
nano
|
nano
|
||||||
|
|
||||||
|
|
||||||
#Section: Screenshots
|
|
||||||
xfce4-screenshooter
|
|
||||||
|
|
||||||
|
|
||||||
#Section: Terminal emulators
|
|
||||||
#Description: xfce4-terminal
|
|
||||||
xfce4-terminal
|
|
||||||
|
|
||||||
|
|
||||||
#Section: Desktop configuration utilities
|
#Section: Desktop configuration utilities
|
||||||
xfce4-settings
|
|
||||||
dconf-cli
|
dconf-cli
|
||||||
|
|
||||||
#Section: Power management
|
#Section: Power management
|
||||||
#Description: xfce4-power-manager
|
|
||||||
xfce4-power-manager
|
|
||||||
xfce4-battery-plugin
|
|
||||||
#radeontool
|
|
||||||
#bumblebee
|
|
||||||
vbetool
|
vbetool
|
||||||
powertop
|
|
||||||
usbutils
|
usbutils
|
||||||
acpi
|
acpi
|
||||||
acpi-support
|
|
||||||
acpi-support-base
|
acpi-support-base
|
||||||
laptop-mode-tools
|
#laptop-mode-tools
|
||||||
fancontrol
|
#fancontrol
|
||||||
rfkill
|
rfkill
|
||||||
cpufrequtils
|
#cpufrequtils
|
||||||
pm-utils
|
#pm-utils
|
||||||
|
|
||||||
#Section: Resources
|
|
||||||
desktop-base
|
|
||||||
#papirus-icon-theme
|
|
||||||
#arc-theme
|
|
||||||
gnome-themes-standard
|
|
||||||
sound-theme-freedesktop
|
|
||||||
gnome-audio
|
|
||||||
|
|
||||||
#Section: Other
|
#Section: Other
|
||||||
sudo
|
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
|
libfile-mimeinfo-perl
|
||||||
#policykit-1-gnome
|
|
||||||
Reference in New Issue
Block a user