OESF Portables Forum
Model Specific Forums => Gemini PDA => Gemini PDA - Linux => Topic started by: galodoido on May 29, 2018, 09:24:36 am
-
I'm using xterm, but decided to open qterminal and only a black screen is showed.
Any help ?
Thank you all
-
I'm using xterm, but decided to open qterminal and only a black screen is showed.
Any help ?
Thank you all
You need a command interpreter. The default image did not set one. See:
https://github.com/gemian/gemini-keyboard-apps/wiki/DebianTP (https://github.com/gemian/gemini-keyboard-apps/wiki/DebianTP)
Or just sudo apt install konsole for a much better terminal
-
I'm using xterm, but decided to open qterminal and only a black screen is showed.
Any help ?
Thank you all
You need a command interpreter. The default image did not set one. See:
https://github.com/gemian/gemini-keyboard-apps/wiki/DebianTP (https://github.com/gemian/gemini-keyboard-apps/wiki/DebianTP)
Or just sudo apt install konsole for a much better terminal
ok. thank you so much.
-
I'm using xterm, but decided to open qterminal and only a black screen is showed.
Any help ?
Thank you all
You need a command interpreter. The default image did not set one. See:
https://github.com/gemian/gemini-keyboard-apps/wiki/DebianTP (https://github.com/gemian/gemini-keyboard-apps/wiki/DebianTP)
Or just sudo apt install konsole for a much better terminal
ok. thank you so much.
When I run qterminal in xterm and with root privileges ( su qterminal ) I can see the prompt for qterminal .
If I only run qterminal ( in xterm ) I only see a black terminal with no prompt.
-
When I run qterminal in xterm and with root privileges ( su qterminal ) I can see the prompt for qterminal .
If I only run qterminal ( in xterm ) I only see a black terminal with no prompt.
That is because toot has a shell set already, /bin/sh
If you are not comfortable editing system files, if you install Konsole, you can specify a startup command in its settings. Just use /bin/bash as your startup command and then use it.
Even if you don't do that, Konsole will still run /bin/sh for you on its own.
-
When I run qterminal in xterm and with root privileges ( su qterminal ) I can see the prompt for qterminal .
If I only run qterminal ( in xterm ) I only see a black terminal with no prompt.
That is because toot has a shell set already, /bin/sh
If you are not comfortable editing system files, if you install Konsole, you can specify a startup command in its settings. Just use /bin/bash as your startup command and then use it.
Even if you don't do that, Konsole will still run /bin/sh for you on its own.
thank you so much.
Did a fresh install , follow your tips and everything is fine.
Thank you so much again