summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-02-24 14:07:28 +0000
committernia <nia@pkgsrc.org>2020-02-24 14:07:28 +0000
commit4906e3b48ccacebe39c21f22b6cb647555a45dbf (patch)
tree4f7d66821fbe3c5b55cf3197274b79741402c4e0 /wm
parent0696fda0b35e4fc223684cb2160df776dc406539 (diff)
downloadpkgsrc-4906e3b48ccacebe39c21f22b6cb647555a45dbf.tar.gz
velox: Note correct runtime-dir perms for Qt
Diffstat (limited to 'wm')
-rw-r--r--wm/velox/MESSAGE6
1 files changed, 2 insertions, 4 deletions
diff --git a/wm/velox/MESSAGE b/wm/velox/MESSAGE
index 6bd54fd1d6a..a98e1a38094 100644
--- a/wm/velox/MESSAGE
+++ b/wm/velox/MESSAGE
@@ -1,17 +1,15 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2019/12/16 21:01:41 nia Exp $
+$NetBSD: MESSAGE,v 1.3 2020/02/24 14:07:28 nia Exp $
To edit the configuration file, copy it into place:
$ cp ${PREFIX}/share/examples/velox/velox.conf ~/.velox.conf
-Most packages in pkgsrc will need wayland support enabled explicitly,
-velox currently does not support X11 applications.
-
To launch velox, use swc-launch:
$ mkdir /tmp/$(whoami)-runtime
$ export XDG_RUNTIME_DIR=/tmp/$(whoami)-runtime
+$ chmod 7700 $XDG_RUNTIME_DIR
$ swc-launch velox
You may find information in this repository useful: