codesardine / jde

Linux desktop environment built with HTML5, CSS, JavaScript and Python.
GNU General Public License v3.0
685 stars 65 forks source link

App is minimized when opening #116

Closed JoaquinDecima closed 3 years ago

JoaquinDecima commented 3 years ago

When opening any App, everything is minimized and shows the desktop

codesardine commented 3 years ago

You need to remove starTour() function on main.js as that is specific for my environment.

JoaquinDecima commented 3 years ago

It is not the StartTour () because I don't have it. I understand that it is the way to open applications that puts the Desktop in the foreground. Where can I see how the opening of Apps works

codesardine commented 3 years ago

I don't have that issue, check utils.py line 237.

JoaquinDecima commented 3 years ago

Tanks i resolved error