Separate setup-assistant and initial user setup
The setup assistant only gets run once per system, so this needs to be moved.
This commit is contained in:
parent
76aa55a2eb
commit
009a53e32b
2 changed files with 9 additions and 8 deletions
9
etc/skel/.config/autostart/initial-user-setup.desktop
Executable file
9
etc/skel/.config/autostart/initial-user-setup.desktop
Executable file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Categories=System;Monitor;
|
||||
Comment=Does the initial user setup
|
||||
Exec=systemctl --user enable --now psd pulseaudio-bluetooth-autoconnect;libinput-gestures-setup autostart;libinput-gestures-setup start;rm ~/.config/autostart/initial-user-setup.desktop.desktop
|
||||
Icon=setup
|
||||
Name=Initial user setup
|
||||
StartupNotify=false
|
||||
Terminal=false
|
||||
Type=Application
|
|
@ -1,8 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Name=Libinput Gestures
|
||||
Exec=/usr/bin/libinput-gestures
|
||||
Icon=libinput-gestures
|
||||
Comment=Background application to intercept and action libinput gestures from touchpad.
|
||||
Categories=GNOME;GTK;System;
|
Loading…
Reference in a new issue