Bugzilla – Bug 157093
SuSEconfig.gnomevfs2 gives error messages
Last modified: 2006-03-13 17:22:52 UTC
When running SuSEconfig --module gnome-vfs2 I get the warning /sbin/conf.d/SuSEconfig.gnome-vfs2: line 69: $DESKTOP: ambiguous redirect /sbin/conf.d/SuSEconfig.gnome-vfs2: line 72: read: read error: 0: Bad file descriptor
Created attachment 72551 [details] SuSEconfig.gnome-vfs2 Could you try attached script? Simply copy it ot /sbin/conf.d/ It fixes quoting of file names with spaces. I guess it will fix your problem.
Created attachment 72556 [details] SuSEconfig.gnome-vfs2 Fixed script.
Hmm, the error message looks different now... jorschiedt@TuX-JO01:~> sudo /sbin/SuSEconfig --module gnome-vfs2 Starting SuSEconfig, the SuSE Configuration Tool... Running module gnome-vfs2 only Reading /etc/sysconfig and updating the system... Executing /sbin/conf.d/SuSEconfig.gnome-vfs2... /sbin/conf.d/SuSEconfig.gnome-vfs2: line 114: APP_: command not found /sbin/conf.d/SuSEconfig.gnome-vfs2: line 114: APP_: command not found Finished.
Could you provide a shell trace: sh 2>shell.log -x /sbin/conf.d/SuSEconfig.gnome-vfs2
Created attachment 72597 [details] shell log as requested...
Created attachment 72604 [details] SuSEconfig.gnome-vfs2 Crossover Office creates names with colon in the name. This scripts should accept colons in desktop file names.
works fine now - thanks!
Suppose it's fixed now. It still does not handle other exotic characters, but +-.: and space seems to be enough for now.