From f9ebca2beceeb39daf39aad0b5997876a86f5b81 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 30 Nov 2022 23:41:47 +0100 Subject: [PATCH] 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 --- makepanda/pview.desktop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makepanda/pview.desktop b/makepanda/pview.desktop index c64d8e2fb5..5eafbaffe9 100644 --- a/makepanda/pview.desktop +++ b/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