removed /etc and /opt

This commit is contained in:
cutemeli
2025-12-22 10:48:14 +00:00
parent 5ce7ca2c5d
commit 10d1afbb17
32559 changed files with 0 additions and 6756692 deletions

View File

@@ -1,10 +0,0 @@
#!/bin/sh
# Copy a11y bus address from the DBus session bus to the X11 root property.
# This is useful when Xwayland is started on demand and if the user has an
# application with X11 access that does not have access to the session bus.
ADDR="$( busctl call --user org.a11y.Bus /org/a11y/bus org.a11y.Bus GetAddress )" || exit 0
ADDR="$( echo $ADDR | sed 's/s "\(.*\)"/\1/' )" || exit 0
exec xprop -root -format AT_SPI_BUS 8s -set AT_SPI_BUS "$ADDR"

View File

@@ -1,7 +0,0 @@
[Desktop Entry]
Type=Application
Name=AT-SPI D-Bus Bus
Exec=/usr/libexec/at-spi-bus-launcher --launch-immediately
NoDisplay=true
X-GNOME-AutoRestart=true
X-GNOME-Autostart-Phase=Initialization

View File

@@ -1,8 +0,0 @@
[Desktop Entry]
Name=Install OpenSC PKCS#11 module
Type=Application
Exec=/usr/bin/pkcs11-register
Categories=Security;System;
X-GNOME-AutoRestart=true
X-GNOME-Autostart-Phase=Initialization
NoDisplay=true

View File

@@ -1,6 +0,0 @@
[Desktop Entry]
Name=Snap user application autostart helper
Comment=Helper program for launching snap applications that are configured to start automatically.
Exec=/usr/bin/snap userd --autostart
Type=Application
NoDisplay=true

View File

@@ -1,11 +0,0 @@
[Desktop Entry]
Type=Application
Name=User folders update
TryExec=xdg-user-dirs-update
Exec=xdg-user-dirs-update
StartupNotify=false
NoDisplay=true
X-Ubuntu-Gettext-Domain=xdg-user-dirs
X-GNOME-Autostart-Phase=Initialization
X-KDE-autostart-phase=1

View File

@@ -1 +0,0 @@
../../systemd/user

View File

@@ -1,11 +0,0 @@
# This controls the behaviour of xdg-user-dirs-update which is run on user login
# You can also have per-user config in ~/.config/user-dirs.conf, or specify
# the XDG_CONFIG_HOME and/or XDG_CONFIG_DIRS to override this
#
enabled=True
# This sets the filename encoding to use. You can specify an explicit
# encoding, or "locale" which means the encoding of the users locale
# will be used
filename_encoding=UTF-8

View File

@@ -1,16 +0,0 @@
# Default settings for user directories
#
# The values are relative pathnames from the home directory and
# will be translated on a per-path-element basis into the users locale
DESKTOP=Desktop
DOWNLOAD=Downloads
TEMPLATES=Templates
PUBLICSHARE=Public
DOCUMENTS=Documents
MUSIC=Music
PICTURES=Pictures
VIDEOS=Videos
# Another alternative is:
#MUSIC=Documents/Music
#PICTURES=Documents/Pictures
#VIDEOS=Documents/Videos