Skip to content

Instantly share code, notes, and snippets.

@KevinNitroG
Created February 9, 2025 06:59
Show Gist options
  • Save KevinNitroG/18418d7e43982cb93c1cdf6201682e30 to your computer and use it in GitHub Desktop.
Save KevinNitroG/18418d7e43982cb93c1cdf6201682e30 to your computer and use it in GitHub Desktop.
UNIT FILE STATE PRESET
app-at\x2dspi\x2ddbus\[email protected] generated -
[email protected] generated -
app-geoclue\x2ddemo\[email protected] generated -
app-gnome\x2dkeyring\[email protected] generated -
app-gnome\x2dkeyring\[email protected] generated -
app-gnome\x2dkeyring\[email protected] generated -
app-nm\[email protected] generated -
[email protected] generated -
at-spi-dbus-bus.service static -
blueman-applet.service static -
blueman-manager.service static -
chromoting.service bad enabled
dbus-:[email protected] transient -
dbus-broker.service disabled enabled
dbus.service alias -
dconf.service static -
dirmngr.service static -
dunst.service static -
filter-chain.service disabled enabled
flatpak-oci-authenticator.service static -
flatpak-portal.service static -
flatpak-session-helper.service static -
gammastep-indicator.service disabled enabled
gammastep.service disabled enabled
gcr-ssh-agent.service disabled enabled
glib-pacrunner.service static -
gnome-keyring-daemon.service disabled enabled
gpg-agent.service static -
gpg-agent.service static -
kanata.service enabled enabled
kde-baloo.service disabled enabled
keyboxd.service static -
libinput-gestures.service disabled enabled
mpris-proxy.service disabled enabled
org.freedesktop.IBus.session.generic.service static -
org.freedesktop.IBus.session.GNOME.service disabled enabled
p11-kit-server.service disabled enabled
pipewire-pulse.service enabled enabled
pipewire-session-manager.service alias -
pipewire.service disabled enabled
plasma-dolphin.service static -
rclone-drives.service enabled enabled
[email protected] disabled enabled
ssh-agent.service disabled enabled
systemd-exit.service static -
systemd-tmpfiles-clean.service static -
systemd-tmpfiles-setup.service disabled enabled
tinysparql-xdg-portal-3.service static -
tmux.service disabled enabled
waybar.service disabled enabled
wireplumber.service enabled enabled
[email protected] disabled enabled
xdg-desktop-portal-gtk.service static -
xdg-desktop-portal-hyprland.service static -
xdg-desktop-portal-rewrite-launchers.service disabled enabled
xdg-desktop-portal.service static -
xdg-document-portal.service static -
xdg-permission-store.service static -
 systemctl --user list-unit-files --type=service | awk '$2 == "disabled" {print $1}' | grep -v '@' | xargs -r systemctl --user enable
Created symlink '/home/kevinnitro/.config/systemd/user/dbus.service' → '/usr/lib/systemd/user/dbus-broker.service'.
Created symlink '/home/kevinnitro/.config/systemd/user/default.target.wants/filter-chain.service' → '/usr/lib/systemd/user/filter-chain.service'.
Created symlink '/home/kevinnitro/.config/systemd/user/sockets.target.wants/pipewire.socket' → '/usr/lib/systemd/user/pipewire.socket'.
Created symlink '/home/kevinnitro/.config/systemd/user/graphical-session.target.wants/gammastep-indicator.service' → '/usr/lib/systemd/user/gammastep-indicator.service'.
Created symlink '/home/kevinnitro/.config/systemd/user/graphical-session.target.wants/gammastep.service' → '/usr/lib/systemd/user/gammastep.service'.
Created symlink '/home/kevinnitro/.config/systemd/user/default.target.wants/gcr-ssh-agent.service' → '/usr/lib/systemd/user/gcr-ssh-agent.service'.
Created symlink '/home/kevinnitro/.config/systemd/user/sockets.target.wants/gcr-ssh-agent.socket' → '/usr/lib/systemd/user/gcr-ssh-agent.socket'.
Created symlink '/home/kevinnitro/.config/systemd/user/default.target.wants/gnome-keyring-daemon.service' → '/usr/lib/systemd/user/gnome-keyring-daemon.service'.
Created symlink '/home/kevinnitro/.config/systemd/user/sockets.target.wants/gnome-keyring-daemon.socket' → '/usr/lib/systemd/user/gnome-keyring-daemon.socket'.
Created symlink '/home/kevinnitro/.config/systemd/user/graphical-session.target.wants/kde-baloo.service' → '/usr/lib/systemd/user/kde-baloo.service'.
Created symlink '/home/kevinnitro/.config/systemd/user/graphical-session.target.wants/libinput-gestures.service' → '/usr/lib/systemd/user/libinput-gestures.service'.
Created symlink '/home/kevinnitro/.config/systemd/user/default.target.wants/mpris-proxy.service' → '/usr/lib/systemd/user/mpris-proxy.service'.
Created symlink '/home/kevinnitro/.config/systemd/user/gnome-session.target.wants/org.freedesktop.IBus.session.GNOME.service' → '/usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service'.
Unit /usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service is added as a dependency to a non-existent unit gnome-session.target.
Created symlink '/home/kevinnitro/.config/systemd/user/default.target.wants/p11-kit-server.service' → '/usr/lib/systemd/user/p11-kit-server.service'.
Created symlink '/home/kevinnitro/.config/systemd/user/sockets.target.wants/p11-kit-server.socket' → '/usr/lib/systemd/user/p11-kit-server.socket'.
Created symlink '/home/kevinnitro/.config/systemd/user/default.target.wants/pipewire.service' → '/usr/lib/systemd/user/pipewire.service'.
Created symlink '/home/kevinnitro/.config/systemd/user/default.target.wants/ssh-agent.service' → '/usr/lib/systemd/user/ssh-agent.service'.
Created symlink '/home/kevinnitro/.config/systemd/user/basic.target.wants/systemd-tmpfiles-setup.service' → '/usr/lib/systemd/user/systemd-tmpfiles-setup.service'.
Created symlink '/home/kevinnitro/.config/systemd/user/default.target.wants/tmux.service' → '/home/kevinnitro/.config/systemd/user/tmux.service'.
Created symlink '/home/kevinnitro/.config/systemd/user/graphical-session.target.wants/waybar.service' → '/usr/lib/systemd/user/waybar.service'.
Created symlink '/home/kevinnitro/.config/systemd/user/graphical-session-pre.target.wants/xdg-desktop-portal-rewrite-launchers.service' → '/usr/lib/systemd/user/xdg-desktop-portal-rewrite-launchers.service'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment