File: SETTINGS

package info (click to toggle)
kde-runtime 4%3A17.08.3-2.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 25,204 kB
  • sloc: cpp: 111,675; ansic: 5,030; perl: 1,579; xml: 793; sh: 407; makefile: 42; python: 28
file content (23 lines) | stat: -rw-r--r-- 915 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This document describes the kded_device_automounterrc settings and how they affect behavior.

General/AutomountUnknownDevices:If true, all devices get mounted regardles of
				the other conditions.

General/AutomountOnPlugin:	When this is set to true, devices might get
				mounted when they are inserted.

General/AutomountOnLogin:	When true, devices might get mounted when
				the module is loaded.

General/AutomountEnabled:	Determines if automounting is globally enabled.

Devices/<dev>/EverMounted:	Used to determine if a device is 'known'. A device
				is known if it has ever been mounted.

Devices/<dev>/LastSeenMounted:	Saves the 'mounted' state between desktop
				sessions. Devices with this set to true are
				automagically remounted when the module loads.

Devices/<dev>/ForceAutomount:	Determines if this device should get
				automounted regardless of anything else,
				including AutomountEnabled.