diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-08-14 09:20:29 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-08-14 09:20:29 +0000 |
commit | 6932da52694d0795d22166b1182b7208fa0a67b3 (patch) | |
tree | 5c9d00d7b298a40251b745fc194886e2600633ba /packages/xmms/files | |
parent | 29067741a826654398e69fdae4239ac21694871e (diff) |
xmms_1.2.10.bb : add an icon and .desktop file for xmms
Call via a wrapper scipt so we can insert XLIB_SKIP_ARGB_VISUALS=1 before
xmms so that double size mode works correctly (a tip gleaned from gentoo FAQ)
Diffstat (limited to 'packages/xmms/files')
-rw-r--r-- | packages/xmms/files/xmms.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/xmms/files/xmms.sh b/packages/xmms/files/xmms.sh new file mode 100644 index 0000000000..7d1a96e129 --- /dev/null +++ b/packages/xmms/files/xmms.sh @@ -0,0 +1,4 @@ +#! /bin/sh + +XLIB_SKIP_ARGB_VISUALS=1 xmms + |