Files
euri-welcome/data/preferences.json
T
c-ludenberg 786c957e66 Fix live_path detection: /run/miso → /run/archiso
The welcome app checked /run/miso/bootmnt/antergos-next to detect
live ISO, but the NeXT ISO uses archiso standard /run/archiso/bootmnt.
Changed live_path to /run/archiso/bootmnt which always exists on
archiso-based live environments.
2026-06-23 15:21:41 +02:00

28 lines
1.1 KiB
JSON

{
"autostart_path": "~/.config/autostart/antergos-welcome.desktop",
"data_path": "/usr/share/antergos-next/antergos-welcome/data",
"default_locale": "en",
"desktop_path": "/usr/share/applications/antergos-welcome.desktop",
"gnometour_path": "/usr/bin/gnome-tour",
"installer_path": "/usr/bin/calamares-next",
"live_path": "/run/archiso/bootmnt",
"locale_path": "/usr/share/locale",
"logo_path": "/usr/share/icons/hicolor/64x64/apps/antergos-next.png",
"plasmawelcome_path": "/usr/bin/plasma-welcome",
"rescue_path": "",
"save_path": "~/.config/antergos-welcome.json",
"style_path": "/usr/share/antergos-next/antergos-welcome/ui/style.css",
"ui_path": "/usr/share/antergos-next/antergos-welcome/ui/antergos-welcome.glade",
"urls": {
"development": "https://github.com/Antergos-NeXT",
"donate": "",
"facebook": "",
"forum": "https://github.com/Antergos-NeXT/antergos-iso/discussions",
"mailling": "",
"youtube": "",
"reddit": "",
"wiki": "https://github.com/Antergos-NeXT/antergos-iso/wiki",
"x": ""
}
}