maoschanz / appfolders-manager-gnome-extension

A GNOME extension allowing easy management of "appfolders" directly from the applications grid.
GNU General Public License v3.0
94 stars 24 forks source link

Dash to dock can't be rearranged. #83

Open thedarkraze opened 5 years ago

thedarkraze commented 5 years ago

As the title says. While the extension is turned on, the drag and drop rearranging no longer functions properly for the Dash to Dock extension. Using gnome 3.32.1.

maoschanz commented 5 years ago

What version of the extension do you use? (it's written in the preferences dialog)

thedarkraze commented 5 years ago

v16

Natetronn commented 4 years ago

I'm hitting this as well. The following is what led me here:

https://github.com/micheleg/dash-to-dock/issues/959#issuecomment-550469545

I can confirm the work around worked. I'm on v16.

maoschanz commented 4 years ago

yes i'll fix it when i'll have the time to downgrade to these old versions

maoschanz commented 4 years ago

(alternatively, you can get the trace from journalctl -f /usr/bin/gnome-shell and post it here)

Natetronn commented 4 years ago

(alternatively, you can get the trace from journalctl -f /usr/bin/gnome-shell and post it here)

Is there anything I need to do other than run the command? I only see what appears to be a Firefox and a Guake warning.

maoschanz commented 4 years ago

it's the live stream of the logs on the system, if you reproduce the bug while it's running you should get something related to one of the extensions

Natetronn commented 4 years ago

Not getting anything in the log related to either extension when reproducing the bug. Turned off, I can drag and drop sort dock icons. When turned on, I can drag but, there is no movement from the other icons moving out of the way or highlight happening in the spot the drop is about to take place in. When I drop the icon just returns to the original location.

Natetronn commented 4 years ago

Maybe this:

Nov 21 12:14:51 username gnome-shell[1216]: Some code accessed the property 'discreteGpuAvailable' on the module 'appDisplay'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.

Nov 21 12:14:51 username gnome-shell[1216]: Some code accessed the property 'WindowPreviewMenuItem' on the module 'windowPreview'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.

maoschanz commented 4 years ago

i think these are warnings for dash-to-dock

Anyway, if it's such a mysterious bug you'll really have to wait until i install some ubuntu 18.04 somewhere. Meanwhile, as stated in the prefs/about dialog of the extension, it's totally fine to disable it, it will not undo the folders or anything else, enable it only when you need it