| Browse all patches |
Author[]
Rodrigo Gallardo
Synopsis[]
The current Sawfish.desktop file does not comply with the freedesktop.org standard.
Patch[]
diff --git a/Sawfish.desktop b/Sawfish.desktop index 03fef1e..27c4c23 100644 --- a/Sawfish.desktop +++ b/Sawfish.desktop @@ -9,9 +9,10 @@ Name[sl]=Sawfish Name[sv]=Sawfish +Type=Application Exec=sawfish TryExec=sawfish -ConfigExec=sawfish-ui Terminal=false -MultipleArgs=false [Window Manager] +ConfigExec=sawfish-ui +ConfigTryExec=sawfish-ui SessionManaged=true
Community's reasons for inclusion or rejection[]
vote: yes. Type is required and was missing. ConfigExec and MultipleArgs are unrecognized. Unrecognized fields go in their own group (in this case [Window Manager]). --Sven Schoenung 10:40, 10 August 2007 (UTC)
vote: yes. This is in Debian now, and the reason for it is clear. Dmerillat 00:49, 16 January 2008 (UTC)
vote: yes. patch in upstream now Janek Kozicki 00:10, 17 January 2008 (UTC)