wok rev 11980
remove extensions from desktop files
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Fri Mar 02 15:07:47 2012 -0800 (2012-03-02) |
parents | 336b25a74551 |
children | 697441ca9191 |
files | gobby/stuff/gobby.desktop joe/stuff/joe.desktop kismet/stuff/kismet.desktop leocad/description.txt leocad/stuff/leocad.desktop listpatron/description.txt listpatron/stuff/listpatron.desktop mc/stuff/mc.desktop miro/stuff/usr/share/applications/miro.desktop mrxvt/stuff/mrxvt.desktop nagios/stuff/nagios.desktop nano/stuff/nano.desktop nathive/stuff/nathive.desktop netsurf/stuff/netsurf.desktop offlineimap/stuff/offlineimap.desktop |
line diff
1.1 --- a/gobby/stuff/gobby.desktop Fri Mar 02 14:26:00 2012 -0800 1.2 +++ b/gobby/stuff/gobby.desktop Fri Mar 02 15:07:47 2012 -0800 1.3 @@ -3,6 +3,6 @@ 1.4 Name=Gobby Collaborative editor 1.5 Name[fr]=Editeur collaboratif Gobby 1.6 Exec=gobby 1.7 -Icon=gobby.png 1.8 +Icon=gobby 1.9 Type=Application 1.10 Categories=Application;Network
2.1 --- a/joe/stuff/joe.desktop Fri Mar 02 14:26:00 2012 -0800 2.2 +++ b/joe/stuff/joe.desktop Fri Mar 02 15:07:47 2012 -0800 2.3 @@ -4,7 +4,7 @@ 2.4 Name[fr]=Editeur Joe 2.5 Comment=Advanced text editor with syntax highlighting, hex editor, tab completion, unlimited undo and redo 2.6 Exec=xterm -e joe %F 2.7 -Icon=joe.png 2.8 +Icon=joe 2.9 Terminal=false 2.10 Type=Application 2.11 Categories=Utility;TextEditor;
3.1 --- a/kismet/stuff/kismet.desktop Fri Mar 02 14:26:00 2012 -0800 3.2 +++ b/kismet/stuff/kismet.desktop Fri Mar 02 15:07:47 2012 -0800 3.3 @@ -4,7 +4,7 @@ 3.4 Name=Kismet 802.11b monitoring tool 3.5 Name[fr]=Kismet analyseur de trafic 802.11b 3.6 Exec=xterm -e kismet 3.7 -Icon=kismet.png 3.8 +Icon=kismet 3.9 Terminal=false 3.10 Categories=System;Application 3.11 StartupNotify=true
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/leocad/description.txt Fri Mar 02 15:07:47 2012 -0800 4.3 @@ -0,0 +1,3 @@ 4.4 +LeoCAD is a CAD program that can be used to create virtual LEGO models. It has 4.5 +an easy to use interface and currently features over 4000 different pieces 4.6 +created by the LDraw community.
5.1 --- a/leocad/stuff/leocad.desktop Fri Mar 02 14:26:00 2012 -0800 5.2 +++ b/leocad/stuff/leocad.desktop Fri Mar 02 15:07:47 2012 -0800 5.3 @@ -4,7 +4,7 @@ 5.4 GenericName=LeoCAD model designer 5.5 Comment=A CAD program that uses toy bricks 5.6 Exec=leocad 5.7 -Icon=leocad.png 5.8 +Icon=leocad 5.9 Terminal=false 5.10 Type=Application 5.11 Categories=Application;Lego;Game;
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/listpatron/description.txt Fri Mar 02 15:07:47 2012 -0800 6.3 @@ -0,0 +1,5 @@ 6.4 +ListPatron is an (GTK) application for maintaining lists of information. 6.5 +It operates on the basis of rows and columns. Cells can be of a variety of 6.6 +different types like text, icon, etc. (At the moment only text). ListPatron will 6.7 +support advanced sorting, filtering, reports, Row/Column views and Record-based 6.8 +views and any other nice features you can come up with.
7.1 --- a/listpatron/stuff/listpatron.desktop Fri Mar 02 14:26:00 2012 -0800 7.2 +++ b/listpatron/stuff/listpatron.desktop Fri Mar 02 15:07:47 2012 -0800 7.3 @@ -2,6 +2,6 @@ 7.4 Encoding=UTF-8 7.5 Name=ListPatron 7.6 Exec=listpatron 7.7 -Icon=listpatron.png 7.8 +Icon=listpatron 7.9 Type=Application 7.10 Categories=Office;
8.1 --- a/mc/stuff/mc.desktop Fri Mar 02 14:26:00 2012 -0800 8.2 +++ b/mc/stuff/mc.desktop Fri Mar 02 15:07:47 2012 -0800 8.3 @@ -2,6 +2,6 @@ 8.4 Encoding=UTF-8 8.5 Name=Midnight Commander 8.6 Exec=xterm -e '/usr/bin/mc' 8.7 -Icon=computer.png 8.8 +Icon=computer 8.9 Type=Application 8.10 Categories=Utility;Terminal;
9.1 --- a/miro/stuff/usr/share/applications/miro.desktop Fri Mar 02 14:26:00 2012 -0800 9.2 +++ b/miro/stuff/usr/share/applications/miro.desktop Fri Mar 02 15:07:47 2012 -0800 9.3 @@ -4,4 +4,4 @@ 9.4 GenericName=Internet TV 9.5 Exec=miro 9.6 Categories=AudioVideo; 9.7 -Icon=/usr/share/miro/resources/images/icon-guide.png 9.8 +Icon=icon-guide
10.1 --- a/mrxvt/stuff/mrxvt.desktop Fri Mar 02 14:26:00 2012 -0800 10.2 +++ b/mrxvt/stuff/mrxvt.desktop Fri Mar 02 15:07:47 2012 -0800 10.3 @@ -4,6 +4,6 @@ 10.4 GenericName=Multi-tab Terminal 10.5 Comment=Terminal emulator with tabs support 10.6 Exec=mrxvt -bg black -fg white -cr orange -pr green 10.7 -Icon=mrxvt.png 10.8 +Icon=mrxvt 10.9 Type=Application 10.10 Categories=Utility;Terminal;
11.1 --- a/nagios/stuff/nagios.desktop Fri Mar 02 14:26:00 2012 -0800 11.2 +++ b/nagios/stuff/nagios.desktop Fri Mar 02 15:07:47 2012 -0800 11.3 @@ -3,7 +3,7 @@ 11.4 Name=Nagios 11.5 Comment=Network Monitoring 11.6 Comment[fr]=Supervision Réseaux 11.7 -Icon=nagios.png 11.8 +Icon=nagios 11.9 Exec=firefox http://localhost/nagios 11.10 Type=Application 11.11 Categories=System;Application;
12.1 --- a/nano/stuff/nano.desktop Fri Mar 02 14:26:00 2012 -0800 12.2 +++ b/nano/stuff/nano.desktop Fri Mar 02 15:07:47 2012 -0800 12.3 @@ -5,7 +5,7 @@ 12.4 Comment=Advenced text editor 12.5 Comment[fr]=Editeur de texte avançé 12.6 Exec=xterm -e nano 12.7 -Icon=nano.png 12.8 +Icon=nano 12.9 Terminal=false 12.10 Type=Application 12.11 Categories=Utility;TextEditor;
13.1 --- a/nathive/stuff/nathive.desktop Fri Mar 02 14:26:00 2012 -0800 13.2 +++ b/nathive/stuff/nathive.desktop Fri Mar 02 15:07:47 2012 -0800 13.3 @@ -4,7 +4,7 @@ 13.4 Exec=nathive %f 13.5 Terminal=false 13.6 Type=Application 13.7 -Icon=gpicview.png 13.8 +Icon=gpicview 13.9 Categories=GTK;Graphics;2DGraphics;Viewer; 13.10 MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/png; 13.11
14.1 --- a/netsurf/stuff/netsurf.desktop Fri Mar 02 14:26:00 2012 -0800 14.2 +++ b/netsurf/stuff/netsurf.desktop Fri Mar 02 15:07:47 2012 -0800 14.3 @@ -7,4 +7,4 @@ 14.4 Categories=Network; 14.5 MimeType=text/html;application/xhtml+xml; 14.6 Exec=netsurf %u 14.7 -Icon=netsurf.png 14.8 +Icon=netsurf
15.1 --- a/offlineimap/stuff/offlineimap.desktop Fri Mar 02 14:26:00 2012 -0800 15.2 +++ b/offlineimap/stuff/offlineimap.desktop Fri Mar 02 15:07:47 2012 -0800 15.3 @@ -1,5 +1,5 @@ 15.4 [Desktop Entry] 15.5 -Icon=other.png 15.6 +Icon=other 15.7 Name=OfflineImap 15.8 Comment=IMAP/Maildir synchronization and reader support 15.9 Exec=xterm -e offlineimap