Review of "Allow Locked Remote Desktop" version 5

Details Page Preview

Allow remote desktop connections when the screen is locked


No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
12 Active
11 Active
10 Inactive
9 Active
8 Inactive
7 Inactive
6 Active
5 Inactive
4 Inactive
3 Inactive
2 Inactive
1 Inactive

Previous Reviews on this Version

JustPerfection active
If you want your extension remain enabled in lock screen you can use `session-modes` in 42: https://gjs.guide/extensions/topics/session-modes.html You should also follow our rules for that: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#session-modes For older versions you can use this: ```js const Main = imports.ui.main; if (Main.sessionMode.isLocked) { return; } ``` Anyway, I approved this one for copyright year update. If you need any help with your extension you can ask us on: - [GNOME Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions