Skip to content

The lock file is stored in the current directory #193

Description

@ada4a

Bug Description

The definition of the path to the lock file is as follows:

const LOCK_FILE2: &str = constcat::concat!(APPID, "-db", ".lock");

This ends up putting it to wherever the applet is ran from, which is annoying to clean up later.

Expected Result

Always store the lock file to <XDG_STATE_HOME>/<APPID>-db.lock

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions