blob: 6cb42031cc1ca5b9a3b29eb78ea4934c48d098b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
[create a 1st time login script that will execute and the delete itself]
- set wallpaper to ~/1518039301698.png
dbus-send --session --dest=org.kde.plasmashell --type=method_call /PlasmaShell org.kde.PlasmaShell.evaluateScript 'string:
var Desktops = desktops();
for (i=0;i<Desktops.length;i++) {
d = Desktops[i];
d.wallpaperPlugin = "org.kde.image";
d.currentConfigGroup = Array("Wallpaper",
"org.kde.image",
"General");
d.writeConfig("Image", "file:///PATH/TO/IMAGE.png");
}'
- begin work on Calamares installer
- configure Fonts
- configure locale: us; pl; german; jp; kr; fr; it
- cyrillic, Kanji&Katakana, kr fonts
- adjust weston USE flags
- adjust mpv USE flags
- gentoox_build.sh should consider doing these at the end of build:
emerge -avuDN --with-bdeps=y @world
revdep-rebuild -ip
another point to consider is building ~ąmd64 stage3 seed tarball from get go
- read eselect news messages
- preliminary install instructions
unsquash -f -i -d /mnt/install/ /mnt/cdrom/image.squashfs
|