summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmchooser
diff options
context:
space:
mode:
authorMichael Neves2013-05-03 19:29:30 +0200
committerMichael Neves2013-05-03 19:29:30 +0200
commit205c2c6a2e4b402d5b895f78f80cd32787876c19 (patch)
tree941e3e46b90f4cab72eda3bad0654d511e5cd461 /remote/modules/vmchooser
parentMerge branch 'master' of git:openslx-ng/tm-scripts (diff)
downloadtm-scripts-205c2c6a2e4b402d5b895f78f80cd32787876c19.tar.gz
tm-scripts-205c2c6a2e4b402d5b895f78f80cd32787876c19.tar.xz
tm-scripts-205c2c6a2e4b402d5b895f78f80cd32787876c19.zip
rsyslog fix
Diffstat (limited to 'remote/modules/vmchooser')
-rw-r--r--remote/modules/vmchooser/data/usr/local/share/icons/xterm_48x48.xpm53
-rwxr-xr-xremote/modules/vmchooser/data/usr/share/xsessions/xterm.desktop4
2 files changed, 55 insertions, 2 deletions
diff --git a/remote/modules/vmchooser/data/usr/local/share/icons/xterm_48x48.xpm b/remote/modules/vmchooser/data/usr/local/share/icons/xterm_48x48.xpm
new file mode 100644
index 00000000..44fb8109
--- /dev/null
+++ b/remote/modules/vmchooser/data/usr/local/share/icons/xterm_48x48.xpm
@@ -0,0 +1,53 @@
+/* XPM */
+static char * xterm_48x48_xpm[] = {
+"48 48 2 1",
+" c #000000",
+". c #FFFFFF",
+"................................................",
+"...... ........",
+"..... .................................. ......",
+"..... ... ... . .....",
+"..... .. ............................ .. .. ....",
+"..... . .............................. . ... ...",
+"..... . . .... ................... . .... ..",
+"..... . .. .... .................... . .... ..",
+"..... . ... .. ..................... . .... ..",
+"..... . ... .. ..................... . .... ..",
+"..... . .... ...................... . .... ..",
+"..... . .... ...................... . .... ..",
+"..... . ..... ....................... . .... ..",
+"..... . .... ...................... . .... ..",
+"..... . .... ...................... . .... ..",
+"..... . ... .. ..................... . .... ..",
+"..... . ... .. ..................... . .... ..",
+"..... . .. .... .................... . .... ..",
+"..... . . .... ................... . .... ..",
+"..... . .............................. . .... ..",
+"..... . .............................. . .... ..",
+"..... . . . .. ... ... . . .... ..",
+"..... . ... .... ...... ... .. ... . . .... ..",
+"..... . ... .... ...... ... .. . . . . . .... ..",
+"..... . ... .... ... ... . . . . . .... ..",
+"..... . ... .... ...... . .... .. .. . . ... ...",
+"..... . ... .... ...... .. ... .. .. . . ... ...",
+"..... . ... .... .. ... .. ..... . . .. ....",
+"..... . .............................. . .. ....",
+"..... . .............................. . . .....",
+"..... .. ............................ .. . .....",
+"..... ... ... ......",
+"..... .................................. ......",
+"...... ........",
+"................................................",
+"................................................",
+"...... ......",
+"..... .................................. ......",
+"..... . . . . . . . . . . . . . . . . .. ......",
+".... .................................. . ......",
+".... . . . . . . . . . . . . . . . . .. . ......",
+"... .................................. .. ......",
+"... . . . . . . . . . . . . . . . . .. .. ......",
+".. .................................. .. .......",
+".. . . . . . ........",
+". .................................. . .........",
+". ..........",
+"................................................"};
diff --git a/remote/modules/vmchooser/data/usr/share/xsessions/xterm.desktop b/remote/modules/vmchooser/data/usr/share/xsessions/xterm.desktop
index 52e20dca..150b65f2 100755
--- a/remote/modules/vmchooser/data/usr/share/xsessions/xterm.desktop
+++ b/remote/modules/vmchooser/data/usr/share/xsessions/xterm.desktop
@@ -4,7 +4,7 @@ Name=Xterm
Name[de]=Xterm
Comment=This session starts Xterm
Comment[de]=Diese Sitzung startet Xterm
-Exec=/usr/bin/xterm
+Exec=/usr/bin/xterm -fullscreen
TryExec=/usr/bin/xterm
-Icon=
+Icon=/usr/local/share/icons/xterm_48x48.xpm
Type=Application