spheras / desktopfolder

Bring your Desktop Back to Life
GNU General Public License v3.0
200 stars 40 forks source link

Crash when dragging locked panel #262

Closed srknzl closed 5 years ago

srknzl commented 5 years ago

Description

A panel that is locked tried to be dragged and the application closed as unexpected.

Steps to reproduce

  1. Create a panel.
  2. Select settings
  3. Choose this panel tab
  4. Press lock panel
  5. Close the options box and try to drag the panel

Expected result

Nothing should not happen. The application should be running afterwards.

Actual result

The application crashed without warning. Cannot provide a screenshot as it does not make sense.

System Information

Terminal output

Could not get any output.

spheras commented 5 years ago

Hi @srknzl. Unortunately I can't reproduce the problem. I captured a gif reproducing the steps. Could you check if I did something different? blockpanel2

srknzl commented 5 years ago

You did it right but I don't understand why it did not happen this time. I also tried again it did not happen. Wonder why, how can I debug this kind of an error? I was not be able to, because when I launch desktop folder from terminal it launches, and does not give any output.

spheras commented 5 years ago

I see. Probably there is something more to do to cause the crash. Write this at the terminal before launching desktopfolder to see the output log:

export G_MESSAGES_DEBUG=all

At the wiki you can find more info about debugging.