Franklin
2014-08-27 10:03:07 UTC
The following commit has been merged in the master branch:
commit 378aedf3284c46a046aba07bb3f53c2c1e7ef85b
Author: Franklin <franklin at goodhorse.idv.tw>
Date: Wed Aug 27 18:02:05 2014 +0800
20140827 committed by Franklin:
1. Fix ezgo-artwork bug (lightdm folder not exist)
2. Add zh_CN support to ezgo-menu
diff --git a/ezgo-artwork/kde/update-artwork b/ezgo-artwork/kde/update-artwork
index 342e285..bdba818 100755
--- a/ezgo-artwork/kde/update-artwork
+++ b/ezgo-artwork/kde/update-artwork
@@ -3,28 +3,36 @@ set -e
# Lightdm-kde-greeter
change_lightdm_kde_theme() {
- if [ -f /etc/lightdm/lightdm-kde-greeter.conf ]; then
- mv /etc/lightdm/lightdm-kde-greeter.conf /etc/lightdm/lightdm-kde-greeter.conf.ezgo-bak
+ if [ -d /etc/lightdm ]; then
+ if [ -f /etc/lightdm/lightdm-kde-greeter.conf ]; then
+ mv /etc/lightdm/lightdm-kde-greeter.conf /etc/lightdm/lightdm-kde-greeter.conf.ezgo-bak
+ fi
+ cp -f /usr/share/kde4/apps/lightdm-kde-greeter/themes/ezgo/lightdm-kde-greeter.conf /etc/lightdm/lightdm-kde-greeter.conf.ezgo
+ ln -s /etc/lightdm/lightdm-kde-greeter.conf.ezgo /etc/lightdm/lightdm-kde-greeter.conf
fi
- cp -f /usr/share/kde4/apps/lightdm-kde-greeter/themes/ezgo/lightdm-kde-greeter.conf /etc/lightdm/lightdm-kde-greeter.conf.ezgo
- ln -s /etc/lightdm/lightdm-kde-greeter.conf.ezgo /etc/lightdm/lightdm-kde-greeter.conf
}
restore_lightdm_kde_theme() {
- if [ -f /etc/lightdm/lightdm-kde-greeter.conf.ezgo-bak ]; then
- rm -f /etc/lightdm/lightdm-kde-greeter.conf
- mv /etc/lightdm/lightdm-kde-greeter.conf.ezgo-bak /etc/lightdm/lightdm-kde-greeter.conf
+ if [ -d /etc/lightdm ]; then
+ if [ -f /etc/lightdm/lightdm-kde-greeter.conf.ezgo-bak ]; then
+ rm -f /etc/lightdm/lightdm-kde-greeter.conf
+ mv /etc/lightdm/lightdm-kde-greeter.conf.ezgo-bak /etc/lightdm/lightdm-kde-greeter.conf
+ fi
fi
}
# LDM
change_ldm_background() {
- update-alternatives --install /usr/share/ldm/themes/default \
- ldm-theme /usr/share/ldm/themes/ezgo 90
+ if [ -d /usr/share/ldm ]; then
+ update-alternatives --install /usr/share/ldm/themes/default \
+ ldm-theme /usr/share/ldm/themes/ezgo 90
+ fi
}
restore_ldm_background() {
- update-alternatives --remove ldm-theme /usr/share/ldm/themes/ezgo
+ if [ -d /usr/share/ldm ]; then
+ update-alternatives --remove ldm-theme /usr/share/ldm/themes/ezgo
+ fi
}
## GRUB
diff --git a/ezgo-menu/xdg/ezgomenu_database.csv b/ezgo-menu/xdg/ezgomenu_database.csv
index 2c7e2c3..638856b 100644
--- a/ezgo-menu/xdg/ezgomenu_database.csv
+++ b/ezgo-menu/xdg/ezgomenu_database.csv
@@ -1,338 +1,337 @@
-desktop,Name[zh_TW],GenericName[zh_TW],Comment[zh_TW],Categories
-#ezgomenu start,,,,
-#??,,,,
-openoffice.org-writer.desktop,????_Writer,?? Microsoft Word ???????????????????????? ODF ??????,????_Writer,Office;
-openoffice.org-calc.desktop,???_Calc,?? Microsoft Excel ??????????????????????? ODF ??????,???_Calc,Office;
-openoffice.org-impress.desktop,??_Impress,?? Microsoft PowerPoint ?????????????????????? ODF ??????,??_Impress,Office;
-openoffice.org-draw.desktop,??_Draw,?? Office ?????????????????,??_Draw,Office;
-openoffice.org-base.desktop,???_Base,?? Microsoft Access ??????????????????????? ODF ??????,???_Base,Office;
-libreoffice-writer.desktop,????_Writer,?? Microsoft Word ???????????????????????? ODF ??????,????_Writer,Office;
-libreoffice-calc.desktop,???_Calc,?? Microsoft Excel ??????????????????????? ODF ??????,???_Calc,Office;
-libreoffice-impress.desktop,??_Impress,?? Microsoft PowerPoint ?????????????????????? ODF ??????,??_Impress,Office;
-libreoffice-draw.desktop,??_Draw,?? Office ?????????????????,??_Draw,Office;
-libreoffice-base.desktop,???_Base,?? Microsoft Access ??????????????????????? ODF ??????,???_Base,Office;
-libreoffice-startcenter.desktop,????_LibreOffice,LibreOffice ???,????_LibreOffice,Office;
-scribus.desktop,????_Scribus,??????????????????????,????_Scribus,Office;
-dia-common.desktop,?????_Dia,Dia ????????????????????????????????? Dia ????,?????_Dia,Office;
-dia.desktop,????_Dia,Dia ????????????????????????????????? Dia ????,????_Dia,Office;
-pencil.desktop,????_Pencil,??????,????_Pencil,Office;
-freeplane.desktop,???_FreePlane,?????????????,???_FreePlane,Office;
-xmind.desktop,???_XMind,?????????????????????,???_XMind,Office;
-freemind.desktop,???_FreeMind,?????????????????,???_FreeMind,Office;
-planner.desktop,????_Planner,Planner ????????????????????????????Planner ???????????????XML?,????_Planner,Office;
-GanttProject.desktop,????_GanttProject,GanttProject ????????????????????????,????_GanttProject,Office;
-calibre.desktop,???_Calibre,???????,???_Calibre,Office;
-calibre-gui.desktop,???_Calibre-gui,Calibre ????????????????????????????????????????????????????????,???_Calibre-gui,Office;
-calibre-ebook-viewer.desktop,???_E-book Viewer,??????????,???_E-book Viewer,Office;
-calibre-lrfviewer.desktop,???_LRF Viewer,??????????,???_LRF Viewer,Office;
-lrfviewer.desktop,???_LRF Viewer,??????????,???_LRF Viewer,Office;
-okular.desktop,PDF??_Okular,????????,PDF??_Okular,Office;
-AdobeReader.desktop,PDF??_AdobeReader,Adobe ??? PDF ???,PDF??_AdobeReader,Office;
-pdfedit.desktop,PDF??_PDF Editor,????? PDF ?????????????????,PDF??_PDF Editor,Office;
-pdfshuffler.desktop,PDF??_Shuffler,????? PDF ??????????????????,PDF??_Shuffler,Office;
-xournal.desktop,PDF????_Xournal,???? PDF ????????????????????????????????,PDF????_Xournal,Office;
-impressive-editor.desktop,PDF????_Impressive,??? PDF ???????????PDF??????,PDF????_Impressive,Office;
-kaddressbook.desktop,???_KAddressbook,KDE ???????,???_KAddressbook,Office;
-gnucash.desktop,????_GnuCash,?????????????????????????,????_GnuCash,Office;
-sigil.desktop,?????_Sigil,???????????????,?????_Sigil,Office;
-qtqr.desktop,QR Code???_QtQR,QR Code ????,QR Code???_QtQR,Office;
-#??,,,,
-krita.desktop,????_Krita,?? OpenOffice Draw??????????,????_Krita,Graphics;
-kamoso.desktop,????_Kamoso,?????????????,????_Kamoso,Graphics;
-display.im6.desktop,????_ImageMagick,??????,????_ImageMagick,Graphics;
-skanlite.desktop,????_Skanlite,KDE ????????,????_Skanlite,Graphics;
-gpaint.desktop,???_GNU Paint,??????????,???_GNU Paint,Graphics;
-kolourpaint.desktop,???_KolourPaint,??????????,???_KolourPaint,Graphics;
-tuxpaint.desktop,?????_TuxPaint,???????????????????,?????_TuxPaint,Graphics;
-mypaint.desktop,????_My Paint,??????????????,????_My Paint,Graphics;
-inkscape.desktop,????_Inkscape,??? svg ????????????????? CorelDRAW,????_Inkscape,Graphics;
-gimp.desktop,????_GIMP,??????????????????????????? Photoshop,????_GIMP,Graphics;
-jkiwi.desktop,????_jKiwi,jKiwi ???????????????????????,????_jKiwi,Graphics;
-digikam.desktop,????_digiKam,??????????????,????_digiKam,Graphics;
-gwenview.desktop,????_Gwenview,??????????????,????_Gwenview,Graphics;
-f-spot.desktop,????_F-Spot,F-Spot ????????????????,????_F-Spot,Graphics;
-gthumb.desktop,????_gThumb,??????????????,????_gThumb,Graphics;
-fotowall.desktop,????_Fotowall,Fotowall ?????????????????????,????_Fotowall,Graphics;
-expoblending.desktop,????_Expo blending,?????????,????_Expo blending,Graphics;
-photolayoutseditor.desktop,????_Photo layouts editor,????????????,????_Photo layouts editor,Graphics;
-panoramagui.desktop,???_Panoram,????????????,???_Panoram,Graphics;
-hugin.desktop,???_Hugin panorama creator,?????????????????????????????,???_Hugin panorama creator,Graphics;
-PTBatcherGUI.desktop,???_Hugin Batch Processor,??????????????????????????,???_Hugin Batch Processor,Graphics;
-calibrate_lens_gui.desktop,???_Calibrate,?????????????????????????????,???_Calibrate,Graphics;
-ktoon.desktop,2D??_KToon,???????????????,2D??_KToon,Graphics;
-blender.desktop,3D??_Blender,3D ???????????????????? 3D ????,3D??_Blender,Graphics;
-sweethome3d.desktop,????_SweetHome3D,??????3D ???????????????????????????????????????,????_SweetHome3D,Graphics;
-kruler.desktop,????_KRuler,???????????????,????_KRuler,Graphics;
-scangui.desktop,????_Scan GUI,???????????????,????_Scan GUI,Graphics;
-ksnapshot.desktop,????_KSnapshot,????????????????????Print Screen???????,????_KSnapshot,Graphics;
-kcolorchooser.desktop,????_KColorChooser,??????????,????_KColorChooser,Graphics;
-dngconverter.desktop,RAW????_dngconverter,??? RAW ???? DNG ?????,RAW????_dngconverter,Graphics;
-freecad.desktop,3D??_FreeCAD,????????,3D??_FreeCAD,Graphics;
-fritzing.desktop,????_Fritzing,?????PCB (Printed Circuit Board) ???????????????????????????????????,????_Fritzing,Graphics;
-shutter.desktop,????_Shutter,???????????????,????_Shutter,Graphics;
-#??,,,,
-qstopmotion.desktop,????_qStopMotion,????????,????_qStopMotion,AudioVideo;
-avidemux2.6-qt.desktop,????_Avidemux(Qt),??????,????_Avidemux(Qt),AudioVideo;
-avidemux2.6-jobs.desktop,????_Avidemux(Jobs),??????,????_Avidemux(Jobs),AudioVideo;
-avidemux2.6-gtk.desktop,????_Avidemux(Gtk),??????,????_Avidemux(Gtk),AudioVideo;
-ffDiaporama.desktop,????_ffDiaporama,?????????????,????_ffDiaporama,AudioVideo;
-xbmc.desktop,?????_XBMC,???????????????????????,?????_XBMC,AudioVideo;
-vlc.desktop,????_VLC,???????????????????,????_VLC,AudioVideo;
-smplayer.desktop,????_SMPlayer,? MPlayer ????????????????????,????_SMPlayer,AudioVideo;
-umplayer.desktop,????_UMPlayer,? MPlayer ????????????????????,????_UMPlayer,AudioVideo;
-dragonplayer.desktop,????_DragonPlayer,???????????????????,????_DragonPlayer,AudioVideo;
-totem.desktop,????_Totem,???????????????????,????_Totem,AudioVideo;
-xine.desktop,????_xine,??????,????_xine,AudioVideo;
-Kino.desktop,????_Kino,???????????,????_Kino,AudioVideo;
-pitivi.desktop,????_Pitivi,???????????,????_Pitivi,AudioVideo;
-openshot.desktop,????_OpenShot,OpenShot ? Linux ?????????????,????_OpenShot,AudioVideo;
-kdenlive.desktop,????_Kdenlive,Kdenlive ? Linux ?????????????????,????_Kdenlive,AudioVideo;
-kazam.desktop,????_Kazam,?????????????,????_Kazam,AudioVideo;
-cheese.desktop,????_Cheese,?? Cheese ??????????????????????????,????_Cheese,AudioVideo;
-guvcview.desktop,????_guvcview,webcam????,????_guvcview,AudioVideo;
-imagination.desktop,????_Imagination,Imagination ???????????????????????????? ,????_Imagination,AudioVideo;
-photofilmstrip.desktop,????_Photo Film Strip,???????????????????????,????_Photo Film Strip,AudioVideo;
-k3b.desktop,????_K3b,Linux ?????????? ,????_K3b,AudioVideo;
-brasero.desktop,????_Brasero,Linux ??????????,????_Brasero,AudioVideo;
-acidrip.desktop,????_AcidRip,AcidRip ????????????? avi ? mpeg ?,????_AcidRip,AudioVideo;
-dvdstyler.desktop,????_DVDstyler,DVD ?????????,????_DVDstyler,AudioVideo;
-dvdisaster.desktop,????_dvdisaster,????????????????????????,????_dvdisaster,AudioVideo;
-audacious.desktop,????_Audacious,?? Winamp ??????,????_Audacious,AudioVideo;
-amarok.desktop,????_Amarok,Amarok ??????????????????,????_Amarok,AudioVideo;
-rhythmbox.desktop,????_Rhythmbox,????????,????_Rhythmbox,AudioVideo;
-audacity.desktop,????_Audacity,Audacity ????????????????????????????????????,????_Audacity,AudioVideo;
-tuxguitar.desktop,????_Tuxguitar,???? Midi ??????????????????????? PDF ?????,????_Tuxguitar,AudioVideo;
-hydrogen.desktop,????_Hydrogen,??????????????????,????_Hydrogen,AudioVideo;
-mscore.desktop,????_MuseScore,?????????????????????????????????????,????_MuseScore,AudioVideo;
-rosegarden.desktop,????_Rosegarden,????????????????,????_Rosegarden,AudioVideo;
-winff.desktop,????_Win_FF,???????????,????_Win_FF,AudioVideo;
-kmix.desktop,????_KMix,??????????,????_KMix,AudioVideo;
-qjackctl.desktop,????_QjackCtl,???????????,????_QjackCtl,AudioVideo;
-ardour.desktop,????_Ardour GTK2,?????????????,????_Ardour GTK2,AudioVideo;
-gnome-sound-recorder.desktop,????_gnome-sound-recorder,?????????,????_gnome-sound-recorder,AudioVideo;
-xvidcap.desktop,????_XVidCap,?????????????????,????_XVidCap,AudioVideo;
-sound-juicer.desktop,????_sound-juicer,????????????????,????_sound-juicer,AudioVideo;
-qdvdauthor.desktop,????_QDVDAuthor,DVD ????????? ,????_QDVDAuthor,AudioVideo;
-devede.desktop,????_DeVeDe,??????????? DVD ??,????_DeVeDe,AudioVideo;
-oggconvert.desktop,????_OggConvert,??????????????,????_OggConvert,AudioVideo;
-furiusisomount.desktop,????_Furius ISO Mount,?????????????? ,????_Furius ISO Mount,AudioVideo;
-#??,,,,
-nixnote.desktop,???_Nixnote,EverNote ? Linux ?????,???_Nixnote,Network;
-exe.desktop,????_eXe,??????????????,????_eXe,Network;
-quassel.desktop,IRC ??_Quassel,KDE ?? IRC ?????,IRC ??_Quassel,Network;
-firefox.desktop,????_Firefox,???????????????????? ,????_Firefox,Network;
-chromium-browser.desktop,????_Chromium,? Google ????????,????_Chromium,Network;
-chromium.desktop,????_Chromium,? Google ????????,????_Chromium,Network;
-konqbrowser.desktop,????_Konqueror,?????????????????,????_Konqueror,Network;
-pcmanx.desktop,BBS??_PCMan X BBS ,??? BBS ????,BBS??_PCMan X BBS ,Network;
-BlueGriffon-program.desktop,????_BlueGriffon,???????????HTML???HTML?? ,????_BlueGriffon,Network;
-kompozer.desktop,????_KompoZer,???????????HTML???HTML?? ,????_KompoZer,Network;
-dropbox.desktop,????_Dropbox,??????????????????????????,????_Dropbox,Network;
-akregator.desktop,RSS???_Akregator,????? RSS ???,RSS???_Akregator,Network;
-ktorrent.desktop,BT??_Ktorrent,??? BitTorrent ?????????? ,BT??_Ktorrent,Network;
-filezilla.desktop,????_FileZilla,Linux ???? FTP ?????? ,????_FileZilla,Network;
-pidgin.desktop,????_Pidgin,?????????????????? AIM?Google Talk?Jabber/XMPP?MSN?Yahoo ?,????_Pidgin,Network;
-kopete.desktop,????_Kopete,?????????,????_Kopete,Network;
-emesene.desktop,????_Emesene,????? Windows Live Messenge ??????? ,????_Emesene,Network;
-ekiga.desktop,????_Ekiga,Linux ??????????,????_Ekiga,Network;
-Kppp.desktop,????_KPPP,??????????,????_KPPP,Network;
-bluedevil-monolithic.desktop,????_BlueDevil,KDE ?????????,????_BlueDevil,Network;
-extras-nitroshare.desktop,????_Nitroshare,?????????????,????_Nitroshare,Network;
-remmina.desktop,????_Remmina,?????????????? TeamViewer,????_Remmina,Network;
-skype.desktop,????_Skype,???????????,????_Skype,Network;
-evolution.desktop,????_Evolution,?????????????????????????,????_Evolution,Network;
-gftp.desktop,????_gFTP,FTP?????? ,????_gFTP,Network;
-meiga.desktop,????_Meiga,?? Meiga ???????????????????,????_Meiga,Network;
-pppoeconf.desktop,????_pppoeconf,??????,????_pppoeconf,Network;
-miro.desktop,????_Miro,Miro ????? Mozilla ????VLC ??????????????,????_Miro,Network;
-iptux.desktop,????_iptux,??????????,????_iptux,Network;
-wireshark.desktop,????_Wireshark,????????????,????_Wireshark,Network;
-transmission.desktop,Bt??_Transmission,??? BitTorrent ?????????? ,Bt??_Transmission,Network;
-tsclient.desktop,????????,??????,????????,Network;
-#,????_TeamViewer,???????????????,????_TeamViewer,Network;
-#??,,,,
-picmi.desktop,????_Picmi,??????????,????_Picmi,Game;
-granatier.desktop,????_Granatier,?????????,????_Granatier,Game;
-tuxtype.desktop,????_Tux Typing,????????????????????,????_Tux Typing,Game;
-tuxmath.desktop,????_TuxMath,???????????,????_TuxMath,Game;
-ksudoku.desktop,????_KSudoku,????,????_KSudoku,Game;
-gnome-sudoku.desktop,????_gnome-sudoku,??????????????????,????_gnome-sudoku,Game;
-pingus.desktop,????_Pingus,??????????????????????????,????_Pingus,Game;
-supertux2.desktop,????_SuperTux,??????????,????_SuperTux,Game;
-supertuxkart.desktop,????_Supertuxkart,3D????,????_Supertuxkart,Game;
-kapman.desktop,???_Kapman,????????????????????????????,???_Kapman,Game;
-KGoldrunner.desktop,????_KGoldrunner ,??????????????????????,????_KGoldrunner ,Game;
-frozen-bubble.desktop,???_Frozen-Bubble,???????????????????????,???_Frozen-Bubble,Game;
-klickety.desktop,????_Klickety,????,????_Klickety,Game;
-kdiamond.desktop,????_KDiamond ,????????????????,????_KDiamond ,Game;
-ksame.desktop,????_SameGame,????,????_SameGame,Game;
-kblocks.desktop,?????_KBlocks,??????????????????????,?????_KBlocks,Game;
-palapeli.desktop,????_Palapeli,????,????_Palapeli,Game;
-kubrick.desktop,????_Kubrick,????????,????_Kubrick,Game;
-ksquares.desktop,????_KSquares,?????????,????_KSquares,Game;
-knetwalk.desktop,????_KNetWalk,????????????????????????,????_KNetWalk,Game;
-knetwork.desktop,????_knetwork,????????????????????????,????_knetwork,Game;
-klines.desktop,????_Kolor Lines,????????,????_Kolor Lines,Game;
-kmines.desktop,???_KMines,?????,???_KMines,Game;
-katomic.desktop,???_KAtomic,?????????,???_KAtomic,Game;
-kblackbox.desktop,???_KBlackBox,???????,???_KBlackBox,Game;
-kbreakout.desktop,???_KBreakOut,?????,???_KBreakOut,Game;
-kbounce.desktop,???_KBounce,?????,???_KBounce,Game;
-kollision.desktop,???_Kollision,??????????,???_Kollision,Game;
-kolf.desktop,????_Kolf,???????????????????????????,????_Kolf,Game;
-kdesnake.desktop,???_Ksnake,?????,???_Ksnake,Game;
-ktron.desktop,???_KSnakeDuel,???????,???_KSnakeDuel,Game;
-kigo.desktop,??_Kigo,????,??_Kigo,Game;
-kreversi.desktop,???_KReversi,???????,???_KReversi,Game;
-kfourinline.desktop,???_KfourInLine,???????,???_KfourInLine,Game;
-kbovo.desktop,???_kbovo,???????,???_kbovo,Game;
-bovo.desktop,???_Bovo,???????,???_Bovo,Game;
-kajongg.desktop,????_Kajongg,????????,????_Kajongg,Game;
-kmahjongg.desktop,????_KMahjongg,?????????????,????_KMahjongg,Game;
-kshisen.desktop,????_Shisen-Sho,??????????????,????_Shisen-Sho,Game;
-kiriki.desktop,????_Kiriki,????,????_Kiriki,Game;
-kjumpingcube.desktop,????_KJumpingCube,???????????,????_KJumpingCube,Game;
-lskat.desktop,????_LSkat,????,????_LSkat,Game;
-kpat.desktop,????_KPatience,????????,????_KPatience,Game;
-bomber.desktop,???_bomber,?????,???_bomber,Game;
-konquest.desktop,????_Konquest,??????,????_Konquest,Game;
-kbattleship.desktop,????_kbattleship,???????,????_kbattleship,Game;
-kspaceduel.desktop,????_KSpaceDuel ,????????????????,????_KSpaceDuel ,Game;
-killbots.desktop,?????_Killbots,???????,?????_Killbots,Game;
-ksirk.desktop,????_KsirK,????????,????_KsirK,Game;
-ksirkskineditor.desktop,????_KsirK Editor,??????????????,????_KsirK Editor,Game;
-gnotski.desktop,???_gnotski,?????????????????????,???_gnotski,Game;
-gnotravex.desktop,????_gnotravex,????????????????,????_gnotravex,Game;
-pinball.desktop,???_Pinball,????????????????????????,???_Pinball,Game;
-lbreakout2.desktop,???_lbreakout2,????????????????????????,???_lbreakout2,Game;
-kblocks.desktop,?????_KBlocks,??????????????????????,?????_KBlocks,Game;
-kolf.desktop,????_Kolf,????????????????????????,????_Kolf,Game;
-tuxpuck.desktop,????_Tuxpuck,?????????????????,????_Tuxpuck,Game;
-glchess.desktop,????_glchess,????????????????2D?3D?????,????_glchess,Game;
-mahjongg.desktop,????_mahjongg,?????????????????????????????,????_mahjongg,Game;
-gnomine.desktop,???_gnomine,??????????????????????????,???_gnomine,Game;
-sol.desktop,????_AisleRiot ,??????????????????????,????_AisleRiot ,Game;
-#??,,,,
-R.desktop,??_R,?????????????,??_R,Education;
-rkward.desktop,??_RKward,R ? KDE ????,??_RKward,Education;
-gnumeric.desktop,??_Gnumeric,????,??_Gnumeric,Education;
-gcompris.desktop,??_GCompris,???????????????????????????,??_GCompris,Education;
-gcompris-edit.desktop,??_GCompris Edit,Gcompris ???,??_GCompris Edit,Education;
-ktouch.desktop,????_KTouch,??????????????????,????_KTouch,Education;
-klavaro.desktop,????_Klavaro,??????????????????,????_Klavaro,Education;
-ktuberling.desktop,?????_Ktuberling,???????????????,?????_Ktuberling,Education;
-anki.desktop,?????_Anki,???????????????,?????_Anki,Education;
-parley.desktop,??_Parley,?????????,??_Parley,Education;
-klettres.desktop,??_KLettres,?????????,??_KLettres,Education;
-kwordquiz.desktop,??_KWordQuiz,????????????,??_KWordQuiz,Education;
-kanagram.desktop,??_Kanagram,??????,??_Kanagram,Education;
-khangman.desktop,??_KHangMan,??????,??_KHangMan,Education;
-step.desktop,??_Step,??????,??_Step,Education;
-OpticalRayTracer.desktop,????_OpticalRayTracer,??????,????_OpticalRayTracer,Education;
-marble.desktop,??_Marble,????????????,??_Marble,Education;
-kgeography.desktop,??_KGeography,????????????,??_KGeography,Education;
-googleearth.desktop,???_Google Earth,????????GIS??????,???_Google Earth,Education;
-kstars.desktop,??_KStars,?????????????????,??_KStars,Education;
-stellarium.desktop,??_Stellarium,????????????????,??_Stellarium,Education;
-celestia.desktop,??_Celestia_gnome,?????????????????,??_Celestia_gnome,Education;
-kbruch.desktop,??_KBruch,??????????,??_KBruch,Education;
-kig.desktop,??_Kig,???????????,??_Kig,Education;
-drgeo.desktop,??_Dr.Geo,???????????,??_Dr.Geo,Education;
-kmplot.desktop,??_KmPlot,?????????,??_KmPlot,Education;
-geogebra.desktop,??_GeoGebra,?????????,??_GeoGebra,Education;
-wxmaxima.desktop,??_wxMaxima,?LISP??????????????????????,??_wxMaxima,Education;
-kalgebra.desktop,??_KAlgebra,?????,??_KAlgebra,Education;
-kayali.desktop,??_Kayali,??????? (Maxima) ??? (GNUplot) ??,??_Kayali,Education;
-geometria.desktop,??_geometria,??????,??_geometria,Education;
-rocs.desktop,??????_Rocs,????????????,??????_Rocs,Education;
-kalzium.desktop,??_Kalzium,???????,??_Kalzium,Education;
-bkchem.desktop,??_BKchem,???????????,??_BKchem,Education;
-ghemical.desktop,??_Ghemical,??????????,??_Ghemical,Education;
-avogadro.desktop,??_Avogadro,??????????,??_Avogadro,Education;
-gchempaint-0.12.desktop,??_GchemPaint,????????,??_GchemPaint,Education;
-pymol.desktop,??_Pymol,???????????,??_Pymol,Education;
-ballview.desktop,??_BALLView,3D????????,??_BALLView,Education;
-#????,,,,
-scratch.desktop,????_Scratch,??????????????8?????????????????????,????_Scratch,Development;
-greenfoot.desktop,????_Greenfoot,???????????????? JAVA ???????????,????_Greenfoot,Development;
-alice.desktop,????_Alice,??? 3D ?????? ,????_Alice,Development;
-kturtle.desktop,????_KTurtle,?????????????????,????_KTurtle,Development;
-squeak.desktop,????_Squeak,?????????????????,????_Squeak,Development;
-geany.desktop,??????_Geany,??????????????,??????_Geany,Development;
-#????,,,,
-openc.desktop,?????????,????????????????????????,?????,Opencontent;
-phet.desktop,??????_PhET,PhET????????????????100??????????,??????_PhET,Opencontent;
-usgs.desktop,??????_USGS,?????????USGS????????????,??????_USGS,Opencontent;
-npa.desktop,??????_Flash Animations for Physics,???????????????????????????????,??????_Flash Animations for Physics,Opencontent;
-chemical_struct.desktop,???????_Chemical Structure,??????????????????????????????????,???????_Chemical Structure,Opencontent;
-#????,,,,
-Open-Sankore.desktop,????_Open Sankore,???????????????,????_Open Sankore,Tutorial;
-jclic.desktop,????_jClic,JClic ???????????????????????????????????????????,????_jClic,Tutorial;
-jclicauthor.desktop,????_jClic Author,JClic ???????????????????????????????????????????,????_jClic Author,Tutorial;
-jclicreports.desktop,????_jClic Report Server,JClic ???????????????????????????????????????????,????_jClic Report Server,Tutorial;
-ardesia.desktop,????_Ardesia,??????????,????_Ardesia,Tutorial;
-curtain.desktop,????_Curtain,??????????,????_Curtain,Tutorial;
-spotlighter.desktop,???_Spotlighter,???????????,???_Spotlighter,Tutorial;
-easystroke.desktop,????_Easystroke,???????????????????,????_Easystroke,Tutorial;
-qjoypad.desktop,?????_QJoyPad,? USB ??????????????????,?????_QJoyPad,Tutorial;
-wiican.desktop,Wiimote??_Wiican,Wiimote ???????????,Wiimote??_Wiican,Tutorial;
-wminput.desktop,Wii ????_Wminput,?iimote ????????,Wii ????_Wminput,Tutorial;
-samba.desktop,????_samba,???????????,????_samba,Tutorial;
-lampp.desktop,?????_lampp,??????????????????,?????_lampp,Tutorial;
-italc.desktop,????_iTALC,iTALC ?????????????????????,????_iTALC,Tutorial;
-#??????,,,,
-kate.desktop,????_Kate,????????,????_Kate,Utility;
-gvim.desktop,????_Gvim,vim ?????,????_Gvim,Utility;
-knotes.desktop,?????_KNotes,???????,?????_KNotes,Utility;
-kcalc.desktop,???_KCalc,KDE ???????,???_KCalc,Utility;
-kmag.desktop,???_KMag,????????,???_KMag,Utility;
-kvkbd.desktop,????_Kvkbd,???????????????,????_Kvkbd,Utility;
-kmousetool.desktop,????_KMousetool,????????????,????_KMousetool,Utility;
-synaptiks.desktop,?????_Synaptiks,??????????,?????_Synaptiks,Utility;
-ark.desktop,????_Ark,???????????,????_Ark,Utility;
-7zip.desktop,????_7zip,?????????????????????????????????????????,????_7zip,Utility;
-klipper.desktop,???_Klipper,KDE ?????????,???_Klipper,Utility;
-akonaditray.desktop,????_Akonaditray,????????,????_Akonaditray,Utility;
-tomboy.desktop,??_Tomboy,??????????????,??_Tomboy,Utility;
-gedit.desktop,????_gedit,???????,????_gedit,Utility;
-gnome-screenshot.desktop,????_screenshot,???????????????????,????_screenshot,Utility;
-gcalctool.desktop,???_gcalctool,?????????????,???_gcalctool,Utility;
-convertall.desktop,????_ConvertAll,??????,????_ConvertAll,Utility;
-python-whiteboard.desktop,????_Whiteboard,wiimote ????????,????_Whiteboard,Utility;
-gnome-terminal.desktop,???_Terminal,????????????,???_Terminal,Utility;
-posterazor.desktop,????_PosteRazor,??????????????????,????_PosteRazor,Utility;
-simple-scan.desktop,????_Simple Scan,?????????,????_Simple Scan,Utility;
-xsane.desktop,?????_XSane,?Linux ??????????????,?????_XSane,Utility;
-#ezgo???,,,,
-my_ezgo.desktop,?? ezgo,?????????????????????????,?? ezgo,myezgo;
-ezgo_center.desktop,ezgo ????,ezgo ??????,ezgo ????,myezgo;
-ezinstall.desktop,ezgo ????,?????? ezgo ???????,ezgo ????,myezgo;
-media_install_force.desktop,???????,????????????? Adobe Flash Player ?,???????,myezgo;
-update_ezgo.desktop,ezgo ????,? ezgo ??????,ezgo ????,myezgo;
-recover.desktop,???????,?????? ezgo ??????,???????,myezgo;
-skel.desktop,?? ezgo ????,??? ezgo ???????????,?? ezgo ????,myezgo;
-#??,,,,
-freefilesync.desktop,????_FreeFileSync,????????????????,????_FreeFileSync,System;
-realtimesync.desktop,????_RealTimeSync,????????????????,????_RealTimeSync,System;
-muon-installer.desktop,Muon ????,?????????????,Muon ????,System;
-muon.desktop,Muon ?????,??????????????????,Muon ?????,System;
-usb-creator-gtk.desktop,?????_usb-creator-gtk,???????,?????_usb-creator-gtk,System;
-usb-creator-kde.desktop,?????_usb-creator,???????,?????_usb-creator,System;
-unetbootin.desktop,?????_UNetbootin,???????,?????_UNetbootin,System;
-partitionmanager.desktop,????_KDE Partition Manager,????????????????????,????_KDE Partition Manager,System;
-konsole.desktop,???_Konsole,KDE ?????????,???_Konsole,System;
-dolphin.desktop,????_Dolphin,?? Windows ????????????????????,????_Dolphin,"Utility;Qt;KDE;System;FileTools;FileManager;"
-krandrtray.desktop,????_KrandRTray,????????????,????_KrandRTray,System;
-my-computer.desktop,????_My Computer,?????????????????????????,????_My Computer,System;
-ksystemlog.desktop,????_KsystemLog,?????????,????_KsystemLog,System;
-ksysguard.desktop,?????_Ksysguard,??????????,?????_Ksysguard,System;
-kinfocenter.desktop,????_Kinfocenter,????????,????_Kinfocenter,System;
-jockey-kde.desktop,??????_jockey-kde,??????????????,??????_jockey-kde,System;
-nepomukbackup.desktop,????_Nepomuk Backup,??????,????_Nepomuk Backup,System;
-nepomukcontroller.desktop,????_Nepomuk Controller,???????,????_Nepomuk Controller,System;
-#??,,,,
-systemsettings.desktop,????_System Settings,?? Windows ?????????? ezgo ????????,????_System Settings,Settingsmenu;
-hime-setup.desktop,?????_hime ,?????????,?????_hime ,Settingsmenu;
-qtconfig-qt4.desktop,Qt 4 ??_qtconfig-qt4,Qt 4 ????,Qt 4 ??_qtconfig-qt4,Settingsmenu;
-xinput_calibrator.desktop,??????_Calibrate Touchscreen,????????,??????_Calibrate Touchscreen,Settingsmenu;
-#ezgomenu end,,,,
+desktop,Name[zh_TW],GenericName[zh_TW],Comment[zh_TW],Name[zh_CN],GenericName[zh_CN],Comment[zh_CN],Categories
+#ezgomenu start,,,,,,,
+#??,,,,,,,
+openoffice.org-writer.desktop,????_Writer,?? Microsoft Word ???????????????????????? ODF ??????,????_Writer,????_Writer,??MicrosoftWord????????????????????????ODF??????,????_Writer,Office;
+openoffice.org-calc.desktop,???_Calc,?? Microsoft Excel ??????????????????????? ODF ??????,???_Calc,????_Calc,??MicrosoftExcel????????????????????????ODF??????,????_Calc,Office;
+openoffice.org-impress.desktop,??_Impress,?? Microsoft PowerPoint ?????????????????????? ODF ??????,??_Impress,?????_Impress,??MicrosoftPowerPoint?????????????????????????ODF??????,?????_Impress,Office;
+openoffice.org-draw.desktop,??_Draw,?? Office ?????????????????,??_Draw,??_Draw,??Office?????????????????,??_Draw,Office;
+openoffice.org-base.desktop,???_Base,?? Microsoft Access ??????????????????????? ODF ??????,???_Base,???_Base,??MicrosoftAccess???????????????????????ODF??????,???_Base,Office;
+libreoffice-writer.desktop,????_Writer,?? Microsoft Word ???????????????????????? ODF ??????,????_Writer,????_Writer,??MicrosoftWord????????????????????????ODF??????,????_Writer,Office;
+libreoffice-calc.desktop,???_Calc,?? Microsoft Excel ??????????????????????? ODF ??????,???_Calc,????_Calc,??MicrosoftExcel????????????????????????ODF??????,????_Calc,Office;
+libreoffice-impress.desktop,??_Impress,?? Microsoft PowerPoint ?????????????????????? ODF ??????,??_Impress,?????_Impress,??MicrosoftPowerPoint?????????????????????????ODF??????,?????_Impress,Office;
+libreoffice-draw.desktop,??_Draw,?? Office ?????????????????,??_Draw,??_Draw,??Office?????????????????,??_Draw,Office;
+libreoffice-base.desktop,???_Base,?? Microsoft Access ??????????????????????? ODF ??????,???_Base,???_Base,??MicrosoftAccess???????????????????????ODF??????,???_Base,Office;
+libreoffice-startcenter.desktop,????_LibreOffice,LibreOffice ???,????_LibreOffice,????_LibreOffice,LibreOffice???,????_LibreOffice,Office;
+scribus.desktop,????_Scribus,??????????????????????,????_Scribus,????_Scribus,??????????????????????,????_Scribus,Office;
+dia-common.desktop,?????_Dia,Dia ????????????????????????????????? Dia ????,?????_Dia,?????_Dia,Dia?????????????????????????????????Dia????,?????_Dia,Office;
+dia.desktop,????_Dia,Dia ????????????????????????????????? Dia ????,????_Dia,????_Dia,Dia?????????????????????????????????Dia????,????_Dia,Office;
+pencil.desktop,????_Pencil,??????,????_Pencil,????_Pencil,??????,????_Pencil,Office;
+freeplane.desktop,???_FreePlane,?????????????,???_FreePlane,????_FreePlane,??????????????,????_FreePlane,Office;
+xmind.desktop,???_XMind,?????????????????????,???_XMind,????_XMind,??????????????????????,????_XMind,Office;
+freemind.desktop,???_FreeMind,?????????????????,???_FreeMind,????_FreeMind,??????????????????,????_FreeMind,Office;
+planner.desktop,????_Planner,Planner ????????????????????????????Planner ???????????????XML?,????_Planner,????_Planner,Planner????????????????????????????Planner???????????????XML?,????_Planner,Office;
+GanttProject.desktop,????_GanttProject,GanttProject ????????????????????????,????_GanttProject,????_GanttProject,GanttProject????????????????????????,????_GanttProject,Office;
+calibre.desktop,???_Calibre,???????,???_Calibre,???_Calibre,???????,???_Calibre,Office;
+calibre-gui.desktop,???_Calibre-gui,Calibre ????????????????????????????????????????????????????????,???_Calibre-gui,???_Calibre-gui,Calibre????????????????????????????????????????????????????????,???_Calibre-gui,Office;
+calibre-ebook-viewer.desktop,???_E-book Viewer,??????????,???_E-book Viewer,???_E-bookViewer,??????????,???_E-bookViewer,Office;
+calibre-lrfviewer.desktop,???_LRF Viewer,??????????,???_LRF Viewer,???_LRFViewer,??????????,???_LRFViewer,Office;
+lrfviewer.desktop,???_LRF Viewer,??????????,???_LRF Viewer,???_LRFViewer,??????????,???_LRFViewer,Office;
+okular.desktop,PDF??_Okular,????????,PDF??_Okular,PDF??_Okular,????????,PDF??_Okular,Office;
+AdobeReader.desktop,PDF??_AdobeReader,Adobe ??? PDF ???,PDF??_AdobeReader,PDF??_AdobeReader,Adobe???PDF???,PDF??_AdobeReader,Office;
+pdfedit.desktop,PDF??_PDF Editor,????? PDF ?????????????????,PDF??_PDF Editor,PDF??_PDFEditor,?????PDF????????????????,PDF??_PDFEditor,Office;
+pdfshuffler.desktop,PDF??_Shuffler,????? PDF ??????????????????,PDF??_Shuffler,PDF??_Shuffler,?????PDF??????????????????,PDF??_Shuffler,Office;
+xournal.desktop,PDF????_Xournal,???? PDF ????????????????????????????????,PDF????_Xournal,PDF????_Xournal,????PDF????????????????????????????????,PDF????_Xournal,Office;
+impressive-editor.desktop,PDF????_Impressive,??? PDF ???????????PDF??????,PDF????_Impressive,PDF?????_Impressive,???PDF??????????????PDF?????????,PDF???????_Impressive,Office;
+kaddressbook.desktop,???_KAddressbook,KDE ???????,???_KAddressbook,???_KAddressbook,KDE???????,???_KAddressbook,Office;
+gnucash.desktop,????_GnuCash,?????????????????????????,????_GnuCash,????_GnuCash,?????????????????????????,????_GnuCash,Office;
+sigil.desktop,?????_Sigil,???????????????,?????_Sigil,?????_Sigil,???????????????,?????_Sigil,Office;
+qtqr.desktop,QR Code???_QtQR,QR Code ????,QR Code???_QtQR,QRCode???_QtQR,QRCode????,QRCode???_QtQR,Office;
+#??,,,,,,,
+krita.desktop,????_Krita,?? OpenOffice Draw??????????,????_Krita,????_Krita,??OpenOfficeDraw??????????,????_Krita,Graphics;
+kamoso.desktop,????_Kamoso,?????????????,????_Kamoso,????_Kamoso,?????????????,????_Kamoso,Graphics;
+display.im6.desktop,????_ImageMagick,??????,????_ImageMagick,????_ImageMagick,??????,????_ImageMagick,Graphics;
+skanlite.desktop,????_Skanlite,KDE ????????,????_Skanlite,????_Skanlite,KDE????????,????_Skanlite,Graphics;
+gpaint.desktop,???_GNU Paint,??????????,???_GNU Paint,??_GNUPaint,?????????,??_GNUPaint,Graphics;
+kolourpaint.desktop,???_KolourPaint,??????????,???_KolourPaint,??_KolourPaint,?????????,??_KolourPaint,Graphics;
+tuxpaint.desktop,?????_TuxPaint,???????????????????,?????_TuxPaint,????_TuxPaint,???????????????????,????_TuxPaint,Graphics;
+mypaint.desktop,????_My Paint,??????????????,????_My Paint,????_MyPaint,??????????????,????_MyPaint,Graphics;
+inkscape.desktop,????_Inkscape,??? svg ????????????????? CorelDRAW,????_Inkscape,????_Inkscape,???svg?????????????????CorelDRAW,????_Inkscape,Graphics;
+gimp.desktop,????_GIMP,??????????????????????????? Photoshop,????_GIMP,????_GIMP,???????????????????????????Photoshop,????_GIMP,Graphics;
+jkiwi.desktop,????_jKiwi,jKiwi ???????????????????????,????_jKiwi,????_jKiwi,jKiwi???????????????????????,????_jKiwi,Graphics;
+digikam.desktop,????_digiKam,??????????????,????_digiKam,????_digiKam,??????????????,????_digiKam,Graphics;
+gwenview.desktop,????_Gwenview,??????????????,????_Gwenview,????_Gwenview,??????????????,????_Gwenview,Graphics;
+f-spot.desktop,????_F-Spot,F-Spot ????????????????,????_F-Spot,????_F-Spot,F-Spot????????????????,????_F-Spot,Graphics;
+gthumb.desktop,????_gThumb,??????????????,????_gThumb,????_gThumb,??????????????,????_gThumb,Graphics;
+fotowall.desktop,????_Fotowall,Fotowall ?????????????????????,????_Fotowall,????_Fotowall,Fotowall?????????????????????,????_Fotowall,Graphics;
+expoblending.desktop,????_Expo blending,?????????,????_Expo blending,????_Expoblending,?????????,????_Expoblending,Graphics;
+photolayoutseditor.desktop,????_Photo layouts editor,????????????,????_Photo layouts editor,????_Photolayoutseditor,????????????,????_Photolayoutseditor,Graphics;
+panoramagui.desktop,???_Panoram,????????????,???_Panoram,???_Panoram,????????????,???_Panoram,Graphics;
+hugin.desktop,???_Hugin panorama creator,?????????????????????????????,???_Hugin panorama creator,???_Huginpanoramacreator,?????????????????????????????,???_Huginpanoramacreator,Graphics;
+PTBatcherGUI.desktop,???_Hugin Batch Processor,??????????????????????????,???_Hugin Batch Processor,???_HuginBatchProcessor,??????????????????????????,???_HuginBatchProcessor,Graphics;
+calibrate_lens_gui.desktop,???_Calibrate,?????????????????????????????,???_Calibrate,???_Calibrate,?????????????????????????????,???_Calibrate,Graphics;
+ktoon.desktop,2D??_KToon,???????????????,2D??_KToon,2D??_KToon,??????????????,2D??_KToon,Graphics;
+blender.desktop,3D??_Blender,3D ???????????????????? 3D ????,3D??_Blender,3D??_Blender,3D????????????????????3D????,3D??_Blender,Graphics;
+sweethome3d.desktop,????_SweetHome3D,??????3D ???????????????????????????????????????,????_SweetHome3D,????_SweetHome3D,??????3D???????????????????????????????????????,????_SweetHome3D,Graphics;
+kruler.desktop,????_KRuler,???????????????,????_KRuler,????_KRuler,???????????????,????_KRuler,Graphics;
+scangui.desktop,????_Scan GUI,???????????????,????_Scan GUI,????_ScanGUI,???????????????,????_ScanGUI,Graphics;
+ksnapshot.desktop,????_KSnapshot,????????????????????Print Screen???????,????_KSnapshot,????_KSnapshot,????????????????????PrintScreen???????,????_KSnapshot,Graphics;
+kcolorchooser.desktop,????_KColorChooser,??????????,????_KColorChooser,????_KColorChooser,??????????,????_KColorChooser,Graphics;
+dngconverter.desktop,RAW????_dngconverter,??? RAW ???? DNG ?????,RAW????_dngconverter,RAW????_dngconverter,???RAW????DNG?????,RAW????_dngconverter,Graphics;
+freecad.desktop,3D??_FreeCAD,????????,3D??_FreeCAD,3D??_FreeCAD,?????????,3D??_FreeCAD,Graphics;
+fritzing.desktop,????_Fritzing,?????PCB (Printed Circuit Board) ???????????????????????????????????,????_Fritzing,????_Fritzing,?????PCB(PrintedCircuitBoard)???????????????????????????????????,????_Fritzing,Graphics;
+shutter.desktop,????_Shutter,???????????????,????_Shutter,????_Shutter,???????????????,????_Shutter,Graphics;
+#??,,,,,,,
+qstopmotion.desktop,????_qStopMotion,????????,????_qStopMotion,????_qStopMotion,????????,????_qStopMotion,AudioVideo;
+avidemux2.6-qt.desktop,????_Avidemux(Qt),??????,????_Avidemux(Qt),????_Avidemux(Qt),?????,????_Avidemux(Qt),AudioVideo;
+avidemux2.6-jobs.desktop,????_Avidemux(Jobs),??????,????_Avidemux(Jobs),????_Avidemux(Jobs),?????,????_Avidemux(Jobs),AudioVideo;
+avidemux2.6-gtk.desktop,????_Avidemux(Gtk),??????,????_Avidemux(Gtk),????_Avidemux(Gtk),?????,????_Avidemux(Gtk),AudioVideo;
+ffDiaporama.desktop,????_ffDiaporama,?????????????,????_ffDiaporama,????_ffDiaporama,?????????????,????_ffDiaporama,AudioVideo;
+xbmc.desktop,?????_XBMC,???????????????????????,?????_XBMC,?????_XBMC,???????????????????????,?????_XBMC,AudioVideo;
+vlc.desktop,????_VLC,???????????????????,????_VLC,????_VLC,??????????????????,????_VLC,AudioVideo;
+smplayer.desktop,????_SMPlayer,? MPlayer ????????????????????,????_SMPlayer,????_SMPlayer,?MPlayer???????????????????,????_SMPlayer,AudioVideo;
+umplayer.desktop,????_UMPlayer,? MPlayer ????????????????????,????_UMPlayer,????_UMPlayer,?MPlayer???????????????????,????_UMPlayer,AudioVideo;
+dragonplayer.desktop,????_DragonPlayer,???????????????????,????_DragonPlayer,????_DragonPlayer,??????????????????,????_DragonPlayer,AudioVideo;
+totem.desktop,????_Totem,???????????????????,????_Totem,????_Totem,??????????????????,????_Totem,AudioVideo;
+xine.desktop,????_xine,??????,????_xine,????_xine,??????,????_xine,AudioVideo;
+Kino.desktop,????_Kino,???????????,????_Kino,????_Kino,???????????,????_Kino,AudioVideo;
+pitivi.desktop,????_Pitivi,???????????,????_Pitivi,????_Pitivi,???????????,????_Pitivi,AudioVideo;
+openshot.desktop,????_OpenShot,OpenShot ? Linux ?????????????,????_OpenShot,????_OpenShot,OpenShot?Linux?????????????,????_OpenShot,AudioVideo;
+kdenlive.desktop,????_Kdenlive,Kdenlive ? Linux ?????????????????,????_Kdenlive,????_Kdenlive,Kdenlive?Linux?????????????????,????_Kdenlive,AudioVideo;
+kazam.desktop,????_Kazam,?????????????,????_Kazam,????_Kazam,?????????????,????_Kazam,AudioVideo;
+cheese.desktop,????_Cheese,?? Cheese ??????????????????????????,????_Cheese,????_Cheese,??Cheese??????????????????????????,????_Cheese,AudioVideo;
+guvcview.desktop,????_guvcview,webcam????,????_guvcview,????_guvcview,webcam????,????_guvcview,AudioVideo;
+imagination.desktop,????_Imagination,Imagination ???????????????????????????? ,????_Imagination,????_Imagination,Imagination????????????????????????????,????_Imagination,AudioVideo;
+photofilmstrip.desktop,????_Photo Film Strip,???????????????????????,????_Photo Film Strip,????_PhotoFilmStrip,???????????????????????,????_PhotoFilmStrip,AudioVideo;
+k3b.desktop,????_K3b,Linux ?????????? ,????_K3b,????_K3b,Linux??????????,????_K3b,AudioVideo;
+brasero.desktop,????_Brasero,Linux ??????????,????_Brasero,????_Brasero,Linux??????????,????_Brasero,AudioVideo;
+acidrip.desktop,????_AcidRip,AcidRip ????????????? avi ? mpeg ?,????_AcidRip,????_AcidRip,AcidRip?????????????avi?mpeg?,????_AcidRip,AudioVideo;
+dvdstyler.desktop,????_DVDstyler,DVD ?????????,????_DVDstyler,????_DVDstyler,DVD?????????,????_DVDstyler,AudioVideo;
+dvdisaster.desktop,????_dvdisaster,????????????????????????,????_dvdisaster,????_dvdisaster,????????????????????????,????_dvdisaster,AudioVideo;
+audacious.desktop,????_Audacious,?? Winamp ??????,????_Audacious,????_Audacious,??Winamp??????,????_Audacious,AudioVideo;
+amarok.desktop,????_Amarok,Amarok ??????????????????,????_Amarok,????_Amarok,Amarok??????????????????,????_Amarok,AudioVideo;
+rhythmbox.desktop,????_Rhythmbox,????????,????_Rhythmbox,????_Rhythmbox,????????,????_Rhythmbox,AudioVideo;
+audacity.desktop,????_Audacity,Audacity ????????????????????????????????????,????_Audacity,????_Audacity,Audacity????????????????????????????????????,????_Audacity,AudioVideo;
+tuxguitar.desktop,????_Tuxguitar,???? Midi ??????????????????????? PDF ?????,????_Tuxguitar,????_Tuxguitar,????Midi???????????????????????PDF?????,????_Tuxguitar,AudioVideo;
+hydrogen.desktop,????_Hydrogen,??????????????????,????_Hydrogen,????_Hydrogen,??????????????????,????_Hydrogen,AudioVideo;
+mscore.desktop,????_MuseScore,?????????????????????????????????????,????_MuseScore,????_MuseScore,?????????????????????????????????????,????_MuseScore,AudioVideo;
+rosegarden.desktop,????_Rosegarden,????????????????,????_Rosegarden,????_Rosegarden,????????????????,????_Rosegarden,AudioVideo;
+winff.desktop,????_Win_FF,???????????,????_Win_FF,????_Win_FF,???????????,????_Win_FF,AudioVideo;
+kmix.desktop,????_KMix,??????????,????_KMix,????_KMix,??????????,????_KMix,AudioVideo;
+qjackctl.desktop,????_QjackCtl,???????????,????_QjackCtl,????_QjackCtl,???????????,????_QjackCtl,AudioVideo;
+ardour.desktop,????_Ardour GTK2,?????????????,????_Ardour GTK2,????_ArdourGTK2,?????????????,????_ArdourGTK2,AudioVideo;
+gnome-sound-recorder.desktop,????_gnome-sound-recorder,?????????,????_gnome-sound-recorder,????_gnome-sound-recorder,?????????,????_gnome-sound-recorder,AudioVideo;
+xvidcap.desktop,????_XVidCap,?????????????????,????_XVidCap,????_XVidCap,?????????????????,????_XVidCap,AudioVideo;
+sound-juicer.desktop,????_sound-juicer,????????????????,????_sound-juicer,????_sound-juicer,????????????????,????_sound-juicer,AudioVideo;
+qdvdauthor.desktop,????_QDVDAuthor,DVD ????????? ,????_QDVDAuthor,????_QDVDAuthor,DVD?????????,????_QDVDAuthor,AudioVideo;
+devede.desktop,????_DeVeDe,??????????? DVD ??,????_DeVeDe,????_DeVeDe,???????????DVD??,????_DeVeDe,AudioVideo;
+oggconvert.desktop,????_OggConvert,??????????????,????_OggConvert,????_OggConvert,??????????????,????_OggConvert,AudioVideo;
+furiusisomount.desktop,????_Furius ISO Mount,?????????????? ,????_Furius ISO Mount,????_FuriusISOMount,??????????????,????_FuriusISOMount,AudioVideo;
+#??,,,,,,,
+nixnote.desktop,???_Nixnote,EverNote ? Linux ?????,???_Nixnote,???_Nixnote,EverNote?Linux?????,???_Nixnote,Network;
+exe.desktop,????_eXe,??????????????,????_eXe,????_eXe,??????????????,????_eXe,Network;
+quassel.desktop,IRC ??_Quassel,KDE ?? IRC ?????,IRC ??_Quassel,IRC??_Quassel,KDE??IRC?????,IRC??_Quassel,Network;
+firefox.desktop,????_Firefox,???????????????????? ,????_Firefox,????_Firefox,????????????????????,????_Firefox,Network;
+chromium-browser.desktop,????_Chromium,? Google ????????,????_Chromium,????_Chromium,?Google????????,????_Chromium,Network;
+konqbrowser.desktop,????_Konqueror,?????????????????,????_Konqueror,????_Konqueror,?????????????????,????_Konqueror,Network;
+pcmanx.desktop,BBS??_PCMan X BBS ,??? BBS ????,BBS??_PCMan X BBS ,BBS??_PCManXBBS,???BBS????,BBS??_PCManXBBS,Network;
+BlueGriffon-program.desktop,????_BlueGriffon,???????????HTML???HTML?? ,????_BlueGriffon,????_BlueGriffon,???????????HTML???HTML??,????_BlueGriffon,Network;
+kompozer.desktop,????_KompoZer,???????????HTML???HTML?? ,????_KompoZer,????_KompoZer,???????????HTML???HTML??,????_KompoZer,Network;
+dropbox.desktop,????_Dropbox,??????????????????????????,????_Dropbox,????_Dropbox,???????????????????????????,????_Dropbox,Network;
+akregator.desktop,RSS???_Akregator,????? RSS ???,RSS???_Akregator,RSS???_Akregator,?????RSS???,RSS???_Akregator,Network;
+ktorrent.desktop,BT??_Ktorrent,??? BitTorrent ?????????? ,BT??_Ktorrent,BT??_Ktorrent,???BitTorrent??????????,BT??_Ktorrent,Network;
+filezilla.desktop,????_FileZilla,Linux ???? FTP ?????? ,????_FileZilla,????_FileZilla,Linux????FTP??????,????_FileZilla,Network;
+pidgin.desktop,????_Pidgin,?????????????????? AIM?Google Talk?Jabber/XMPP?MSN?Yahoo ?,????_Pidgin,????_Pidgin,??????????????????AIM?GoogleTalk?Jabber/XMPP?MSN?Yahoo?,????_Pidgin,Network;
+kopete.desktop,????_Kopete,?????????,????_Kopete,????_Kopete,?????????,????_Kopete,Network;
+emesene.desktop,????_Emesene,????? Windows Live Messenge ??????? ,????_Emesene,????_Emesene,?????WindowsLiveMessenge???????,????_Emesene,Network;
+ekiga.desktop,????_Ekiga,Linux ??????????,????_Ekiga,????_Ekiga,Linux??????????,????_Ekiga,Network;
+Kppp.desktop,????_KPPP,??????????,????_KPPP,????_KPPP,????????????,????_KPPP,Network;
+bluedevil-monolithic.desktop,????_BlueDevil,KDE ?????????,????_BlueDevil,????_BlueDevil,KDE?????????,????_BlueDevil,Network;
+extras-nitroshare.desktop,????_Nitroshare,?????????????,????_Nitroshare,????_Nitroshare,????????????,????_Nitroshare,Network;
+remmina.desktop,????_Remmina,?????????????? TeamViewer,????_Remmina,????_Remmina,??????????????TeamViewer,????_Remmina,Network;
+skype.desktop,????_Skype,???????????,????_Skype,????_Skype,???????????,????_Skype,Network;
+evolution.desktop,????_Evolution,?????????????????????????,????_Evolution,????_Evolution,?????????????????????????,????_Evolution,Network;
+gftp.desktop,????_gFTP,FTP?????? ,????_gFTP,????_gFTP,FTP??????,????_gFTP,Network;
+meiga.desktop,????_Meiga,?? Meiga ???????????????????,????_Meiga,????_Meiga,??Meiga???????????????????,????_Meiga,Network;
+pppoeconf.desktop,????_pppoeconf,??????,????_pppoeconf,????_pppoeconf,??????,????_pppoeconf,Network;
+miro.desktop,????_Miro,Miro ????? Mozilla ????VLC ??????????????,????_Miro,????_Miro,Miro?????Mozilla????VLC??????????????,????_Miro,Network;
+iptux.desktop,????_iptux,??????????,????_iptux,????_iptux,???????????,????_iptux,Network;
+wireshark.desktop,????_Wireshark,????????????,????_Wireshark,????_Wireshark,????????????,????_Wireshark,Network;
+transmission.desktop,Bt??_Transmission,??? BitTorrent ?????????? ,Bt??_Transmission,Bt??_Transmission,???BitTorrent??????????,Bt??_Transmission,Network;
+tsclient.desktop,????????,??????,????????,????????,??????,????????,Network;
+#,????_TeamViewer,???????????????,????_TeamViewer,????_TeamViewer,????????????????,????_TeamViewer,Network;
+#??,,,,,,,
+picmi.desktop,????_Picmi,??????????,????_Picmi,????_Picmi,??????????,????_Picmi,Game;
+granatier.desktop,????_Granatier,?????????,????_Granatier,????_Granatier,?????????,????_Granatier,Game;
+tuxtype.desktop,????_Tux Typing,????????????????????,????_Tux Typing,????_TuxTyping,?????????????????????,????_TuxTyping,Game;
+tuxmath.desktop,????_TuxMath,???????????,????_TuxMath,????_TuxMath,???????????,????_TuxMath,Game;
+ksudoku.desktop,????_KSudoku,????,????_KSudoku,????_KSudoku,????,????_KSudoku,Game;
+gnome-sudoku.desktop,????_gnome-sudoku,??????????????????,????_gnome-sudoku,????_gnome-sudoku,??????????????????,????_gnome-sudoku,Game;
+pingus.desktop,????_Pingus,??????????????????????????,????_Pingus,????_Pingus,??????????????????????????,????_Pingus,Game;
+supertux2.desktop,????_SuperTux,??????????,????_SuperTux,????_SuperTux,??????????,????_SuperTux,Game;
+supertuxkart.desktop,????_Supertuxkart,3D????,????_Supertuxkart,????_Supertuxkart,3D????,????_Supertuxkart,Game;
+kapman.desktop,???_Kapman,????????????????????????????,???_Kapman,???_Kapman,????????????????????????????,???_Kapman,Game;
+KGoldrunner.desktop,????_KGoldrunner ,??????????????????????,????_KGoldrunner ,????_KGoldrunner,??????????????????????,????_KGoldrunner,Game;
+frozen-bubble.desktop,???_Frozen-Bubble,???????????????????????,???_Frozen-Bubble,???_Frozen-Bubble,???????????????????????,???_Frozen-Bubble,Game;
+klickety.desktop,????_Klickety,????,????_Klickety,????_Klickety,????,????_Klickety,Game;
+kdiamond.desktop,????_KDiamond ,????????????????,????_KDiamond ,????_KDiamond,????????????????,????_KDiamond,Game;
+ksame.desktop,????_SameGame,????,????_SameGame,????_SameGame,????,????_SameGame,Game;
+kblocks.desktop,?????_KBlocks,??????????????????????,?????_KBlocks,?????_KBlocks,??????????????????????,?????_KBlocks,Game;
+palapeli.desktop,????_Palapeli,????,????_Palapeli,????_Palapeli,????,????_Palapeli,Game;
+kubrick.desktop,????_Kubrick,????????,????_Kubrick,????_Kubrick,????????,????_Kubrick,Game;
+ksquares.desktop,????_KSquares,?????????,????_KSquares,????_KSquares,?????????,????_KSquares,Game;
+knetwalk.desktop,????_KNetWalk,????????????????????????,????_KNetWalk,????_KNetWalk,??????????????????????????,????_KNetWalk,Game;
+knetwork.desktop,????_knetwork,????????????????????????,????_knetwork,????_knetwork,??????????????????????????,????_knetwork,Game;
+klines.desktop,????_Kolor Lines,????????,????_Kolor Lines,????_KolorLines,????????,????_KolorLines,Game;
+kmines.desktop,???_KMines,?????,???_KMines,???_KMines,?????,???_KMines,Game;
+katomic.desktop,???_KAtomic,?????????,???_KAtomic,???_KAtomic,?????????,???_KAtomic,Game;
+kblackbox.desktop,???_KBlackBox,???????,???_KBlackBox,???_KBlackBox,???????,???_KBlackBox,Game;
+kbreakout.desktop,???_KBreakOut,?????,???_KBreakOut,???_KBreakOut,?????,???_KBreakOut,Game;
+kbounce.desktop,???_KBounce,?????,???_KBounce,???_KBounce,?????,???_KBounce,Game;
+kollision.desktop,???_Kollision,??????????,???_Kollision,???_Kollision,??????????,???_Kollision,Game;
+kolf.desktop,????_Kolf,???????????????????????????,????_Kolf,????_Kolf,???????????????????????????,????_Kolf,Game;
+kdesnake.desktop,???_Ksnake,?????,???_Ksnake,???_Ksnake,?????,???_Ksnake,Game;
+ktron.desktop,???_KSnakeDuel,???????,???_KSnakeDuel,???_KSnakeDuel,???????,???_KSnakeDuel,Game;
+kigo.desktop,??_Kigo,????,??_Kigo,??_Kigo,????,??_Kigo,Game;
+kreversi.desktop,???_KReversi,???????,???_KReversi,???_KReversi,???????,???_KReversi,Game;
+kfourinline.desktop,???_KfourInLine,???????,???_KfourInLine,???_KfourInLine,???????,???_KfourInLine,Game;
+kbovo.desktop,???_kbovo,???????,???_kbovo,???_kbovo,???????,???_kbovo,Game;
+bovo.desktop,???_Bovo,???????,???_Bovo,???_Bovo,???????,???_Bovo,Game;
+kajongg.desktop,????_Kajongg,????????,????_Kajongg,????_Kajongg,????????,????_Kajongg,Game;
+kmahjongg.desktop,????_KMahjongg,?????????????,????_KMahjongg,????_KMahjongg,?????????????,????_KMahjongg,Game;
+kshisen.desktop,????_Shisen-Sho,??????????????,????_Shisen-Sho,????_Shisen-Sho,??????????????,????_Shisen-Sho,Game;
+kiriki.desktop,????_Kiriki,????,????_Kiriki,????_Kiriki,????,????_Kiriki,Game;
+kjumpingcube.desktop,????_KJumpingCube,???????????,????_KJumpingCube,????_KJumpingCube,???????????,????_KJumpingCube,Game;
+lskat.desktop,????_LSkat,????,????_LSkat,????_LSkat,????,????_LSkat,Game;
+kpat.desktop,????_KPatience,????????,????_KPatience,????_KPatience,????????,????_KPatience,Game;
+bomber.desktop,???_bomber,?????,???_bomber,???_bomber,?????,???_bomber,Game;
+konquest.desktop,????_Konquest,??????,????_Konquest,????_Konquest,??????,????_Konquest,Game;
+kbattleship.desktop,????_kbattleship,???????,????_kbattleship,????_kbattleship,???????,????_kbattleship,Game;
+kspaceduel.desktop,????_KSpaceDuel ,????????????????,????_KSpaceDuel ,????_KSpaceDuel,????????????????,????_KSpaceDuel,Game;
+killbots.desktop,?????_Killbots,???????,?????_Killbots,?????_Killbots,???????,?????_Killbots,Game;
+ksirk.desktop,????_KsirK,????????,????_KsirK,????_KsirK,????????,????_KsirK,Game;
+ksirkskineditor.desktop,????_KsirK Editor,??????????????,????_KsirK Editor,????_KsirKEditor,??????????????,????_KsirKEditor,Game;
+gnotski.desktop,???_gnotski,?????????????????????,???_gnotski,???_gnotski,?????????????????????,???_gnotski,Game;
+gnotravex.desktop,????_gnotravex,????????????????,????_gnotravex,????_gnotravex,????????????????,????_gnotravex,Game;
+pinball.desktop,???_Pinball,????????????????????????,???_Pinball,???_Pinball,????????????????????????,???_Pinball,Game;
+lbreakout2.desktop,???_lbreakout2,????????????????????????,???_lbreakout2,???_lbreakout2,????????????????????????,???_lbreakout2,Game;
+kblocks.desktop,?????_KBlocks,??????????????????????,?????_KBlocks,?????_KBlocks,??????????????????????,?????_KBlocks,Game;
+kolf.desktop,????_Kolf,????????????????????????,????_Kolf,????_Kolf,????????????????????????,????_Kolf,Game;
+tuxpuck.desktop,????_Tuxpuck,?????????????????,????_Tuxpuck,????_Tuxpuck,?????????????????,????_Tuxpuck,Game;
+glchess.desktop,????_glchess,????????????????2D?3D?????,????_glchess,????_glchess,????????????????2D?3D?????,????_glchess,Game;
+mahjongg.desktop,????_mahjongg,?????????????????????????????,????_mahjongg,????_mahjongg,?????????????????????????????,????_mahjongg,Game;
+gnomine.desktop,???_gnomine,??????????????????????????,???_gnomine,???_gnomine,??????????????????????????,???_gnomine,Game;
+sol.desktop,????_AisleRiot ,??????????????????????,????_AisleRiot ,????_AisleRiot,??????????????????????,????_AisleRiot,Game;
+#??,,,,,,,
+R.desktop,??_R,?????????????,??_R,??_R,?????????????,??_R,Education;
+rkward.desktop,??_RKward,R ? KDE ????,??_RKward,??_RKward,R?KDE????,??_RKward,Education;
+gnumeric.desktop,??_Gnumeric,????,??_Gnumeric,??_Gnumeric,????,??_Gnumeric,Education;
+gcompris.desktop,??_GCompris,???????????????????????????,??_GCompris,??_GCompris,????????????????????????????,??_GCompris,Education;
+gcompris-edit.desktop,??_GCompris Edit,Gcompris ???,??_GCompris Edit,??_GComprisEdit,Gcompris???,??_GComprisEdit,Education;
+ktouch.desktop,????_KTouch,??????????????????,????_KTouch,????_KTouch,???????????????????,????_KTouch,Education;
+klavaro.desktop,????_Klavaro,??????????????????,????_Klavaro,????_Klavaro,???????????????????,????_Klavaro,Education;
+ktuberling.desktop,?????_Ktuberling,???????????????,?????_Ktuberling,?????_Ktuberling,???????????????,?????_Ktuberling,Education;
+anki.desktop,?????_Anki,???????????????,?????_Anki,?????_Anki,???????????????,?????_Anki,Education;
+parley.desktop,??_Parley,?????????,??_Parley,??_Parley,?????????,??_Parley,Education;
+klettres.desktop,??_KLettres,?????????,??_KLettres,??_KLettres,?????????,??_KLettres,Education;
+kwordquiz.desktop,??_KWordQuiz,????????????,??_KWordQuiz,??_KWordQuiz,????????????,??_KWordQuiz,Education;
+kanagram.desktop,??_Kanagram,??????,??_Kanagram,??_Kanagram,??????,??_Kanagram,Education;
+khangman.desktop,??_KHangMan,??????,??_KHangMan,??_KHangMan,??????,??_KHangMan,Education;
+step.desktop,??_Step,??????,??_Step,??_Step,??????,??_Step,Education;
+OpticalRayTracer.desktop,????_OpticalRayTracer,??????,????_OpticalRayTracer,????_OpticalRayTracer,??????,????_OpticalRayTracer,Education;
+marble.desktop,??_Marble,????????????,??_Marble,??_Marble,????????????,??_Marble,Education;
+kgeography.desktop,??_KGeography,????????????,??_KGeography,??_KGeography,????????????,??_KGeography,Education;
+googleearth.desktop,???_Google Earth,????????GIS??????,???_Google Earth,???_GoogleEarth,????????GIS??????,???_GoogleEarth,Education;
+kstars.desktop,??_KStars,?????????????????,??_KStars,??_KStars,?????????????????,??_KStars,Education;
+stellarium.desktop,??_Stellarium,????????????????,??_Stellarium,??_Stellarium,????????????????,??_Stellarium,Education;
+celestia.desktop,??_Celestia_gnome,?????????????????,??_Celestia_gnome,??_Celestia_gnome,?????????????????,??_Celestia_gnome,Education;
+kbruch.desktop,??_KBruch,??????????,??_KBruch,??_KBruch,??????????,??_KBruch,Education;
+kig.desktop,??_Kig,???????????,??_Kig,??_Kig,???????????,??_Kig,Education;
+drgeo.desktop,??_Dr.Geo,???????????,??_Dr.Geo,??_Dr.Geo,???????????,??_Dr.Geo,Education;
+kmplot.desktop,??_KmPlot,?????????,??_KmPlot,??_KmPlot,?????????,??_KmPlot,Education;
+geogebra.desktop,??_GeoGebra,?????????,??_GeoGebra,??_GeoGebra,?????????,??_GeoGebra,Education;
+wxmaxima.desktop,??_wxMaxima,?LISP??????????????????????,??_wxMaxima,??_wxMaxima,?LISP??????????????????????,??_wxMaxima,Education;
+kalgebra.desktop,??_KAlgebra,?????,??_KAlgebra,??_KAlgebra,?????,??_KAlgebra,Education;
+kayali.desktop,??_Kayali,??????? (Maxima) ??? (GNUplot) ??,??_Kayali,??_Kayali,???????(Maxima)???(GNUplot)??,??_Kayali,Education;
+geometria.desktop,??_geometria,??????,??_geometria,??_geometria,??????,??_geometria,Education;
+rocs.desktop,??????_Rocs,????????????,??????_Rocs,??????_Rocs,????????????,??????_Rocs,Education;
+kalzium.desktop,??_Kalzium,???????,??_Kalzium,??_Kalzium,???????,??_Kalzium,Education;
+bkchem.desktop,??_BKchem,???????????,??_BKchem,??_BKchem,???????????,??_BKchem,Education;
+ghemical.desktop,??_Ghemical,??????????,??_Ghemical,??_Ghemical,??????????,??_Ghemical,Education;
+avogadro.desktop,??_Avogadro,??????????,??_Avogadro,??_Avogadro,??????????,??_Avogadro,Education;
+gchempaint-0.12.desktop,??_GchemPaint,????????,??_GchemPaint,??_GchemPaint,????????,??_GchemPaint,Education;
+pymol.desktop,??_Pymol,???????????,??_Pymol,??_Pymol,???????????,??_Pymol,Education;
+ballview.desktop,??_BALLView,3D????????,??_BALLView,??_BALLView,3D????????,??_BALLView,Education;
+#????,,,,,,,
+scratch.desktop,????_Scratch,??????????????8?????????????????????,????_Scratch,??_Scratch,????????????8???????????????????,??_Scratch,Development;
+greenfoot.desktop,????_Greenfoot,???????????????? JAVA ???????????,????_Greenfoot,??_Greenfoot,??????????????JAVA???????????,??_Greenfoot,Development;
+alice.desktop,????_Alice,??? 3D ?????? ,????_Alice,??_Alice,???3D????,??_Alice,Development;
+kturtle.desktop,????_KTurtle,?????????????????,????_KTurtle,??_KTurtle,?????????????????,??_KTurtle,Development;
+squeak.desktop,????_Squeak,?????????????????,????_Squeak,??_Squeak,?????????????????,??_Squeak,Development;
+geany.desktop,??????_Geany,??????????????,??????_Geany,??????_Geany,??????????????,??????_Geany,Development;
+#????,,,,,,,
+openc.desktop,?????????,????????????????????????,?????,?????????,????????????????????????,?????,Opencontent;
+phet.desktop,??????_PhET,PhET????????????????100??????????,??????_PhET,??????_PhET,PhET????????????????100??????????,??????_PhET,Opencontent;
+usgs.desktop,??????_USGS,?????????USGS????????????,??????_USGS,??????_USGS,?????????USGS????????????,??????_USGS,Opencontent;
+npa.desktop,??????_Flash Animations for Physics,???????????????????????????????,??????_Flash Animations for Physics,??????_FlashAnimationsforPhysics,???????????????????????????????,??????_FlashAnimationsforPhysics,Opencontent;
+chemical_struct.desktop,???????_Chemical Structure,??????????????????????????????????,???????_Chemical Structure,???????_ChemicalStructure,??????????????????????????????????,???????_ChemicalStructure,Opencontent;
+#????,,,,,,,
+Open-Sankore.desktop,????_Open Sankore,???????????????,????_Open Sankore,????_OpenSankore,???????????????,????_OpenSankore,Tutorial;
+jclic.desktop,????_jClic,JClic ???????????????????????????????????????????,????_jClic,????_jClic,JClic????????????????????????????????????????????,????_jClic,Tutorial;
+jclicauthor.desktop,????_jClic Author,JClic ???????????????????????????????????????????,????_jClic Author,????_jClicAuthor,JClic????????????????????????????????????????????,????_jClicAuthor,Tutorial;
+jclicreports.desktop,????_jClic Report Server,JClic ???????????????????????????????????????????,????_jClic Report Server,????_jClicReportServer,JClic????????????????????????????????????????????,????_jClicReportServer,Tutorial;
+ardesia.desktop,????_Ardesia,??????????,????_Ardesia,????_Ardesia,??????????,????_Ardesia,Tutorial;
+curtain.desktop,????_Curtain,??????????,????_Curtain,????_Curtain,??????????,????_Curtain,Tutorial;
+spotlighter.desktop,???_Spotlighter,???????????,???_Spotlighter,???_Spotlighter,???????????,???_Spotlighter,Tutorial;
+easystroke.desktop,????_Easystroke,???????????????????,????_Easystroke,????_Easystroke,????????????????????,????_Easystroke,Tutorial;
+qjoypad.desktop,?????_QJoyPad,? USB ??????????????????,?????_QJoyPad,?????_QJoyPad,?USB??????????????????,?????_QJoyPad,Tutorial;
+wiican.desktop,Wiimote??_Wiican,Wiimote ???????????,Wiimote??_Wiican,Wiimote??_Wiican,Wiimote???????????,Wiimote??_Wiican,Tutorial;
+wminput.desktop,Wii ????_Wminput,?iimote ????????,Wii ????_Wminput,Wii????_Wminput,?iimote????????,Wii????_Wminput,Tutorial;
+samba.desktop,????_samba,???????????,????_samba,????_samba,???????????,????_samba,Tutorial;
+lampp.desktop,?????_lampp,??????????????????,?????_lampp,?????_lampp,??????????????????,?????_lampp,Tutorial;
+italc.desktop,????_iTALC,iTALC ?????????????????????,????_iTALC,????_iTALC,iTALC??????????????????????,????_iTALC,Tutorial;
+#??????,,,,,,,
+kate.desktop,????_Kate,????????,????_Kate,????_Kate,????????,????_Kate,Utility;
+gvim.desktop,????_Gvim,vim ?????,????_Gvim,????_Gvim,vim?????,????_Gvim,Utility;
+knotes.desktop,?????_KNotes,???????,?????_KNotes,?????_KNotes,???????,?????_KNotes,Utility;
+kcalc.desktop,???_KCalc,KDE ???????,???_KCalc,???_KCalc,KDE???????,???_KCalc,Utility;
+kmag.desktop,???_KMag,????????,???_KMag,???_KMag,????????,???_KMag,Utility;
+kvkbd.desktop,????_Kvkbd,???????????????,????_Kvkbd,????_Kvkbd,???????????????,????_Kvkbd,Utility;
+kmousetool.desktop,????_KMousetool,????????????,????_KMousetool,????_KMousetool,????????????,????_KMousetool,Utility;
+synaptiks.desktop,?????_Synaptiks,??????????,?????_Synaptiks,?????_Synaptiks,??????????,?????_Synaptiks,Utility;
+ark.desktop,????_Ark,???????????,????_Ark,????_Ark,???????????,????_Ark,Utility;
+7zip.desktop,????_7zip,?????????????????????????????????????????,????_7zip,????_7zip,??????????????????????????????????????????,????_7zip,Utility;
+klipper.desktop,???_Klipper,KDE ?????????,???_Klipper,???_Klipper,KDE?????????,???_Klipper,Utility;
+akonaditray.desktop,????_Akonaditray,????????,????_Akonaditray,????_Akonaditray,????????,????_Akonaditray,Utility;
+tomboy.desktop,??_Tomboy,??????????????,??_Tomboy,??_Tomboy,??????????????,??_Tomboy,Utility;
+gedit.desktop,????_gedit,???????,????_gedit,????_gedit,??????,????_gedit,Utility;
+gnome-screenshot.desktop,????_screenshot,???????????????????,????_screenshot,????_screenshot,???????????????????,????_screenshot,Utility;
+gcalctool.desktop,???_gcalctool,?????????????,???_gcalctool,???_gcalctool,?????????????,???_gcalctool,Utility;
+convertall.desktop,????_ConvertAll,??????,????_ConvertAll,????_ConvertAll,??????,????_ConvertAll,Utility;
+python-whiteboard.desktop,????_Whiteboard,wiimote ????????,????_Whiteboard,????_Whiteboard,wiimote????????,????_Whiteboard,Utility;
+gnome-terminal.desktop,???_Terminal,????????????,???_Terminal,???_Terminal,????????????,???_Terminal,Utility;
+posterazor.desktop,????_PosteRazor,??????????????????,????_PosteRazor,????_PosteRazor,??????????????????,????_PosteRazor,Utility;
+simple-scan.desktop,????_Simple Scan,?????????,????_Simple Scan,????_SimpleScan,?????????,????_SimpleScan,Utility;
+xsane.desktop,?????_XSane,?Linux ??????????????,?????_XSane,?????_XSane,?Linux??????????????,?????_XSane,Utility;
+#ezgo???,,,,,,,
+my_ezgo.desktop,?? ezgo,?????????????????????????,?? ezgo,??ezgo,?????????????????????????,??ezgo,myezgo;
+ezgo_center.desktop,ezgo ????,ezgo ??????,ezgo ????,ezgo????,ezgo??????,ezgo????,myezgo;
+ezinstall.desktop,ezgo ????,?????? ezgo ???????,ezgo ????,ezgo????,??????ezgo???????,ezgo????,myezgo;
+media_install_force.desktop,???????,????????????? Adobe Flash Player ?,???????,???????,?????????????AdobeFlashPlayer?,???????,myezgo;
+update_ezgo.desktop,ezgo ????,? ezgo ??????,ezgo ????,ezgo????,?ezgo??????,ezgo????,myezgo;
+recover.desktop,???????,?????? ezgo ??????,???????,??????,?????ezgo??????,??????,myezgo;
+skel.desktop,?? ezgo ????,??? ezgo ???????????,?? ezgo ????,??ezgo????,???ezgo???????????,??ezgo????,myezgo;
+#??,,,,,,,
+freefilesync.desktop,????_FreeFileSync,????????????????,????_FreeFileSync,????_FreeFileSync,????????????????,????_FreeFileSync,System;
+realtimesync.desktop,????_RealTimeSync,????????????????,????_RealTimeSync,????_RealTimeSync,????????????????,????_RealTimeSync,System;
+muon-installer.desktop,Muon ????,?????????????,Muon ????,Muon????,?????????????,Muon????,System;
+muon.desktop,Muon ?????,??????????????????,Muon ?????,Muon?????,??????????????????,Muon?????,System;
+usb-creator-gtk.desktop,?????_usb-creator-gtk,???????,?????_usb-creator-gtk,?????_usb-creator-gtk,???????,?????_usb-creator-gtk,System;
+usb-creator-kde.desktop,?????_usb-creator,???????,?????_usb-creator,?????_usb-creator,???????,?????_usb-creator,System;
+unetbootin.desktop,?????_UNetbootin,???????,?????_UNetbootin,?????_UNetbootin,???????,?????_UNetbootin,System;
+partitionmanager.desktop,????_KDE Partition Manager,????????????????????,????_KDE Partition Manager,????_KDEPartitionManager,???????????????????,????_KDEPartitionManager,System;
+konsole.desktop,???_Konsole,KDE ?????????,???_Konsole,???_Konsole,KDE?????????,???_Konsole,System;
+dolphin.desktop,????_Dolphin,?? Windows ????????????????????,????_Dolphin,????_Dolphin,??Windows????????????????????,????_Dolphin,Utility;Qt;KDE;System;FileTools;FileManager;
+krandrtray.desktop,????_KrandRTray,????????????,????_KrandRTray,????_KrandRTray,????????????,????_KrandRTray,System;
+my-computer.desktop,????_My Computer,?????????????????????????,????_My Computer,????_MyComputer,?????????????????????????,????_MyComputer,System;
+ksystemlog.desktop,????_KsystemLog,?????????,????_KsystemLog,????_KsystemLog,?????????,????_KsystemLog,System;
+ksysguard.desktop,?????_Ksysguard,??????????,?????_Ksysguard,?????_Ksysguard,??????????,?????_Ksysguard,System;
+kinfocenter.desktop,????_Kinfocenter,????????,????_Kinfocenter,????_Kinfocenter,????????,????_Kinfocenter,System;
+jockey-kde.desktop,??????_jockey-kde,??????????????,??????_jockey-kde,??????_jockey-kde,??????????????,??????_jockey-kde,System;
+nepomukbackup.desktop,????_Nepomuk Backup,??????,????_Nepomuk Backup,????_NepomukBackup,??????,????_NepomukBackup,System;
+nepomukcontroller.desktop,????_Nepomuk Controller,???????,????_Nepomuk Controller,????_NepomukController,???????,????_NepomukController,System;
+#??,,,,,,,
+systemsettings.desktop,????_System Settings,?? Windows ?????????? ezgo ????????,????_System Settings,????_SystemSettings,??Windows??????????ezgo????????,????_SystemSettings,Settingsmenu;
+hime-setup.desktop,?????_hime ,?????????,?????_hime ,?????_hime,?????????,?????_hime,Settingsmenu;
+qtconfig-qt4.desktop,Qt 4 ??_qtconfig-qt4,Qt 4 ????,Qt 4 ??_qtconfig-qt4,Qt4??_qtconfig-qt4,Qt4????,Qt4??_qtconfig-qt4,Settingsmenu;
+xinput_calibrator.desktop,??????_Calibrate Touchscreen,????????,??????_Calibrate Touchscreen,??????_CalibrateTouchscreen,????????,??????_CalibrateTouchscreen,Settingsmenu;
+#ezgomenu end,,,,,,,
commit 378aedf3284c46a046aba07bb3f53c2c1e7ef85b
Author: Franklin <franklin at goodhorse.idv.tw>
Date: Wed Aug 27 18:02:05 2014 +0800
20140827 committed by Franklin:
1. Fix ezgo-artwork bug (lightdm folder not exist)
2. Add zh_CN support to ezgo-menu
diff --git a/ezgo-artwork/kde/update-artwork b/ezgo-artwork/kde/update-artwork
index 342e285..bdba818 100755
--- a/ezgo-artwork/kde/update-artwork
+++ b/ezgo-artwork/kde/update-artwork
@@ -3,28 +3,36 @@ set -e
# Lightdm-kde-greeter
change_lightdm_kde_theme() {
- if [ -f /etc/lightdm/lightdm-kde-greeter.conf ]; then
- mv /etc/lightdm/lightdm-kde-greeter.conf /etc/lightdm/lightdm-kde-greeter.conf.ezgo-bak
+ if [ -d /etc/lightdm ]; then
+ if [ -f /etc/lightdm/lightdm-kde-greeter.conf ]; then
+ mv /etc/lightdm/lightdm-kde-greeter.conf /etc/lightdm/lightdm-kde-greeter.conf.ezgo-bak
+ fi
+ cp -f /usr/share/kde4/apps/lightdm-kde-greeter/themes/ezgo/lightdm-kde-greeter.conf /etc/lightdm/lightdm-kde-greeter.conf.ezgo
+ ln -s /etc/lightdm/lightdm-kde-greeter.conf.ezgo /etc/lightdm/lightdm-kde-greeter.conf
fi
- cp -f /usr/share/kde4/apps/lightdm-kde-greeter/themes/ezgo/lightdm-kde-greeter.conf /etc/lightdm/lightdm-kde-greeter.conf.ezgo
- ln -s /etc/lightdm/lightdm-kde-greeter.conf.ezgo /etc/lightdm/lightdm-kde-greeter.conf
}
restore_lightdm_kde_theme() {
- if [ -f /etc/lightdm/lightdm-kde-greeter.conf.ezgo-bak ]; then
- rm -f /etc/lightdm/lightdm-kde-greeter.conf
- mv /etc/lightdm/lightdm-kde-greeter.conf.ezgo-bak /etc/lightdm/lightdm-kde-greeter.conf
+ if [ -d /etc/lightdm ]; then
+ if [ -f /etc/lightdm/lightdm-kde-greeter.conf.ezgo-bak ]; then
+ rm -f /etc/lightdm/lightdm-kde-greeter.conf
+ mv /etc/lightdm/lightdm-kde-greeter.conf.ezgo-bak /etc/lightdm/lightdm-kde-greeter.conf
+ fi
fi
}
# LDM
change_ldm_background() {
- update-alternatives --install /usr/share/ldm/themes/default \
- ldm-theme /usr/share/ldm/themes/ezgo 90
+ if [ -d /usr/share/ldm ]; then
+ update-alternatives --install /usr/share/ldm/themes/default \
+ ldm-theme /usr/share/ldm/themes/ezgo 90
+ fi
}
restore_ldm_background() {
- update-alternatives --remove ldm-theme /usr/share/ldm/themes/ezgo
+ if [ -d /usr/share/ldm ]; then
+ update-alternatives --remove ldm-theme /usr/share/ldm/themes/ezgo
+ fi
}
## GRUB
diff --git a/ezgo-menu/xdg/ezgomenu_database.csv b/ezgo-menu/xdg/ezgomenu_database.csv
index 2c7e2c3..638856b 100644
--- a/ezgo-menu/xdg/ezgomenu_database.csv
+++ b/ezgo-menu/xdg/ezgomenu_database.csv
@@ -1,338 +1,337 @@
-desktop,Name[zh_TW],GenericName[zh_TW],Comment[zh_TW],Categories
-#ezgomenu start,,,,
-#??,,,,
-openoffice.org-writer.desktop,????_Writer,?? Microsoft Word ???????????????????????? ODF ??????,????_Writer,Office;
-openoffice.org-calc.desktop,???_Calc,?? Microsoft Excel ??????????????????????? ODF ??????,???_Calc,Office;
-openoffice.org-impress.desktop,??_Impress,?? Microsoft PowerPoint ?????????????????????? ODF ??????,??_Impress,Office;
-openoffice.org-draw.desktop,??_Draw,?? Office ?????????????????,??_Draw,Office;
-openoffice.org-base.desktop,???_Base,?? Microsoft Access ??????????????????????? ODF ??????,???_Base,Office;
-libreoffice-writer.desktop,????_Writer,?? Microsoft Word ???????????????????????? ODF ??????,????_Writer,Office;
-libreoffice-calc.desktop,???_Calc,?? Microsoft Excel ??????????????????????? ODF ??????,???_Calc,Office;
-libreoffice-impress.desktop,??_Impress,?? Microsoft PowerPoint ?????????????????????? ODF ??????,??_Impress,Office;
-libreoffice-draw.desktop,??_Draw,?? Office ?????????????????,??_Draw,Office;
-libreoffice-base.desktop,???_Base,?? Microsoft Access ??????????????????????? ODF ??????,???_Base,Office;
-libreoffice-startcenter.desktop,????_LibreOffice,LibreOffice ???,????_LibreOffice,Office;
-scribus.desktop,????_Scribus,??????????????????????,????_Scribus,Office;
-dia-common.desktop,?????_Dia,Dia ????????????????????????????????? Dia ????,?????_Dia,Office;
-dia.desktop,????_Dia,Dia ????????????????????????????????? Dia ????,????_Dia,Office;
-pencil.desktop,????_Pencil,??????,????_Pencil,Office;
-freeplane.desktop,???_FreePlane,?????????????,???_FreePlane,Office;
-xmind.desktop,???_XMind,?????????????????????,???_XMind,Office;
-freemind.desktop,???_FreeMind,?????????????????,???_FreeMind,Office;
-planner.desktop,????_Planner,Planner ????????????????????????????Planner ???????????????XML?,????_Planner,Office;
-GanttProject.desktop,????_GanttProject,GanttProject ????????????????????????,????_GanttProject,Office;
-calibre.desktop,???_Calibre,???????,???_Calibre,Office;
-calibre-gui.desktop,???_Calibre-gui,Calibre ????????????????????????????????????????????????????????,???_Calibre-gui,Office;
-calibre-ebook-viewer.desktop,???_E-book Viewer,??????????,???_E-book Viewer,Office;
-calibre-lrfviewer.desktop,???_LRF Viewer,??????????,???_LRF Viewer,Office;
-lrfviewer.desktop,???_LRF Viewer,??????????,???_LRF Viewer,Office;
-okular.desktop,PDF??_Okular,????????,PDF??_Okular,Office;
-AdobeReader.desktop,PDF??_AdobeReader,Adobe ??? PDF ???,PDF??_AdobeReader,Office;
-pdfedit.desktop,PDF??_PDF Editor,????? PDF ?????????????????,PDF??_PDF Editor,Office;
-pdfshuffler.desktop,PDF??_Shuffler,????? PDF ??????????????????,PDF??_Shuffler,Office;
-xournal.desktop,PDF????_Xournal,???? PDF ????????????????????????????????,PDF????_Xournal,Office;
-impressive-editor.desktop,PDF????_Impressive,??? PDF ???????????PDF??????,PDF????_Impressive,Office;
-kaddressbook.desktop,???_KAddressbook,KDE ???????,???_KAddressbook,Office;
-gnucash.desktop,????_GnuCash,?????????????????????????,????_GnuCash,Office;
-sigil.desktop,?????_Sigil,???????????????,?????_Sigil,Office;
-qtqr.desktop,QR Code???_QtQR,QR Code ????,QR Code???_QtQR,Office;
-#??,,,,
-krita.desktop,????_Krita,?? OpenOffice Draw??????????,????_Krita,Graphics;
-kamoso.desktop,????_Kamoso,?????????????,????_Kamoso,Graphics;
-display.im6.desktop,????_ImageMagick,??????,????_ImageMagick,Graphics;
-skanlite.desktop,????_Skanlite,KDE ????????,????_Skanlite,Graphics;
-gpaint.desktop,???_GNU Paint,??????????,???_GNU Paint,Graphics;
-kolourpaint.desktop,???_KolourPaint,??????????,???_KolourPaint,Graphics;
-tuxpaint.desktop,?????_TuxPaint,???????????????????,?????_TuxPaint,Graphics;
-mypaint.desktop,????_My Paint,??????????????,????_My Paint,Graphics;
-inkscape.desktop,????_Inkscape,??? svg ????????????????? CorelDRAW,????_Inkscape,Graphics;
-gimp.desktop,????_GIMP,??????????????????????????? Photoshop,????_GIMP,Graphics;
-jkiwi.desktop,????_jKiwi,jKiwi ???????????????????????,????_jKiwi,Graphics;
-digikam.desktop,????_digiKam,??????????????,????_digiKam,Graphics;
-gwenview.desktop,????_Gwenview,??????????????,????_Gwenview,Graphics;
-f-spot.desktop,????_F-Spot,F-Spot ????????????????,????_F-Spot,Graphics;
-gthumb.desktop,????_gThumb,??????????????,????_gThumb,Graphics;
-fotowall.desktop,????_Fotowall,Fotowall ?????????????????????,????_Fotowall,Graphics;
-expoblending.desktop,????_Expo blending,?????????,????_Expo blending,Graphics;
-photolayoutseditor.desktop,????_Photo layouts editor,????????????,????_Photo layouts editor,Graphics;
-panoramagui.desktop,???_Panoram,????????????,???_Panoram,Graphics;
-hugin.desktop,???_Hugin panorama creator,?????????????????????????????,???_Hugin panorama creator,Graphics;
-PTBatcherGUI.desktop,???_Hugin Batch Processor,??????????????????????????,???_Hugin Batch Processor,Graphics;
-calibrate_lens_gui.desktop,???_Calibrate,?????????????????????????????,???_Calibrate,Graphics;
-ktoon.desktop,2D??_KToon,???????????????,2D??_KToon,Graphics;
-blender.desktop,3D??_Blender,3D ???????????????????? 3D ????,3D??_Blender,Graphics;
-sweethome3d.desktop,????_SweetHome3D,??????3D ???????????????????????????????????????,????_SweetHome3D,Graphics;
-kruler.desktop,????_KRuler,???????????????,????_KRuler,Graphics;
-scangui.desktop,????_Scan GUI,???????????????,????_Scan GUI,Graphics;
-ksnapshot.desktop,????_KSnapshot,????????????????????Print Screen???????,????_KSnapshot,Graphics;
-kcolorchooser.desktop,????_KColorChooser,??????????,????_KColorChooser,Graphics;
-dngconverter.desktop,RAW????_dngconverter,??? RAW ???? DNG ?????,RAW????_dngconverter,Graphics;
-freecad.desktop,3D??_FreeCAD,????????,3D??_FreeCAD,Graphics;
-fritzing.desktop,????_Fritzing,?????PCB (Printed Circuit Board) ???????????????????????????????????,????_Fritzing,Graphics;
-shutter.desktop,????_Shutter,???????????????,????_Shutter,Graphics;
-#??,,,,
-qstopmotion.desktop,????_qStopMotion,????????,????_qStopMotion,AudioVideo;
-avidemux2.6-qt.desktop,????_Avidemux(Qt),??????,????_Avidemux(Qt),AudioVideo;
-avidemux2.6-jobs.desktop,????_Avidemux(Jobs),??????,????_Avidemux(Jobs),AudioVideo;
-avidemux2.6-gtk.desktop,????_Avidemux(Gtk),??????,????_Avidemux(Gtk),AudioVideo;
-ffDiaporama.desktop,????_ffDiaporama,?????????????,????_ffDiaporama,AudioVideo;
-xbmc.desktop,?????_XBMC,???????????????????????,?????_XBMC,AudioVideo;
-vlc.desktop,????_VLC,???????????????????,????_VLC,AudioVideo;
-smplayer.desktop,????_SMPlayer,? MPlayer ????????????????????,????_SMPlayer,AudioVideo;
-umplayer.desktop,????_UMPlayer,? MPlayer ????????????????????,????_UMPlayer,AudioVideo;
-dragonplayer.desktop,????_DragonPlayer,???????????????????,????_DragonPlayer,AudioVideo;
-totem.desktop,????_Totem,???????????????????,????_Totem,AudioVideo;
-xine.desktop,????_xine,??????,????_xine,AudioVideo;
-Kino.desktop,????_Kino,???????????,????_Kino,AudioVideo;
-pitivi.desktop,????_Pitivi,???????????,????_Pitivi,AudioVideo;
-openshot.desktop,????_OpenShot,OpenShot ? Linux ?????????????,????_OpenShot,AudioVideo;
-kdenlive.desktop,????_Kdenlive,Kdenlive ? Linux ?????????????????,????_Kdenlive,AudioVideo;
-kazam.desktop,????_Kazam,?????????????,????_Kazam,AudioVideo;
-cheese.desktop,????_Cheese,?? Cheese ??????????????????????????,????_Cheese,AudioVideo;
-guvcview.desktop,????_guvcview,webcam????,????_guvcview,AudioVideo;
-imagination.desktop,????_Imagination,Imagination ???????????????????????????? ,????_Imagination,AudioVideo;
-photofilmstrip.desktop,????_Photo Film Strip,???????????????????????,????_Photo Film Strip,AudioVideo;
-k3b.desktop,????_K3b,Linux ?????????? ,????_K3b,AudioVideo;
-brasero.desktop,????_Brasero,Linux ??????????,????_Brasero,AudioVideo;
-acidrip.desktop,????_AcidRip,AcidRip ????????????? avi ? mpeg ?,????_AcidRip,AudioVideo;
-dvdstyler.desktop,????_DVDstyler,DVD ?????????,????_DVDstyler,AudioVideo;
-dvdisaster.desktop,????_dvdisaster,????????????????????????,????_dvdisaster,AudioVideo;
-audacious.desktop,????_Audacious,?? Winamp ??????,????_Audacious,AudioVideo;
-amarok.desktop,????_Amarok,Amarok ??????????????????,????_Amarok,AudioVideo;
-rhythmbox.desktop,????_Rhythmbox,????????,????_Rhythmbox,AudioVideo;
-audacity.desktop,????_Audacity,Audacity ????????????????????????????????????,????_Audacity,AudioVideo;
-tuxguitar.desktop,????_Tuxguitar,???? Midi ??????????????????????? PDF ?????,????_Tuxguitar,AudioVideo;
-hydrogen.desktop,????_Hydrogen,??????????????????,????_Hydrogen,AudioVideo;
-mscore.desktop,????_MuseScore,?????????????????????????????????????,????_MuseScore,AudioVideo;
-rosegarden.desktop,????_Rosegarden,????????????????,????_Rosegarden,AudioVideo;
-winff.desktop,????_Win_FF,???????????,????_Win_FF,AudioVideo;
-kmix.desktop,????_KMix,??????????,????_KMix,AudioVideo;
-qjackctl.desktop,????_QjackCtl,???????????,????_QjackCtl,AudioVideo;
-ardour.desktop,????_Ardour GTK2,?????????????,????_Ardour GTK2,AudioVideo;
-gnome-sound-recorder.desktop,????_gnome-sound-recorder,?????????,????_gnome-sound-recorder,AudioVideo;
-xvidcap.desktop,????_XVidCap,?????????????????,????_XVidCap,AudioVideo;
-sound-juicer.desktop,????_sound-juicer,????????????????,????_sound-juicer,AudioVideo;
-qdvdauthor.desktop,????_QDVDAuthor,DVD ????????? ,????_QDVDAuthor,AudioVideo;
-devede.desktop,????_DeVeDe,??????????? DVD ??,????_DeVeDe,AudioVideo;
-oggconvert.desktop,????_OggConvert,??????????????,????_OggConvert,AudioVideo;
-furiusisomount.desktop,????_Furius ISO Mount,?????????????? ,????_Furius ISO Mount,AudioVideo;
-#??,,,,
-nixnote.desktop,???_Nixnote,EverNote ? Linux ?????,???_Nixnote,Network;
-exe.desktop,????_eXe,??????????????,????_eXe,Network;
-quassel.desktop,IRC ??_Quassel,KDE ?? IRC ?????,IRC ??_Quassel,Network;
-firefox.desktop,????_Firefox,???????????????????? ,????_Firefox,Network;
-chromium-browser.desktop,????_Chromium,? Google ????????,????_Chromium,Network;
-chromium.desktop,????_Chromium,? Google ????????,????_Chromium,Network;
-konqbrowser.desktop,????_Konqueror,?????????????????,????_Konqueror,Network;
-pcmanx.desktop,BBS??_PCMan X BBS ,??? BBS ????,BBS??_PCMan X BBS ,Network;
-BlueGriffon-program.desktop,????_BlueGriffon,???????????HTML???HTML?? ,????_BlueGriffon,Network;
-kompozer.desktop,????_KompoZer,???????????HTML???HTML?? ,????_KompoZer,Network;
-dropbox.desktop,????_Dropbox,??????????????????????????,????_Dropbox,Network;
-akregator.desktop,RSS???_Akregator,????? RSS ???,RSS???_Akregator,Network;
-ktorrent.desktop,BT??_Ktorrent,??? BitTorrent ?????????? ,BT??_Ktorrent,Network;
-filezilla.desktop,????_FileZilla,Linux ???? FTP ?????? ,????_FileZilla,Network;
-pidgin.desktop,????_Pidgin,?????????????????? AIM?Google Talk?Jabber/XMPP?MSN?Yahoo ?,????_Pidgin,Network;
-kopete.desktop,????_Kopete,?????????,????_Kopete,Network;
-emesene.desktop,????_Emesene,????? Windows Live Messenge ??????? ,????_Emesene,Network;
-ekiga.desktop,????_Ekiga,Linux ??????????,????_Ekiga,Network;
-Kppp.desktop,????_KPPP,??????????,????_KPPP,Network;
-bluedevil-monolithic.desktop,????_BlueDevil,KDE ?????????,????_BlueDevil,Network;
-extras-nitroshare.desktop,????_Nitroshare,?????????????,????_Nitroshare,Network;
-remmina.desktop,????_Remmina,?????????????? TeamViewer,????_Remmina,Network;
-skype.desktop,????_Skype,???????????,????_Skype,Network;
-evolution.desktop,????_Evolution,?????????????????????????,????_Evolution,Network;
-gftp.desktop,????_gFTP,FTP?????? ,????_gFTP,Network;
-meiga.desktop,????_Meiga,?? Meiga ???????????????????,????_Meiga,Network;
-pppoeconf.desktop,????_pppoeconf,??????,????_pppoeconf,Network;
-miro.desktop,????_Miro,Miro ????? Mozilla ????VLC ??????????????,????_Miro,Network;
-iptux.desktop,????_iptux,??????????,????_iptux,Network;
-wireshark.desktop,????_Wireshark,????????????,????_Wireshark,Network;
-transmission.desktop,Bt??_Transmission,??? BitTorrent ?????????? ,Bt??_Transmission,Network;
-tsclient.desktop,????????,??????,????????,Network;
-#,????_TeamViewer,???????????????,????_TeamViewer,Network;
-#??,,,,
-picmi.desktop,????_Picmi,??????????,????_Picmi,Game;
-granatier.desktop,????_Granatier,?????????,????_Granatier,Game;
-tuxtype.desktop,????_Tux Typing,????????????????????,????_Tux Typing,Game;
-tuxmath.desktop,????_TuxMath,???????????,????_TuxMath,Game;
-ksudoku.desktop,????_KSudoku,????,????_KSudoku,Game;
-gnome-sudoku.desktop,????_gnome-sudoku,??????????????????,????_gnome-sudoku,Game;
-pingus.desktop,????_Pingus,??????????????????????????,????_Pingus,Game;
-supertux2.desktop,????_SuperTux,??????????,????_SuperTux,Game;
-supertuxkart.desktop,????_Supertuxkart,3D????,????_Supertuxkart,Game;
-kapman.desktop,???_Kapman,????????????????????????????,???_Kapman,Game;
-KGoldrunner.desktop,????_KGoldrunner ,??????????????????????,????_KGoldrunner ,Game;
-frozen-bubble.desktop,???_Frozen-Bubble,???????????????????????,???_Frozen-Bubble,Game;
-klickety.desktop,????_Klickety,????,????_Klickety,Game;
-kdiamond.desktop,????_KDiamond ,????????????????,????_KDiamond ,Game;
-ksame.desktop,????_SameGame,????,????_SameGame,Game;
-kblocks.desktop,?????_KBlocks,??????????????????????,?????_KBlocks,Game;
-palapeli.desktop,????_Palapeli,????,????_Palapeli,Game;
-kubrick.desktop,????_Kubrick,????????,????_Kubrick,Game;
-ksquares.desktop,????_KSquares,?????????,????_KSquares,Game;
-knetwalk.desktop,????_KNetWalk,????????????????????????,????_KNetWalk,Game;
-knetwork.desktop,????_knetwork,????????????????????????,????_knetwork,Game;
-klines.desktop,????_Kolor Lines,????????,????_Kolor Lines,Game;
-kmines.desktop,???_KMines,?????,???_KMines,Game;
-katomic.desktop,???_KAtomic,?????????,???_KAtomic,Game;
-kblackbox.desktop,???_KBlackBox,???????,???_KBlackBox,Game;
-kbreakout.desktop,???_KBreakOut,?????,???_KBreakOut,Game;
-kbounce.desktop,???_KBounce,?????,???_KBounce,Game;
-kollision.desktop,???_Kollision,??????????,???_Kollision,Game;
-kolf.desktop,????_Kolf,???????????????????????????,????_Kolf,Game;
-kdesnake.desktop,???_Ksnake,?????,???_Ksnake,Game;
-ktron.desktop,???_KSnakeDuel,???????,???_KSnakeDuel,Game;
-kigo.desktop,??_Kigo,????,??_Kigo,Game;
-kreversi.desktop,???_KReversi,???????,???_KReversi,Game;
-kfourinline.desktop,???_KfourInLine,???????,???_KfourInLine,Game;
-kbovo.desktop,???_kbovo,???????,???_kbovo,Game;
-bovo.desktop,???_Bovo,???????,???_Bovo,Game;
-kajongg.desktop,????_Kajongg,????????,????_Kajongg,Game;
-kmahjongg.desktop,????_KMahjongg,?????????????,????_KMahjongg,Game;
-kshisen.desktop,????_Shisen-Sho,??????????????,????_Shisen-Sho,Game;
-kiriki.desktop,????_Kiriki,????,????_Kiriki,Game;
-kjumpingcube.desktop,????_KJumpingCube,???????????,????_KJumpingCube,Game;
-lskat.desktop,????_LSkat,????,????_LSkat,Game;
-kpat.desktop,????_KPatience,????????,????_KPatience,Game;
-bomber.desktop,???_bomber,?????,???_bomber,Game;
-konquest.desktop,????_Konquest,??????,????_Konquest,Game;
-kbattleship.desktop,????_kbattleship,???????,????_kbattleship,Game;
-kspaceduel.desktop,????_KSpaceDuel ,????????????????,????_KSpaceDuel ,Game;
-killbots.desktop,?????_Killbots,???????,?????_Killbots,Game;
-ksirk.desktop,????_KsirK,????????,????_KsirK,Game;
-ksirkskineditor.desktop,????_KsirK Editor,??????????????,????_KsirK Editor,Game;
-gnotski.desktop,???_gnotski,?????????????????????,???_gnotski,Game;
-gnotravex.desktop,????_gnotravex,????????????????,????_gnotravex,Game;
-pinball.desktop,???_Pinball,????????????????????????,???_Pinball,Game;
-lbreakout2.desktop,???_lbreakout2,????????????????????????,???_lbreakout2,Game;
-kblocks.desktop,?????_KBlocks,??????????????????????,?????_KBlocks,Game;
-kolf.desktop,????_Kolf,????????????????????????,????_Kolf,Game;
-tuxpuck.desktop,????_Tuxpuck,?????????????????,????_Tuxpuck,Game;
-glchess.desktop,????_glchess,????????????????2D?3D?????,????_glchess,Game;
-mahjongg.desktop,????_mahjongg,?????????????????????????????,????_mahjongg,Game;
-gnomine.desktop,???_gnomine,??????????????????????????,???_gnomine,Game;
-sol.desktop,????_AisleRiot ,??????????????????????,????_AisleRiot ,Game;
-#??,,,,
-R.desktop,??_R,?????????????,??_R,Education;
-rkward.desktop,??_RKward,R ? KDE ????,??_RKward,Education;
-gnumeric.desktop,??_Gnumeric,????,??_Gnumeric,Education;
-gcompris.desktop,??_GCompris,???????????????????????????,??_GCompris,Education;
-gcompris-edit.desktop,??_GCompris Edit,Gcompris ???,??_GCompris Edit,Education;
-ktouch.desktop,????_KTouch,??????????????????,????_KTouch,Education;
-klavaro.desktop,????_Klavaro,??????????????????,????_Klavaro,Education;
-ktuberling.desktop,?????_Ktuberling,???????????????,?????_Ktuberling,Education;
-anki.desktop,?????_Anki,???????????????,?????_Anki,Education;
-parley.desktop,??_Parley,?????????,??_Parley,Education;
-klettres.desktop,??_KLettres,?????????,??_KLettres,Education;
-kwordquiz.desktop,??_KWordQuiz,????????????,??_KWordQuiz,Education;
-kanagram.desktop,??_Kanagram,??????,??_Kanagram,Education;
-khangman.desktop,??_KHangMan,??????,??_KHangMan,Education;
-step.desktop,??_Step,??????,??_Step,Education;
-OpticalRayTracer.desktop,????_OpticalRayTracer,??????,????_OpticalRayTracer,Education;
-marble.desktop,??_Marble,????????????,??_Marble,Education;
-kgeography.desktop,??_KGeography,????????????,??_KGeography,Education;
-googleearth.desktop,???_Google Earth,????????GIS??????,???_Google Earth,Education;
-kstars.desktop,??_KStars,?????????????????,??_KStars,Education;
-stellarium.desktop,??_Stellarium,????????????????,??_Stellarium,Education;
-celestia.desktop,??_Celestia_gnome,?????????????????,??_Celestia_gnome,Education;
-kbruch.desktop,??_KBruch,??????????,??_KBruch,Education;
-kig.desktop,??_Kig,???????????,??_Kig,Education;
-drgeo.desktop,??_Dr.Geo,???????????,??_Dr.Geo,Education;
-kmplot.desktop,??_KmPlot,?????????,??_KmPlot,Education;
-geogebra.desktop,??_GeoGebra,?????????,??_GeoGebra,Education;
-wxmaxima.desktop,??_wxMaxima,?LISP??????????????????????,??_wxMaxima,Education;
-kalgebra.desktop,??_KAlgebra,?????,??_KAlgebra,Education;
-kayali.desktop,??_Kayali,??????? (Maxima) ??? (GNUplot) ??,??_Kayali,Education;
-geometria.desktop,??_geometria,??????,??_geometria,Education;
-rocs.desktop,??????_Rocs,????????????,??????_Rocs,Education;
-kalzium.desktop,??_Kalzium,???????,??_Kalzium,Education;
-bkchem.desktop,??_BKchem,???????????,??_BKchem,Education;
-ghemical.desktop,??_Ghemical,??????????,??_Ghemical,Education;
-avogadro.desktop,??_Avogadro,??????????,??_Avogadro,Education;
-gchempaint-0.12.desktop,??_GchemPaint,????????,??_GchemPaint,Education;
-pymol.desktop,??_Pymol,???????????,??_Pymol,Education;
-ballview.desktop,??_BALLView,3D????????,??_BALLView,Education;
-#????,,,,
-scratch.desktop,????_Scratch,??????????????8?????????????????????,????_Scratch,Development;
-greenfoot.desktop,????_Greenfoot,???????????????? JAVA ???????????,????_Greenfoot,Development;
-alice.desktop,????_Alice,??? 3D ?????? ,????_Alice,Development;
-kturtle.desktop,????_KTurtle,?????????????????,????_KTurtle,Development;
-squeak.desktop,????_Squeak,?????????????????,????_Squeak,Development;
-geany.desktop,??????_Geany,??????????????,??????_Geany,Development;
-#????,,,,
-openc.desktop,?????????,????????????????????????,?????,Opencontent;
-phet.desktop,??????_PhET,PhET????????????????100??????????,??????_PhET,Opencontent;
-usgs.desktop,??????_USGS,?????????USGS????????????,??????_USGS,Opencontent;
-npa.desktop,??????_Flash Animations for Physics,???????????????????????????????,??????_Flash Animations for Physics,Opencontent;
-chemical_struct.desktop,???????_Chemical Structure,??????????????????????????????????,???????_Chemical Structure,Opencontent;
-#????,,,,
-Open-Sankore.desktop,????_Open Sankore,???????????????,????_Open Sankore,Tutorial;
-jclic.desktop,????_jClic,JClic ???????????????????????????????????????????,????_jClic,Tutorial;
-jclicauthor.desktop,????_jClic Author,JClic ???????????????????????????????????????????,????_jClic Author,Tutorial;
-jclicreports.desktop,????_jClic Report Server,JClic ???????????????????????????????????????????,????_jClic Report Server,Tutorial;
-ardesia.desktop,????_Ardesia,??????????,????_Ardesia,Tutorial;
-curtain.desktop,????_Curtain,??????????,????_Curtain,Tutorial;
-spotlighter.desktop,???_Spotlighter,???????????,???_Spotlighter,Tutorial;
-easystroke.desktop,????_Easystroke,???????????????????,????_Easystroke,Tutorial;
-qjoypad.desktop,?????_QJoyPad,? USB ??????????????????,?????_QJoyPad,Tutorial;
-wiican.desktop,Wiimote??_Wiican,Wiimote ???????????,Wiimote??_Wiican,Tutorial;
-wminput.desktop,Wii ????_Wminput,?iimote ????????,Wii ????_Wminput,Tutorial;
-samba.desktop,????_samba,???????????,????_samba,Tutorial;
-lampp.desktop,?????_lampp,??????????????????,?????_lampp,Tutorial;
-italc.desktop,????_iTALC,iTALC ?????????????????????,????_iTALC,Tutorial;
-#??????,,,,
-kate.desktop,????_Kate,????????,????_Kate,Utility;
-gvim.desktop,????_Gvim,vim ?????,????_Gvim,Utility;
-knotes.desktop,?????_KNotes,???????,?????_KNotes,Utility;
-kcalc.desktop,???_KCalc,KDE ???????,???_KCalc,Utility;
-kmag.desktop,???_KMag,????????,???_KMag,Utility;
-kvkbd.desktop,????_Kvkbd,???????????????,????_Kvkbd,Utility;
-kmousetool.desktop,????_KMousetool,????????????,????_KMousetool,Utility;
-synaptiks.desktop,?????_Synaptiks,??????????,?????_Synaptiks,Utility;
-ark.desktop,????_Ark,???????????,????_Ark,Utility;
-7zip.desktop,????_7zip,?????????????????????????????????????????,????_7zip,Utility;
-klipper.desktop,???_Klipper,KDE ?????????,???_Klipper,Utility;
-akonaditray.desktop,????_Akonaditray,????????,????_Akonaditray,Utility;
-tomboy.desktop,??_Tomboy,??????????????,??_Tomboy,Utility;
-gedit.desktop,????_gedit,???????,????_gedit,Utility;
-gnome-screenshot.desktop,????_screenshot,???????????????????,????_screenshot,Utility;
-gcalctool.desktop,???_gcalctool,?????????????,???_gcalctool,Utility;
-convertall.desktop,????_ConvertAll,??????,????_ConvertAll,Utility;
-python-whiteboard.desktop,????_Whiteboard,wiimote ????????,????_Whiteboard,Utility;
-gnome-terminal.desktop,???_Terminal,????????????,???_Terminal,Utility;
-posterazor.desktop,????_PosteRazor,??????????????????,????_PosteRazor,Utility;
-simple-scan.desktop,????_Simple Scan,?????????,????_Simple Scan,Utility;
-xsane.desktop,?????_XSane,?Linux ??????????????,?????_XSane,Utility;
-#ezgo???,,,,
-my_ezgo.desktop,?? ezgo,?????????????????????????,?? ezgo,myezgo;
-ezgo_center.desktop,ezgo ????,ezgo ??????,ezgo ????,myezgo;
-ezinstall.desktop,ezgo ????,?????? ezgo ???????,ezgo ????,myezgo;
-media_install_force.desktop,???????,????????????? Adobe Flash Player ?,???????,myezgo;
-update_ezgo.desktop,ezgo ????,? ezgo ??????,ezgo ????,myezgo;
-recover.desktop,???????,?????? ezgo ??????,???????,myezgo;
-skel.desktop,?? ezgo ????,??? ezgo ???????????,?? ezgo ????,myezgo;
-#??,,,,
-freefilesync.desktop,????_FreeFileSync,????????????????,????_FreeFileSync,System;
-realtimesync.desktop,????_RealTimeSync,????????????????,????_RealTimeSync,System;
-muon-installer.desktop,Muon ????,?????????????,Muon ????,System;
-muon.desktop,Muon ?????,??????????????????,Muon ?????,System;
-usb-creator-gtk.desktop,?????_usb-creator-gtk,???????,?????_usb-creator-gtk,System;
-usb-creator-kde.desktop,?????_usb-creator,???????,?????_usb-creator,System;
-unetbootin.desktop,?????_UNetbootin,???????,?????_UNetbootin,System;
-partitionmanager.desktop,????_KDE Partition Manager,????????????????????,????_KDE Partition Manager,System;
-konsole.desktop,???_Konsole,KDE ?????????,???_Konsole,System;
-dolphin.desktop,????_Dolphin,?? Windows ????????????????????,????_Dolphin,"Utility;Qt;KDE;System;FileTools;FileManager;"
-krandrtray.desktop,????_KrandRTray,????????????,????_KrandRTray,System;
-my-computer.desktop,????_My Computer,?????????????????????????,????_My Computer,System;
-ksystemlog.desktop,????_KsystemLog,?????????,????_KsystemLog,System;
-ksysguard.desktop,?????_Ksysguard,??????????,?????_Ksysguard,System;
-kinfocenter.desktop,????_Kinfocenter,????????,????_Kinfocenter,System;
-jockey-kde.desktop,??????_jockey-kde,??????????????,??????_jockey-kde,System;
-nepomukbackup.desktop,????_Nepomuk Backup,??????,????_Nepomuk Backup,System;
-nepomukcontroller.desktop,????_Nepomuk Controller,???????,????_Nepomuk Controller,System;
-#??,,,,
-systemsettings.desktop,????_System Settings,?? Windows ?????????? ezgo ????????,????_System Settings,Settingsmenu;
-hime-setup.desktop,?????_hime ,?????????,?????_hime ,Settingsmenu;
-qtconfig-qt4.desktop,Qt 4 ??_qtconfig-qt4,Qt 4 ????,Qt 4 ??_qtconfig-qt4,Settingsmenu;
-xinput_calibrator.desktop,??????_Calibrate Touchscreen,????????,??????_Calibrate Touchscreen,Settingsmenu;
-#ezgomenu end,,,,
+desktop,Name[zh_TW],GenericName[zh_TW],Comment[zh_TW],Name[zh_CN],GenericName[zh_CN],Comment[zh_CN],Categories
+#ezgomenu start,,,,,,,
+#??,,,,,,,
+openoffice.org-writer.desktop,????_Writer,?? Microsoft Word ???????????????????????? ODF ??????,????_Writer,????_Writer,??MicrosoftWord????????????????????????ODF??????,????_Writer,Office;
+openoffice.org-calc.desktop,???_Calc,?? Microsoft Excel ??????????????????????? ODF ??????,???_Calc,????_Calc,??MicrosoftExcel????????????????????????ODF??????,????_Calc,Office;
+openoffice.org-impress.desktop,??_Impress,?? Microsoft PowerPoint ?????????????????????? ODF ??????,??_Impress,?????_Impress,??MicrosoftPowerPoint?????????????????????????ODF??????,?????_Impress,Office;
+openoffice.org-draw.desktop,??_Draw,?? Office ?????????????????,??_Draw,??_Draw,??Office?????????????????,??_Draw,Office;
+openoffice.org-base.desktop,???_Base,?? Microsoft Access ??????????????????????? ODF ??????,???_Base,???_Base,??MicrosoftAccess???????????????????????ODF??????,???_Base,Office;
+libreoffice-writer.desktop,????_Writer,?? Microsoft Word ???????????????????????? ODF ??????,????_Writer,????_Writer,??MicrosoftWord????????????????????????ODF??????,????_Writer,Office;
+libreoffice-calc.desktop,???_Calc,?? Microsoft Excel ??????????????????????? ODF ??????,???_Calc,????_Calc,??MicrosoftExcel????????????????????????ODF??????,????_Calc,Office;
+libreoffice-impress.desktop,??_Impress,?? Microsoft PowerPoint ?????????????????????? ODF ??????,??_Impress,?????_Impress,??MicrosoftPowerPoint?????????????????????????ODF??????,?????_Impress,Office;
+libreoffice-draw.desktop,??_Draw,?? Office ?????????????????,??_Draw,??_Draw,??Office?????????????????,??_Draw,Office;
+libreoffice-base.desktop,???_Base,?? Microsoft Access ??????????????????????? ODF ??????,???_Base,???_Base,??MicrosoftAccess???????????????????????ODF??????,???_Base,Office;
+libreoffice-startcenter.desktop,????_LibreOffice,LibreOffice ???,????_LibreOffice,????_LibreOffice,LibreOffice???,????_LibreOffice,Office;
+scribus.desktop,????_Scribus,??????????????????????,????_Scribus,????_Scribus,??????????????????????,????_Scribus,Office;
+dia-common.desktop,?????_Dia,Dia ????????????????????????????????? Dia ????,?????_Dia,?????_Dia,Dia?????????????????????????????????Dia????,?????_Dia,Office;
+dia.desktop,????_Dia,Dia ????????????????????????????????? Dia ????,????_Dia,????_Dia,Dia?????????????????????????????????Dia????,????_Dia,Office;
+pencil.desktop,????_Pencil,??????,????_Pencil,????_Pencil,??????,????_Pencil,Office;
+freeplane.desktop,???_FreePlane,?????????????,???_FreePlane,????_FreePlane,??????????????,????_FreePlane,Office;
+xmind.desktop,???_XMind,?????????????????????,???_XMind,????_XMind,??????????????????????,????_XMind,Office;
+freemind.desktop,???_FreeMind,?????????????????,???_FreeMind,????_FreeMind,??????????????????,????_FreeMind,Office;
+planner.desktop,????_Planner,Planner ????????????????????????????Planner ???????????????XML?,????_Planner,????_Planner,Planner????????????????????????????Planner???????????????XML?,????_Planner,Office;
+GanttProject.desktop,????_GanttProject,GanttProject ????????????????????????,????_GanttProject,????_GanttProject,GanttProject????????????????????????,????_GanttProject,Office;
+calibre.desktop,???_Calibre,???????,???_Calibre,???_Calibre,???????,???_Calibre,Office;
+calibre-gui.desktop,???_Calibre-gui,Calibre ????????????????????????????????????????????????????????,???_Calibre-gui,???_Calibre-gui,Calibre????????????????????????????????????????????????????????,???_Calibre-gui,Office;
+calibre-ebook-viewer.desktop,???_E-book Viewer,??????????,???_E-book Viewer,???_E-bookViewer,??????????,???_E-bookViewer,Office;
+calibre-lrfviewer.desktop,???_LRF Viewer,??????????,???_LRF Viewer,???_LRFViewer,??????????,???_LRFViewer,Office;
+lrfviewer.desktop,???_LRF Viewer,??????????,???_LRF Viewer,???_LRFViewer,??????????,???_LRFViewer,Office;
+okular.desktop,PDF??_Okular,????????,PDF??_Okular,PDF??_Okular,????????,PDF??_Okular,Office;
+AdobeReader.desktop,PDF??_AdobeReader,Adobe ??? PDF ???,PDF??_AdobeReader,PDF??_AdobeReader,Adobe???PDF???,PDF??_AdobeReader,Office;
+pdfedit.desktop,PDF??_PDF Editor,????? PDF ?????????????????,PDF??_PDF Editor,PDF??_PDFEditor,?????PDF????????????????,PDF??_PDFEditor,Office;
+pdfshuffler.desktop,PDF??_Shuffler,????? PDF ??????????????????,PDF??_Shuffler,PDF??_Shuffler,?????PDF??????????????????,PDF??_Shuffler,Office;
+xournal.desktop,PDF????_Xournal,???? PDF ????????????????????????????????,PDF????_Xournal,PDF????_Xournal,????PDF????????????????????????????????,PDF????_Xournal,Office;
+impressive-editor.desktop,PDF????_Impressive,??? PDF ???????????PDF??????,PDF????_Impressive,PDF?????_Impressive,???PDF??????????????PDF?????????,PDF???????_Impressive,Office;
+kaddressbook.desktop,???_KAddressbook,KDE ???????,???_KAddressbook,???_KAddressbook,KDE???????,???_KAddressbook,Office;
+gnucash.desktop,????_GnuCash,?????????????????????????,????_GnuCash,????_GnuCash,?????????????????????????,????_GnuCash,Office;
+sigil.desktop,?????_Sigil,???????????????,?????_Sigil,?????_Sigil,???????????????,?????_Sigil,Office;
+qtqr.desktop,QR Code???_QtQR,QR Code ????,QR Code???_QtQR,QRCode???_QtQR,QRCode????,QRCode???_QtQR,Office;
+#??,,,,,,,
+krita.desktop,????_Krita,?? OpenOffice Draw??????????,????_Krita,????_Krita,??OpenOfficeDraw??????????,????_Krita,Graphics;
+kamoso.desktop,????_Kamoso,?????????????,????_Kamoso,????_Kamoso,?????????????,????_Kamoso,Graphics;
+display.im6.desktop,????_ImageMagick,??????,????_ImageMagick,????_ImageMagick,??????,????_ImageMagick,Graphics;
+skanlite.desktop,????_Skanlite,KDE ????????,????_Skanlite,????_Skanlite,KDE????????,????_Skanlite,Graphics;
+gpaint.desktop,???_GNU Paint,??????????,???_GNU Paint,??_GNUPaint,?????????,??_GNUPaint,Graphics;
+kolourpaint.desktop,???_KolourPaint,??????????,???_KolourPaint,??_KolourPaint,?????????,??_KolourPaint,Graphics;
+tuxpaint.desktop,?????_TuxPaint,???????????????????,?????_TuxPaint,????_TuxPaint,???????????????????,????_TuxPaint,Graphics;
+mypaint.desktop,????_My Paint,??????????????,????_My Paint,????_MyPaint,??????????????,????_MyPaint,Graphics;
+inkscape.desktop,????_Inkscape,??? svg ????????????????? CorelDRAW,????_Inkscape,????_Inkscape,???svg?????????????????CorelDRAW,????_Inkscape,Graphics;
+gimp.desktop,????_GIMP,??????????????????????????? Photoshop,????_GIMP,????_GIMP,???????????????????????????Photoshop,????_GIMP,Graphics;
+jkiwi.desktop,????_jKiwi,jKiwi ???????????????????????,????_jKiwi,????_jKiwi,jKiwi???????????????????????,????_jKiwi,Graphics;
+digikam.desktop,????_digiKam,??????????????,????_digiKam,????_digiKam,??????????????,????_digiKam,Graphics;
+gwenview.desktop,????_Gwenview,??????????????,????_Gwenview,????_Gwenview,??????????????,????_Gwenview,Graphics;
+f-spot.desktop,????_F-Spot,F-Spot ????????????????,????_F-Spot,????_F-Spot,F-Spot????????????????,????_F-Spot,Graphics;
+gthumb.desktop,????_gThumb,??????????????,????_gThumb,????_gThumb,??????????????,????_gThumb,Graphics;
+fotowall.desktop,????_Fotowall,Fotowall ?????????????????????,????_Fotowall,????_Fotowall,Fotowall?????????????????????,????_Fotowall,Graphics;
+expoblending.desktop,????_Expo blending,?????????,????_Expo blending,????_Expoblending,?????????,????_Expoblending,Graphics;
+photolayoutseditor.desktop,????_Photo layouts editor,????????????,????_Photo layouts editor,????_Photolayoutseditor,????????????,????_Photolayoutseditor,Graphics;
+panoramagui.desktop,???_Panoram,????????????,???_Panoram,???_Panoram,????????????,???_Panoram,Graphics;
+hugin.desktop,???_Hugin panorama creator,?????????????????????????????,???_Hugin panorama creator,???_Huginpanoramacreator,?????????????????????????????,???_Huginpanoramacreator,Graphics;
+PTBatcherGUI.desktop,???_Hugin Batch Processor,??????????????????????????,???_Hugin Batch Processor,???_HuginBatchProcessor,??????????????????????????,???_HuginBatchProcessor,Graphics;
+calibrate_lens_gui.desktop,???_Calibrate,?????????????????????????????,???_Calibrate,???_Calibrate,?????????????????????????????,???_Calibrate,Graphics;
+ktoon.desktop,2D??_KToon,???????????????,2D??_KToon,2D??_KToon,??????????????,2D??_KToon,Graphics;
+blender.desktop,3D??_Blender,3D ???????????????????? 3D ????,3D??_Blender,3D??_Blender,3D????????????????????3D????,3D??_Blender,Graphics;
+sweethome3d.desktop,????_SweetHome3D,??????3D ???????????????????????????????????????,????_SweetHome3D,????_SweetHome3D,??????3D???????????????????????????????????????,????_SweetHome3D,Graphics;
+kruler.desktop,????_KRuler,???????????????,????_KRuler,????_KRuler,???????????????,????_KRuler,Graphics;
+scangui.desktop,????_Scan GUI,???????????????,????_Scan GUI,????_ScanGUI,???????????????,????_ScanGUI,Graphics;
+ksnapshot.desktop,????_KSnapshot,????????????????????Print Screen???????,????_KSnapshot,????_KSnapshot,????????????????????PrintScreen???????,????_KSnapshot,Graphics;
+kcolorchooser.desktop,????_KColorChooser,??????????,????_KColorChooser,????_KColorChooser,??????????,????_KColorChooser,Graphics;
+dngconverter.desktop,RAW????_dngconverter,??? RAW ???? DNG ?????,RAW????_dngconverter,RAW????_dngconverter,???RAW????DNG?????,RAW????_dngconverter,Graphics;
+freecad.desktop,3D??_FreeCAD,????????,3D??_FreeCAD,3D??_FreeCAD,?????????,3D??_FreeCAD,Graphics;
+fritzing.desktop,????_Fritzing,?????PCB (Printed Circuit Board) ???????????????????????????????????,????_Fritzing,????_Fritzing,?????PCB(PrintedCircuitBoard)???????????????????????????????????,????_Fritzing,Graphics;
+shutter.desktop,????_Shutter,???????????????,????_Shutter,????_Shutter,???????????????,????_Shutter,Graphics;
+#??,,,,,,,
+qstopmotion.desktop,????_qStopMotion,????????,????_qStopMotion,????_qStopMotion,????????,????_qStopMotion,AudioVideo;
+avidemux2.6-qt.desktop,????_Avidemux(Qt),??????,????_Avidemux(Qt),????_Avidemux(Qt),?????,????_Avidemux(Qt),AudioVideo;
+avidemux2.6-jobs.desktop,????_Avidemux(Jobs),??????,????_Avidemux(Jobs),????_Avidemux(Jobs),?????,????_Avidemux(Jobs),AudioVideo;
+avidemux2.6-gtk.desktop,????_Avidemux(Gtk),??????,????_Avidemux(Gtk),????_Avidemux(Gtk),?????,????_Avidemux(Gtk),AudioVideo;
+ffDiaporama.desktop,????_ffDiaporama,?????????????,????_ffDiaporama,????_ffDiaporama,?????????????,????_ffDiaporama,AudioVideo;
+xbmc.desktop,?????_XBMC,???????????????????????,?????_XBMC,?????_XBMC,???????????????????????,?????_XBMC,AudioVideo;
+vlc.desktop,????_VLC,???????????????????,????_VLC,????_VLC,??????????????????,????_VLC,AudioVideo;
+smplayer.desktop,????_SMPlayer,? MPlayer ????????????????????,????_SMPlayer,????_SMPlayer,?MPlayer???????????????????,????_SMPlayer,AudioVideo;
+umplayer.desktop,????_UMPlayer,? MPlayer ????????????????????,????_UMPlayer,????_UMPlayer,?MPlayer???????????????????,????_UMPlayer,AudioVideo;
+dragonplayer.desktop,????_DragonPlayer,???????????????????,????_DragonPlayer,????_DragonPlayer,??????????????????,????_DragonPlayer,AudioVideo;
+totem.desktop,????_Totem,???????????????????,????_Totem,????_Totem,??????????????????,????_Totem,AudioVideo;
+xine.desktop,????_xine,??????,????_xine,????_xine,??????,????_xine,AudioVideo;
+Kino.desktop,????_Kino,???????????,????_Kino,????_Kino,???????????,????_Kino,AudioVideo;
+pitivi.desktop,????_Pitivi,???????????,????_Pitivi,????_Pitivi,???????????,????_Pitivi,AudioVideo;
+openshot.desktop,????_OpenShot,OpenShot ? Linux ?????????????,????_OpenShot,????_OpenShot,OpenShot?Linux?????????????,????_OpenShot,AudioVideo;
+kdenlive.desktop,????_Kdenlive,Kdenlive ? Linux ?????????????????,????_Kdenlive,????_Kdenlive,Kdenlive?Linux?????????????????,????_Kdenlive,AudioVideo;
+kazam.desktop,????_Kazam,?????????????,????_Kazam,????_Kazam,?????????????,????_Kazam,AudioVideo;
+cheese.desktop,????_Cheese,?? Cheese ??????????????????????????,????_Cheese,????_Cheese,??Cheese??????????????????????????,????_Cheese,AudioVideo;
+guvcview.desktop,????_guvcview,webcam????,????_guvcview,????_guvcview,webcam????,????_guvcview,AudioVideo;
+imagination.desktop,????_Imagination,Imagination ???????????????????????????? ,????_Imagination,????_Imagination,Imagination????????????????????????????,????_Imagination,AudioVideo;
+photofilmstrip.desktop,????_Photo Film Strip,???????????????????????,????_Photo Film Strip,????_PhotoFilmStrip,???????????????????????,????_PhotoFilmStrip,AudioVideo;
+k3b.desktop,????_K3b,Linux ?????????? ,????_K3b,????_K3b,Linux??????????,????_K3b,AudioVideo;
+brasero.desktop,????_Brasero,Linux ??????????,????_Brasero,????_Brasero,Linux??????????,????_Brasero,AudioVideo;
+acidrip.desktop,????_AcidRip,AcidRip ????????????? avi ? mpeg ?,????_AcidRip,????_AcidRip,AcidRip?????????????avi?mpeg?,????_AcidRip,AudioVideo;
+dvdstyler.desktop,????_DVDstyler,DVD ?????????,????_DVDstyler,????_DVDstyler,DVD?????????,????_DVDstyler,AudioVideo;
+dvdisaster.desktop,????_dvdisaster,????????????????????????,????_dvdisaster,????_dvdisaster,????????????????????????,????_dvdisaster,AudioVideo;
+audacious.desktop,????_Audacious,?? Winamp ??????,????_Audacious,????_Audacious,??Winamp??????,????_Audacious,AudioVideo;
+amarok.desktop,????_Amarok,Amarok ??????????????????,????_Amarok,????_Amarok,Amarok??????????????????,????_Amarok,AudioVideo;
+rhythmbox.desktop,????_Rhythmbox,????????,????_Rhythmbox,????_Rhythmbox,????????,????_Rhythmbox,AudioVideo;
+audacity.desktop,????_Audacity,Audacity ????????????????????????????????????,????_Audacity,????_Audacity,Audacity????????????????????????????????????,????_Audacity,AudioVideo;
+tuxguitar.desktop,????_Tuxguitar,???? Midi ??????????????????????? PDF ?????,????_Tuxguitar,????_Tuxguitar,????Midi???????????????????????PDF?????,????_Tuxguitar,AudioVideo;
+hydrogen.desktop,????_Hydrogen,??????????????????,????_Hydrogen,????_Hydrogen,??????????????????,????_Hydrogen,AudioVideo;
+mscore.desktop,????_MuseScore,?????????????????????????????????????,????_MuseScore,????_MuseScore,?????????????????????????????????????,????_MuseScore,AudioVideo;
+rosegarden.desktop,????_Rosegarden,????????????????,????_Rosegarden,????_Rosegarden,????????????????,????_Rosegarden,AudioVideo;
+winff.desktop,????_Win_FF,???????????,????_Win_FF,????_Win_FF,???????????,????_Win_FF,AudioVideo;
+kmix.desktop,????_KMix,??????????,????_KMix,????_KMix,??????????,????_KMix,AudioVideo;
+qjackctl.desktop,????_QjackCtl,???????????,????_QjackCtl,????_QjackCtl,???????????,????_QjackCtl,AudioVideo;
+ardour.desktop,????_Ardour GTK2,?????????????,????_Ardour GTK2,????_ArdourGTK2,?????????????,????_ArdourGTK2,AudioVideo;
+gnome-sound-recorder.desktop,????_gnome-sound-recorder,?????????,????_gnome-sound-recorder,????_gnome-sound-recorder,?????????,????_gnome-sound-recorder,AudioVideo;
+xvidcap.desktop,????_XVidCap,?????????????????,????_XVidCap,????_XVidCap,?????????????????,????_XVidCap,AudioVideo;
+sound-juicer.desktop,????_sound-juicer,????????????????,????_sound-juicer,????_sound-juicer,????????????????,????_sound-juicer,AudioVideo;
+qdvdauthor.desktop,????_QDVDAuthor,DVD ????????? ,????_QDVDAuthor,????_QDVDAuthor,DVD?????????,????_QDVDAuthor,AudioVideo;
+devede.desktop,????_DeVeDe,??????????? DVD ??,????_DeVeDe,????_DeVeDe,???????????DVD??,????_DeVeDe,AudioVideo;
+oggconvert.desktop,????_OggConvert,??????????????,????_OggConvert,????_OggConvert,??????????????,????_OggConvert,AudioVideo;
+furiusisomount.desktop,????_Furius ISO Mount,?????????????? ,????_Furius ISO Mount,????_FuriusISOMount,??????????????,????_FuriusISOMount,AudioVideo;
+#??,,,,,,,
+nixnote.desktop,???_Nixnote,EverNote ? Linux ?????,???_Nixnote,???_Nixnote,EverNote?Linux?????,???_Nixnote,Network;
+exe.desktop,????_eXe,??????????????,????_eXe,????_eXe,??????????????,????_eXe,Network;
+quassel.desktop,IRC ??_Quassel,KDE ?? IRC ?????,IRC ??_Quassel,IRC??_Quassel,KDE??IRC?????,IRC??_Quassel,Network;
+firefox.desktop,????_Firefox,???????????????????? ,????_Firefox,????_Firefox,????????????????????,????_Firefox,Network;
+chromium-browser.desktop,????_Chromium,? Google ????????,????_Chromium,????_Chromium,?Google????????,????_Chromium,Network;
+konqbrowser.desktop,????_Konqueror,?????????????????,????_Konqueror,????_Konqueror,?????????????????,????_Konqueror,Network;
+pcmanx.desktop,BBS??_PCMan X BBS ,??? BBS ????,BBS??_PCMan X BBS ,BBS??_PCManXBBS,???BBS????,BBS??_PCManXBBS,Network;
+BlueGriffon-program.desktop,????_BlueGriffon,???????????HTML???HTML?? ,????_BlueGriffon,????_BlueGriffon,???????????HTML???HTML??,????_BlueGriffon,Network;
+kompozer.desktop,????_KompoZer,???????????HTML???HTML?? ,????_KompoZer,????_KompoZer,???????????HTML???HTML??,????_KompoZer,Network;
+dropbox.desktop,????_Dropbox,??????????????????????????,????_Dropbox,????_Dropbox,???????????????????????????,????_Dropbox,Network;
+akregator.desktop,RSS???_Akregator,????? RSS ???,RSS???_Akregator,RSS???_Akregator,?????RSS???,RSS???_Akregator,Network;
+ktorrent.desktop,BT??_Ktorrent,??? BitTorrent ?????????? ,BT??_Ktorrent,BT??_Ktorrent,???BitTorrent??????????,BT??_Ktorrent,Network;
+filezilla.desktop,????_FileZilla,Linux ???? FTP ?????? ,????_FileZilla,????_FileZilla,Linux????FTP??????,????_FileZilla,Network;
+pidgin.desktop,????_Pidgin,?????????????????? AIM?Google Talk?Jabber/XMPP?MSN?Yahoo ?,????_Pidgin,????_Pidgin,??????????????????AIM?GoogleTalk?Jabber/XMPP?MSN?Yahoo?,????_Pidgin,Network;
+kopete.desktop,????_Kopete,?????????,????_Kopete,????_Kopete,?????????,????_Kopete,Network;
+emesene.desktop,????_Emesene,????? Windows Live Messenge ??????? ,????_Emesene,????_Emesene,?????WindowsLiveMessenge???????,????_Emesene,Network;
+ekiga.desktop,????_Ekiga,Linux ??????????,????_Ekiga,????_Ekiga,Linux??????????,????_Ekiga,Network;
+Kppp.desktop,????_KPPP,??????????,????_KPPP,????_KPPP,????????????,????_KPPP,Network;
+bluedevil-monolithic.desktop,????_BlueDevil,KDE ?????????,????_BlueDevil,????_BlueDevil,KDE?????????,????_BlueDevil,Network;
+extras-nitroshare.desktop,????_Nitroshare,?????????????,????_Nitroshare,????_Nitroshare,????????????,????_Nitroshare,Network;
+remmina.desktop,????_Remmina,?????????????? TeamViewer,????_Remmina,????_Remmina,??????????????TeamViewer,????_Remmina,Network;
+skype.desktop,????_Skype,???????????,????_Skype,????_Skype,???????????,????_Skype,Network;
+evolution.desktop,????_Evolution,?????????????????????????,????_Evolution,????_Evolution,?????????????????????????,????_Evolution,Network;
+gftp.desktop,????_gFTP,FTP?????? ,????_gFTP,????_gFTP,FTP??????,????_gFTP,Network;
+meiga.desktop,????_Meiga,?? Meiga ???????????????????,????_Meiga,????_Meiga,??Meiga???????????????????,????_Meiga,Network;
+pppoeconf.desktop,????_pppoeconf,??????,????_pppoeconf,????_pppoeconf,??????,????_pppoeconf,Network;
+miro.desktop,????_Miro,Miro ????? Mozilla ????VLC ??????????????,????_Miro,????_Miro,Miro?????Mozilla????VLC??????????????,????_Miro,Network;
+iptux.desktop,????_iptux,??????????,????_iptux,????_iptux,???????????,????_iptux,Network;
+wireshark.desktop,????_Wireshark,????????????,????_Wireshark,????_Wireshark,????????????,????_Wireshark,Network;
+transmission.desktop,Bt??_Transmission,??? BitTorrent ?????????? ,Bt??_Transmission,Bt??_Transmission,???BitTorrent??????????,Bt??_Transmission,Network;
+tsclient.desktop,????????,??????,????????,????????,??????,????????,Network;
+#,????_TeamViewer,???????????????,????_TeamViewer,????_TeamViewer,????????????????,????_TeamViewer,Network;
+#??,,,,,,,
+picmi.desktop,????_Picmi,??????????,????_Picmi,????_Picmi,??????????,????_Picmi,Game;
+granatier.desktop,????_Granatier,?????????,????_Granatier,????_Granatier,?????????,????_Granatier,Game;
+tuxtype.desktop,????_Tux Typing,????????????????????,????_Tux Typing,????_TuxTyping,?????????????????????,????_TuxTyping,Game;
+tuxmath.desktop,????_TuxMath,???????????,????_TuxMath,????_TuxMath,???????????,????_TuxMath,Game;
+ksudoku.desktop,????_KSudoku,????,????_KSudoku,????_KSudoku,????,????_KSudoku,Game;
+gnome-sudoku.desktop,????_gnome-sudoku,??????????????????,????_gnome-sudoku,????_gnome-sudoku,??????????????????,????_gnome-sudoku,Game;
+pingus.desktop,????_Pingus,??????????????????????????,????_Pingus,????_Pingus,??????????????????????????,????_Pingus,Game;
+supertux2.desktop,????_SuperTux,??????????,????_SuperTux,????_SuperTux,??????????,????_SuperTux,Game;
+supertuxkart.desktop,????_Supertuxkart,3D????,????_Supertuxkart,????_Supertuxkart,3D????,????_Supertuxkart,Game;
+kapman.desktop,???_Kapman,????????????????????????????,???_Kapman,???_Kapman,????????????????????????????,???_Kapman,Game;
+KGoldrunner.desktop,????_KGoldrunner ,??????????????????????,????_KGoldrunner ,????_KGoldrunner,??????????????????????,????_KGoldrunner,Game;
+frozen-bubble.desktop,???_Frozen-Bubble,???????????????????????,???_Frozen-Bubble,???_Frozen-Bubble,???????????????????????,???_Frozen-Bubble,Game;
+klickety.desktop,????_Klickety,????,????_Klickety,????_Klickety,????,????_Klickety,Game;
+kdiamond.desktop,????_KDiamond ,????????????????,????_KDiamond ,????_KDiamond,????????????????,????_KDiamond,Game;
+ksame.desktop,????_SameGame,????,????_SameGame,????_SameGame,????,????_SameGame,Game;
+kblocks.desktop,?????_KBlocks,??????????????????????,?????_KBlocks,?????_KBlocks,??????????????????????,?????_KBlocks,Game;
+palapeli.desktop,????_Palapeli,????,????_Palapeli,????_Palapeli,????,????_Palapeli,Game;
+kubrick.desktop,????_Kubrick,????????,????_Kubrick,????_Kubrick,????????,????_Kubrick,Game;
+ksquares.desktop,????_KSquares,?????????,????_KSquares,????_KSquares,?????????,????_KSquares,Game;
+knetwalk.desktop,????_KNetWalk,????????????????????????,????_KNetWalk,????_KNetWalk,??????????????????????????,????_KNetWalk,Game;
+knetwork.desktop,????_knetwork,????????????????????????,????_knetwork,????_knetwork,??????????????????????????,????_knetwork,Game;
+klines.desktop,????_Kolor Lines,????????,????_Kolor Lines,????_KolorLines,????????,????_KolorLines,Game;
+kmines.desktop,???_KMines,?????,???_KMines,???_KMines,?????,???_KMines,Game;
+katomic.desktop,???_KAtomic,?????????,???_KAtomic,???_KAtomic,?????????,???_KAtomic,Game;
+kblackbox.desktop,???_KBlackBox,???????,???_KBlackBox,???_KBlackBox,???????,???_KBlackBox,Game;
+kbreakout.desktop,???_KBreakOut,?????,???_KBreakOut,???_KBreakOut,?????,???_KBreakOut,Game;
+kbounce.desktop,???_KBounce,?????,???_KBounce,???_KBounce,?????,???_KBounce,Game;
+kollision.desktop,???_Kollision,??????????,???_Kollision,???_Kollision,??????????,???_Kollision,Game;
+kolf.desktop,????_Kolf,???????????????????????????,????_Kolf,????_Kolf,???????????????????????????,????_Kolf,Game;
+kdesnake.desktop,???_Ksnake,?????,???_Ksnake,???_Ksnake,?????,???_Ksnake,Game;
+ktron.desktop,???_KSnakeDuel,???????,???_KSnakeDuel,???_KSnakeDuel,???????,???_KSnakeDuel,Game;
+kigo.desktop,??_Kigo,????,??_Kigo,??_Kigo,????,??_Kigo,Game;
+kreversi.desktop,???_KReversi,???????,???_KReversi,???_KReversi,???????,???_KReversi,Game;
+kfourinline.desktop,???_KfourInLine,???????,???_KfourInLine,???_KfourInLine,???????,???_KfourInLine,Game;
+kbovo.desktop,???_kbovo,???????,???_kbovo,???_kbovo,???????,???_kbovo,Game;
+bovo.desktop,???_Bovo,???????,???_Bovo,???_Bovo,???????,???_Bovo,Game;
+kajongg.desktop,????_Kajongg,????????,????_Kajongg,????_Kajongg,????????,????_Kajongg,Game;
+kmahjongg.desktop,????_KMahjongg,?????????????,????_KMahjongg,????_KMahjongg,?????????????,????_KMahjongg,Game;
+kshisen.desktop,????_Shisen-Sho,??????????????,????_Shisen-Sho,????_Shisen-Sho,??????????????,????_Shisen-Sho,Game;
+kiriki.desktop,????_Kiriki,????,????_Kiriki,????_Kiriki,????,????_Kiriki,Game;
+kjumpingcube.desktop,????_KJumpingCube,???????????,????_KJumpingCube,????_KJumpingCube,???????????,????_KJumpingCube,Game;
+lskat.desktop,????_LSkat,????,????_LSkat,????_LSkat,????,????_LSkat,Game;
+kpat.desktop,????_KPatience,????????,????_KPatience,????_KPatience,????????,????_KPatience,Game;
+bomber.desktop,???_bomber,?????,???_bomber,???_bomber,?????,???_bomber,Game;
+konquest.desktop,????_Konquest,??????,????_Konquest,????_Konquest,??????,????_Konquest,Game;
+kbattleship.desktop,????_kbattleship,???????,????_kbattleship,????_kbattleship,???????,????_kbattleship,Game;
+kspaceduel.desktop,????_KSpaceDuel ,????????????????,????_KSpaceDuel ,????_KSpaceDuel,????????????????,????_KSpaceDuel,Game;
+killbots.desktop,?????_Killbots,???????,?????_Killbots,?????_Killbots,???????,?????_Killbots,Game;
+ksirk.desktop,????_KsirK,????????,????_KsirK,????_KsirK,????????,????_KsirK,Game;
+ksirkskineditor.desktop,????_KsirK Editor,??????????????,????_KsirK Editor,????_KsirKEditor,??????????????,????_KsirKEditor,Game;
+gnotski.desktop,???_gnotski,?????????????????????,???_gnotski,???_gnotski,?????????????????????,???_gnotski,Game;
+gnotravex.desktop,????_gnotravex,????????????????,????_gnotravex,????_gnotravex,????????????????,????_gnotravex,Game;
+pinball.desktop,???_Pinball,????????????????????????,???_Pinball,???_Pinball,????????????????????????,???_Pinball,Game;
+lbreakout2.desktop,???_lbreakout2,????????????????????????,???_lbreakout2,???_lbreakout2,????????????????????????,???_lbreakout2,Game;
+kblocks.desktop,?????_KBlocks,??????????????????????,?????_KBlocks,?????_KBlocks,??????????????????????,?????_KBlocks,Game;
+kolf.desktop,????_Kolf,????????????????????????,????_Kolf,????_Kolf,????????????????????????,????_Kolf,Game;
+tuxpuck.desktop,????_Tuxpuck,?????????????????,????_Tuxpuck,????_Tuxpuck,?????????????????,????_Tuxpuck,Game;
+glchess.desktop,????_glchess,????????????????2D?3D?????,????_glchess,????_glchess,????????????????2D?3D?????,????_glchess,Game;
+mahjongg.desktop,????_mahjongg,?????????????????????????????,????_mahjongg,????_mahjongg,?????????????????????????????,????_mahjongg,Game;
+gnomine.desktop,???_gnomine,??????????????????????????,???_gnomine,???_gnomine,??????????????????????????,???_gnomine,Game;
+sol.desktop,????_AisleRiot ,??????????????????????,????_AisleRiot ,????_AisleRiot,??????????????????????,????_AisleRiot,Game;
+#??,,,,,,,
+R.desktop,??_R,?????????????,??_R,??_R,?????????????,??_R,Education;
+rkward.desktop,??_RKward,R ? KDE ????,??_RKward,??_RKward,R?KDE????,??_RKward,Education;
+gnumeric.desktop,??_Gnumeric,????,??_Gnumeric,??_Gnumeric,????,??_Gnumeric,Education;
+gcompris.desktop,??_GCompris,???????????????????????????,??_GCompris,??_GCompris,????????????????????????????,??_GCompris,Education;
+gcompris-edit.desktop,??_GCompris Edit,Gcompris ???,??_GCompris Edit,??_GComprisEdit,Gcompris???,??_GComprisEdit,Education;
+ktouch.desktop,????_KTouch,??????????????????,????_KTouch,????_KTouch,???????????????????,????_KTouch,Education;
+klavaro.desktop,????_Klavaro,??????????????????,????_Klavaro,????_Klavaro,???????????????????,????_Klavaro,Education;
+ktuberling.desktop,?????_Ktuberling,???????????????,?????_Ktuberling,?????_Ktuberling,???????????????,?????_Ktuberling,Education;
+anki.desktop,?????_Anki,???????????????,?????_Anki,?????_Anki,???????????????,?????_Anki,Education;
+parley.desktop,??_Parley,?????????,??_Parley,??_Parley,?????????,??_Parley,Education;
+klettres.desktop,??_KLettres,?????????,??_KLettres,??_KLettres,?????????,??_KLettres,Education;
+kwordquiz.desktop,??_KWordQuiz,????????????,??_KWordQuiz,??_KWordQuiz,????????????,??_KWordQuiz,Education;
+kanagram.desktop,??_Kanagram,??????,??_Kanagram,??_Kanagram,??????,??_Kanagram,Education;
+khangman.desktop,??_KHangMan,??????,??_KHangMan,??_KHangMan,??????,??_KHangMan,Education;
+step.desktop,??_Step,??????,??_Step,??_Step,??????,??_Step,Education;
+OpticalRayTracer.desktop,????_OpticalRayTracer,??????,????_OpticalRayTracer,????_OpticalRayTracer,??????,????_OpticalRayTracer,Education;
+marble.desktop,??_Marble,????????????,??_Marble,??_Marble,????????????,??_Marble,Education;
+kgeography.desktop,??_KGeography,????????????,??_KGeography,??_KGeography,????????????,??_KGeography,Education;
+googleearth.desktop,???_Google Earth,????????GIS??????,???_Google Earth,???_GoogleEarth,????????GIS??????,???_GoogleEarth,Education;
+kstars.desktop,??_KStars,?????????????????,??_KStars,??_KStars,?????????????????,??_KStars,Education;
+stellarium.desktop,??_Stellarium,????????????????,??_Stellarium,??_Stellarium,????????????????,??_Stellarium,Education;
+celestia.desktop,??_Celestia_gnome,?????????????????,??_Celestia_gnome,??_Celestia_gnome,?????????????????,??_Celestia_gnome,Education;
+kbruch.desktop,??_KBruch,??????????,??_KBruch,??_KBruch,??????????,??_KBruch,Education;
+kig.desktop,??_Kig,???????????,??_Kig,??_Kig,???????????,??_Kig,Education;
+drgeo.desktop,??_Dr.Geo,???????????,??_Dr.Geo,??_Dr.Geo,???????????,??_Dr.Geo,Education;
+kmplot.desktop,??_KmPlot,?????????,??_KmPlot,??_KmPlot,?????????,??_KmPlot,Education;
+geogebra.desktop,??_GeoGebra,?????????,??_GeoGebra,??_GeoGebra,?????????,??_GeoGebra,Education;
+wxmaxima.desktop,??_wxMaxima,?LISP??????????????????????,??_wxMaxima,??_wxMaxima,?LISP??????????????????????,??_wxMaxima,Education;
+kalgebra.desktop,??_KAlgebra,?????,??_KAlgebra,??_KAlgebra,?????,??_KAlgebra,Education;
+kayali.desktop,??_Kayali,??????? (Maxima) ??? (GNUplot) ??,??_Kayali,??_Kayali,???????(Maxima)???(GNUplot)??,??_Kayali,Education;
+geometria.desktop,??_geometria,??????,??_geometria,??_geometria,??????,??_geometria,Education;
+rocs.desktop,??????_Rocs,????????????,??????_Rocs,??????_Rocs,????????????,??????_Rocs,Education;
+kalzium.desktop,??_Kalzium,???????,??_Kalzium,??_Kalzium,???????,??_Kalzium,Education;
+bkchem.desktop,??_BKchem,???????????,??_BKchem,??_BKchem,???????????,??_BKchem,Education;
+ghemical.desktop,??_Ghemical,??????????,??_Ghemical,??_Ghemical,??????????,??_Ghemical,Education;
+avogadro.desktop,??_Avogadro,??????????,??_Avogadro,??_Avogadro,??????????,??_Avogadro,Education;
+gchempaint-0.12.desktop,??_GchemPaint,????????,??_GchemPaint,??_GchemPaint,????????,??_GchemPaint,Education;
+pymol.desktop,??_Pymol,???????????,??_Pymol,??_Pymol,???????????,??_Pymol,Education;
+ballview.desktop,??_BALLView,3D????????,??_BALLView,??_BALLView,3D????????,??_BALLView,Education;
+#????,,,,,,,
+scratch.desktop,????_Scratch,??????????????8?????????????????????,????_Scratch,??_Scratch,????????????8???????????????????,??_Scratch,Development;
+greenfoot.desktop,????_Greenfoot,???????????????? JAVA ???????????,????_Greenfoot,??_Greenfoot,??????????????JAVA???????????,??_Greenfoot,Development;
+alice.desktop,????_Alice,??? 3D ?????? ,????_Alice,??_Alice,???3D????,??_Alice,Development;
+kturtle.desktop,????_KTurtle,?????????????????,????_KTurtle,??_KTurtle,?????????????????,??_KTurtle,Development;
+squeak.desktop,????_Squeak,?????????????????,????_Squeak,??_Squeak,?????????????????,??_Squeak,Development;
+geany.desktop,??????_Geany,??????????????,??????_Geany,??????_Geany,??????????????,??????_Geany,Development;
+#????,,,,,,,
+openc.desktop,?????????,????????????????????????,?????,?????????,????????????????????????,?????,Opencontent;
+phet.desktop,??????_PhET,PhET????????????????100??????????,??????_PhET,??????_PhET,PhET????????????????100??????????,??????_PhET,Opencontent;
+usgs.desktop,??????_USGS,?????????USGS????????????,??????_USGS,??????_USGS,?????????USGS????????????,??????_USGS,Opencontent;
+npa.desktop,??????_Flash Animations for Physics,???????????????????????????????,??????_Flash Animations for Physics,??????_FlashAnimationsforPhysics,???????????????????????????????,??????_FlashAnimationsforPhysics,Opencontent;
+chemical_struct.desktop,???????_Chemical Structure,??????????????????????????????????,???????_Chemical Structure,???????_ChemicalStructure,??????????????????????????????????,???????_ChemicalStructure,Opencontent;
+#????,,,,,,,
+Open-Sankore.desktop,????_Open Sankore,???????????????,????_Open Sankore,????_OpenSankore,???????????????,????_OpenSankore,Tutorial;
+jclic.desktop,????_jClic,JClic ???????????????????????????????????????????,????_jClic,????_jClic,JClic????????????????????????????????????????????,????_jClic,Tutorial;
+jclicauthor.desktop,????_jClic Author,JClic ???????????????????????????????????????????,????_jClic Author,????_jClicAuthor,JClic????????????????????????????????????????????,????_jClicAuthor,Tutorial;
+jclicreports.desktop,????_jClic Report Server,JClic ???????????????????????????????????????????,????_jClic Report Server,????_jClicReportServer,JClic????????????????????????????????????????????,????_jClicReportServer,Tutorial;
+ardesia.desktop,????_Ardesia,??????????,????_Ardesia,????_Ardesia,??????????,????_Ardesia,Tutorial;
+curtain.desktop,????_Curtain,??????????,????_Curtain,????_Curtain,??????????,????_Curtain,Tutorial;
+spotlighter.desktop,???_Spotlighter,???????????,???_Spotlighter,???_Spotlighter,???????????,???_Spotlighter,Tutorial;
+easystroke.desktop,????_Easystroke,???????????????????,????_Easystroke,????_Easystroke,????????????????????,????_Easystroke,Tutorial;
+qjoypad.desktop,?????_QJoyPad,? USB ??????????????????,?????_QJoyPad,?????_QJoyPad,?USB??????????????????,?????_QJoyPad,Tutorial;
+wiican.desktop,Wiimote??_Wiican,Wiimote ???????????,Wiimote??_Wiican,Wiimote??_Wiican,Wiimote???????????,Wiimote??_Wiican,Tutorial;
+wminput.desktop,Wii ????_Wminput,?iimote ????????,Wii ????_Wminput,Wii????_Wminput,?iimote????????,Wii????_Wminput,Tutorial;
+samba.desktop,????_samba,???????????,????_samba,????_samba,???????????,????_samba,Tutorial;
+lampp.desktop,?????_lampp,??????????????????,?????_lampp,?????_lampp,??????????????????,?????_lampp,Tutorial;
+italc.desktop,????_iTALC,iTALC ?????????????????????,????_iTALC,????_iTALC,iTALC??????????????????????,????_iTALC,Tutorial;
+#??????,,,,,,,
+kate.desktop,????_Kate,????????,????_Kate,????_Kate,????????,????_Kate,Utility;
+gvim.desktop,????_Gvim,vim ?????,????_Gvim,????_Gvim,vim?????,????_Gvim,Utility;
+knotes.desktop,?????_KNotes,???????,?????_KNotes,?????_KNotes,???????,?????_KNotes,Utility;
+kcalc.desktop,???_KCalc,KDE ???????,???_KCalc,???_KCalc,KDE???????,???_KCalc,Utility;
+kmag.desktop,???_KMag,????????,???_KMag,???_KMag,????????,???_KMag,Utility;
+kvkbd.desktop,????_Kvkbd,???????????????,????_Kvkbd,????_Kvkbd,???????????????,????_Kvkbd,Utility;
+kmousetool.desktop,????_KMousetool,????????????,????_KMousetool,????_KMousetool,????????????,????_KMousetool,Utility;
+synaptiks.desktop,?????_Synaptiks,??????????,?????_Synaptiks,?????_Synaptiks,??????????,?????_Synaptiks,Utility;
+ark.desktop,????_Ark,???????????,????_Ark,????_Ark,???????????,????_Ark,Utility;
+7zip.desktop,????_7zip,?????????????????????????????????????????,????_7zip,????_7zip,??????????????????????????????????????????,????_7zip,Utility;
+klipper.desktop,???_Klipper,KDE ?????????,???_Klipper,???_Klipper,KDE?????????,???_Klipper,Utility;
+akonaditray.desktop,????_Akonaditray,????????,????_Akonaditray,????_Akonaditray,????????,????_Akonaditray,Utility;
+tomboy.desktop,??_Tomboy,??????????????,??_Tomboy,??_Tomboy,??????????????,??_Tomboy,Utility;
+gedit.desktop,????_gedit,???????,????_gedit,????_gedit,??????,????_gedit,Utility;
+gnome-screenshot.desktop,????_screenshot,???????????????????,????_screenshot,????_screenshot,???????????????????,????_screenshot,Utility;
+gcalctool.desktop,???_gcalctool,?????????????,???_gcalctool,???_gcalctool,?????????????,???_gcalctool,Utility;
+convertall.desktop,????_ConvertAll,??????,????_ConvertAll,????_ConvertAll,??????,????_ConvertAll,Utility;
+python-whiteboard.desktop,????_Whiteboard,wiimote ????????,????_Whiteboard,????_Whiteboard,wiimote????????,????_Whiteboard,Utility;
+gnome-terminal.desktop,???_Terminal,????????????,???_Terminal,???_Terminal,????????????,???_Terminal,Utility;
+posterazor.desktop,????_PosteRazor,??????????????????,????_PosteRazor,????_PosteRazor,??????????????????,????_PosteRazor,Utility;
+simple-scan.desktop,????_Simple Scan,?????????,????_Simple Scan,????_SimpleScan,?????????,????_SimpleScan,Utility;
+xsane.desktop,?????_XSane,?Linux ??????????????,?????_XSane,?????_XSane,?Linux??????????????,?????_XSane,Utility;
+#ezgo???,,,,,,,
+my_ezgo.desktop,?? ezgo,?????????????????????????,?? ezgo,??ezgo,?????????????????????????,??ezgo,myezgo;
+ezgo_center.desktop,ezgo ????,ezgo ??????,ezgo ????,ezgo????,ezgo??????,ezgo????,myezgo;
+ezinstall.desktop,ezgo ????,?????? ezgo ???????,ezgo ????,ezgo????,??????ezgo???????,ezgo????,myezgo;
+media_install_force.desktop,???????,????????????? Adobe Flash Player ?,???????,???????,?????????????AdobeFlashPlayer?,???????,myezgo;
+update_ezgo.desktop,ezgo ????,? ezgo ??????,ezgo ????,ezgo????,?ezgo??????,ezgo????,myezgo;
+recover.desktop,???????,?????? ezgo ??????,???????,??????,?????ezgo??????,??????,myezgo;
+skel.desktop,?? ezgo ????,??? ezgo ???????????,?? ezgo ????,??ezgo????,???ezgo???????????,??ezgo????,myezgo;
+#??,,,,,,,
+freefilesync.desktop,????_FreeFileSync,????????????????,????_FreeFileSync,????_FreeFileSync,????????????????,????_FreeFileSync,System;
+realtimesync.desktop,????_RealTimeSync,????????????????,????_RealTimeSync,????_RealTimeSync,????????????????,????_RealTimeSync,System;
+muon-installer.desktop,Muon ????,?????????????,Muon ????,Muon????,?????????????,Muon????,System;
+muon.desktop,Muon ?????,??????????????????,Muon ?????,Muon?????,??????????????????,Muon?????,System;
+usb-creator-gtk.desktop,?????_usb-creator-gtk,???????,?????_usb-creator-gtk,?????_usb-creator-gtk,???????,?????_usb-creator-gtk,System;
+usb-creator-kde.desktop,?????_usb-creator,???????,?????_usb-creator,?????_usb-creator,???????,?????_usb-creator,System;
+unetbootin.desktop,?????_UNetbootin,???????,?????_UNetbootin,?????_UNetbootin,???????,?????_UNetbootin,System;
+partitionmanager.desktop,????_KDE Partition Manager,????????????????????,????_KDE Partition Manager,????_KDEPartitionManager,???????????????????,????_KDEPartitionManager,System;
+konsole.desktop,???_Konsole,KDE ?????????,???_Konsole,???_Konsole,KDE?????????,???_Konsole,System;
+dolphin.desktop,????_Dolphin,?? Windows ????????????????????,????_Dolphin,????_Dolphin,??Windows????????????????????,????_Dolphin,Utility;Qt;KDE;System;FileTools;FileManager;
+krandrtray.desktop,????_KrandRTray,????????????,????_KrandRTray,????_KrandRTray,????????????,????_KrandRTray,System;
+my-computer.desktop,????_My Computer,?????????????????????????,????_My Computer,????_MyComputer,?????????????????????????,????_MyComputer,System;
+ksystemlog.desktop,????_KsystemLog,?????????,????_KsystemLog,????_KsystemLog,?????????,????_KsystemLog,System;
+ksysguard.desktop,?????_Ksysguard,??????????,?????_Ksysguard,?????_Ksysguard,??????????,?????_Ksysguard,System;
+kinfocenter.desktop,????_Kinfocenter,????????,????_Kinfocenter,????_Kinfocenter,????????,????_Kinfocenter,System;
+jockey-kde.desktop,??????_jockey-kde,??????????????,??????_jockey-kde,??????_jockey-kde,??????????????,??????_jockey-kde,System;
+nepomukbackup.desktop,????_Nepomuk Backup,??????,????_Nepomuk Backup,????_NepomukBackup,??????,????_NepomukBackup,System;
+nepomukcontroller.desktop,????_Nepomuk Controller,???????,????_Nepomuk Controller,????_NepomukController,???????,????_NepomukController,System;
+#??,,,,,,,
+systemsettings.desktop,????_System Settings,?? Windows ?????????? ezgo ????????,????_System Settings,????_SystemSettings,??Windows??????????ezgo????????,????_SystemSettings,Settingsmenu;
+hime-setup.desktop,?????_hime ,?????????,?????_hime ,?????_hime,?????????,?????_hime,Settingsmenu;
+qtconfig-qt4.desktop,Qt 4 ??_qtconfig-qt4,Qt 4 ????,Qt 4 ??_qtconfig-qt4,Qt4??_qtconfig-qt4,Qt4????,Qt4??_qtconfig-qt4,Settingsmenu;
+xinput_calibrator.desktop,??????_Calibrate Touchscreen,????????,??????_Calibrate Touchscreen,??????_CalibrateTouchscreen,????????,??????_CalibrateTouchscreen,Settingsmenu;
+#ezgomenu end,,,,,,,
--
Blend for educatipn with asian specific adaptations
Blend for educatipn with asian specific adaptations