Skip to content

I can't seem to get awatcher running without manually invoking it. #50

@ndrew222

Description

@ndrew222

Version of awatcher used:

Bundle

 󰈺  ❯ awatcher --version
Activity Watcher 0.3.1

Things I have tried:
placing awatcher.desktop in ~/.config/autostart/

awatcher.desktop:

Exec=sh -c '/usr/bin/awatcher --no-tray &'

no sign of awatcher running

invoking awatcher in my i3 config:

exec --no-startup-id alacritty --class "awatcher" -e /usr/bin/awatcher --no-tray

alacritty window closes immediately on startup

invoking awatcher inside of a headless alacritty instance via my i3-config:

exec --no-startup-id alacritty --daemon --class "awatcher" -e /usr/bin/awatcher --no-tray

awatcher process doesn't exist, even though the alacritty process exists - checked with ps -ef | grep -i awa

awatcher only launches when I invoke it manually, idk why 😭
and I need a window open, for it to work. Even if I summon an alacritty daemon manually it doesn't work
or if I do a sh -c awatcher --no-tray & it needs at least one terminal window open it seems, and I have no idea why.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions