Closed bkaplowitz closed 6 years ago
I realise I'm a bit late to the party, but the first thing to check would be to try it with a different modifier key. Try Mod1 (Alt) instead of Mod4.
The other thing would be to try the 1.0 alpha. Your log contains references to WLC, so you must be using 0.15 which is no longer receiving support.
Hi I'm trying something unsupported so that might be causing a problem. I am running sway inside a lxc running debian on a chromebook. It is using wayland to render graphical interfaces for apps, so I thought it might be able to use sway. I managed to get sway successfully installed, and when I run it the sway desktop pops up (huzzah!) albeit much too small in a window. The only notifications I get are
" DANGER !! Sway does not have CAP_SYS_PTRACE and cannot enforce security rules for processes running as other users."
and[main.c:71] Using output 0 of 1
, neither of which seems particularly relevant based on reading in other places. I am effectively using the default config. However, I cannot use any keyboard shortcuts. The mouse moves around inside the window, but I cannot seem to click on anything. I cannot close the window or logout without closing the terminal running sway (which I can't kill within the terminal). So effectively I get an uncloseable window I have to close from outside the vm. Is there any way to get the keyboard working? Config file is:Running
sway -d 2>sway.log
gives me the following log file:Any idea what the problem might be? Thanks!