summaryrefslogtreecommitdiffstats
path: root/ToDo.txt
blob: 7f09dae8686424ad14f5cd674817667dd763cf2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

[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