distro specific fixes
[distro-setup] / distro-begin
index 6f7031de476cd0b0cb58921376ef8aeba6fc2aa5..86e41e6b286fe7b2fd3bf3cfad76b5167adaf1e7 100755 (executable)
@@ -651,28 +651,19 @@ if has_monitor; then
       ;;
   esac
 
-  # recommends gets us geoclue (for darkening automatically at night i assume),
-  # which recommends modemmanager, which is annoying to fix for the model01 keyboard.
-  # commented because I dont use it much, and in nabia its named changed to redshift-gtk
-  #pi --no-install-recommends gtk-redshift
-
   ##### setup X autostart
-  # install for multiple display managers in case we use one
-  dir=/etc/X11/xinit/xinitrc.d/
-  sudo mkdir -p $dir
-  sudo cp /a/bin/distro-setup/desktop-20-autostart.sh $dir
 
   ## disabled since i'm not using gdm atm
   # dir=/etc/gdm3
   # sudo mkdir -p $dir/PostLogin
-  # sudo cp /a/bin/distro-setup/desktop-20-autostart.sh $dir/PostLogin/Default
+  # sudo cp /a/bin/distro-setup/myx $dir/PostLogin/Default
   sudo mkdir -p /etc/lightdm/lightdm.conf.d
   # etiona lightdm.log:
   # [SeatDefaults] is now called [Seat:*], please update this configuration
   sudo dd of=/etc/lightdm/lightdm.conf.d/12-iank.conf <<'EOF'
 [Seat:*]
 # display-setup-script=/a/bin/ds/lightdm-start
-session-setup-script=/a/bin/distro-setup/desktop-20-autostart.sh
+session-setup-script=/a/bin/distro-setup/myx
 EOF