gtkpod patch

Terje Rosten <[email protected]>
Newsgroups gmane.linux.freshrpms.user
Message-ID <[email protected]>
Default mount point for IPOD's in FC5 are /media/IPOD

Here is patch to gtkpod to understand this fact:

diff -uNr gtkpod-0.99.4.orig/src/prefs.c gtkpod-0.99.4/src/prefs.c
--- gtkpod-0.99.4.orig/src/prefs.c	2006-02-04 13:04:52.000000000 +0100
+++ gtkpod-0.99.4/src/prefs.c	2006-04-05 09:40:46.000000000 +0200
@@ -161,7 +161,7 @@
     }
     else
     {
-	mycfg->ipod_mount = g_strdup("/mnt/ipod");
+	mycfg->ipod_mount = g_strdup("/media/IPOD");
     }
 
     mycfg->charset = NULL;

SRPM and patch also available here:

  http://www.pvv.ntnu.no/~terjeros/rpms/gtkpod/


 - Terje
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.