diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-03-24 18:33:55 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-03-24 18:33:55 +0000 |
commit | a532b3d2a8ed0d007ce463e8d0b71d3c40f3521f (patch) | |
tree | 8f51a0949e4faa0a1577447b8a954f781d2548d5 /x11-misc/lightdm-base/files | |
parent | 47623dcadf4c2c19d0023a82a47cb95116d2a040 (diff) |
drop lightdm, use gentoo one
Diffstat (limited to 'x11-misc/lightdm-base/files')
-rw-r--r-- | x11-misc/lightdm-base/files/README.gentoo | 11 | ||||
-rw-r--r-- | x11-misc/lightdm-base/files/Xsession | 69 | ||||
-rw-r--r-- | x11-misc/lightdm-base/files/lightdm | 8 | ||||
-rw-r--r-- | x11-misc/lightdm-base/files/lightdm-1.7.7-session-wrapper.patch | 13 | ||||
-rw-r--r-- | x11-misc/lightdm-base/files/lightdm-autologin | 6 | ||||
-rw-r--r-- | x11-misc/lightdm-base/files/lightdm.service | 15 | ||||
-rw-r--r-- | x11-misc/lightdm-base/files/session-wrapper-lightdm.patch | 13 |
7 files changed, 0 insertions, 135 deletions
diff --git a/x11-misc/lightdm-base/files/README.gentoo b/x11-misc/lightdm-base/files/README.gentoo deleted file mode 100644 index 182f5308..00000000 --- a/x11-misc/lightdm-base/files/README.gentoo +++ /dev/null @@ -1,11 +0,0 @@ - - * Even though the default /etc/lightdm/lightdm.conf will work for - * most users, make sure you configure it to suit your needs - * before using lightdm for the first time. - * You can test the configuration file using the following - * command: lightdm --test-mode -c /etc/lightdm/lightdm.conf. This - * requires xorg-server to be built with the 'kdrive' useflag. - * - * You can also set your own default values for LIGHTDM_GREETER, - * LIGHTDM_SESSION, and LIGHTDM_USER in /etc/portage/make.conf - diff --git a/x11-misc/lightdm-base/files/Xsession b/x11-misc/lightdm-base/files/Xsession deleted file mode 100644 index 5da041e6..00000000 --- a/x11-misc/lightdm-base/files/Xsession +++ /dev/null @@ -1,69 +0,0 @@ -#!/bin/sh -# -# LightDM wrapper to run around X sessions. - -echo "Running X session wrapper" - -# Load profile -for file in "/etc/profile" "$HOME/.profile" "/etc/xprofile" "$HOME/.xprofile"; do - if [ -f "$file" ]; then - echo "Loading profile from $file"; - . "$file" - fi -done - -# Load resources -for file in "/etc/X11/Xresources" "$HOME/.Xresources"; do - if [ -f "$file" ]; then - echo "Loading resource: $file" - xrdb -nocpp -merge "$file" - fi -done - -# Load keymaps -for file in "/etc/X11/Xkbmap" "$HOME/.Xkbmap"; do - if [ -f "$file" ]; then - echo "Loading keymap: $file" - setxkbmap `cat "$file"` - XKB_IN_USE=yes - fi -done - -# Load xmodmap if not using XKB -if [ -z "$XKB_IN_USE" ]; then - for file in "/etc/X11/Xmodmap" "$HOME/.Xmodmap"; do - if [ -f "$file" ]; then - echo "Loading modmap: $file" - xmodmap "$file" - fi - done -fi - -unset XKB_IN_USE - -# Run all system xinitrc shell scripts. -xinitdir="/etc/X11/xinit/xinitrc.d" -if [ -d "$xinitdir" ]; then - for script in $xinitdir/*; do - echo "Loading xinit script $script" - if [ -x "$script" -a ! -d "$script" ]; then - . "$script" - fi - done -fi - -# Load Xsession scripts -xsessionddir="/etc/X11/Xsession.d" -if [ -d "$xsessionddir" ]; then - for i in `ls $xsessionddir`; do - script="$xsessionddir/$i" - echo "Loading X session script $script" - if [ -r "$script" -a -f "$script" ] && expr "$i" : '^[[:alnum:]_-]\+$' > /dev/null; then - . "$script" - fi - done -fi - -echo "X session wrapper complete, running session $@" - -exec $@ diff --git a/x11-misc/lightdm-base/files/lightdm b/x11-misc/lightdm-base/files/lightdm deleted file mode 100644 index 6286d6ab..00000000 --- a/x11-misc/lightdm-base/files/lightdm +++ /dev/null @@ -1,8 +0,0 @@ -#%PAM-1.0 -auth optional pam_env.so -auth include system-login -auth required pam_nologin.so -account include system-login -password include system-login -session optional pam_loginuid.so -session include system-auth diff --git a/x11-misc/lightdm-base/files/lightdm-1.7.7-session-wrapper.patch b/x11-misc/lightdm-base/files/lightdm-1.7.7-session-wrapper.patch deleted file mode 100644 index 40b41597..00000000 --- a/x11-misc/lightdm-base/files/lightdm-1.7.7-session-wrapper.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: lightdm-1.7.7/data/lightdm.conf -=================================================================== ---- lightdm-1.7.7.orig/data/lightdm.conf -+++ lightdm-1.7.7/data/lightdm.conf -@@ -87,7 +87,7 @@ - #user-session=default - #allow-guest=true - #guest-session=UNIMPLEMENTED --#session-wrapper=lightdm-session -+session-wrapper=/etc/lightdm/Xsession - #greeter-wrapper= - #display-setup-script= - #greeter-setup-script= diff --git a/x11-misc/lightdm-base/files/lightdm-autologin b/x11-misc/lightdm-base/files/lightdm-autologin deleted file mode 100644 index decfba34..00000000 --- a/x11-misc/lightdm-base/files/lightdm-autologin +++ /dev/null @@ -1,6 +0,0 @@ -auth optional pam_env.so -auth required pam_nologin.so -auth required pam_permit.so - -account include system-local-login -session include system-local-login diff --git a/x11-misc/lightdm-base/files/lightdm.service b/x11-misc/lightdm-base/files/lightdm.service deleted file mode 100644 index 4a7918f2..00000000 --- a/x11-misc/lightdm-base/files/lightdm.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=Light Display Manager -Documentation=man:lightdm(1) -After=systemd-user-sessions.service - -[Service] -ExecStart=/usr/sbin/lightdm -StandardOutput=syslog -Restart=always -IgnoreSIGPIPE=no -BusName=org.freedesktop.DisplayManager - -[Install] -Alias=display-manager.service -WantedBy=multi-user.target diff --git a/x11-misc/lightdm-base/files/session-wrapper-lightdm.patch b/x11-misc/lightdm-base/files/session-wrapper-lightdm.patch deleted file mode 100644 index 9f41816a..00000000 --- a/x11-misc/lightdm-base/files/session-wrapper-lightdm.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: lightdm-1.0.6/data/lightdm.conf -=================================================================== ---- lightdm-1.0.6.orig/data/lightdm.conf -+++ lightdm-1.0.6/data/lightdm.conf -@@ -65,7 +65,7 @@ - #user-session=default - #allow-guest=true - #guest-session=UNIMPLEMENTED --#session-wrapper=lightdm-session -+session-wrapper=/etc/lightdm/Xsession - #display-setup-script= - #greeter-setup-script= - #session-setup-script= |