Commit Graph
10 Commits
Author SHA1 Message Date
c-ludenberg 27cc01bd2c fix: update base OS references from Arch Linux to Artix Linux across 16 locale files + release page 2026-07-30 18:05:35 +02:00
c-ludenberg accdc58915 welcome: hide window before launching calamares-next, auto-launch on live ISO after 5s 2026-06-23 18:45:41 +02:00
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
c-ludenberg 45cc57f4a5 Fix welcome app crash: remove calamares button remnants
- Removed empty <child> tags left after calamares button deletion
- Removed set_visible(True) call for nonexistent calamares widget
  (was causing AttributeError crash on live ISO)
- Install button now shows properly as 'Install Antergos NeXT'
2026-06-23 15:08:21 +02:00
c-ludenberg 203afe4d35 R.I.P. Cnchi — Calamares is now the primary installer
- Main install button now launches calamares-next instead of cnchi
  - Button label changed from 'Launch Cnchi Installer' to
    'Install Antergos NeXT'
  - Removed 'Alternative Installer' (Calamares) button — no longer
    needed since Calamares is the only installer
  - Welcome song path updated: /usr/share/cnchi-memes/ →
    /usr/share/antergos-next-memes/ (memes package repurposed)
  - Release notes page: added Cnchi retirement notice with eulogy
  - Readme page: updated instructions, removed cnchi-next link
2026-06-23 13:35:42 +02:00
c-ludenberg 31cbf985d6 fix: launch calamares-next instead of calamares directly; fix lsb/os-release fallback in get_lsb_infos 2026-06-23 13:07:14 +02:00
c-ludenberg 92aa115a1c fix: antergos-welcome preferences loading and stable API usage
- data/preferences.json: fix paths for subdirectory layout
- src/antergos_welcome.py: fallback to data/preferences.json;
  get_lsb_infos() uses .get("CODENAME", "unknown") to avoid KeyError;
  remove stale "rescue" label
2026-06-23 01:19:31 +02:00
c-ludenberg 71216bedd9 feat: add mute button with sad dialog
Mute button in headerbar kills mpv process and shows :( dialog.
Button becomes disabled and shows muted speaker icon after use.
2026-06-20 20:47:58 +02:00
c-ludenberg bdb47aaa61 feat: auto-play its-raining-tacos.opus on welcome screen open
SiIvaGunner rip: OMORIBOY instrumental x Raining Tacos vocals.
Plays at 55% volume via mpv --really-quiet.
File sourced from antergos-next-memes package.
2026-06-20 20:37:01 +02:00
c-ludenberg dddbceb152 po: purge every last Manjaro syllable from 66 locale files
i have seen every alphabet on gods green earth today. arabic. korean. hindi. persian. bengali. bulgarian. cyrillic marks i cannot pronounce. script that flows right to left. script that stacks into little blocks. script that hangs from a line like wet laundry.

do you know how many ways there are to spell "manjaro" in unicode? too many. i counted. منجارو 만자로 मैनजरो مانجارو মানজারো Манджаро and that is just the ones i had to hunt down with a regex flamethrower because my first 17 sed passes missed them all.

the pot file was from 2020. it still thought we were making manjaro hello. i regenerated it. it cried. i did not.

google translate via deep_translator was my sword. sed was my shield. python scripts lay broken in /tmp like the corpses of failed gods. three scripts. count them. three. the first could not parse po files. the second could not match multiline msgstr blocks. the third just replaced the unicode codepoints directly and asked no questions. that one worked.

66 mo files compiled. 0 manjaro references remain. the great cleansing is complete.

deus vult but at what cost.

—— Celestia Ludenberg, signing off before i start transliterating this commit message into korean
2026-06-20 20:16:02 +02:00