LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   CLI - UNIX command and/or switch to open a package (https://www.linuxquestions.org/questions/programming-9/cli-unix-command-and-or-switch-to-open-a-package-660737/)

phidor 08-05-2008 07:49 PM

CLI - UNIX command and/or switch to open a package
 
Please: Is there a way with the CLI to open a GUI package and minimise it??

Phidor

jailbait 08-05-2008 08:35 PM

A GUI program needs to have X-Window running in order to work. So if you have your CLI running in a terminal which is running on top of your GUI (Gnome or KDE or whatever) then you can start a GUI program from the command line. If your CLI is running directly on top of the kernel with no X-Window present then the GUI program will fail because it can't find X-Window.

So if you are running a terminal on top of a GUI desktop then you can simply type in the name of the GUI program you want to run. For example if you want to run gedit then type in:

gedit

-----------------------
Steve Stites

phidor 08-05-2008 10:52 PM

CLI running packages
 
Many thanks. Yes, I realised that bit. I want to minimise as I open it as well - can this also be done from the CLI??? Phidor

gnashley 08-06-2008 01:20 AM

That depends on whether the program supports such a command-line option and/or the window manager supports minimized windows. You might be able to do this by starting the program with a tool like Xautomation, xwit or wmctrl.

phidor 08-06-2008 05:41 AM

Thanks gnashley - wmctrl will apparently handle the package I want to use (Claws-mail) OK. I installed wmctrl OK, read over the 'man wmctrl' page and tried 'wmctrl -h' but totally unfamiliar with reading manuals/instructions I had a go at trial and error to get things to work. Hopeless. I've arbitrarily tried about 50 different choices, such as
'claws-mail wmctrl -r 1 -e 1 -b 1' and each time I get Claws-mail opening at last used window size but I want to minimise it.
How do I do it please? Any odd clue along the way on how ON EARTH the manual is read/understood would be helpful. Phidor.


All times are GMT -5. The time now is 03:50 PM.