ozonos / atom-dock

Custom Dock for Ozon Desktop
GNU General Public License v3.0
72 stars 13 forks source link

Compatibility with GNOME Shell 3.15.91 #52

Closed marko-lazic closed 9 years ago

marko-lazic commented 9 years ago

Hi,

I'm sad to say that all of your Extensions do not support gnome shell from staging repos. Also i'm having 'Remove' button disabled, it may have to do with me executing 'sudo make install'.

;-), Marko

cldx commented 9 years ago

That's cause we never tested any of the Extensions against 3.16 so far and none of the metadata is updated.

You can always get rid of the extensions doing a make uninstall (or should be, i can't guarantee cause i didn't get around to check all the Makefiles).

As soon as i get my hands on a 3.16 install i can test stuff, but time is rare :)

deadbaed commented 9 years ago

@cldx When 3.16 is out on Fedora, I'll test them for you!

cldx commented 9 years ago

@loctauxphilippe yep, that's about the same time i can work on it too. Fedora FTW :)

deadbaed commented 9 years ago

@cldx I have the ISO of Fedora 22 alpha with Gnome 3.15.9. I'll wait until 3.16 to test

me4oslav commented 9 years ago

On the bright side I don't think there are dock API changes from 3.14 to 3.16, so porting this on theory should be just a metadata.json file.

marko-lazic commented 9 years ago

@me4oslav That is what i wanted to know. Thank you.

marko-lazic commented 9 years ago

I added 3.15.91 to metadata.json and it works. I wonder if you guys would mind me requesting merge for that number to official metadata.json?

tomvanderlee commented 9 years ago

Probably not, because 3.15.9 is an beta. We only support official releases. If you are advanced enough to run beta software, you are advanced enough to edit the metadata.json file.

cldx commented 9 years ago

Just fyi, the Metadata was updated to 3.16 in the repo.

For everybody running some development version of GS, just update your metadata.json file with your current GS Version number, you can always check it with running 'gnome-shell --version'.

Closing this then.