Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/gnome.py
AgeCommit message (Collapse)Author
2022-06-09Remove packagekit (#1322)Dylan M. Taylor
* Remove packagekit * Update kde.py
2021-11-18Add `gnome-software-packagekit-plugin`Atirut Wattanamongkol
This allows GNOME Software to work out of the box. I don't know why it's not a dependency, but GNOME Software is kinda borked without it.
2021-05-15One package per line formatting in profiles - easier to read/maintainDylan Taylor
2021-05-15Whitespace changesDylan Taylor
2021-05-15Very selectively fix some PEP 8 issues with profilesDylan Taylor
2021-05-12Replaced the magic __builtin__ global variable. This should fix mypy ↵Anton Hvornum
complaints while still retaining the same functionality, kinda. It's less automatic but it's also less of dark magic, which makes sense for anyone but me.
2021-04-29Fixed a typo in the last PR https://github.com/archlinux/archinstall/pull/378Jatin
replaced a `.` with a `,` in gnome.py profile.
2021-04-28Add packages to top of each desktop profileDylan Taylor
2021-04-28Remove refs to application profiles that were removedDylan Taylor
2021-04-08Add minimal profile and implement idea of 'top-level' profilesDylan Taylor
2020-10-19Fix some PEP-8 errors.Varun Madiath
2020-10-19Fix typos.Varun Madiath
2020-09-30__name__ missmatch in gnome profile.Anton Hvornum
2020-09-30Added gnome as a profile (and application for application specific steps). ↵Anton Hvornum
Also tweaked xorg to not be so intrusive when used for anything other than awesome WM. Tweaked awesome WM to accomodate this change.