Sticky Notes doesn't work on KDE Wayland

I installed Sticky (1.18-1) from official repository, but it doesn’t start, neither from the menu nor from the command line. From the command line I got:

➜ ~ which sticky
/usr/bin/sticky
➜ ~ sticky
/usr/bin/sticky: line 3: /usr/lib/sticky/sticky.py: Permission denied
➜ ~

I know there is a sticky note from plasma, but it not too convenient to open.

Hello @XJia :wink:

I agree that there is problem and thanks for reporting.

A simple fix for now is:

sudo chmod 755 /usr/lib/sticky/sticky.py

@Yochanan You might made a mistake here.

$ stat /usr/lib/sticky/sticky.py                                                                         ✔ 
  File: /usr/lib/sticky/sticky.py
  Size: 42399     	Blocks: 88         IO Block: 4096   regular file
Device: 0,33	Inode: 7691855     Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2023-12-16 12:07:56.165093915 +0100
Modify: 2023-11-29 19:48:12.000000000 +0100
Change: 2023-12-16 12:06:32.452574151 +0100
 Birth: 2023-12-16 12:06:32.449240842 +0100
$ cat /usr/bin/sticky
#!/bin/bash

/usr/lib/sticky/sticky.py $*

Make /usr/lib/sticky/sticky.py executable (755) or include python in /usr/bin/sticky.

See here:

On the git repo /usr/lib/sticky/sticky.py has 755 not 644.

After doing:

sudo chmod 755 /usr/lib/sticky/sticky.py

it can be launched from the menu (launcher), otherwise, it didn’t work.

Fixed with sticky 1.18-2.

1 Like