diff options
author | Erik Falor <ewfalor@gmail.com> | 2021-02-19 19:35:53 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-21 00:05:00 +0700 |
commit | 13be9b7a7f82a6551027032d70d52493c933422e (patch) | |
tree | b40fb3f870e8902882939c75536205c4888b7a03 /multimedia/vokoscreenNG/README | |
parent | 92a87c95fb3338d9f2487430492dc846d11290d6 (diff) |
multimedia/vokoscreenNG: Add profile script for XDG_SESSION_TYPE.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/vokoscreenNG/README')
-rw-r--r-- | multimedia/vokoscreenNG/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/vokoscreenNG/README b/multimedia/vokoscreenNG/README index dab01760cd0fd..ed98b62da47a4 100644 --- a/multimedia/vokoscreenNG/README +++ b/multimedia/vokoscreenNG/README @@ -1,2 +1,13 @@ vokoscreenNG is an easy to use screencast creator to record educational videos, live recordings of browser, installation, videoconferences, etc. + +This application requires that $XDG_SESSION_TYPE be exported with either +"X11" or "Wayland". This SlackBuild installs profile scripts under +/etc/profile.d to set this variable. These scripts use the value of +XDG_SESSION_TYPE from the environment in which this SlackBuild is run, +defaulting to XDG_SESSION_TYPE=X11. + +To control the session type, run this script with your preferred +definition of XDG_SESSION_TYPE: + + XDG_SESSION_TYPE=Wayland ./vokoscreenNG.SlackBuild |