If the above error occurs but on either a 32 or a 64bit system, in order for the window to show up correctly you only need to paste these commands to the terminal:
#create symlinks sudo ln -s /usr/lib/i386-linux-gnu/libX11.so.6 /usr/lib/i386-linux-gnu/libX11.so sudo ln -s /usr/lib/x86_64-linux-gnu/libX11.so.6 /usr/lib/x86_64-linux-gnu/libX11.so
#create program folder and program settings file mkdir $HOME/.complexshutdown/ touch $HOME/.complexshutdown/settings.cfg
Have a nice evening Ronald W
If the above error occurs but on either a 32 or a 64bit system, in order for the window to show up correctly you only need to paste these commands to the terminal:
#create symlinks i386-linux- gnu/libX11. so.6 /usr/lib/ i386-linux- gnu/libX11. so x86_64- linux-gnu/ libX11. so.6 /usr/lib/ x86_64- linux-gnu/ libX11. so
sudo ln -s /usr/lib/
sudo ln -s /usr/lib/
#create program folder and program settings file complexshutdown / complexshutdown /settings. cfg
mkdir $HOME/.
touch $HOME/.
Have a nice evening
Ronald W