DesktopEntry: QtObject [uncreatable]

import Quickshell

Properties

Functions

Detailed Description

A desktop entry. See DesktopEntries for details.

Property Details

[readonly]

actions: list<DesktopAction>

No details provided.

[readonly]

categories: list<string>

No details provided.

[readonly]

comment: string

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

[readonly]

execString: string

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

[readonly]

genericName: string

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

[readonly]

icon: string

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

[readonly]

id: string

No details provided.

[readonly]

keywords: list<string>

No details provided.

[readonly]

name: string

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

[readonly]

noDisplay: bool

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

[readonly]

runInTerminal: bool

If the application should run in a terminal.

[readonly]

workingDirectory: string

The working directory to execute from.

Function Details

void execute()

Run the application. Currently ignores runInTerminal and field codes.