elenapan / dotfiles

There is no place like ~/
GNU General Public License v2.0
3.51k stars 175 forks source link

[Ephemeral] Few Issues/questions #102

Closed adrien-barret closed 4 years ago

adrien-barret commented 4 years ago

Hi @elenapan !

Thanks you for the good work :) I'm trying Ephemeral theme and want to make some changes, but need your help :)

thanks, hk

elenapan commented 4 years ago

Hi there,

adrien-barret commented 4 years ago

Thank for you reply ! :)

elenapan commented 4 years ago

The simplest way is to temporarily rename your ~/.config/awesome folder to something else, and log in with Awesome. It should then use the default config.

You can use mod+r to open a prompt and run Chrome from there.

adrien-barret commented 4 years ago

ok, with a default config of awesome or another one like glorious-dotfiles, it's working correctly. also, the settings button seems not working when I clic on it.

elenapan commented 4 years ago

ok, with a default config of awesome or another one like glorious-dotfiles, it's working correctly.

Alright then, I will investigate and try to fix it soon.

also, the settings button seems not working when I clic on it.

I use that button to reload the AwesomeWM configuration whenever I make changes to it. It does the same as super + shift + r.

adrien-barret commented 4 years ago

[udpate] It seems the notifications get the same issues with slack notifications, but teams does not. The difference is teams don't have the same rules/styling than the others

elenapan commented 4 years ago

It seems the notifications get the same issues with slack notifications, but teams does not.

This is probably because Teams uses its own method of spawning notifications which does not go through AwesomeWM.


Regarding the issue, I could not reproduce it on Google Chrome (or any other browser that is). I was running Slack in a tab, allowed desktop notifications, and they showed up fine without making the WM freeze.

  1. Have you tried any other notification theme except ephemeral? Is the issue still there?

    https://github.com/elenapan/dotfiles/blob/5450eb54706348fdb570ec749e54aa19f5595c76/config/awesome/rc.lua#L50-L55

  2. Could you provide some AwesomeWM logs when the freezing happens?

    You can install Xephyr (in most distros the package is called xorg-xephyr or xserver-xephyr) and run in a terminal:

    Xephyr :1 -screen 1366x768 &
    DISPLAY=:1 awesome

    This will start awesome in a separate window. I would like you to paste the output from that terminal here after the freeze happens.

adrien-barret commented 4 years ago

I;ll try theses option and come back after :)

adrien-barret commented 4 years ago

tried the others themes, it's working better but still get some freeze, I'll be outside for two week without my laptop, I'll try the Xephyr when I'm back :)

adrien-barret commented 4 years ago

Hi :) some late but I changed all the notifications systems and it's working but I didn't use zephyr for the debug

elenapan commented 4 years ago

Alright. So if the freezes are gone I think we can consider this issue resolved. Let me know if the problem comes back.