Desktop

Desktop module for Augeas (.desktop files)

Author: Raphael Pinson rap.nosp@m.hink@gmai.nosp@m.l.com

Summary
DesktopDesktop module for Augeas (.desktop files)
Lens UsageThis lens is made to provide a lens for .desktop files for augeas
Variables
Freedesktop.orghttp://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
LicenseThis file is licenced under the LGPL v2+, like the rest of Augeas.
Augeas Variables
sto_to_commentStore until comment

Lens Usage

This lens is made to provide a lens for .desktop files for augeas

Variables

License

This file is licenced under the LGPL v2+, like the rest of Augeas.

Augeas Variables

sto_to_comment

let sto_to_comment = Sep.opt_space . store /[^# \t\r\n][^#\r\n]*[^# \t\r\n]|[^# \t\r\n]/

Store until comment

let sto_to_comment = Sep.opt_space . store /[^# \t\r\n][^#\r\n]*[^# \t\r\n]|[^# \t\r\n]/
Store until comment
Close