Mark Warburton
Mark Warburton
I'm not sure what distro you're running, you might like to try: ``` sudo apt-get install appmenu-gtk2-module appmenu-gtk3-module pip3 install vdf ```
I confirm I have the same issue.
If you are running `systemd`, here is my workaround. To prevent the log files from growing indefinitely, you have several options: 1. set up a `crontab` job with a secondary...
Yes, sorry, missed a step ☺. I've updated my answer above. > Based on my tests it you have to paste this > > ``` > [Service] > StandardError=null >...
Workaround: Replace `weston` with `kwin`: `/etc/sddm.conf.d/10-wayland.conf` ```conf [Wayland] CompositorCommand=kwin_wayland --drm --no-lockscreen --no-global-shortcuts --locale1 --inputmethod maliit-keyboard ``` As root, copy the working `kwin` session to the `sddm` global config: ```bash cp...