-
Notifications
You must be signed in to change notification settings - Fork 40
Xfce and KDE setups #64
base: master
Are you sure you want to change the base?
Conversation
Remove more manually stuff
|
||
# Turn on automatic date/time | ||
gsettings set org.gnome.desktop.datetime automatic-timezone true; | ||
# Set KDE in .dmrc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wyn10 I think that for KDE it isn't necessary to apply configuration here. The reason we do it here for GNOME is because using gsettings/dconf during the ISO build is unreliable at best (usually doesnt work at all). KDE is configured with config files in users' /home
so we can apply those settings by placing necessary files in /etc/skel
on the ISO.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wyn10 Also, I think that the config will actually be installed via the antergos-kde package meaning we might not have to worry about including it in the iso build itself. If you could check on that and let me know please. Thanks!
Removed set settings since kde setup takes care of it
Corrected user-session https://wiki.archlinux.org/index.php/SDDM#Autologin
Current session name as followed: https://wiki.archlinux.org/index.php/SDDM#Autologin
Corrected as to sddm wiki: https://wiki.archlinux.org/index.php/SDDM#Autologin
@@ -1,5 +1,5 @@ | |||
[User] | |||
Language=en_US.UTF-8 | |||
XSession=kde | |||
XSession=plasma.desktop |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wyn10 I don't think that it should have .desktop
included in the session name. Check what we are using for new installs in Cnchi code to be sure.
@lots0logs @wyn10 Can we merge this as it is now? |
@lots0logs @wyn10 any news on this? |
@karasu No I dont think so |
@karasu @lots0logs |
@wyn10 If you're still planning on doing this, check the testing branch. It's prepared to run without our build server and it has minimal (open box) and 6dots (a version for blind people) with links to antergos (so you can check how to do a xfce or kde version). I haven't touched Dustin's kde version (I'm still too young to die 😁 ) |
Think I got it right, ISO's do build.
Left out the work the build server does automatically, will found out more issues with this when the build server has churned it.