mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-22 08:33:24 -05:00
The startx for uml using Xnest.
This commit is contained in:
parent
0696e30722
commit
7949c96607
15
add-ons/yard/make-debian-X11/replacements/usr/X11R6/bin/startx-debian-X11
Executable file
15
add-ons/yard/make-debian-X11/replacements/usr/X11R6/bin/startx-debian-X11
Executable file
@ -0,0 +1,15 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
print "Please enter your Hosts ip: ";
|
||||
my $answer = <STDIN>;
|
||||
chomp $answer;
|
||||
$ENV{DISPLAY} = "$answer:0";
|
||||
system "Xnest&";
|
||||
|
||||
$ENV{DISPLAY} = ":0";
|
||||
system "flwm&";
|
||||
system "gbootroot&";
|
||||
|
||||
sleep(5);
|
||||
print "That's it\n";
|
||||
system "xsetroot -display :0 -solid Orange";
|
Loading…
x
Reference in New Issue
Block a user