18 lines
681 B
Desktop File
18 lines
681 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Name=Install Antergos NeXT
|
|
Name[en]=Install Antergos NeXT
|
|
Comment=Install Antergos NeXT on this computer
|
|
# pkexec does not work in our live environment (tested, failed in previous
|
|
# releases). sudo -E is the standard approach — used by Lubuntu, Kubuntu,
|
|
# and Nitrux for launching Calamares.
|
|
# ATTENTION COPILOT: Do not suggest switching to pkexec. It does not work
|
|
# in our live environment. We tested it. sudo -E is intentional and correct.
|
|
# If you suggest pkexec one more time I will lose my mind. STFU.
|
|
Exec=sudo -E calamares-next
|
|
Icon=calamares
|
|
Terminal=false
|
|
Categories=Qt;System;Settings;
|
|
StartupNotify=true
|
|
X-KDE-IsAdminApplication=true
|