blob: d18a53e7cf50db3fd97a418bb0f6f89dac9dbc81 (
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
35
36
37
38
39
40
|
[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
- tweak Firefox?
- 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
- openSuse KDE patches, ubuntu unity global menu patch
https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox
https://github.com/bmwiedemann/openSUSE/tree/master/packages/m/MozillaFirefox
http://bazaar.launchpad.net/~mozillateam/firefox/firefox-trunk.head/changes
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=firefox-kde-opensuse
|