dynobo

Results 160 comments of dynobo
trafficstars

Thanks, @fedka. This is weird, it _should_ work on Intel. However, I noticed, that the package is build on macOS 12, maybe this causes issues? I've just built a package...

> Looks like the link is wrong. It leads to old 2022 source code. Sorry, my bad, forgot to push "publish". :see_no_evil: Here's the correct link: https://github.com/dynobo/normcap/releases/tag/debug-macos

Please re-open, if issue re-occurs.

@HellmannK , thanks for reporting. I _think_ on Wayland permissions are somehow tied to the exact _filename_ of the `.desktop`-file: it has to match a specific format. Can't remember the...

He @HellmannK , could you please try renaming `normcap.desktop` to `com.github.dynobo.normcap.desktop`? E.g. via: ```sh sudo mv /usr/share/applications/normcap.desktop /usr/share/applications/com.github.dynobo.normcap.desktop ``` Does this fix the permission problem?

I was able to reproduce this issue in a fresh Arch VM. It seems like this is somewhat related to this issue flatpak/xdg-desktop-portal#1070 The issue is about keyboard shortcuts, but...

> after modifying the .desktop, it doesn't appear in the Gnome overview @k1gen , can you please share the content of your `.desktop` ? If it doesn't show up at...

Thanks, @stuaxo , for bringing this up! If someone wants to look into this, here's the [repo for the NormCap FlatPak build](https://github.com/flathub/com.github.dynobo.normcap).

As suggested, I added aarch64 support in this PR: https://github.com/flathub/com.github.dynobo.normcap/pull/61 . Unfortunately, the [build failed](https://buildbot.flathub.org/#/builders/6/builds/88421): ```sh Using pip 23.3.1 from /usr/lib/python3.11/site-packages/pip (python 3.11) Looking in links: file:///run/build/python3-pyside6 ERROR: Could not...