HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

gtk-launch — Launch applications from `.desktop` files that reside in standard locations. More information: <http

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandfilesfromgtk-launchlaunchcliapplicationsdesktop
linux

Problem

How to use the gtk-launch command: Launch applications from .desktop files that reside in standard locations. More information: <https://manned.org/gtk-launch>.

Solution

gtk-launch — Launch applications from .desktop files that reside in standard locations. More information: <https://manned.org/gtk-launch>.

Launch an application:
gtk-launch {{Application_name}}


Display help:
gtk-launch {{[-h|--help]}}

Code Snippets

Launch an application

gtk-launch {{Application_name}}

Display help

gtk-launch {{[-h|--help]}}

Context

tldr-pages: linux/gtk-launch

Revisions (0)

No revisions yet.