|
Hi, i included flatpak the install...it seems to run, but it doesn't save the apps anywhere or populate apps in pcmanfm. Also, is there a work around for getting sudo working (not sure it needs as regular user). Thanks. |
Answered by
ghost
Dec 12, 2023
Replies: 2 comments 1 reply
|
Hi,
It does not add them to menus, but you can list all installed apps with
You can replace sudo binary with a simple shell script like: This may fool some applications, but won't give you root rights if you don't have them already. |
0 replies
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Disregard, realized i needs to use the --user flag, otherwise it defaults to system. Still weird it installed it to host's fs as root and didn't just fail trying to the container's root.