aarnt / octoxbps

A Qt-based XBPS front end
GNU General Public License v2.0
73 stars 10 forks source link

OctoXBPS not detecting specific shells #12

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hello I just want to notify a little "warning" that I'm receiving when installing packages using OctoXBPS.

read illegal option -n

2020-12-08-125437_3840x1080_scrot

It has to do with the program not detecting the specific shell I'm using (in this case mksh). I know it's not a huge problem but could be fixed easily.

One solution could be that temporary installation scripts (.qt_temp_*) get executed using bash (with a shebang in the script) or maybe simple dash?

I'm really liking OctoXBPS, thx for the work 😀

aarnt commented 3 years ago

Hi @nbmlx Could you test latest devel code?

ghost commented 3 years ago

I'll get back with results once I update some package.

aarnt commented 3 years ago

If you try to install/remove a pkg using the terminal option you may ser the error too.

ghost commented 3 years ago

It's working perfectly, no errors raised at all with the git compiled version when I updated packages. Just for more info, the octoxbps terminal showed sudo bash -c after entering the password. Thanks Aarnt.

aarnt commented 3 years ago

Nice. So can It be closed?

ghost commented 3 years ago

Yes sure.