diff options
author | B. Watson <yalhcru@gmail.com> | 2017-07-10 23:50:20 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-12 22:48:01 +0700 |
commit | 8a7a4a2f40863ce837f177e700c6fa45db2d6d77 (patch) | |
tree | 7cae97a4bcc16ff054c2133b0a6257686d051ad2 /audio/guitarix/README.online | |
parent | 3d1f3d98b9b134d79c290153c5cb4b767c14f375 (diff) |
audio/guitarix: Updated for version 0.35.4.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/guitarix/README.online')
-rw-r--r-- | audio/guitarix/README.online | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/audio/guitarix/README.online b/audio/guitarix/README.online new file mode 100644 index 0000000000000..01bd317665b9b --- /dev/null +++ b/audio/guitarix/README.online @@ -0,0 +1,28 @@ +In case you have trouble downloading presets with the 'Online' button: + +1. Make sure the site is actually up. Open https://musical-artifacts.com + in a browser. If it won't load at all, the site might be down. Also + if you see a 'too many users' error, wait a while and it should work + again. Hopefully. Anyway there's not much you can do about it :( + +2. If the site works fine in a browser, but you get 'Operation not supported' + in guitarix, it's probably a dbus error. The file /etc/rc.d/rc.dbus + should be executable, and when you start your X session, it needs + to be running within a dbus session. Most of the window manager + startup scripts in /etc/X11/xinit/xinit.* already do this (KDE, + XFCE, WindowMaker, and FVWM2, but not fluxbox or twm), but if you + have a custom ~/.xinitrc, you might need to edit it to add dbus + support. See /etc/X11/xinit/xinitrc.fvwm2 for an example of how to do + this. Note that it's NOT enough for the system dbus to be running, + or a user instance spawned by some X application: dbus-launch sets + environment variables, and your window manager needs to have them + set in its environment! If you're not sure, launch a terminal in your + X session and type: + + echo $DBUS_SESSION_BUS_ADDRESS + + If you get a string of gobbledegook similar to this: + + unix:abstract=/tmp/dbus-mrYuKLNcnn,guid=2bbb2710726acb1cdbc4511f59641e0a + + ...then all is well with dbus. If you get no output, fix your .xinitrc. |