Plasma/4.4-Kiosk

From KDE Community Wiki

Kiosk settings to put into place for KDE 4.4:


Wishlist

  • plasma-desktoprc
    • Removal of panel view (as opposed to the containment itself) (aseigo: this doesn't make any sense; the view is tied to the containment)
    • Panel geometry configuration (implemented)
    • Separation between system and user part (may be through an extra file plasma-desktoprc-user as an idea)
    • locked options should be hidden/disabled to the user (implemented in the panel config; additional specifics are needed for other options that are visible and modifiable even when they "aren't")
    • include/exclude list for applets (plasmoids), so the user can be limited to use only specific applets
    • drag and drop for the quicklauncher -> implemented in kde4.3
    • panel: immutable=2 prevent moving and configuring the panel and also prevents adding or moving applets. It would be an advantange, if these things can be configured separately, like
      • panel moveable: 0/1
      • panel configurable: 0/1
      • applets addable: 0/1
      • applets movable: 0/1
      • and so on
      • Same applies for the applets itself (removable: 0/1, ...)
      • aseigo: i don't think "addable" makes much sense, but being able to lock down each parameter (geometry, configuration..) would be good. it's unrelated to immutability, however.

Extended wishlist

  • optimize widgets for vertical layout:
    • task manager: in vertical panels, draw icons above the application name if vertical space is available. In case of a narrow vertical panel, if neither enough vertical nor horizontal space is available, do not resize icons below a specifiable size, but rather let the name of the application move completely outside the view.
    • system tray: either make the icon size specifiable similar to the quicklaunch widget, or make the number of columns specifiable. Currently, a panel has to be very wide to let the systray have a 2-columns of icons layout)
    • application icons: make a maximum icon size specifiable. Do not let icons eat up all available space in case of a wide vertical panel.
  • for testing the final user settings while using profiles, the tool "kreadconfig" can be used. However, currently, this tool can only handle single values. It would be a great benefit, the the tool could also extract
    • single values
    • sections
    • config files
  • "Action Restrictions" seems to be mainly unsupported in KDE4. Please add support for:
    • action/menuedit=false
    • user/root=false
    • (some actions restriction do work, but konsole is the only program that I've found, that do list actions with "qdbus")
    • action restrictions for plasma
  • "KDE Control Module Restrictions" do not seem to work



Questions related to wishes

  • how to lock the quicklauncher in the way, that icons can not be added during a session?
    • how to remove kmenuedit at right-click onto the launcher?
    • how to disable/hide parts of the ksettingsmanager ?
    • in case the desktop gets into a state, where it gets unusable, plasma-appletrc (or even worse: the complete user setup) must be cleaned/deleted. Is there a tool/approach to save/extract specific settings from the user KDE settings? Things like bookmarks, Quicklauncher-configuration, ... Until now, we use a script for this. (aseigo: the entire user setup never needs to be removed; and things should not be able to be put into an unusable state; so i'm not really sure this is something to design for. being able to extract configuration for individual widgets or containments is something we want to implement, but i'm not sure what you'd do with them from there)