diff options
author | Matthew Allum <mallum@openedhand.com> | 2005-10-03 14:09:27 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2005-10-03 14:09:27 +0000 |
commit | d39fbf0c78240e8c6b6177535e8007f170c1aed7 (patch) | |
tree | 9156ed56e817c0ce885810f637962622919493aa /openembedded | |
parent | 7b675ac2babaadfe646a783b6174091ba2ee6ea2 (diff) | |
download | poky-d39fbf0c78240e8c6b6177535e8007f170c1aed7.tar.gz |
fix cursor visibility with sledgehammer that is -use_cursor no
git-svn-id: https://svn.o-hand.com/repos/poky@101 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rwxr-xr-x | openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | 5 | ||||
-rw-r--r-- | openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session index 98c925fe00..02785ba5b0 100755 --- a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session +++ b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | |||
@@ -15,4 +15,7 @@ matchbox-panel --orientation east \ | |||
15 | --no-session \ | 15 | --no-session \ |
16 | --default-apps mb-applet-home,mb-applet-clock,mb-applet-battery & | 16 | --default-apps mb-applet-home,mb-applet-clock,mb-applet-battery & |
17 | 17 | ||
18 | exec matchbox-window-manager -theme Clearlooks $@ | 18 | ## eek ugly no cursor hack - transparent theme should do this |
19 | exec matchbox-window-manager -theme Clearlooks -use_cursor no $@ | ||
20 | |||
21 | |||
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb index ab625e98f8..341ed49f74 100644 --- a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb +++ b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky" | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" | 4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" |
5 | PR = "r5" | 5 | PR = "r6" |
6 | 6 | ||
7 | SRC_URI = "file://etc" | 7 | SRC_URI = "file://etc" |
8 | S = ${WORKDIR} | 8 | S = ${WORKDIR} |