makepanda: Fixes to pview.desktop

It accepts multiple files (not URLs), and it doesn't actually handle startup notification properly, so don't keep showing that spinner
This commit is contained in:
rdb 2022-11-30 23:41:47 +01:00
parent 0d30045670
commit f9ebca2bec

View File

@ -3,8 +3,8 @@ Name=Panda3D Model Viewer
GenericName=Model Viewer
Comment=View Panda3D model files
TryExec=pview
Exec=pview %U
StartupNotify=true
Exec=pview %F
StartupNotify=false
NoDisplay=true
Terminal=true
Type=Application