Tagged Questions
-1
votes
0answers
14 views
Can not figure out the X11 for using it for GUI locally [closed]
I understand that when I do ssh to a remote linux server in order to use a GUI locally I need to have X11. Also that this X11 is some kind of client/server architecture to be able to display a ...
7
votes
2answers
198 views
Are SUSE servers intended to be used graphically?
After being a long-time Debian Linux user, I decided to give SUSE a try. One of the major selling points of SUSE is the YaST configuration system. It provides a set of wizards for common configuration ...
1
vote
1answer
101 views
Start window in specific size and location, is there a general tool can do that?
Is there a general program, that start my GUI program, and able to specify the size and location of this program ? Not just X programs, but also other GUI libs.
0
votes
1answer
328 views
Is there any X windows system, which is HTML, CSS, Javascript? Such as Web Browser?
For dacades X windows system is either BASH, C or etc. But is there any X windows system or any wrapper which can interpret HTML, CSS, Javascript to general Windows system?
I would like to build ...
2
votes
1answer
362 views
Scripting window behavior in KDE to depend on monitor being used
I plug my laptop into a number of different monitors, all of which have aspect ratios not supported by my laptop. I want the built-in and plug-in monitors to be at their maximum respective resolutions ...
3
votes
2answers
737 views
Detach/reattach an application run on X over SSH?
I have a development server that I leave running all the time, and a development laptop that I turn off/on everyday.
I have a GUI application on the server that I'd like to run over SSH -X, and I'd ...
4
votes
3answers
4k views
What to do to run GUI Java app in chrooted environment?
In my case Java app is JDownloader. I prepared chroot environment as explained here:
http://www.0x61.com/forum/post5240333.html#p5240333
and here:
http://interreality.org/~reed/java-chroot.html
...