Skip to content

Commit de2ad9d

Browse files
added xstartup files
1 parent 53d47a5 commit de2ad9d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

etc/proot-env/vnc/xstartup

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
unset SESSION_MANAGER
3+
unset DBUS_SESSION_BUS_ADRESS
4+
export PULSE_SERVER=127.0.0.1
5+
exec startxfce4

etc/proot-env/vnc/xstartup-hdpi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
unset SESSION_MANAGER
3+
unset DBUS_SESSION_BUS_ADRESS
4+
export PULSE_SERVER=127.0.0.1
5+
export GDK_SCALE=2
6+
export XCURSOR_SIZE=48
7+
export QT_SCALE_FACTOR=2
8+
exec startxfce4

0 commit comments

Comments
 (0)