Comment 3 for bug 217654

Revision history for this message
Nicolas Riesco (nicolas-riesco) wrote : Re: [Bug 217654] Re: nautilus won't launch KDE apps

As suggested by Sebastien Bacher, I tried in the terminal:

     cd /usr/share/applications/kde

     for x in $(grep -xl "^Path=" *.desktop) ; do sudo sed -i
's/^Path=/#Path=/' $x ; done

Then I logged out and back in, and the bug was gone.

Thanks Sebastien.