1
vote
3answers
3k views

Fast way to create gui for bash app

I want to build a simple GUI for an app that use bash so for example clicking on a button would execute some bash commands and so one. There's a GUI creator also simple, i need only buttons and ...
19
votes
4answers
4k views

What's the difference between GTK and QT?

Please bear with me as I'm a newcomer to Linux. I've been writing GUI programs in REALbasic on a Mac for several years. I'm trying to learn Python and I want to write GUI apps for Linux (primarily ...
7
votes
1answer
538 views

Is PyGTK still relevant?

I'm new to Linux but not to app development. I come from a RealBasic on a Mac background. I've accepted that I need to learn a new language to develop for Linux (since RB won't run on 64 bit distros ...
1
vote
1answer
77 views

Graphical shortcut to command

In this answer, this command is recommended: wine /media/cdrom/app.exe How can I make a simple graphical program to let me choose a variable for the file that was chosen in the command?
4
votes
4answers
2k views

How do I get started with an Ubuntu friendly GUI framework?

I have a few small scripts that I use for routine tasks. They require simple parameters to run. Rather than running them from the terminal, I'd prefer to pick something from the menu, be presented ...