]> git.pld-linux.org Git - packages/amarok-script-lyricviewer.git/commitdiff
- still need kfmexec, but it's called kioexec
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 17 Aug 2005 09:52:57 +0000 (09:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lyricviewer-dcop.patch -> 1.2

lyricviewer-dcop.patch

index 6074f2a7155d62fe3ea5757d7eb2f131e10d4ca1..01982839903be8368b91df3f7b851d2182dea911 100644 (file)
@@ -1,11 +1,11 @@
 --- ./lyricviewer.sh~  2005-08-16 23:46:30.000000000 +0300
-+++ ./lyricviewer.sh   2005-08-16 23:51:26.889106664 +0300
++++ ./lyricviewer.sh   2005-08-17 00:09:31.000000000 +0200
 @@ -27,7 +27,7 @@
        do
                #kfmexec "dcop amarok player lyricsByPath" $song | sed -e s'~<br
                #\/>~~g' -e s'~<\/body>~~' -e s'~<\/html>~~' | tee .lyrics_final
 -              kfmexec "dcop amarok player lyricsByPath" $song | html2text     -nobs | tee .lyrics_final
-+              dcop amarok player lyricsByPath $song | html2text       -nobs | tee .lyrics_final
++              kioexec "dcop amarok player lyricsByPath" $song | html2text     -nobs | tee .lyrics_final
                if [ -n "$(cat .lyrics_final)" ] ; then 
                        kdialog --icon amarok --title "View Lyrics"  --textbox .lyrics_final 225 500
                else 
This page took 0.063333 seconds and 4 git commands to generate.