Herzenschein

Results 30 comments of Herzenschein

Hello @alvin998179 , not a dev, just a user. You need to run gebaar as a daemon (so `gebaard -b`) by calling it on your sway config file, it's quite...

I'd like to see this project on flathub too. Having had a bit of experience with flatpaks, I see a few things to improve (in addition to updating it to...

> @herzenschein What are benefits of using x264 over openh264? As far as I could find x264 produces better quality videos and might have better performance. Won't there be issues...

> Currently I left openh264 and did not add `--socket=wayland` as it breaks OpenGL rendering on my system (Fedora 35, GNOME, Wayland). It is probably related to Qt issues with...

I just tested this on different Wayland sessions. I can reproduce the issue on GNOME Wayland 42 and Sway 1.7, but not on Plasma Wayland 5.24.80 or Weston 10, it...

Instructions for local testing: ```bash git clone https://github.com/joshas/flathub.git cd flathub git checkout com.fceux.FCEUX flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak-builder build --install-deps-from=flathub --force-clean --cache --install com.fceux.FCEUX.json ``` The last line...

Agreed, this is particularly useful for podcasts that expect the user to listen since the beginning, often the case in language learning podcasts for example.

@RockstarRaccoon I think the third image would be the best option if it were to be implemented. It feels more accurate to describe the general contents of the timeline as...

There is a more complete tutorial about Kirigami + PySide: https://dimitris.cc/kde/2022/02/26/pyside-blog-post.html It's well done, so it's being upstreamed as an official tutorial with minimal changes (mostly updates and ensuring it...

I made a very low effort, buggy example in half an hour with my limited knowledge of QML and Kirigami based on https://github.com/sezanzeb/input-remapper/blob/main/readme/screenshot.png: QML File contents ```qml import QtQuick 2.15...