Files
sysprof/data/org.gnome.Sysprof.desktop.in.in
Balló György 300bf1a13b Add D-Bus service file
And mark the application as D-Bus activatable. This allows application
launchers to activate it via D-Bus.
2025-04-10 12:34:24 +02:00

21 lines
496 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@
DBusActivatable=true
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