mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 23:38:08 -05:00
otherwise for e.g., ttyname() fails and running "tty" command prints "not a tty". See https://github.com/ghostty-org/ghostty/discussions/3201#discussioncomment-13177100
32 lines
778 B
JSON
32 lines
778 B
JSON
{
|
|
"id": "org.kde.konsole",
|
|
"branch": "master",
|
|
"runtime": "org.kde.Platform",
|
|
"runtime-version": "6.9",
|
|
"sdk": "org.kde.Sdk",
|
|
"command": "konsole",
|
|
"tags": ["nightly"],
|
|
"desktop-file-name-suffix": " (Nightly)",
|
|
"finish-args": [
|
|
"--device=all",
|
|
"--share=ipc",
|
|
"--share=network",
|
|
"--socket=wayland",
|
|
"--socket=fallback-x11",
|
|
"--talk-name=org.freedesktop.Flatpak"
|
|
],
|
|
"rename-icon": "utilities-terminal",
|
|
"modules": [
|
|
{
|
|
"name": "konsole",
|
|
"buildsystem": "cmake-ninja",
|
|
"config-opts": [
|
|
"-DINSTALL_ICONS=ON"
|
|
],
|
|
"sources": [
|
|
{ "type": "dir", "path": "." }
|
|
]
|
|
}
|
|
]
|
|
}
|