summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/amarok.cmake/debian/README.Debian
diff options
context:
space:
mode:
authorRobert Xu <robxu9@gmail.com>2011-08-14 09:49:41 -0400
committerRobert Xu <robxu9@gmail.com>2011-08-14 09:49:41 -0400
commite8724f63ecf6c4b6ce612fd56ff81c27a028b70d (patch)
treeb2415e715455d59e9d5db36623c141267d3ebc2c /ubuntu/maverick/applications/amarok.cmake/debian/README.Debian
parentfe0db1142848776b89a32c25b4f23db22f5987df (diff)
parentcd9a7c5ac8336feceecc70a1f7cac6aefe5c370b (diff)
downloadtde-packaging-e8724f63ecf6c4b6ce612fd56ff81c27a028b70d.tar.gz
tde-packaging-e8724f63ecf6c4b6ce612fd56ff81c27a028b70d.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/applications/amarok.cmake/debian/README.Debian')
-rw-r--r--ubuntu/maverick/applications/amarok.cmake/debian/README.Debian28
1 files changed, 28 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/amarok.cmake/debian/README.Debian b/ubuntu/maverick/applications/amarok.cmake/debian/README.Debian
new file mode 100644
index 000000000..7dc17fb17
--- /dev/null
+++ b/ubuntu/maverick/applications/amarok.cmake/debian/README.Debian
@@ -0,0 +1,28 @@
+Amarok packages for Debian
+==========================
+
+ A couple of notes which you may find useful:
+
+ - starting with Amarok 1.4, lyrics downloading is implemented in a
+ separate Ruby script;
+
+ - Last.fm stream support is also implemented with the help of a Ruby
+ script.
+
+ - if you want amarok to be able to play CDs, you need to install the
+ kdemultimedia-kio-plugins package.
+
+ - the scripts available in the 'Scripts' menu need that you install
+ some other packages for them to work. Those packages are listed in
+ the Suggests: field of the amarok package.
+
+ Also, users not using the full KDE environment may get the following
+ error when executing amarok for the first time: "Socket-path is not a
+ link or a directory: /home/$USER/.kde/socket-$HOSTNAME". Just execute:
+
+ $ lnusertemp socket
+
+ Note that you only need to execute it once, not each time that you
+ start Amarok.
+
+ -- Adeodato Simó <dato@net.com.org.es>