cyberos / cyber-launcher

Application Launcher
GNU General Public License v3.0
0 stars 0 forks source link

Window buttons on statusbar #5

Closed itsvic-dev closed 3 years ago

itsvic-dev commented 3 years ago

I don't really get as to why this is happening, but uh...

image

Yeah. Though, we already applied the fix you sent previously and it didn't help.

https://github.com/cyberos/cyber-statusbar/blob/e2d6e7e1c453d9f8c1020f386901f64c335e2acb/src/mainwindow.cpp#L33

I really don't understand this. Any ideas as to how we can fix this? @rekols

reionwong commented 3 years ago

I do not understand

KWindowSystem::setState(winId(), NET::SkipTaskbar | NET::SkipPager);

Is there any problem here?

itsvic-dev commented 3 years ago

It doesn't look like it, yet it doesn't work. I also tried moving it to the constructor of the launcher window to no avail.

reionwong commented 3 years ago

I see, When you start the launcher, the statusbar will display window buttons.

itsvic-dev commented 3 years ago

Well, we don't have to worry about this now that the status bar is gone.