summaryrefslogtreecommitdiff
path: root/recipes/gpe-session-scripts/files
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpe-session-scripts/files')
-rw-r--r--recipes/gpe-session-scripts/files/angstrom-change-theme.diff10
-rw-r--r--recipes/gpe-session-scripts/files/angstrom/matchbox-session6
-rw-r--r--recipes/gpe-session-scripts/files/disable-composite.xsettings1
-rw-r--r--recipes/gpe-session-scripts/files/highdpifontfix.patch14
-rw-r--r--recipes/gpe-session-scripts/files/matchbox-session6
5 files changed, 37 insertions, 0 deletions
diff --git a/recipes/gpe-session-scripts/files/angstrom-change-theme.diff b/recipes/gpe-session-scripts/files/angstrom-change-theme.diff
new file mode 100644
index 0000000000..b83f1afaf4
--- /dev/null
+++ b/recipes/gpe-session-scripts/files/angstrom-change-theme.diff
@@ -0,0 +1,10 @@
+--- /tmp/xsettings.default 2006-12-07 13:43:12.000000000 +0100
++++ gpe-session-scripts-0.67/X11/xsettings.default 2006-12-07 13:43:35.472227000 +0100
+@@ -3,6 +3,6 @@
+ Gtk/ToolbarStyle:I:2
+ Gtk/FontName:S:Sans 7
+ MATCHBOX/Desktop/Font:S:Sans 7
+-Net/ThemeName:S:Default
++Net/ThemeName:S:Clearlooks
+ MATCHBOX/Background:S:col-solid:#1f00a2
+
diff --git a/recipes/gpe-session-scripts/files/angstrom/matchbox-session b/recipes/gpe-session-scripts/files/angstrom/matchbox-session
new file mode 100644
index 0000000000..d48b9ed308
--- /dev/null
+++ b/recipes/gpe-session-scripts/files/angstrom/matchbox-session
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+#XRES=`xdpyinfo | awk '/dimensions/ { print $2 }' | cut -dx -f1`
+
+matchbox-desktop &
+matchbox-panel --no-flip --orientation south &
diff --git a/recipes/gpe-session-scripts/files/disable-composite.xsettings b/recipes/gpe-session-scripts/files/disable-composite.xsettings
new file mode 100644
index 0000000000..a8ad54cf8d
--- /dev/null
+++ b/recipes/gpe-session-scripts/files/disable-composite.xsettings
@@ -0,0 +1 @@
+MATCHBOX/COMPOSITE:S:off
diff --git a/recipes/gpe-session-scripts/files/highdpifontfix.patch b/recipes/gpe-session-scripts/files/highdpifontfix.patch
new file mode 100644
index 0000000000..67fbeff151
--- /dev/null
+++ b/recipes/gpe-session-scripts/files/highdpifontfix.patch
@@ -0,0 +1,14 @@
+--- /tmp/xsettings.default 2005-11-08 12:51:34.842421400 +0100
++++ gpe-session-scripts-0.66/X11/xsettings.default 2005-11-08 12:52:40.273474368 +0100
+@@ -1,8 +1,8 @@
+ Gtk/IconSizes:S:gtk-dialog=30,30:gtk-button=16,16
+ Gtk/ToolbarIconSize:I:1
+ Gtk/ToolbarStyle:I:2
+-Gtk/FontName:S:Sans 7
+-MATCHBOX/Desktop/Font:S:Sans 7
+-Net/ThemeName:S:Default
++Gtk/FontName:S:Sans 5
++MATCHBOX/Desktop/Font:S:Sans 5
++Net/ThemeName:S:Industrial
+ MATCHBOX/Background:S:col-solid:#1f00a2
+
diff --git a/recipes/gpe-session-scripts/files/matchbox-session b/recipes/gpe-session-scripts/files/matchbox-session
new file mode 100644
index 0000000000..77d5db9df8
--- /dev/null
+++ b/recipes/gpe-session-scripts/files/matchbox-session
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+#XRES=`xdpyinfo | awk '/dimensions/ { print $2 }' | cut -dx -f1`
+
+matchbox-desktop &
+MB_MENU_PANEL_DISABLED=1 matchbox-panel --orientation south &