Files
sysprof/data/org.gnome.Sysprof.desktop.in.in
Balló György 660953d3d7 Add "greeter" command-line option
And specify the "new-window" action in the desktop file. This allows
application launchers to provide direct access to this action.
2025-04-08 06:34:31 +02:00

20 lines
475 B
Plaintext

[Desktop Entry]
Version=1.0
Name=Sysprof
GenericName=Profiler
Comment=Profile an application or entire system.
Exec=sysprof %u
TryExec=sysprof
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=@APP_ID@
StartupNotify=true
Terminal=false
Type=Application
Categories=GNOME;GTK;Development;Utility;
MimeType=application/x-sysprof-capture;
Actions=new-window;
[Desktop Action new-window]
Exec=sysprof --greeter
Name=Start New Recording