summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBernd Weimer <bernd.weimer@pelagicore.com>2020-08-05 16:30:06 +0200
committerBernd Weimer <bernd.weimer@pelagicore.com>2020-08-10 14:34:34 +0200
commit8f2e64a6c07ac2d078605349787e72067af2b22b (patch)
treeb72b7caec2ee789db86150adda5f76d3a61cb9fd /doc
parent73f48d422923a33c38106de769f0ad94a77355ad (diff)
downloadqtapplicationmanager-8f2e64a6c07ac2d078605349787e72067af2b22b.tar.gz
Remove obsolete environment variable documentation
Information has been moved into AM_CONFIG, as a YAML string. Change-Id: Icbc74d2fb3b97ca7c676b86a6a6948cae9c5ab4c Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/container.qdoc25
1 files changed, 10 insertions, 15 deletions
diff --git a/doc/container.qdoc b/doc/container.qdoc
index cbb8d182..f671b467 100644
--- a/doc/container.qdoc
+++ b/doc/container.qdoc
@@ -124,24 +124,19 @@ the application. A custom container plugin must forward these variables or adjus
\li Not set, but explicitly unset by the application manager. Make sure to leave it unset, to
use the automatic Wayland input method implementation.
\row
- \li \c{DBUS_SESSION_BUS_ADDRESS}
- \li The standard D-Bus session bus.
-\row
- \li \c{AM_DBUS_PEER_ADDRESS}
- \li Holds the D-Bus socket identifier for the private peer-to-peer bus between the application
- manager and the application itself. If your container uses its own filesystem namespace,
- make sure that this socket is forwarded accordingly.
+ \li \c{QT_SCALE_FACTOR}
+ \li Empty (unset), to prevent scaling of wayland clients relative to the compositor. Otherwise
+ running the application manager on a 4K desktop with scaling would result in double-scaled
+ applications within the application manager.
\row
- \li \c{AM_DBUS_NOTIFICATION_BUS_ADDRESS}
- \li Since the \c{org.freedesktop.Notifications} interface could be on a different bus from the
- rest of the D-Bus interfaces, the application manager needs to explicitly tell the
- application where to look for this interface.
+ \li \c{QT_WAYLAND_SHELL_INTEGRATION}
+ \li Set to \c{xdg-shell}. This is the preferred wayland shell integration.
\row
- \li \c{AM_BASE_DIR}
- \li The current directory for the application manager.
+ \li \c{DBUS_SESSION_BUS_ADDRESS}
+ \li The standard D-Bus session bus.
\row
- \li \c{AM_RUNTIME_SYSTEM_PROPERTIES}
- \li The public part of the \l{system-properties}{system properties}, encoded as a YAML document.
+ \li \c{AM_CONFIG}
+ \li A YAML, UTF-8 string encoded version of the \l{amConfigDetails}{amConfig} map.
\row
\li \c{AM_NO_DLT_LOGGING}
\li Tells the application to not use DLT for logging.