Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request gnome-shell 3.30 support #197

Open
dino99 opened this issue Aug 14, 2018 · 15 comments
Open

Request gnome-shell 3.30 support #197

dino99 opened this issue Aug 14, 2018 · 15 comments

Comments

@dino99
Copy link

dino99 commented Aug 14, 2018

Using Ubuntu Cosmic (18.10)
Since the upgrade to Gnome-shell and mutter 3.29.90 , TaskBar extension has stopped working.

Hopes you update that useful extension very soon.

@smcv
Copy link

smcv commented Aug 30, 2018

According to codesearch.debian.net, this extension uses the MetaScreen via global.screen. MetaScreen no longer exists in GNOME 3.29, which has reached hard code freeze and will be released as 3.30 soon. This extension will need code changes to use the MetaDisplay (global.display), MetaWorkspaceManager (global.workspace_manager), MetaMonitorManager (Meta.MonitorManager.get()) or MetaX11Display (global.display.get_x11_display()).

Because GNOME 3.29/3.30 is not a stable release yet, you'll probably need to condition on the GNOME Shell version.

A similar pull request for another extension: tuxor1337/hidetopbar#163

(Sorry, I do not use this extension myself and so will not be able to provide or test patches.)

@bklaas
Copy link

bklaas commented Sep 18, 2018

3.30 is being pushed to Arch users now, so this issue is hitting more people.

@bklaas
Copy link

bklaas commented Sep 25, 2018

Confirmed, using patch from Issue #200 fixes this for gnome-shell 3.30. Recommend merging PR.

@dino99
Copy link
Author

dino99 commented Oct 9, 2018

Proposed update fork
lotan@763fee2

@lsatenstein
Copy link

lsatenstein commented Oct 9, 2018 via email

@lsatenstein
Copy link

lsatenstein commented Oct 9, 2018 via email

@aek
Copy link

aek commented Oct 22, 2018

In Ubuntu 18.04 the lotan branch shows the icons and load the panel properly, at least the taskbar, but when I clic on any icon it is crashing the Gnome Shell

@lsatenstein
Copy link

lsatenstein commented Oct 22, 2018 via email

@grizzlysmit
Copy link

on 18.10 the lotan fork does not work it crashes stuff like the bottom bar and the Ubuntu dash/dock gnome shell version is GNOME Shell 3.30.1

@dino99
Copy link
Author

dino99 commented Nov 20, 2018

Looks like that extension is now deprecated: dropped from Disco (Ubuntu 19.04) archive.

@cloph
Copy link

cloph commented Nov 20, 2018

Weird way of thinking there… No point in packaging something that's not tweaked to work with that other packages the distro ships (and I have no idea how far they are from vanilla gnome desktop in 19.x)... It's unfortunate that there's no official new release though with the current code..
Did ubuntu replace it with a different extension then?

@corradoventu
Copy link

according this page: https://extensions.gnome.org/extension/584/taskbar/
taskbar extension will no longer mantained

@cloph
Copy link

cloph commented Nov 22, 2018

ah, too bad :-( - but that makes it definitive then. Happy to hear suggestions for replacements on same level as this extension...

@lsatenstein
Copy link

lsatenstein commented Nov 24, 2018 via email

@dino99
Copy link
Author

dino99 commented Dec 2, 2018

In case someone will try a new design, i've found that smart project very interesting and documented via valadoc
https://github.com/p-e-w/argos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants