# This is a linutop-webkiosk configuration file example # # All paths must be absolute if locals, and can be uris [main] # # Define the main settings # # mode: defines the main feture to use (kiosk|display) mode = kiosk # can_quit: allow the user to close the browser (boolean) can_quit = true # fullscreen: start in fullscreen (boolean) fullscreen = false # can_end_session: whether the user can end his session himself (boolean) can_end_session = false # default_url: url on which the browser points when a session will start # (string) default_url = http://linutop.com # with_timer: defines if a timer will be handled by the webkiosk (boolean) with_timer = false # with_clear: defines if a 'clear' button should be there (to clean cookies and # history) (boolean) with_clear = true # max_history: how many visited urls will be stored (integer) max_history = 50 # max_windows: maximum number of windows that the user can open; set to 0 to # not restrict the number (int) max_windows = 0 # start_with_session: defines if a session should be started when the browser # starts (boolean) # This option is used if prestart is not defined start_with_session = true # post_session_uri: URL to display when a web session has ended (string) post_session_uri = # post_session_uri_time: time in seconds to display this page (int) post_session_uri_time = 5 # prestart: script to execute before starting the browser (string) # It's path can't be an uri # # If the script returns 0, a user session will start on the browser (without # timer); otherwise the slideshow will start prestart = # list_mode: defines if we use a whitelist or blacklist (string) # If the value is not 'whitelist' or 'blacklist' no restriction will be done list_mode = none # list_use_regex: if true the list of uris defined below will be seen as # regular expressions; otherwise wilcard (*) are supported (boolean) list_use_regex = false # list_uri: path or uri where white/black list uris are defined (one per line) # (string) list_uri = # admin_passwd: administrator password, md5 encrypted (string) admin_passwd = [slideshow] # # Slideshow settings # # pages: path or uri to a list of urls to display in slideshow mode (string) # Each page is defined in the file on one line under the form: # http://name.tld/somewhere 5 # # The number defines how many seconds the page will be displayed before # switching to the next one pages = /etc/xdg/webkiosk/playlist # hide_pointer: whether the mouse pointer should be hidden in slideshow mode # (boolean) hide_pointer = true [mimetypes] # # Mime types associations # # On each following line you can define an application to use to open a defined # mime type. # If a mime type is not define, the webkiosk will simply ignore it. application/pdf = evince