CoverflowAltTab icon indicating copy to clipboard operation
CoverflowAltTab copied to clipboard

Gnome 46.alpha

Open nater1983 opened this issue 1 year ago • 21 comments

I have tested this extension so far today on Gnome 46.alpha by adding in 46 to the shell numbers and it looks like the Alt+Tab mite not be working correctly. Just an fyi.

Slackware Current Gnome Shell 46.Alpha

nater1983 avatar Jan 07 '24 18:01 nater1983

I have no idea what's coming. Switch to 45 was pretty big, so I hope this isn't too big!

dsheeler avatar Jan 08 '24 01:01 dsheeler

I am with you I will keep you updated as I compile more of Gnome 46 for Slackware.

nater1983 avatar Jan 08 '24 01:01 nater1983

bind to switch-windows is working but bind to switch-applications is not so far on version 70 with shell 46

nater1983 avatar Jan 14 '24 04:01 nater1983

@nater1983, I just made https://github.com/dmo60/CoverflowAltTab/tree/213-gnome-46alpha for porting to 46. It might be working in 46. Could you try it out, too? My testing environment is flaky (I can't change settings, don't know why, but the settings window never displays).

dsheeler avatar Jan 22 '24 01:01 dsheeler

image image

nater1983 avatar Jan 22 '24 01:01 nater1983

This is on a fully updated Slackware Current System with all Gnome 46 Components. As well as glib 2.79.0 a899933acbced812355528fb62d82283fe6dae47 and gjs 1.79.2

And I forgot the settings window does show up as well.

nater1983 avatar Jan 22 '24 01:01 nater1983

Are the windows rotated oddly? Is that what you're showing with the images?

dsheeler avatar Jan 22 '24 02:01 dsheeler

Na I am just trying to show that using alt-tab is working now. :)

nater1983 avatar Jan 22 '24 02:01 nater1983

Wonderful!!! Thanks for trying so quickly!

dsheeler avatar Jan 22 '24 02:01 dsheeler

Also good to know prefs don't work for you. I just tried to look for an error with journalctl and the prefs window coredumps, but I can't figure out why by looking at it. Betting there's a change that just affects prefs, but we'll see!

dsheeler avatar Jan 22 '24 02:01 dsheeler

image

nater1983 avatar Jan 22 '24 02:01 nater1983

Did it just work for you?

dsheeler avatar Jan 22 '24 02:01 dsheeler

The settings have always worked for me. Even when the alt-tab function wasnt working.

nater1983 avatar Jan 22 '24 02:01 nater1983

Oh, sorry misread your earlier post! Hmm, well, that's good. I'm running GnomeOS in Boxes. No idea why settings are crashing here

dsheeler avatar Jan 22 '24 02:01 dsheeler

humm now I kinda want to see what your seeing..... I am downloading GnomeOS 46.alpha....

nater1983 avatar Jan 22 '24 02:01 nater1983

Oh cool!

dsheeler avatar Jan 22 '24 02:01 dsheeler

Still works without problems in 46.beta

nater1983 avatar Feb 14 '24 10:02 nater1983

It seems this is freezing the tab..i.e. runs over all the link on a webpage or tabs on the editor(gvim). I have installed it from gnome-extension website. I am in fedora40, gnome 46.

I reported the issue here so that the gnome46 related topics are in one place. Hope that is OK.

rudrab avatar Mar 31 '24 04:03 rudrab

@rudrab Could you possibly make a screencast? Or more specifics on how to reproduce?

dsheeler avatar Apr 04 '24 17:04 dsheeler

@dsheeler I was trying that...but since the event is random, I haven't managed a screencast yet. Is there any other way (e.g, dmesg output) to show the event?

rudrab avatar Apr 18 '24 05:04 rudrab

@rudrab, while I'm developing the extension, if I encounter an issue like a crash or a freeze while using, I eventually get to a terminal and run:

journalctl -rb /usr/bin/gnome-shell

and search that output for 'Coverflow' to find error messages (the -r means newest messages first, and -b just limits log to events since last boot).

So if this randomly happens, maybe try that.

But so what happens exactly? You are pressing alt-tab but at some point the tab affects a specific window?

dsheeler avatar Apr 20 '24 02:04 dsheeler