Skip to content

Commit

Permalink
Prevent disabling of GNOME shell extension during lock screen
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Dec 29, 2023
1 parent cfa0228 commit 7ec2bce
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 33 deletions.
6 changes: 5 additions & 1 deletion ui/applets/gnome-shell-45/src/metadata.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@
],
"gettext-domain": "workrave",
"localedir": "@LOCALEDIR@",
"url": "@url@"
"url": "@url@",
"session-modes": [
"user",
"unlock-dialog"
]
}
47 changes: 15 additions & 32 deletions ui/applets/gnome-shell/src/metadata.json.in
Original file line number Diff line number Diff line change
@@ -1,34 +1,17 @@
{
"extension-id": "workrave",
"uuid": "@uuid@",
"name": "Workrave",
"description": "Applet that shows all the Workrave timers.",
"shell-version": [ "3.2",
"3.3",
"3.4",
"3.5",
"3.5.4",
"3.6.0",
"3.6",
"3.8",
"3.10",
"3.12",
"3.14",
"3.16",
"3.18",
"3.20",
"3.22",
"3.24",
"3.26",
"3.28",
"3.30",
"3.32",
"40",
"41",
"42",
"43",
"44"
],
"localedir": "@LOCALEDIR@",
"url": "@url@"
"extension-id": "workrave",
"uuid": "@uuid@",
"name": "Workrave",
"description": "Applet that shows all the Workrave timers.",
"shell-version": [
"42",
"43",
"44"
],
"localedir": "@LOCALEDIR@",
"url": "@url@",
"session-modes": [
"user",
"unlock-dialog"
]
}

0 comments on commit 7ec2bce

Please sign in to comment.