Browse Source

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
rdb 3 years ago
parent
commit
f9ebca2bec
1 changed files with 2 additions and 2 deletions
  1. 2 2
      makepanda/pview.desktop

+ 2 - 2
makepanda/pview.desktop

@@ -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