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

Abandoned? #161

Open
BloodyIron opened this issue Aug 25, 2021 · 15 comments
Open

Abandoned? #161

BloodyIron opened this issue Aug 25, 2021 · 15 comments

Comments

@BloodyIron
Copy link

Is this extension abandoned then? Last update was February of this year, and no commits have been made since. It's now almost September of the same years (2021) and it hasn't been updated for GNOME 40.

Starting to think I should switch to another extension, this one seems to crash a lot.

@ser
Copy link

ser commented Sep 2, 2021

We don't have another to switch to :(

@InFerYes
Copy link

I think it's ironic that the Gnome devs pointed to extensions for not including some options because the extensions already offered it, but then they always break between versions and the extensions often aren't continued.

@ser
Copy link

ser commented Dec 15, 2021

It's the most missed from all abandoned extensions.... R.I.P.

@InFerYes
Copy link

It's the most missed from all abandoned extensions.... R.I.P.

This fork works https://github.com/realh/multi-monitors-add-on

I now have the top bar on my 3 monitors again.

@ser
Copy link

ser commented Dec 15, 2021

the replacement stopped working for 42 :(

@ser
Copy link

ser commented Apr 5, 2022

I was able to fix it for 42, commenting out parts of mmcalendar.js and mmpanel.js

@InFerYes
Copy link

InFerYes commented Apr 5, 2022

Can you share the specific changes?

@ser
Copy link

ser commented Apr 6, 2022

in mmcalendar:

        //this._dndSwitch = new Calendar.DoNotDisturbSwitch();
        //this._dndButton = new St.Button({
        //    can_focus: true,
        //    toggle_mode: true,
        //    child: this._dndSwitch,
        //    label_actor: dndLabel,
        //});

        //this._dndSwitch.bind_property('state',
        //        this._dndButton, 'checked',
        //        GObject.BindingFlags.BIDIRECTIONAL | GObject.BindingFlags.SYNC_CREATE);

        //hbox.add_child(this._dndButton);

in mmpanel.js

        //this._leftCorner = new Panel.PanelCorner(St.Side.LEFT);
        //this.add_child(this._leftCorner);

        //this._rightCorner = new Panel.PanelCorner(St.Side.RIGHT);
        //this.add_child(this._rightCorner);

reload gnome shell - voila!

@Jhackler
Copy link

Jhackler commented Apr 7, 2022

I literally just want to keep my top pannel on all montitors why is this not a freaking option in gnome

@BloodyIron
Copy link
Author

It's the most missed from all abandoned extensions.... R.I.P.

This fork works https://github.com/realh/multi-monitors-add-on

I now have the top bar on my 3 monitors again.

This got me up and running, but it's not a permanent solution as it wont get updated in the future. This project needs to be actually updated or replaced from the gnome extension website.

@brianjmurrell
Copy link

@spin83 Would you accept a PR from https://github.com/realh/multi-monitors-add-on and roll up a new release for this extension?

Or if you are uninterested in maintaining this extension, maybe you can hand it over to @realh to publish future updates?

@ser
Copy link

ser commented Jun 22, 2022

I think it's obvious the author has abandoned the project? You can take it and publish future updates if you want :)

@realh
Copy link

realh commented Jun 22, 2022

I can't realistically take it over because I don't have time to do more than the bare minimum to make the part that shows the panel on all monitors keep working. The extension used to do a lot more than that, improving the UX when managing multiple desktops and in the Activities Overview. I never took any notice of that functionality, so I don't know what it was supposed to do, and how it could do the equivalent in GNOME 40+. This project needs someone with more understanding if any of that can be restored. If I did anything "official" I would really have to make a new extension without all that dead code I don't understand.

@ser
Copy link

ser commented Jun 22, 2022

So realistically you don't have time, but require the author to have time to fulfill your demands :)

BTW, the @realh version does not fully work for me as well, when I click "+" to add, nothing happens. So it's partially fixed only.

@InFerYes
Copy link

So realistically you don't have time, but require the author to have time to fulfill your demands :)

What are you saying? You asked him to take over the project and he said he didn't have time. He also never "required" the original author to put more time in. He just changes enough for it to work again with the features he needs with minimal time spent.

@realh I have a few of these extensions that I fix just enough for them to work again, perhaps I can help with this, but same as you I don't know most of the constructs in this code.

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

No branches or pull requests

6 participants