aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/chromium-common.profile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-11 19:07:32 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-09-06 04:01:27 -0300
commit8e99a8c2e3385fb43241426c1df390c31f5e9913 (patch)
treeb88fde969bb4c634bd655c83eba879608256994d /etc/profile-a-l/chromium-common.profile
parentbuild: add missing dbus/x11 commands to arg1 list (diff)
downloadfirejail-8e99a8c2e3385fb43241426c1df390c31f5e9913.tar.gz
firejail-8e99a8c2e3385fb43241426c1df390c31f5e9913.tar.zst
firejail-8e99a8c2e3385fb43241426c1df390c31f5e9913.zip
profiles: fix some comments
Changes: * Turn very long end-of-line comments into normal comments * Turn multi-line end-of-line comments into normal comments * Fix a comment being below instead of above the relevant entry * Turn some comments that look like code into end-of-line comments
Diffstat (limited to 'etc/profile-a-l/chromium-common.profile')
-rw-r--r--etc/profile-a-l/chromium-common.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/profile-a-l/chromium-common.profile b/etc/profile-a-l/chromium-common.profile
index 878e0fe1d..ea24aa102 100644
--- a/etc/profile-a-l/chromium-common.profile
+++ b/etc/profile-a-l/chromium-common.profile
@@ -39,7 +39,9 @@ blacklist ${PATH}/curl
39blacklist ${PATH}/wget 39blacklist ${PATH}/wget
40blacklist ${PATH}/wget2 40blacklist ${PATH}/wget2
41 41
42#dbus-user none - prevents access to passwords saved in GNOME Keyring and KWallet, also breaks Gnome connector. 42# This prevents access to passwords saved in GNOME Keyring and KWallet, also
43# breaks Gnome connector.
44#dbus-user none
43 45
44# The file dialog needs to work without d-bus. 46# The file dialog needs to work without d-bus.
45?HAS_NODBUS: env NO_CHROME_KDE_FILE_DIALOG=1 47?HAS_NODBUS: env NO_CHROME_KDE_FILE_DIALOG=1