RetroPie / RetroPie-Setup

Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
Other
10.07k stars 1.39k forks source link

change dialog with xdialog #1199

Closed b4zz4 closed 8 years ago

b4zz4 commented 8 years ago

More beautiful dialog of configuration in rasp-config and others

http://xdialog.free.fr

joolswills commented 8 years ago

This would depend on an xserver though. It could be implemented perhaps for when running on x86 under X, but no use to the rpi etc.

b4zz4 commented 8 years ago

emulationestation dont work over Xserver?!

joolswills commented 8 years ago

It does, but it is only built like that for X11 target (eg retropie-setup on a PC). On the RPI we use the framebuffer directly, which is why retropie-setup is designed for the terminal.

b4zz4 commented 8 years ago

yes. I thought it how an alternative version when it uses a monitor and no a terminal.

joolswills commented 8 years ago

The other issue is that xdialog is no longer maintained and not even shipped with Debian, so it's not worth the effort unless there is an alternative that is maintained and includes all the dialog functionality.

joolswills commented 8 years ago

There is "zenity" - not sure if it is a drop in replacement though.

joolswills commented 8 years ago

Yeh zenity is not compatible either.. Sorry but this is a wontfix - you will have to make due with opening a terminal :)