How does AnduinOS manage default application settings, wallpapers, themes, and desktop configuration? #435
Unanswered
siyamsec-lab
asked this question in
Q&A
Replies: 1 comment 1 reply
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm studying how AnduinOS manages its default desktop configuration because I want to build a customized version and make my configuration workflow faster.
I'm specifically interested in the system-level/default configuration applied to a fresh installation, rather than configuration provided by GNOME Shell extensions.
Could someone explain where and how AnduinOS manages the following?
I'm particularly interested in understanding:
/etc/skel, system-wide configuration, package post-install scripts, startup scripts, or another mechanism?I'm not looking to copy the configuration blindly. I want to understand the architecture so I can implement a similar system for my own Debian-based distribution and automate the customization process.
If possible, examples of the relevant source files or repository paths would be very helpful.
Thanks!
All reactions