They do run from terminal in my regular account.dolphin_oracle wrote: ↑Thu Apr 14, 2022 4:17 pm do the mpv videos play?
it looks like the format of the strings being passed to start mpv are not valid.
Permission on terminal from Launcher [Solved]
Re: Permission on terminal from Launcher
Re: Permission on terminal from Launcher
The only confusing thing is they start normally when it's launched within terminal.
Maybe this works:
Maybe this works:
Code: Select all
sudo ln -s /usr/bin/python3 /usr/bin/python
Re: Permission on terminal from Launcher
I had my doubts about that symbolic link working.Huckleberry Finn wrote: ↑Thu Apr 14, 2022 4:27 pm Maybe this works:
Code: Select all
sudo ln -s /usr/bin/python3 /usr/bin/python
But it did.
Thank you all for the help.
Re: Permission on terminal from Launcher

I notice just now that there's no link for python here, too:
Code: Select all
$ ll /usr/bin/pytho*
lrwxrwxrwx 1 root root 9 Nis 5 2021 /usr/bin/python3 -> python3.9
-rwxr-xr-x 1 root root 5,3M Şub 28 2021 /usr/bin/python3.9
Re: Permission on terminal from Launcher [Solved]
So, after the command it shows
In case you feel it's solved:
Code: Select all
$ ll /usr/bin/pytho*
lrwxrwxrwx 1 root root 16 Nis 14 23:46 /usr/bin/python -> /usr/bin/python3
lrwxrwxrwx 1 root root 9 Nis 5 2021 /usr/bin/python3 -> python3.9
-rwxr-xr-x 1 root root 5,3M Şub 28 2021 /usr/bin/python3.9
You do not have the required permissions to view the files attached to this post.
Re: Permission on terminal from Launcher
I will check that out.
Also I thought youtube-dl was a python 2 app.
Also I thought youtube-dl was a python 2 app.
Re: Permission on terminal from Launcher
It's also possible to install python2.7-minimal then link that one (in case needed).
Re: Permission on terminal from Launcher
If I don't have python 2, I will be installing it, lots of things still use it.Huckleberry Finn wrote: ↑Thu Apr 14, 2022 5:01 pm It's also possible to install python2.7-minimal then link that one (in case needed).
Plus I am trying to learn django which uses is python dependent.
If I had gone ahead and installed that, I might not have even had this issue.
Thanks, I did mark this as solved.
It is working after all.