[streamtuner/f13/master] patch added

Matthias Haase endur at fedoraproject.org
Fri Nov 12 13:24:22 UTC 2010


commit 91536c8e6522a6e7c9b0791f5deea991ba85898a
Author: Matthias Haase <endur at bennew01.localdomain>
Date:   Fri Nov 12 14:23:46 2010 +0100

    patch added

 streamtuner2-default-config-desktop-file.patch |   49 ++++++++++++++++++++++++
 1 files changed, 49 insertions(+), 0 deletions(-)
---
diff --git a/streamtuner2-default-config-desktop-file.patch b/streamtuner2-default-config-desktop-file.patch
new file mode 100644
index 0000000..467f327
--- /dev/null
+++ b/streamtuner2-default-config-desktop-file.patch
@@ -0,0 +1,49 @@
+diff -Naur streamtuner2.orig/config.py streamtuner2.new/config.py
+--- streamtuner2.orig/config.py	2010-08-12 02:03:34.000000000 +0200
++++ streamtuner2.new/config.py	2010-11-11 20:53:55.180215988 +0100
+@@ -55,17 +55,17 @@
+ 
+         # some defaults
+         def defaults(self):
+-            self.browser = "sensible-browser"
++            self.browser = "xdg-open "
+             self.play = {
+                "audio/mp3": "audacious ",	# %u for url to .pls, %g for downloaded .m3u
+                "audio/ogg": "audacious ",
+-               "audio/aac": "amarok -l ",
+-               "audio/x-pn-realaudio": "vlc ",
++               "audio/aac": "audacious ",
++               "audio/x-pn-realaudio": "totem ",
+                "audio/*": "totem ",
+-               "*/*": "vlc %srv",
++               "*/*": "totem %srv",
+             }
+             self.record = {
+-               "*/*": "x-terminal-emulator -e streamripper %srv",
++               "*/*": "xterm -e streamripper %srv",
+             }
+             self.plugins = {
+                 "bookmarks": 1,  # built-in plugins, cannot be disabled
+diff -Naur streamtuner2.orig/streamtuner2.desktop streamtuner2.new/streamtuner2.desktop
+--- streamtuner2.orig/streamtuner2.desktop	2010-07-05 15:49:30.000000000 +0200
++++ streamtuner2.new/streamtuner2.desktop	2010-11-11 20:36:07.693117852 +0100
+@@ -2,13 +2,13 @@
+ Encoding=UTF-8
+ Value=1.0
+ Type=Application
+-
+ Exec=streamtuner2
+ Icon=streamtuner2.png
+-
+-Name=streamtuner2
+-Name[en]=streamtuner2
++Name=Streamtuner2
++Name[en]=Streamtuner2
+ GenericName=Internet radio browser
+ Comment=Listen to shoutcast/xiph/live365 music stations
++Categories=GNOME;GTK;AudioVideo;
++Terminal=false
++StartupNotify=true
+ 
+-Categories=AudioVideo
+\ Kein Zeilenumbruch am Dateiende.


More information about the scm-commits mailing list