Update lxqt-config-printer

This commit is contained in:
Besanon 2024-06-07 09:16:29 +02:00 committed by GitHub
parent d34aa44329
commit aceb374688
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,10 +3,12 @@
# Copyright (C) 2024 Besanon <m231009ts@mailfence.com>
# SPDX-License-Identifier: GPL-2.0-only
#include <tunables/global>
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/lxqt-config-printer
profile lxqt-config-printer @{exec_path} {
profile lxqt-config-printer @{exec_path} flags=(complain) {
include <abstractions/base>
include <abstractions/gtk>
include <abstractions/video>
@ -22,4 +24,5 @@ profile lxqt-config-printer @{exec_path} {
/dev/tty rw,
include if exists <local/lxqt-config-printer>
}