hilfe mein git ist komisch
This commit is contained in:
10
etc/xdg/Xwayland-session.d/00-at-spi
Executable file
10
etc/xdg/Xwayland-session.d/00-at-spi
Executable 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"
|
||||
7
etc/xdg/autostart/at-spi-dbus-bus.desktop
Normal file
7
etc/xdg/autostart/at-spi-dbus-bus.desktop
Normal 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
|
||||
8
etc/xdg/autostart/pkcs11-register.desktop
Normal file
8
etc/xdg/autostart/pkcs11-register.desktop
Normal 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
|
||||
6
etc/xdg/autostart/snap-userd-autostart.desktop
Normal file
6
etc/xdg/autostart/snap-userd-autostart.desktop
Normal 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
|
||||
11
etc/xdg/autostart/xdg-user-dirs.desktop
Normal file
11
etc/xdg/autostart/xdg-user-dirs.desktop
Normal 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
1
etc/xdg/systemd/user
Symbolic link
@@ -0,0 +1 @@
|
||||
../../systemd/user
|
||||
11
etc/xdg/user-dirs.conf
Normal file
11
etc/xdg/user-dirs.conf
Normal 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
|
||||
16
etc/xdg/user-dirs.defaults
Normal file
16
etc/xdg/user-dirs.defaults
Normal 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
|
||||
Reference in New Issue
Block a user