Open 3l0w opened 3 years ago
Hey There!! Did you or anyone get any solution because I am having the same problem! Please help with how to resolve!!
also having the same problem!
does it have something to do with the gtk themes and other files in the misc dir?
does it have something to do with the gtk themes and other files in the misc dir?
I tried almost everything! Now i have reinstalled arch now i am gonna first install a desktop mostly xfce4 and then set the auto login session for lightdm to awesome or perhaps manually choose it everytime!!
I sometimes think by any chance is there anything to do with it not working on Virtualbox cuz i have tried it on VBox only. Anyone using it to dual boot are you all getting a same issue? I will let you all know if i fix it!! And if anyone does please do comment here and let us know!!
Isn't there anyone from the elenapan team to help us resolve this issue i have been trying to resolve this for the past 3 days.
Have you tried copying the provided Xresources file to ~/.Xresources
? And have you tried running xrdb -merge
?
e.g.
git clone https://github.com/elenapan/dotfiles.git ~/elenapan_dotfiles
cp ~/elenapan_dotfiles/.Xresources ~/.Xresources
xrdb -merge ~/elenapan_dotfiles/.xfiles/amarena
Most color values in the theme are taken from Xresources. See: https://wiki.archlinux.org/index.php/X_resources for more info and configuration
I didn't try this will try and let you know. Thank you!
Its giving me error xrdb: Can't Open Display ' '
Odd, what exact command were you running?
When/how are you running the command
What is the output of echo $DISPLAY
See actually I was fed up with it not working so before your reply i had already started with a fresh install!! And i was following two guides so i would have done some blunder now while installing arch on virtualbox so its not working even if i try to install xfce4 and the installation is successful after i reboot i am still taken to the terminal the basic one! So i don't know what mistake i did cuz i am new to linux and a NOOB. So please if you could suggest me a proper guide which i may follow i would be thankful! I tried the arch wiki but it is a bit difficult for a new comer! And this error i can get when i run anything like xrandr or mainly the last command in your reply above the xrdb -merge command!
@SamShah30112004 the problem with third-party guides is that they may contain errors or become out of date. Personally, I wouldn't recommend using anything except the official Arch Wiki to guide your install.
Another issue with a guide is that even if you follow it successfully, you won't really understand what you've done and how to fix things when they go wrong. A key principle of Arch is that you understand at least the basic fundamentals of how your system operates.
If you want something that "just works" without having to go away and do a fair bit of learning I'd recommend trying something like Ubuntu or Debian instead as they have installers that can do all the work for you.
If you want to carry on down this route - it looks like the problem is your $DISPLAY variable isn't being set. (try echo $DISPLAY
to check). It might be worth having a check back through the guide you're following to see if you've missed a section anywhere where it asks you to export $DISPLAY somewhere.
Personally, I'd recommend switching to Ubuntu or similar for now - you'll have a much less frustrating time (you can still use AweseomWM on Ubuntu)
Thank you for your help ceuk. My brother suggested me to try endeavour OS and so installed using the GUI and still have kinda the arch feeling. I have installed awesome and configuration is ofc elenapan and I just love it. I had again got this black screen issue but your first comment the xrdb - merge solved the problem. Thanks alot!!
@ceuk @elenapan I am able to see wallpaper and dock but nothing is clickable. No buttons working. Keybindings also not working. I tried following @ceuk steps but it's not working. I am using lightdm and installed this on fresh Arch.
@imskr doesn't sound related to the colours being wrong tbh do I don't think that stuff I posted will be relevant.
You may be better off using the discussions feature it creating a new issue.
im getting this issue too, im on Arch in a virtual machine, any ideas? (ive tried all the things mentioned in this thread but they dont work)
ah, i found the problem, you need to install picom (ive found ibhagwan/picom works)and then use the picom config (in dotfiles/config/picom) and then move it to ~/.config/picom (make the directory if it isnt there) and run picom
just putting it out incase anyone else finds this problem
did you run picom in the tty? that wont work
are you able to open a terminal window (windows key + enter) (after starting awesomewm with startx)
thats wierd
can you try making a new file called .xinitrc in ~/ and add this
#!/bin/sh
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi
if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi
# start some nice programs
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
exec awesome
Not exactly sure if itll help but at this point im grasping at straws also if its possible for you try sending the logs (located in ~/.local/share/xorg/Xorg.<number, if multiple send all>.log)
also, are you starting X with a sudo user?
ok just to clarify, you just see a black screen with colored bars at the top? did you make sure to change the terminal in the config to the one you have? (in rc.lua) as thats the only thing i can think of
can you do windows + r ? (after starting awesome)
for your folders, i think its a problem with ranger, can you open ranger in tty?
also can you try uninstalling kitty and installing something like alacritty or st (both worked for me)
if you can use windows + r after uninstalling kitty run alacritty/st/whatever terminal from there and check if it works
dotfiles/config/kitty/kitty.conf
also, install ranger with
sudo pacman -S ranger
Hi i am trying to use your thing on my computer buy i get some troubles.
a lot of:
and when i right click some apps icons appear but does nothing when i click on them
here is the full logs: https://hastebin.com/ekamazarej.sql and there is some screenshots of the window
EDIT: i am running kubuntu 20.10