Skip to content

alarm-clock@KopfdesDaemons: Initial release#1779

Open
KopfdesDaemons wants to merge 15 commits into
linuxmint:masterfrom
KopfdesDaemons:alarm-clock
Open

alarm-clock@KopfdesDaemons: Initial release#1779
KopfdesDaemons wants to merge 15 commits into
linuxmint:masterfrom
KopfdesDaemons:alarm-clock

Conversation

@KopfdesDaemons

Copy link
Copy Markdown
Contributor

closes #1580

screenshot

@github-actions

github-actions Bot commented Apr 2, 2026

Copy link
Copy Markdown

Best-practices scanner

This is a regex-based check for API usage that can pose security, performance or
maintainability issues, or that may already be provided by Cinnamon. Having code flagged
by it doesn't automatically disqualify a pull request.

This check is not perfect will not replace a normal review.


Found 2 potential issue(s):

⚠️ global_set_stage_input_mode

alarm-clock@KopfdesDaemons/files/alarm-clock@KopfdesDaemons/desklet.js:239

global.set_stage_input_mode(Cinnamon.StageInputMode.FOCUSED);

global.set_stage_input_mode() controls how all input events are routed.
Misuse can make the desktop unresponsive. This should never be used in third-party code.

alarm-clock@KopfdesDaemons/files/alarm-clock@KopfdesDaemons/desklet.js:241

global.set_stage_input_mode(Cinnamon.StageInputMode.NORMAL);

global.set_stage_input_mode() controls how all input events are routed.
Misuse can make the desktop unresponsive. This should never be used in third-party code.


Automated pattern check.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Desklet Feature Request: An alarm clock

1 participant