Tiny Core Linux

Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: Taifuuni on September 23, 2016, 02:40:17 AM

Title: Xdotool for PiCore 8
Post by: Taifuuni on September 23, 2016, 02:40:17 AM
Hello!

I need Xdotool for my Kiosk setup. It is needed for webpage refreshing because database connections don't update otherwise.

Could someone more capable compile Xdotool for PiCore 8 and add to the repository?

Thank you!
Title: Re: Xdotool for PiCore 7.1 beta4
Post by: Taifuuni on September 25, 2016, 03:41:37 PM
I found an old Xdotool.tcz in "distro.ibiblio.org/tinycorelinux/3.x/tcz/" but I get an "unexpected symbol '(' in line 1.

Actually I need this for PiCore 7.1 beta4 because I noticed yesterday that 8 does not have X yet.

Could someone be kind enough to look into it?
Title: Re: Xdotool for PiCore 8
Post by: Juanito on September 26, 2016, 01:41:10 AM
You get that message because xdotool is compiled for i486 rather than pi...
Title: Re: Xdotool for PiCore 8
Post by: Taifuuni on September 26, 2016, 06:52:59 AM
You get that message because xdotool is compiled for i486 rather than pi...

Yeah, I kinda figured it was something like that. I tried to compile latest xdotool source by the book but I failed when it came to needing xkbcommon.h.
Title: Re: Xdotool for PiCore 8
Post by: Juanito on September 26, 2016, 07:24:45 AM
You need libxkbcommon from  http://xkbcommon.org/download/
Title: Re: Xdotool for PiCore 8
Post by: Taifuuni on September 26, 2016, 07:43:26 AM
You need libxkbcommon from  http://xkbcommon.org/download/

More problems with every step. This one uses autoconf to compile. Autogen script stops when checking for Yacc support. I installed Bison but still can't get past this...
Title: Re: Xdotool for PiCore 8
Post by: Juanito on February 25, 2018, 02:21:41 AM
posted