jtagcat

Results 241 comments of jtagcat

Did you try using them on the Official stable Flatpak? The Firefox from your distro's repo?

I'm having a bit of a different issue on Jitsi Meet: Whenever I enter the room, it kicks out me and everyone else. Webcam and mic used to work fine....

I'm afraid not really. The soon™ got stuck on the lay-offs. I don't exactly remember any more the exact (right place) I found to ask, etc. I'd probably say this...

Absolute paths break builds on other distros, and make the scripts harder to read. Is there any reason you don't use `$PATH` ([`man 3 exec`](https://man.archlinux.org/man/core/man-pages/exec.3.en))? My workstation, Arch Linux: ```...

Next time, please separate your commits based on changes, not on files. As it stands now, your changes are hard to work with. *** > Add a better way of...

> Implement sudo instead of direct root usage (especially in install-open-eid.sh) Not all systems have/use `sudo`. Pure Debian included. `man sudo`: `sudo, sudoedit — execute a command as another user`...

> Add Kali Linux support Kali is not supported by Information System Authority, and likely will not be. PopOS (added by me, many years ago) is compatible with the script,...

> Thus, I do not understand why you would even run this script Scripts are patched and adapted to make them work, you'd be surprised what happens in packaging. This...

> Regarding the use of wget: I have tried using curl instead You don't need to wget, curl or network anything. This eliminates the possibility say RIA changes out the...

edit: Yep, works (after cleaning git worktree).