mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
installpanda: Enable start-up notifications for pview
See cf4fa526c94fc507db386a0da566f2a69aef6d41 for more information
This commit is contained in:
parent
098e303669
commit
40f4656165
@ -41,7 +41,7 @@ def WriteApplicationsFile(fname, appinfo, mimeinfo, bindir):
|
||||
fhandle.write("\tcommand=%s\n" % (app))
|
||||
fhandle.write("\tname=%s\n" % (desc))
|
||||
fhandle.write("\tcan_open_multiple_files=%s\n" % ('true' if multiple else 'false'))
|
||||
fhandle.write("\tstartup_notify=%s\n" % ('true' if app == 'pstats' else 'false'))
|
||||
fhandle.write("\tstartup_notify=true\n")
|
||||
fhandle.write("\texpects_uris=false\n")
|
||||
fhandle.write("\trequires_terminal=false\n")
|
||||
fhandle.write("\tmime_types=")
|
||||
|
@ -4,7 +4,7 @@ GenericName=Model Viewer
|
||||
Comment=View Panda3D model files
|
||||
TryExec=pview
|
||||
Exec=pview %F
|
||||
StartupNotify=false
|
||||
StartupNotify=true
|
||||
NoDisplay=true
|
||||
Terminal=false
|
||||
Type=Application
|
||||
|
Loading…
x
Reference in New Issue
Block a user