development #4
Replies: 8 comments 4 replies
-
regarding the gpu drivers @trytomakeyouprivate , the foss drivers are already installed |
Beta Was this translation helpful? Give feedback.
-
I am not sure what to use python for at the moment, do you want a GUI? because bash may be weird to use, but all we should need is
all these things are linux native, wouldnt know how to do that in python tbh |
Beta Was this translation helpful? Give feedback.
-
discussion here? |
Beta Was this translation helpful? Give feedback.
-
also for this one, |
Beta Was this translation helpful? Give feedback.
-
i have updated todo, and i have some questions about some points 9, 10.1, 12, and 10 about the installing of some packages, im not sure what are they for. |
Beta Was this translation helpful? Give feedback.
-
@trytomakeyouprivate i'm reading the script (script1.sh and 2.sh), i'm not sure if these does work, since as far as i know, you cant modify
|
Beta Was this translation helpful? Give feedback.
-
The grub theme works.
Poorly other things like lockscreen dont.
Fonts dont, but only the folder for flatpaks is needed anyways.
Am 9. Januar 2023 06:12:35 UTC schrieb James Aaron Erang ***@***.***>:
…@trytomakeyouprivate i'm reading the script (script1.sh and 2.sh), i'm not sure if these does work, since as far as i know, you cant modify `/usr` in silverblue:
```
#sudo cp -v fonts/*.ttf fonts/*.TTF /usr/local/share/fonts/mscorefonts/
# Grub-Theme
echo "Installing a fancy GRUB bootloader theme"
wget https://github.com/vinceliuice/grub2-themes.git
unzip grub2-themes*.zip
rm grub2-themes*.zip
cd ~/grub2-themes-master/
sudo chmod +x install.sh
sudo sh install.sh -t vimix -b
```
--
Reply to this email directly or view it on GitHub:
https://github.com/iaacornus/Fedora-OSTree-Setup/discussions/4#discussioncomment-4630122
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@trytomakeyouprivate, aren't some of the suggestions too much for a simple setup script, which aims to setup the base of the ostree system for improved out-of-box experience? since some suggestions are rather for poweruser rather than for those who simply want an out-of-box usable system, or they seem "todo" and arrives to me as invasive and excessive modification of the system rather than opt-in feature or suggested modification, for example:
most of are excessive modifications, which i fail to see what are those for, for example #21 , #27 , #31, which again, does not appear to be necessary. Although perhaps i'm just overlooking something, but currently, it seems to be not really required for simple setup I also do not know why do we need to leave scripts as mentioned in #23 for:
since arkenfox is not required by user, keepass and stdin password doesnot seem to have purpose for me, as well as uefi update which can be easily dealt with one command. #31 really appears to be excessive modification, since the appearance seems to be more of user realm rather than thing that should be touched by scripts. todo also mentioned high level customization such as mac randomization and automatic updates, lynis which is i'm not sure what for, tlp and clamtk which is not really required. perhaps you can clarify these? since i really can't justify it myself, as i rarely see post about help regard these topics in either fedora forum, discord or subreddit, moreover, i don't even heard of them. |
Beta Was this translation helpful? Give feedback.
-
todo:
Beta Was this translation helpful? Give feedback.
All reactions