Permission on terminal from Launcher  [Solved]

Message
Author
bobbee
Posts: 115
Joined: Sun Apr 07, 2019 7:17 pm

Re: Permission on terminal from Launcher

#21 Post by bobbee »

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.
They do run from terminal in my regular account.

Huckleberry Finn

Re: Permission on terminal from Launcher

#22 Post by Huckleberry Finn »

The only confusing thing is they start normally when it's launched within terminal.

Maybe this works:

Code: Select all

sudo ln -s /usr/bin/python3 /usr/bin/python

bobbee
Posts: 115
Joined: Sun Apr 07, 2019 7:17 pm

Re: Permission on terminal from Launcher

#23 Post by bobbee »

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
I had my doubts about that symbolic link working.

But it did.

Thank you all for the help.

Huckleberry Finn

Re: Permission on terminal from Launcher

#24 Post by Huckleberry Finn »

:number1:

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
(On MX 21 ... but it's normal on MX 19.4)

Huckleberry Finn

Re: Permission on terminal from Launcher  [Solved]

#25 Post by Huckleberry Finn »

So, after the command it shows

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
In case you feel it's solved:
You do not have the required permissions to view the files attached to this post.

bobbee
Posts: 115
Joined: Sun Apr 07, 2019 7:17 pm

Re: Permission on terminal from Launcher

#26 Post by bobbee »

I will check that out.
Also I thought youtube-dl was a python 2 app.

Huckleberry Finn

Re: Permission on terminal from Launcher

#27 Post by Huckleberry Finn »

It's also possible to install python2.7-minimal then link that one (in case needed).

bobbee
Posts: 115
Joined: Sun Apr 07, 2019 7:17 pm

Re: Permission on terminal from Launcher

#28 Post by bobbee »

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).
If I don't have python 2, I will be installing it, lots of things still use it.
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.

Post Reply

Return to “Software / Configuration”