1[Desktop Entry] 2Name=glogg 3GenericName=Log file browser 4# %f because glogg supports only one file for now 5Exec=glogg %f 6Icon=glogg 7Type=Application 8Comment=A smart interactive log explorer. 9Terminal=false 10Categories=Qt;Utility;TextTools;Development; 11MimeType=text/plain; 12Actions=Session;NewInstance; 13 14[Desktop Action Session] 15Exec=glogg --load-session %f 16Name=Open With Previous Session 17 18[Desktop Action NewInstance] 19Exec=glogg --multi %f 20Name=Open In A New glogg Window 21