Silverjuke --kiosk + Ubuntu Startup

The forum for designers and developers.
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
albertus
Posts: 14
Joined: 30. May 16, 17:55
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Silverjuke --kiosk + Ubuntu Startup

Postby albertus » 30. May 16, 18:15

Good Day Silverjuke Users

Could anyone guide me in a direction to enable silverjuke to boot into kiosk mode from Ubuntu bootup?

Thank You

Albertus Geyser

User avatar
Service-Team
Posts: 2448
Joined: 7. Dec 04, 04:48
Location: Germany
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Silverjuke --kiosk + Ubuntu Startup

Postby Service-Team » 30. May 16, 20:39

Please allow me to redirect you eg. here: http://askubuntu.com/questions/48321/ho ... y-on-login

albertus
Posts: 14
Joined: 30. May 16, 17:55
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Silverjuke --kiosk + Ubuntu Startup

Postby albertus » 6. Jul 16, 21:22

Good Day

Manage to get Silverjuke to boot into --kiosk mode on Lubuntu bootup:

sudo nano /etc/default/grub
* GRUB_CMDLINE_LINUX_DEFAULT="text"
sudo update-grub
sudo systemctl enable multi-user.target --force
sudo systemctl set-default multi-user.target

.xinitrc to root folder:

#!/bin/sh

while true; do

xset -dpms; xset s off

xrandr -d :0 --output VGA-1 --mode 1366x768 --primary
xrandr -d :0 --output DVI-I-1 --mode 1366x768 --right-of VGA-1

exec matchbox-window-manager -use_titlebar no -use_cursor no &

sudo silverjuke --update --kiosk --kioskrect=1 --visrect=2

done;

------------------------------------------------------------------------------------

chmod a+x .xinitrc
insert "su root -c xinit &" into /etc/rc.local

Hope this helps anyone else.

Albertus Geyser

starbright
Posts: 7
Joined: 12. Mar 09, 22:53
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Silverjuke --kiosk + Ubuntu Startup

Postby starbright » 16. Jun 17, 06:40

Wow a lot of lines. What is all this doing?

With Ubuntu Mate there are under
/system/preferences/personal/startup-applications:

I just added a entry with "silverjuke --kiosk"

What unfortunatly is not working is the virtual keyboard ind kiosk mode (although I enabled it) ?!?!
Any idea about that?


[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Return to “Developer Network”