rcaelers / workrave

Workrave is a program that assists in the recovery and prevention of Repetitive Strain Injury (RSI). The program frequently alerts you to take micro-pauses, rest breaks and restricts you to your daily limit.
https://www.workrave.org
GNU General Public License v3.0
1.59k stars 202 forks source link

WORKRAVE does not work in Fedora 40 under KDE #547

Open diegoandresalvarez opened 3 months ago

diegoandresalvarez commented 3 months ago

I have tried to install WORKRAVE in several computers running Fedora 40 + KDE. In none of them WORKRAVE works:

$ sudo dnf install workrave
 ...
Installed:
  workrave-1.10.52-4.fc40.x86_64                                                                                                                                                                              
Complete!

When you try to run it ...

(base) daalvarez@earendil:~/Downloads/workrave$ workrave 
Segmentation fault (core dumped)

It appears the above message.

ValdikSS commented 3 months ago

This is because Fedora does not have latest Workrave version with Wayland support. https://bugzilla.redhat.com/show_bug.cgi?id=1956023

Workaround: compile newest git master with Wayland support manually: https://github.com/rcaelers/workrave/issues/523#issuecomment-2038323700