Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
xfce4-panel
xfce4-panel
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 249
    • Issues 249
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Custom Issue Tracker
    • Custom Issue Tracker
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xfce
  • xfce4-panelxfce4-panel
  • Issues
  • #394

Closed
Open
Opened Jan 07, 2021 by mygrexit@mygrexit

Can't get Kiosk mode working

Hello all, i'm trying to install a xfce kiosk (with no rights for anyone, not even root) in docker but with no luck so far.

This is my forked repo: XFCE Docker

The docker build file does the following:

ENV HOME=/headless \

and then

### Install xfce UI RUN $INST_SCRIPTS/xfce_ui.sh ADD ./src/common/xfce/ $HOME/

He puts the .config folger in the home directory. The xfce folder contains a .config folder with the xfce-perchannel-xml subfolder and the following xmls:

xfce4-desktop.xml xfce4-keyboard-shortcuts.xml xfce4-panel.xml xfwm4.xml xsettings.xml

To enable kiosk mode, i deleted the above files and added the following files to /xdg/xfce4/kiosk/kioskrc

[xfce4-panel] CustomizePanel=NONE

[xfce4-session] CustomizeSplash=NONE CustomizeChooser=NONE CustomizeLogout=NONE CustomizeCompatibility=NONE Shutdown=NONE CustomizeSecurity=NONE

[xfdesktop] UserMenu=NONE CustomizeBackdrop=NONE CustomizeDesktopMenu=NONE CustomizeWindowlist=NONE CustomizeDesktopIcons=NONE

But it doesn't work. No restrictions whatsoever.

Am i missing something?

Thanks in advance!

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: xfce/xfce4-panel#394