Axarva / dotfiles-2.0

XMonad™️. Widgets go brr.
MIT License
1.74k stars 155 forks source link

Bars don’t show up or anything (panellauncher) #147

Closed bloky246 closed 2 years ago

bloky246 commented 2 years ago

Describe the bug Bottom and top panel launcher doesn’t show

To Reproduce Steps to reproduce the behavior: Install the Environment as normal

Expected behavior Panel launcher to work and appear

Screenshots image

Desktop (please complete the following information):

Additional context If anyone can help please do so (:

silvolde428 commented 2 years ago

I've got the same issue, but the side bars show up and stuff. Is it the same for you? @bloky246

ArmoredVortex commented 2 years ago

145 Duplicate?

silvolde428 commented 2 years ago

Didn't know there was a thread open already, but it helped fix things for meOn 30 May 2022 08:53, Rachit Kumar Pandey @.***> wrote:

145 Duplicate?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

silvolde428 commented 2 years ago

Describe the bug Bottom and top panel launcher doesn’t show

To Reproduce Steps to reproduce the behavior: Install the Environment as normal

Expected behavior Panel launcher to work and appear

Screenshots image

Desktop (please complete the following information):

  • OS: [Arch Linux]

Additional context If anyone can help please do so (:

Thanks to @ArmoredVortex, I found a fix to the issue. You need to install tint2 from the aur (command: yay -Sy tint2) and then edit the path of the bartoggle file in ~/bin. Open the file with gedit or whatever text editor you use and change "~/bin/tint2" to "/sbin/tint2" and log out of xmonad to restart the session.

Hope that helps you like it did me :)

digvj1 commented 2 years ago

I'm still facing the issue. Can you elaborate on what to do. Do I have to edit the Bartoggle script and change bin/tint2 with sbin/tint2 (with some texteditor) or something else.

silvolde428 commented 2 years ago

yes. you need to edit the bartoggle script with sbin instead of bin

bloky246 commented 2 years ago

I've got the same issue, but the side bars show up and stuff. Is it the same for you? @bloky246

Yea

gatoroto commented 2 years ago

I've got the same problem on fresh Arch install, but installing tint2 from AUR didn't help. :(

ArmoredVortex commented 2 years ago

I've got the same problem on fresh Arch install, but installing tint2 from AUR didn't help. :(

Did you change the contents of the ~/bin/bartoggle script ?

gatoroto commented 2 years ago

I've got the same problem on fresh Arch install, but installing tint2 from AUR didn't help. :(

Did you change the contents of the ~/bin/bartoggle script ?

Yep, changed paths to /sbin/tint2

ArmoredVortex commented 2 years ago

Can you try running the ~/bin/bartoggle script manually in the terminal. The output messages might be helpful.

Axarva commented 2 years ago

Assuming this is either a duplicate of #145 or #153, I believe this can be closed. In the case the issue still persists, please comment and the issue will be reopened. Also, thanks to everyone who helped the issue creator!