Aylur / ags

A customizable and extensible shell
GNU General Public License v3.0
1.81k stars 97 forks source link

How to launchapp with my terminal? #497

Open lVentus opened 1 week ago

lVentus commented 1 week ago

I am writing a launcherpad for my tablet now. I can launch gui app perfectly. But when I try to launch tui apps, like btop, it will throw an error:

 JS ERROR: Gio.IOErrorEnum: Unable to find terminal required for application. 

btw I am using Kitty

myryk31415 commented 1 week ago

which command do you use to launch the TUI?

lVentus commented 1 week ago

which command do you use to launch the TUI?

just app.launch()

kotontrion commented 1 week ago

Similar question got asked recently here: #464