forked from KolibriOS/kolibrios
appearance: fix skins path, installer: update, eolite: use tahoma.kf
git-svn-id: svn://kolibrios.org@5765 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5d31042f78
commit
a97a1f029d
@ -25,9 +25,7 @@
|
||||
unsigned char icons[]= FROM "icons.raw";
|
||||
|
||||
#define PANEL_H 30
|
||||
#define SKINS_STANDART_PATH "/sys/skins"
|
||||
//"/kolibrios/res/skins"
|
||||
|
||||
#define SKINS_STANDART_PATH "/kolibrios/res/skins"
|
||||
#define WALP_STANDART_PATH "/kolibrios/res/wallpapers"
|
||||
|
||||
llist list[2];
|
||||
|
@ -6,4 +6,5 @@ C-- appearance.c
|
||||
@rename appearance.com appearance
|
||||
@del warning.txt
|
||||
@del lang.h--
|
||||
@pause
|
||||
@pause
|
||||
kpack appearance
|
@ -6,4 +6,5 @@ C-- appearance.c
|
||||
@rename appearance.com appearance
|
||||
@del warning.txt
|
||||
@del lang.h--
|
||||
@pause
|
||||
@pause
|
||||
kpack appearance
|
@ -129,7 +129,7 @@ void main()
|
||||
strcpy(#inactive_path, #path);
|
||||
llist_copy(#files_inactive, #files);
|
||||
font.no_bg_copy = true;
|
||||
font.load("/sys/font/Tahoma.kf");
|
||||
font.load("/sys/fonts/tahoma.kf");
|
||||
SetEventMask(1100111b);
|
||||
loop(){
|
||||
switch(WaitEvent())
|
||||
|
@ -14,16 +14,16 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
SetAddApplDir("kolibrios", abspath("kolibrios")+1);
|
||||
SetAddApplDir("kolibrios", abspath("install/kolibrios")+1);
|
||||
io.run("/sys/media/kiv", "\\S__/kolibrios/res/Wallpapers/In the wind there is longing.png");
|
||||
copyf(abspath("sys"), "/sys");
|
||||
copyf(abspath("install/sys"), "/sys");
|
||||
RestartProcessByName("@icon", MULTIPLE);
|
||||
RestartProcessByName("@taskbar", SINGLE);
|
||||
RestartProcessByName("@docky", SINGLE);
|
||||
notify(T_END);
|
||||
io.run("/sys/tmpdisk", "a0s10");
|
||||
pause(50);
|
||||
copyf(abspath("tmp"), "/tmp0/1");
|
||||
copyf(abspath("install/tmp"), "/tmp0/1");
|
||||
ExitProcess();
|
||||
}
|
||||
|
||||
|
@ -336,7 +336,7 @@ inline fastcall dword b24(EBX) { return DSDWORD[EBX] << 8; }
|
||||
dword tmp;
|
||||
buffer_size = 0;
|
||||
IF(data)free(data);
|
||||
if (!io.read(path))
|
||||
if (!io.readKPACK(path))
|
||||
{
|
||||
debug("Error while loading font: ");
|
||||
debugln(path);
|
||||
|
Loading…
Reference in New Issue
Block a user