atmelino
atmelino
This fixed it for me on Ubuntu 22.04 as well! Thank you so much!
Hi Vittorio, the execution time of the SetPinFrequencySafe command doesn't really matter because it is in the setup routine and is only executed once after bootup. Even the pwmWrite function...
I tried running the example on Ubuntu 22.04 by two methods: - following step by step instructions to create the project manually - downloading the source code I got the...
Didn't help: `sudo snap connect pdfarranger:removable-media` causes error `error: snap "pdfarranger" has no plug named "removable-media"` `sudo apt install xdg-desktop-portal-gnome xdg-desktop-portal-gtk` already installed, output: `xdg-desktop-portal-gnome is already the newest version...
`sudo dmesg | grep DENIED` ouput: `[ 5.115896] audit: type=1400 audit(1728610464.999:174): apparmor="DENIED" operation="open" class="file" profile="snap-update-ns.snapd-desktop-integration" name="/proc/1678/maps" pid=1678 comm="5" requested_mask="r" denied_mask="r" fsuid=120 ouid=0` `[ 11.312900] audit: type=1400 audit(1728610471.196:175): apparmor="DENIED" operation="capable" class="cap"...
I removed the snap version and installed the debian package manager version: `sudo apt install pdfarranger` and this version works without any problems. I am convinced that there is a...