zhrexl / DrawOnYourScreen2

GNU General Public License v3.0
209 stars 20 forks source link

Not working in Gnome-44 #27

Closed Vikas-KM closed 1 year ago

Vikas-KM commented 1 year ago

I was using this on Fedora 37 with Gnome-43, but after upgrading to Fedora-38 with Gnome-44 It stopped working

image

zhrexl commented 1 year ago

I'm currently on arch linux which has GNOME v43 so I can't test it but the github version is supposed to run on GNOME v44. As soon as G44 is on arch I'll update it on gnome extensions.

Vikas-KM commented 1 year ago

@zhrexl I was using with gnome 43 on Fedora 37 and it was working great, Fedora also doesn't support downgrade, tried but its not working, don't want to reinstall at this point, Will wait for your support

zhrexl commented 1 year ago

In the meantime you can edit ~/.local/share/gnome-shell/extensions/metadata.json to include v44 like this:

"shell-version": [ "42", "43", "44" ]

Its supposed to work just fine. I just want to test it for real before putting it on the website.

Vikas-KM commented 1 year ago

Hi Zhrexl,

Thank you very much, I did edit the metadata.json inside the extension ( draw On screen 2) and its working 😊😁😁🙌😍😍


Regards

Vikas KM

On Sat, 22 Apr 2023 at 00:16, zhrexl @.***> wrote:

In the meantime you can edit ~/.local/share/gnome-shell/extensions/metadata.json to include v44 like this:

"shell-version": [ "42", "43", "44" ]

— Reply to this email directly, view it on GitHub https://github.com/zhrexl/DrawOnYourScreen2/issues/27#issuecomment-1518214191, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFVQSUJ6GYDONQVHQ5GN6TXCLIX7ANCNFSM6AAAAAAXF2XRB4 . You are receiving this because you authored the thread.Message ID: @.***>

zhrexl commented 1 year ago

The new version was sent to GNOME extensions. Issue closed. If theres a bug please submit a report.

e11bits commented 1 year ago

Thanks for making it work with GNOME-44. 🙏