The appimage is unable to enable USB connections. It launches and prompts to allow USB connections, after providing a password and authenticating, it throws this error:
Command failed with error: Command failed: cd "/home/nmflight"; "/usr/bin/pkexec" --disable-internal-agent /bin/bash -c "echo SUDOPROMPT; usermod -aG dialout $USER & usermod -aG uucp $USER"
usermod: group 'uucp' does not exist
Based on my limited knowledge, uucp isn’t a thing on Fedora anymore, so it shouldn’t fail if the group doesn’t exist, it should try again with just the dialout group.
This isn’t impacting me greatly right now as I dual boot windows, but I am working on moving to linux as my daily driver again and would like it to be functional.
This is the most recent version of the appimage downloaded from the website, running on Fedora 44, kernel version 7.0.13-200.fc44.x86_64.
EDIT: I am still able to mount the phone’s filesystem and transfer files directly with no issue.