plainDE / plainPanel

Lightweight panel for OpenBox/FluxBox/...
GNU General Public License v3.0
19 stars 0 forks source link

One window does not open, if another one was opened. #7

Closed thm-unix closed 2 years ago

thm-unix commented 2 years ago

Bug Report

If you open one window and minimize it, you won't be able to open it again after opening another window.

Steps to reproduce

  1. Run plainPanel
  2. Open first window and minimize it (either by clicking on it in Window list applet, or using window manager decorations)
  3. Open second window
  4. Try to open first window using Window list applet.
thm-unix commented 2 years ago

We'll try to use another approach for activating windows. Now we use KWindowSystem::activateWindow(). Next release will use KWindowSystem::unminimizeWindow()

thm-unix commented 2 years ago

Fixed.