Re: [Banshee-List] Banshee Not Opening in FC9



On Wed, 2008-11-05 at 07:04 -0800, seelie wrote:
> I just recently installed  1.2.1-2 and have the same problem. I used
> gpk-application to install.
> 
I believe this issue was that banshee tries to use shell redirection to
redirect output to a log in ~/.config/banshee-1/log, but if you're
running it for the first time, that directory doesn't exist and the
shell script in /usr/bin/banshee-1 won't trigger the actual binaries to
run. 

Workaround: Create a folder ~/.config/banshee-1, or start Banshee from
the Run dialog once. Subsequent attempts to start Banshee from the
launcher will work.

Ubuntu and Debian Banshee packages ship with a patch that fixes this
issue. This issue is also fixed in trunk and 1.3.x. 

To the Fedora packager, it might be a good idea to ship with the
attached patch, if it isn't already included in the Fedora's Banshee
package.
-- 
Chow Loong Jin
Index: src/Clients/banshee-1.in
===================================================================
--- src/Clients/banshee-1.in	(revision 4367)
+++ src/Clients/banshee-1.in	(working copy)
@@ -42,6 +42,7 @@
 if [ -z "$BANSHEE_REDIRECT_LOG" ]; then
 	exec $exec_args
 else
+	mkdir -p `dirname "$BANSHEE_REDIRECT_LOG"`
 	exec $exec_args &> $BANSHEE_REDIRECT_LOG
 fi
 

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]