File: SETTINGS

package info (click to toggle)
plasma-desktop 4%3A6.5.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 60,472 kB
  • sloc: cpp: 37,423; ansic: 2,617; python: 1,435; javascript: 1,190; xml: 1,100; sh: 127; makefile: 9
file content (23 lines) | stat: -rw-r--r-- 916 bytes parent folder | download | duplicates (3)
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 regardless 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.