[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 561: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 617: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1065: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1065: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1065: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 181: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 182: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
Silverjuke Forum 2017-06-16T06:40:53+01:00 https://www.f0rum0ld.silverjuke.net/feed.php?f=18&t=4251 2017-06-16T06:40:53+01:00 2017-06-16T06:40:53+01:00 https://www.f0rum0ld.silverjuke.net/viewtopic.php?t=4251&p=17022#p17022 <![CDATA[Re: Silverjuke --kiosk + Ubuntu Startup]]>
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?

Statistics: Posted by starbright — 16. Jun 17, 06:40


]]>
2016-07-06T21:22:07+01:00 2016-07-06T21:22:07+01:00 https://www.f0rum0ld.silverjuke.net/viewtopic.php?t=4251&p=16848#p16848 <![CDATA[Re: Silverjuke --kiosk + Ubuntu Startup]]>
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

Statistics: Posted by albertus — 6. Jul 16, 21:22


]]>
2016-05-30T20:39:37+01:00 2016-05-30T20:39:37+01:00 https://www.f0rum0ld.silverjuke.net/viewtopic.php?t=4251&p=16803#p16803 <![CDATA[Re: Silverjuke --kiosk + Ubuntu Startup]]> http://askubuntu.com/questions/48321/ho ... y-on-login

Statistics: Posted by Service-Team — 30. May 16, 20:39


]]>
2016-05-30T18:15:27+01:00 2016-05-30T18:15:27+01:00 https://www.f0rum0ld.silverjuke.net/viewtopic.php?t=4251&p=16802#p16802 <![CDATA[Silverjuke --kiosk + Ubuntu Startup]]>
Could anyone guide me in a direction to enable silverjuke to boot into kiosk mode from Ubuntu bootup?

Thank You

Albertus Geyser

Statistics: Posted by albertus — 30. May 16, 18:15


]]>