baduhai / Koi

Koi - Theme scheduling for the KDE Plasma Desktop
GNU Lesser General Public License v3.0
270 stars 20 forks source link

[BUG] PlasmaShell closes with Koi #59

Closed bphd closed 1 year ago

bphd commented 2 years ago

I think it's known and maybe at the core of how koi works, but it's bothering to not be able to use the desktop just because we close koi

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

baduhai commented 2 years ago

Imma need more information than this, the bug report template is there for a reason, please use it.

From what I gather, PlasmaShell crashes when Koi is closed? That definitely shouldn't happen, please provide the information requested on the bug report template, so I can start debugging properly.

bphd commented 2 years ago

Arch latest, I don't have the other elements at my disposition

baduhai commented 2 years ago

How did you install Koi?

bphd commented 2 years ago

AUR

MartinVonReichenberg commented 2 years ago

I might try Arch with KDE in VirtualBox to see it too . . .

bphd commented 2 years ago

One workaround I found is to restart it until it comes out nicely (with according theme, with Koi opened and in tray app, with plasmashell opened). But it's obviously flawed, because when I'm not lucky, I don't have any window nor bar anymore and I'm nearly stuck

while true; do set +xv; read; set -xv; killall koi; koi & done