Public bug reported:

Binary package hint: kdebase-kde4

When selecting the "Konqueror KDE 4" menu item nothing happens.

The menu item executes:

kfmclient-kde4 openProfile webbrowsing

which, when run from the command line, returns the error:

$ kfmclient-kde4 openProfile webbrowsing
Syntax Error: Not enough arguments

This is because the script neglects to pass the supplied arguments through to 
/usr/lib/kde4/bin/kfmclient,
the entire script is just:

#!/bin/sh
export LD_LIBRARY_PATH=/usr/lib/kde4/lib
export KDEHOME=~/.kde4
export KDEDIRS=/usr/lib/kde4
/usr/lib/kde4/bin/kfmclient

My fix is to just change that last line to:

/usr/lib/kde4/bin/kfmclient $*

There may be a better way to do that, I'm not a bash expert!

I'll attach the patch against kfmclient-kde4 anyway.

** Affects: kdebase-kde4 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
kfmclient-kde4 wrapper script neglects to pass arguments to KDE4 kfmclient
https://bugs.launchpad.net/bugs/176694
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to