blob: 224a415100e733653d63005c048091e5b3bb66dd (
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
41
42
43
44
45
46
47
48
49
50
|
drakx
translations broken
error at X startup -> better msg
what security level?
auto-configure of most remaining things
tv
graphical design
usb key
test usb mouse (qa report a failure)
kde
at startup:
Can't get own host name. Your system is serveral misconfigured
although "hostname" binary answers localhost.localdomain (set by
sethostname from init of stage1)
font of konsole still too large and non proportional (same
problem as 9.2 it seems)
system running
services:
what to do? /sbin/runlevel returns "unknown" and
printerdrake wants to propose to enable cups at boot -
more generally: do we want to keep settings of services
permanent, if yes we need to hack utmp/sysv/init stuff
need to list things to remove in MCC (drakgw, etc -> things that
have not the necessary packages and we don't want to provide)
usb key
/etc/X11/X
is a link but vfat doesn't handle links :(
/etc/X11/XF86Config-4
changing screen resolution doesn't get saved because file is re-created in /etc/X11, loosing link to usb-key
-> that whole story of links just sucks, why not using a daemon or something, with the list of files to save? would probably solve most of problems.. instead of needing to modify all the programs! which is a real bad solution indeed
|