hilfe mein git ist komisch

This commit is contained in:
cutemeli
2026-01-08 18:34:49 +01:00
parent 710537a25d
commit b2d2dce845
4644 changed files with 94994 additions and 1763 deletions

View File

@@ -0,0 +1,10 @@
#!/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

@@ -0,0 +1,7 @@
[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

@@ -0,0 +1,8 @@
[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

@@ -0,0 +1,6 @@
[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

@@ -0,0 +1,11 @@
[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

1
etc/xdg/systemd/user Symbolic link
View File

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

11
etc/xdg/user-dirs.conf Normal file
View File

@@ -0,0 +1,11 @@
# 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

@@ -0,0 +1,16 @@
# 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