Cimbali

Results 396 comments of Cimbali

Hi and thanks for this PR! With pip installs being less favoured nowadays I think it’s good we have a decent option for OSs that don’t package pympress. I’ll try...

So thanks again for opening this PR and sorry for the time it took to delve into it. After looking into it I think this manifest should live on flathub...

I think I can setup a repository redirect from `github.com/pympress/` to `github.com/Cimbali/pympress` by renaming the repo back and forth, then we could use `io.github.pympress.` (`.app`? `.presenter`? `.reader`? `.pympress`? `.pdf`?) but...

Additionally to the 3 reasons I listed above, my account name definitely isn’t relevant to the id indeed. The premise of their rule is based on the incorrect assumption that...

I don’t know if vlc supports embedding with wayland. Why not use gstreamer for video support? (I don’t know off the top of my head which is default anymore, but...

Embedding in wayland is just not supported yet: https://code.videolan.org/videolan/vlc/-/issues/16106 There’s no activity on that issue in the last 4 years and I don’t know where the mentioned blocking `get_window` is...

Hmmm I’m running on KDE and can’t seem to reproduce at the minute. Will look into this a little deeper.

I can see how this could be useful for applications who can’t capture the window content and instead capture the window with decoration, and adding a switch is easy enough....

Also I updated zoom (version 6.2.2) and for me it still shares the window’s content (i.e. without titlebar). It might be worth trying to fiddle with options under the “Share...

Under Wayland it seems Gtk’s `window.set_decorated(False)` has no effect (I’d have to test whether it never is or if just Wayland doesn’t honour it), though you can manually do it...