pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/velox velox: Note correct runtime-dir perms for Qt



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4dbd807456c9
branches:  trunk
changeset: 411958:4dbd807456c9
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Feb 24 14:07:28 2020 +0000

description:
velox: Note correct runtime-dir perms for Qt

diffstat:

 wm/velox/MESSAGE |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 80a623d9d010 -r 4dbd807456c9 wm/velox/MESSAGE
--- a/wm/velox/MESSAGE  Mon Feb 24 13:38:50 2020 +0000
+++ b/wm/velox/MESSAGE  Mon Feb 24 14:07:28 2020 +0000
@@ -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:



Home | Main Index | Thread Index | Old Index