Running a GUI without GUI


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Running a GUI without GUI
# 1  
Old 05-29-2009
Running a GUI without GUI

I was wondering if it is possible to run a GUI window (say Firefox) without actually showing up the window on the desktop but still make it do its own regular stuff (like maybe do something via the command line). Sorry if its a dumb question.

Thanks
# 2  
Old 05-29-2009
I don't know if setting the DISPLAY variable to /dev/null before running Firefox might achieve what you want (web pges html and pictures in the user's firefox cache directory)?

Perhaps using a command line browser would be better? e.g. WWW - The Libwww Line Mode Browser
# 3  
Old 05-29-2009
Quote:
Originally Posted by Legend986
I was wondering if it is possible to run a GUI window (say Firefox) without actually showing up the window on the desktop but still make it do its own regular stuff (like maybe do something via the command line). Sorry if its a dumb question.

Thanks
lynx is a text based browser.
# 4  
Old 05-29-2009
Thank you for your replies. I was in fact looking at the extension capabilities of firefox in doing certain things with ease... I tried exporting the display to null but it says Error in opening the device... Do you have any other suggestions by any chance?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Gui

hi unix expert what does mean the blew sentences? and what does i do for this? ( i want to install dropbox in centos) "I was just experimenting with Flatpak apps, and Dropbox is available as a Flatpak. Installing that way was super easy -- installed gnome-software (which has Flatpak... (2 Replies)
Discussion started by: abdossamad2003
2 Replies

2. Programming

Python gui or C++ gui or java gui?

python gui or c++ gui or java gui? and when to use etch one? (1 Reply)
Discussion started by: kaja
1 Replies

3. Ubuntu

GUI for Gutsy running a SPARC Machine

I am having a hard time trying to find a repository that supports Gutsy 7.10 SPARC (I'm running a Sun Blade 1000 with an Ultra SPARC processor). Any idea how i can get a gui on my machine? Thanks in advance for the help (2 Replies)
Discussion started by: swilso
2 Replies

4. Red Hat

Problems running redhat config samba in the GUI

hi Recently the above option has stopped working all together. On clicking on this option it appears as though the window will open as the outline of the box appears but nothing more. On running this from a command prompt within the GUI , I get the following error: The last line... (0 Replies)
Discussion started by: timcs
0 Replies

5. Shell Programming and Scripting

What to use for non-X GUI??

Has anybody ever needed to make a GUI (but really old-school style like dialog) to do some menu-based configurations... quite literally I have been bashing out code in Python using an interface class to the Dialog program in Linux... but it doesn't really have all the callback menu-driven... (0 Replies)
Discussion started by: jjinno
0 Replies

6. Shell Programming and Scripting

Gui?

Do you guys work with Python? I'm just learning now but GUI seems like a way cool program it is just really wierd... I have version 4.2. you can download it for free off the site... (0 Replies)
Discussion started by: Blacidic
0 Replies

7. UNIX Desktop Questions & Answers

Running MS-windows GUI from unix/linux

Hi i need some help , i would like to run a GUI application on windows from unix i dont need to see the gui just to activate it from remote . it shoud be from CLI on the unix . thanks GUY (1 Reply)
Discussion started by: koreng
1 Replies

8. UNIX for Dummies Questions & Answers

If a is windows gui ( client), b is a unix gui ( Server for a) and c is a shell scrip

Hello all, 1) I want to have a GUI application that will call Unix shell scripts, 2) that GUI application should be able to reside on windows ( if possible) and then call Unix shell script either directly or through a server residing on unix. That is for example. If a is windows gui (... (1 Reply)
Discussion started by: hchivukula
1 Replies

9. UNIX Desktop Questions & Answers

Linux GUI

I got Linux 9 installed on my system with the GUI. One fine day....the GUI wouldn't start. How should i set it right? (2 Replies)
Discussion started by: preeya
2 Replies

10. UNIX Desktop Questions & Answers

GUI help

I am running Solaris 9 os on a sparc 64. I installed netscape 7 and it works just fine. However on the desktop when you click web browser is still brings up netscape 4. How can i make the web browser link on the desk top open version 7 instead of 4? Thanks, Steve (1 Reply)
Discussion started by: meyersp
1 Replies
Login or Register to Ask a Question