We all know that Ubuntu and Linux need to let in more people. Personally I think that a way to achieve this is to provide more graphical user interfaces to users that opted to stay away from the command line.
After all, a great percentage of Windows users have never touched the command line, and although we may think that the command line is much powerful, respecting their freedom to choose let's build the windows to let them in.
Traditional methods impose a high entry barrier for GUI programming. Information is not always easy to find, documentation is scarce and sometimes beginners don't know where to start.
Autoglade, in combination with other powerful tools such as Glade interface designer and Nautilus actions provide a simple way to give a lot of command line applications a graphical face, with no or basic programming only.
There are other tools that help a lot in providing this bridge between this two separate worlds. Circumscribing our case to the GNOME desktop one of this tools is Nautilus Actions. It provides the way to call a specified action from the nautilus file manager. Those actions can be simply programmed as scripts in the scripting language of your choice, mainly in bash for simplicity and availability.
But sometimes these scripts need a graphical interface and you don't want to write a full fledged application to achieve these elementary tasks. Here is where the tool we are introducing today comes into scene.
Autoglade will help as to provide these graphical interfaces to our scripts with no programming at all needed in the simplest and medium complexity tasks and with a much reduced programming needs in complex tasks.
Autoglade:
http://autoglade.sf.net
Tutorial:
http://autoglade.wiki.sourceforge.net/autoglade+tutorial+-+first+steps
Tags:
(none)