diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-12-23 02:27:02 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-12-23 02:27:02 +0000 |
commit | dd19314cae9558c36b86c0f817d509a870375069 (patch) | |
tree | 63b4288f93036a4ae97126d684e2a8b93e499e0e /audio | |
parent | e98840ce5bdee8aab563a50fc8b2e9511934c9ba (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms2-scrobbler/files/pkg-message.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xmms2-scrobbler/files/pkg-message.in b/audio/xmms2-scrobbler/files/pkg-message.in index 937afdfd6bf3..da2b416309d3 100644 --- a/audio/xmms2-scrobbler/files/pkg-message.in +++ b/audio/xmms2-scrobbler/files/pkg-message.in @@ -2,7 +2,9 @@ To use XMMS2Scrobbler write your username and password to the config file like this: printf "user: foo\npassword: bar" > \ - ~/.xmms2/clients/xmms2-scrobbler/config + ~/.config/xmms2/clients/xmms2-scrobbler/config + +~/.config is actually $XDG_CONFIG_HOME whose default value is ~/.config. If you wish for XMMS2Scrobbler to start when you start xmms2d, make a symbolic link from %%PREFIX%%/bin/xmms2-scrobbler to ~/.xmms2/startup.d/ |