Closed michaelrsweet closed 16 years ago
CUPS.org User: mike
Considering...
CUPS.org User: mike
Fixed in Subversion repository.
I also fixed several other issues (locale encoding wasn't specified, adding printing categories, dropped KDE-specific keywords)
"cups-desktop.patch":
--- desktop/cups.desktop~ 2008-09-04 17:03:51.000000000 +0200 +++ desktop/cups.desktop 2008-09-04 17:03:51.000000000 +0200 @@ -1,14 +1,11 @@ [Desktop Entry] -Categories=Application;System;X-Red-Hat-Base; -Encoding=UTF-8 +Categories=System;X-Red-Hat-Base; Exec=htmlview http://localhost:631/ GenericName= Icon=cups MimeType= -Path= StartupNotify=false Terminal=false -TerminalOptions= Type=Application X-DCOP-ServiceType= X-KDE-SubstituteUID=false
"str2924.patch":
--- desktop/cups.desktop.in (revision 7908) +++ desktop/cups.desktop.in (working copy) @@ -1,41 +1,33 @@ [Desktop Entry] -Categories=Application;System;X-Red-Hat-Base; -Encoding=UTF-8 +Categories=System;Printing;HardwareSettings;X-Red-Hat-Base; Exec=@CUPS_HTMLVIEW@ http://localhost:631/ -GenericName= Icon=cups -MimeType= -Path= StartupNotify=false Terminal=false -TerminalOptions= Type=Application -X-DCOP-ServiceType= -X-KDE-SubstituteUID=false -X-KDE-Username= Name=Manage Printing Comment=CUPS Web Interface -Name[de]=Druckerverwaltung -Comment[de]=CUPS Webinterface -Name[en_US]=Manage Printing -Comment[en_US]=CUPS Web Interface -Name[es]=Administrar impresión -Comment[es]=Interfaz Web de CUPS -Name[et]=Trükkimise haldur -Comment[et]=CUPS-i veebiliides -Name[fr]=Gestionnaire d'impression -Comment[fr]=Interface Web de CUPS -Name[he]=× ×× ××פס×ת -Comment[he]=××שק ×פ××¤× ×©× CUPS -Name[id]=Manajemen Pencetakan -Comment[id]=Antarmuka Web CUPS -Name[it]=Gestione stampa -Comment[it]=Interfaccia web di CUPS -Name[ja]=å°å·ã®ç®¡ç -Comment[ja]=CUPS Web ã¤ã³ã¿ãã§ã¼ã¹ -Name[pl]=ZarzÄ dzanie drukowaniem -Comment[pl]=Interfejs WWW CUPS -Name[zh]=æå°æºç®¡ç -Comment[zh]=CUPSç½é¡µçé¢ -Name[zh_TW]=å°è¡¨ç®¡ç -Comment[zh_TW]=CUPS 網é ä»é¢ +Name[de.UTF-8]=Druckerverwaltung +Comment[de.UTF-8]=CUPS Webinterface +Name[en_US.UTF-8]=Manage Printing +Comment[en_US.UTF-8]=CUPS Web Interface +Name[es.UTF-8]=Administrar impresión +Comment[es.UTF-8]=Interfaz Web de CUPS +Name[et.UTF-8]=Trükkimise haldur +Comment[et.UTF-8]=CUPS-i veebiliides +Name[fr.UTF-8]=Gestionnaire d'impression +Comment[fr.UTF-8]=Interface Web de CUPS +Name[he.UTF-8]=× ×× ××פס×ת +Comment[he.UTF-8]=××שק ×פ××¤× ×©× CUPS +Name[id.UTF-8]=Manajemen Pencetakan +Comment[id.UTF-8]=Antarmuka Web CUPS +Name[it.UTF-8]=Gestione stampa +Comment[it.UTF-8]=Interfaccia web di CUPS +Name[ja.UTF-8]=å°å·ã®ç®¡ç +Comment[ja.UTF-8]=CUPS Web ã¤ã³ã¿ãã§ã¼ã¹ +Name[pl.UTF-8]=ZarzÄ dzanie drukowaniem +Comment[pl.UTF-8]=Interfejs WWW CUPS +Name[zh.UTF-8]=æå°æºç®¡ç +Comment[zh.UTF-8]=CUPSç½é¡µçé¢ +Name[zh_TW.UTF-8]=å°è¡¨ç®¡ç +Comment[zh_TW.UTF-8]=CUPS 網é ä»é¢
Version: 1.3.8 CUPS.org User: pacho
desktop-file-validate reports the following problems: cups.desktop: warning: value "Application;System;X-Red-Hat-Base;" for key "Categories" in group "Desktop Entry" contains a deprecated value "Application" cups.desktop: warning: key "Encoding" in group "Desktop Entry" is deprecated cups.desktop: warning: value "" for key "Path" in group "Desktop Entry" does not look like an absolute path cups.desktop: warning: key "TerminalOptions" in group "Desktop Entry" is deprecated
Path set to "" is an important issue as it prevent launch desktop entry from Desktop (with nautilus-2.22)
The attached patch fixes all this