Tiny Core Base > Final Releases

Core v4.5

<< < (2/4) > >>

roberts:

--- Quote from: AmatCoder on April 24, 2012, 06:39:06 PM ---
--- Quote from: roberts on April 24, 2012, 10:54:15 AM ---* Updated wbar to 2.3.0

--- End quote ---

New wbar has a bug and it leads a segmentation fault when --nofont  option is used.

I patched source code and here it seems works fine now. Patch is:
In /src/core/Main.cc line 195 where:

--- Code: ---if (optparser.isSet(BALFA) || optparser.isSet(FALFA) || optparser.isSet(FILTER) || !(p->getTitle().empty() || optparser.isSet(NOFONT)))
--- End code ---
it should be:

--- Code: ---if (optparser.isSet(BALFA) || optparser.isSet(FALFA) || optparser.isSet(FILTER) || !(p->getTitle().empty()) || optparser.isSet(NOFONT))
--- End code ---

BTW, thanks to Team Tiny Core for this new release!  :)

--- End quote ---

Thanks, We will get your patch in for the fix.

roberts:

--- Quote from: maro on April 24, 2012, 07:12:18 PM ---I usually run a comparison to the previous release or release candidate whenever a new one shows up. This time I noted that a kernel driver (i.e. '.../drivers/net/pcmcia/xirc2ps_cs.ko.gz') was removed. As 'modules.alias' and 'modules.dep' are still unchanged (i.e. 'depmod' was not run after the file removal) I wonder whether this is intentional or rather an "accident".

--- End quote ---

Good catch, thanks! I have restored this item. Looks like I will release a 4.5.1 with these adjustments.

curaga:
@AmatCoder

Please report the bug upstream too. ( http://code.google.com/p/wbar/ )

bmarkus:
Title text with the white outline (shadow?) looks ugly on my notebook even with Xorg and not in line with appearance of other texts. Just a cosmetic of cource, however.... Screenshot below doesn't give back its real appearance on the physical screen:

uggla:
Why has  Apps GUI OnBoot, OnDemand, & Md5Check case insensitive sort order while Load App Locally has not?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version