passingthru67

Results 108 comments of passingthru67

I finally started work on Gnome 3.34 compatibility today. While vanilla Gnome is certainly usable, I find WtD and a few other extensions make my work flow a little easier....

I just uploaded the gnome-3.34-dev (https://github.com/passingthru67/workspaces-to-dock/tree/gnome-3.34-dev) branch for testing. It's still a work in progress so expect bugs. Known issues: - Left & Top position slideout is glitchy - Gnome...

You can use the journalctl --since and --until options like below .. journalctl --since "2019-09-26 08:15:00" --until "2019-09-26 08:17:00" > journal.txt (don’t forget to replace the date/time with the date...

@silviobierman Did you post the journal log in the chat? I don't see it attached anywhere.

@silviobierman Would you do a quick test with Gnome on Xorg to verify the problem persists?

@silviobierman Are you testing with other extensions enabled? I haven't checked compatibility with Dash-To-Dock yet so there may be issues because of all the code changes.

Today's update fixes: 1) Left/Top position glitchiness 2) App window title labels 3) Dash-To-Dock compatibility

Would you post a dump of your WtD configuration? Just type the following in the command line .. dconf dump /org/gnome/shell/extensions/workspaces-to-dock/ > dconfdump.txt

@silviobierman No problem.

Today's update fixes the overview mode shrunken geometry issue. I've gone ahead and merged the gnome-3.34-dev into the master branch. If no more bugs are reported, I will upload this...