Bug 56066

Summary: Extraneous %f in .desktop file
Product: [Retired] Red Hat Linux Reporter: Toralf <bugzilla>
Component: eeAssignee: Havoc Pennington <hp>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-11-12 15:00:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Toralf 2001-11-12 13:09:51 UTC
/usr/share/gnome/apps/Graphics/ee.desktop has

Exec=ee %f

where it should have just

Exec=ee

This causes "%f" (literally) to be passed as extra argument e.g. on
drag+drop in Nautilus (which doesn't work anyway, but I'll report that
elsewhere); GNOME does not expect file name patters or anything in launcher
spec.

Comment 1 Havoc Pennington 2002-02-11 21:38:14 UTC
We are dropping ee from the distribution (use gqview, nautilus, etc. instead).