Re: Second GUI not working anymore



central wrote:
out of interest, does it (and did it with 10.3) work doing ctrl-atl-F8
from the first gui? I cant remember when this stopped working for me, but
it certainly didnt work in 10.3 and doesnt work in 11.

Yes, it worked for me in 10.3

houghi
--
Run the following from the bashprompt if you have the kernel sources
for I in `find /usr/src/linux/ -name *.c`; \
do A=`grep -i -A 1 -B 1 *** $I`;if [ "$A" != "" ]; \
then printf "$I \n$A \n\n"; fi ;done|less
.


Loading