Dylan Taylor
|
fb2c9aca39
|
Have pulseaudio installed just in case DEs don't depend on it if pipewire is not requested.
|
2021-04-06 22:20:07 -04:00 |
Dylan Taylor
|
93750dbd22
|
Try removing pipewire.py and calling add additional packages
Unfortunately, calling the profile was not working.
|
2021-04-06 22:20:07 -04:00 |
Dylan M. Taylor
|
d9984550b6
|
Move choice into guided installation instead of DEs
Arch wiki says packages should enable the user services automatically
|
2021-04-06 22:19:41 -04:00 |
Dylan M. Taylor
|
9436ca7805
|
Begin implementing PipeWire option
|
2021-04-06 22:18:44 -04:00 |
Anton Hvornum
|
39e354f395
|
Merge pull request #207 from dylanmtaylor/patch-12
Fix another incorrect comment on XFCE4 profile
|
2021-04-06 21:14:14 +00:00 |
Anton Hvornum
|
dc30e0cfc1
|
Merge pull request #206 from dylanmtaylor/patch-11
Fix incorrect comment. Cinnamon doesn't have any Wayland support yet.
|
2021-04-06 21:12:16 +00:00 |
Dylan M. Taylor
|
0a5a929f5b
|
Fix another incorrect comment on XFCE4 profile
|
2021-04-06 16:55:04 -04:00 |
Dylan M. Taylor
|
c6eb3dfbdf
|
Fix incorrect comment. Cinnamon doesn't have any Wayland support yet.
|
2021-04-06 16:53:20 -04:00 |
Anton Hvornum
|
0791222081
|
Merge pull request #202 from dylanmtaylor/patch-9
It was pointed out that khelpcenter isn't strictly necessary
|
2021-04-06 19:19:38 +00:00 |
Dylan M. Taylor
|
0a1e0641a9
|
It was pointed out that khelpcenter isn't strictly necessary
|
2021-04-06 13:45:08 -04:00 |
Anton Hvornum
|
6c64c45fce
|
Merge pull request #201 from dylanmtaylor/patch-8
Noticed that some KDE instances weren't changed to i3 when copying
|
2021-04-06 17:35:23 +00:00 |
Dylan M. Taylor
|
87514ab515
|
Noticed that some KDE instances weren't changed to i3 when copying
Another one
|
2021-04-06 13:28:07 -04:00 |
Anton Hvornum
|
bc2649aaaa
|
Merge pull request #197 from dylanmtaylor/patch-4
Switch from metapackage to a more minimal install
|
2021-04-06 16:36:19 +00:00 |
Dylan M. Taylor
|
ee6cd39fe6
|
Switch from metapackage to a more minimal install
|
2021-04-06 12:33:13 -04:00 |
Anton Hvornum
|
a62debde33
|
Merge pull request #192 from advaithm/kde-hook
Use _post_install for wayland
|
2021-04-06 16:27:46 +00:00 |
Anton Hvornum
|
b968bec771
|
Added a forgotten return value of _post_install
|
2021-04-06 18:27:30 +02:00 |
advaithm
|
29d939cfca
|
added egl-wayland and changed prompt
|
2021-04-06 18:59:05 +05:30 |
advaithm
|
5057035f3e
|
ask user for default session over asking if they want wayland
|
2021-04-06 18:28:18 +05:30 |
advaithm
|
aea819af15
|
Update kde.py
|
2021-04-06 17:36:20 +05:30 |
advaithm
|
972defdb80
|
Merge branch 'kde-hook' of git@github.com:advaithm/archinstall.git
|
2021-04-06 13:37:55 +05:30 |
advaithm
|
4f7fc94ecd
|
merge kde and kde-wayland
|
2021-04-06 13:37:40 +05:30 |
Anton Hvornum
|
610d630863
|
Merge pull request #190 from advaithm/master
post install hook
|
2021-04-06 07:57:02 +00:00 |
Anton Hvornum
|
4af3bbac23
|
Phrasing and removed background coloring
|
2021-04-06 09:55:12 +02:00 |
Anton Hvornum
|
0df567286e
|
Swapped print for log and added return values
|
2021-04-06 09:54:24 +02:00 |
Anton Hvornum
|
2f153d4882
|
Some language correction and function handling
I more or less copied the language from i3-wm as it was more correct.
Also converted `print()` into `installation.log()` so that we can get some color control and end up in the debug log.
Finally, I added a try/except to handle potential crashes and return return values, since otherwise this would happen every run:
* https://github.com/archlinux/archinstall/pull/190/files#diff-98d75a109b5337cd7d7c948d2cfc2379bcc51be22dfa3ca6491765f0e0bcaaabR349-R355
|
2021-04-06 09:53:28 +02:00 |
advaithm
|
9ddaa911fd
|
merge kde and kde-wayland
|
2021-04-06 08:34:34 +05:30 |
advaithm
|
f0e40f5676
|
added _post_install hook.
|
2021-04-06 07:21:11 +05:30 |
Anton Hvornum
|
dc522b74b9
|
Merge pull request #179 from advaithm/master
i3 and 13-gaps support
|
2021-04-05 16:21:43 +00:00 |
advaithm
|
b56f7d0515
|
fixed subprocess call
|
2021-04-05 21:28:20 +05:30 |
advaithm
|
9404dbe967
|
Update guided.py
|
2021-04-05 21:05:15 +05:30 |
advaithm
|
947700a605
|
use subprocess to launch the shell
|
2021-04-05 21:03:56 +05:30 |
advaithm
|
463d1b5fd3
|
add shell drop for i3 and i3-gaps
|
2021-04-05 20:58:38 +05:30 |
advaithm
|
e2a6a85d66
|
Revert "Fixed issue with no network configueration"
This reverts commit dbe7f3fcb8.
|
2021-04-05 20:47:42 +05:30 |
advaithm
|
4c0c95a88c
|
add i3-wm and i3-gaps support
|
2021-04-05 20:46:09 +05:30 |
Anton Hvornum
|
9959e0a299
|
Merge pull request #167 from m1ten/torxed-v2.2.0
Add Cinnamon (with lightdm) - Torxed v2.2.0
|
2021-04-04 18:09:36 +00:00 |
m1ten
|
f72d3039f7
|
add lightdm-gtk-greeter
|
2021-04-04 13:49:37 -04:00 |
m1ten
|
771087e75b
|
applications/cinnamon
|
2021-04-04 13:38:10 -04:00 |
m1ten
|
9576486cfa
|
added cinnamon
|
2021-04-04 12:58:05 -04:00 |
m1ten
|
107c1d6caa
|
Create cinnamon.py
|
2021-04-04 12:57:24 -04:00 |
m1ten
|
5018bef41d
|
Merge pull request #2 from archlinux/torxed-v2.2.0
Torxed v2.2.0
|
2021-04-04 12:46:31 -04:00 |
advaithm
|
dbe7f3fcb8
|
Fixed issue with no network configueration
|
2021-04-04 19:20:08 +05:30 |
Anton Hvornum
|
0dcb4da799
|
Removed debugging, added an additional 'move back to beginning' and print the peak again. Added this to any pacstrap call.
|
2021-04-04 15:28:32 +02:00 |
Anton Hvornum
|
918bc95edf
|
Added some debugging
|
2021-04-04 15:17:33 +02:00 |
Anton Hvornum
|
36bc243cf8
|
Added stripping of peak output to avoid new lines forming.
|
2021-04-04 15:15:30 +02:00 |
Anton Hvornum
|
81822e6444
|
Added error handling to sys_command's peak function.
|
2021-04-04 15:13:06 +02:00 |
Anton Hvornum
|
2f6a71756a
|
Moved import due to circular imports.
|
2021-04-04 15:08:06 +02:00 |
Anton Hvornum
|
0d9519a729
|
Added functionality towards #155. It's not a progress bar per sae, but it will show the last line outputted by commands enabling peaking of the ongoing process.
|
2021-04-04 13:27:58 +02:00 |
Anton Hvornum
|
d66e3f2956
|
Merging in latest changes from master.
|
2021-04-04 13:15:32 +02:00 |
Anton Hvornum
|
f452655d4f
|
Merge pull request #158 from advaithm/master
Network manager support
|
2021-04-04 09:37:29 +00:00 |
Advaith Madhukar
|
8ad4a7d1c4
|
fixed network manager check
|
2021-04-04 14:42:19 +05:30 |