Quickshell


DesktopEntry: QtObject

uncreatable
import Quickshell

A desktop entry. See DesktopEntries for details.

  • actions list <DesktopAction>
    readonly
    No details provided
  • categories list <string>
    readonly
    No details provided
  • comment string
    readonly

    Long description of the application, such as “View websites on the internet”. May be empty.

  • execString string
    readonly

    The raw Exec string from the desktop entry. You probably want execute().

  • genericName string
    readonly

    Short description of the application, such as “Web Browser”. May be empty.

  • icon string
    readonly

    Name of the icon associated with this application. May be empty.

  • id string
    readonly
    No details provided
  • keywords list <string>
    readonly
    No details provided
  • name string
    readonly

    Name of the specific application, such as “Firefox”.

  • noDisplay bool
    readonly

    If true, this application should not be displayed in menus and launchers.

  • runInTerminal bool
    readonly

    If the application should run in a terminal.

  • workingDirectory string
    readonly

    The working directory to execute from.