Tmux error when started.
I installed Artix and stared i3 in the `startx` when I log in
Now when I run tmux I get the following error message:
81 \[ 20.241\] (WW) xf86OpenConsole: VT\_ACTIVATE failed: Operation not permitted
82 \[ 20.241\] (EE)
83 Fatal server error:
84 \[ 20.241\] (EE) xf86OpenConsole: Switching VT failed
85 \[ 20.241\] (EE)
86 \[ 20.241\] (EE)
87 Please consult the The [X.Org](https://X.Org) Foundation support
88 at [http://wiki.x.org](http://wiki.x.org)
89 for help.
90 \[ 20.241\] (EE) Please also check the log file at "/home/<user>/.local/share/xorg/Xorg.1.log" for additional information.
91 \[ 20.241\] (EE)
92 \[ 20.242\] (WW) xf86CloseConsole: KDSETMODE failed: Operation not permitted
93 \[ 20.242\] (WW) xf86CloseConsole: VT\_SETMODE failed: Operation not permitted
94 \[ 20.242\] (WW) xf86CloseConsole: VT\_ACTIVATE failed: Operation not permitted
95 \[ 20.242\] (EE) Server terminated with error (1). Closing log file.
I already tried to add the line `allowed_users=anybody` to the file `~/etc/X11/Xwrapper.config` but tmux does not start. How do I solve this issue
Update/Solution
Please check Chris's answer for the solution
here