I suggest just to turn off the locking, e.g.
====
--- xmms2-scrobbler     2008-01-04 00:58:34.000000000 +0300
+++ /usr/bin/xmms2-scrobbler    2008-01-04 01:01:13.000000000 +0300
@@ -88,7 +88,9 @@
        def initialize
                FileUtils.mkdir_p(CONFIG_DIR) unless File.directory?
(CONFIG_DIR)

-               handle_lockfile
+# Disabled because stale lockfile breaks everything and single instance is 
guaranteed by
+# XMMS2's own locking anyway.
+#              handle_lockfile
                setup_logger

                @blocked = true
====

-- 
        -- Dmitry Rutsky



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to