Bug 156193 - Faulty desktop file for dolphin
Summary: Faulty desktop file for dolphin
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-19 20:16 UTC by Herbert Graeber
Modified: 2008-01-23 07:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Herbert Graeber 2008-01-19 20:16:00 UTC
Version:            (using KDE 4.0.0)
Installed from:    SuSE RPMs
OS:                Linux

The file dolphin.desktop contains the line

	Exec=dolphin %i -caption "%c"

With this command it is not possible to open directories or the trash from the desktop. It is likely that other actions my fail as well.

If I change the line to

	Exec=dolphin -icon "%i" -caption "%c" "%u"

everything works as expected.
Comment 1 Peter Penz 2008-01-22 20:45:45 UTC
Thanks Herbert for the report + fix. Just to be 100 % sure: when opening directories (or the trash) from the desktop: do you use the KDE 3 desktop for starting Dolphin? I cannot reproduce the issue with the trunk version of KDE and using Plasma, but the desktop file still has not been adjusted... Thanks!
Comment 2 Herbert Graeber 2008-01-22 23:04:13 UTC
I used a KDE4 Desktop on openSUSE 10.3 from the BuildService with a parallel KDE3 installation.

I think everybody using a fresh KDE4 installation should have a problem with this dolphin.desktop file. People who have a KDE4 installation for a long time (e.g. developers) are likely to already have overidden this file inside .local/share/applications/kde4 and may not notice the error in the global file in (/usr/share/applications/kde4/dolphin.desktop in my case).

If you login as a new user that has never started KDE, you should observe the same problem with klicking on desktop icons. You cannot open the trash can or ordinary folders with dolphin (Open with konqueror works fine).
Comment 3 Peter Penz 2008-01-23 07:50:25 UTC
OK, thanks! I've committed the fix for 4.0.1 and trunk.