How to make the .AppImage
autostart at boot?
#966
-
It's not obvious. I don't want to mess around with SystemD. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If using KDE Plasma 5:
|
Beta Was this translation helpful? Give feedback.
If using KDE Plasma 5:
Download the
.AppImage
file from https://github.com/ActivityWatch/activitywatch/releases (like https://github.com/ActivityWatch/activitywatch/releases/download/v0.12.3b10/activitywatch-linux-x86_64.AppImage) to wherevergrep DOWNLOAD .config/user-dirs.dirs # https://stackoverflow.com/a/25055201/9731176
states (probably
$HOME/Downloads
if you're using PowerShell Core 7+,bash
, orsh
) as, in this case,activitywatch-linux-x86_64.AppImage
.Install https://flathub.org/apps/io.github.prateekmedia.appimagepool using https://dl.flathub.org/repo/appstream/io.github.prateekmedia.appimagepool.flatpakref.
Open AppImage Pool and add
activitywatch-linux-x86_64.AppImage
.ac…