We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/tmp
1 parent ef6d9ee commit be45243Copy full SHA for be45243
src/application.vala
@@ -592,7 +592,7 @@ Examples:
592
* Returns the path to the lock directory for drop window locks.
593
*/
594
private string get_lock_dir() {
595
- var dir = Path.build_filename(Environment.get_tmp_dir(), "app-manager-locks");
+ var dir = Path.build_filename(Environment.get_user_runtime_dir(), "app-manager-locks");
596
DirUtils.create_with_parents(dir, 0755);
597
return dir;
598
}
0 commit comments