1
General / Re: Lubuntu - attract mode freeze at first startup
« on: March 04, 2017, 03:36:30 PM »
Hi, today I compiled the latest version but the problem remains. Yes the keyboard works out of the program, I can press ctrl+tab to select the termianl and kill the process and run it again.
Finally I found a workaround writng a launch script such as:
It's not so elegant and it take time but I can run the front end with the laptop in the cab. This is the only solution I found. If you have ideas to make it work at the first you are welcome!!
Finally I found a workaround writng a launch script such as:
Code: [Select]
xterm -hold -e bash -c 'sleep 5; attract' &
xterm -hold -e bash -c 'sleep 20; killall attract' &
xterm -hold -e bash -c 'sleep 25; attract' &
It's not so elegant and it take time but I can run the front end with the laptop in the cab. This is the only solution I found. If you have ideas to make it work at the first you are welcome!!
