icedman / dash2dock-lite

A minimal and animated implementation of dash to dock
GNU General Public License v3.0
187 stars 14 forks source link

Bug/Crash Report: Dock disappears permanently and extension manager shows Error "TypeError: stateObj is undefined" #140

Closed Nitzgi closed 1 month ago

Nitzgi commented 1 month ago

Specs: Bildschirmfoto vom 2024-05-09 20-54-22 After the PC turns automatically in the standby mode, the dock disappears and can't be returned by turning the extension off and on again in the extension manager.

Bildschirmfoto vom 2024-05-09 20-45-35

The extension manager shows the following: "TypeError: stateObj is undefined" Maybe some other extensions causes this. For this my installed and activated extensions:

Bildschirmfoto vom 2024-05-09 20-59-48 Bildschirmfoto vom 2024-05-09 21-00-10

Rebooting starts the dock again temporarily till the next crash (bug)

Would be delicious if someone could fix this.

A big thank you too for your work already done.

icedman commented 1 month ago

Please post log if you can. See README on capturing the log. Thanks!

I'm becoming a little busy these days. But will try to fix bugs over weekends.

icedman commented 1 month ago

It looks like the bug is with compatibility with compiz lamp effect : (compiz-alike-magic-lamp-effect@hermes83.github.com) The d2da incorrectly assumes that the extension is enabled.

Temporary workaround:

  1. Enable compiz
  2. Or uninstall compiz lamp animation extension for now.
Nitzgi commented 1 month ago

Thanks a lot for the ultra fast response and the possible identification of the problem! This is great!

Here I have created a .txt-File of the output of your in the README recommended command for the Bug identification. First i wanted to make a screenshot, but the output became to long.

output.txt

If I can do anything for helping you further, just let me know. Since I am a complete Linux newbie, I will not know some things that seem self-evident and will need instructions.

Thanks for your work!