Opened 2 years ago
Closed 23 months ago
#2391 closed task (fixed)
Update QGIS plugins
Reported by: | kalxas | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | OSGeoLive16.0 |
Component: | OSGeoLive | Keywords: | QGIS |
Cc: | osgeolive@… |
Description
QGIS plugins from OSGeoLive 13.0 are still used.
Is there a volunteer to make a new bundle?
Attachments (2)
Change History (18)
comment:1 by , 2 years ago
follow-up: 3 comment:2 by , 2 years ago
Thank you. Yes, we just need someone to upgrade the plugins and create a new bundle file:
http://download.osgeo.org/livedvd/data/qgis/qgis3-osgeolive13-plugins.zip
comment:3 by , 2 years ago
Replying to kalxas:
Thank you. Yes, we just need someone to upgrade the plugins and create a new bundle file:
http://download.osgeo.org/livedvd/data/qgis/qgis3-osgeolive13-plugins.zip
Okay, thanks for confirmation.
I will try to create a new bundle file and upload it to somewhere I can access by tomorrow.
comment:4 by , 2 years ago
This work was a bit harder than I expected.
- When I upgrade all upgradable plugins, new plugin versions went to
/home/user/.local/share/QGIS/QGIS3/profiles/default/python/plugins/
(From QGIS Settings/User Profiles/Open Active Profile Folder menu). - I deleted upgraded old plugins from
/usr/share/qgis/python/plugins/
, then moved above user folder's plugins to there. - To generate python cache, I changed
/usr/share/qgis/python/plugins
folder's owner by executing as follows.$ cd /usr/share/qgis/python $ sudo chown -R user:users plugins
- Check on/off each plugin from QGIS Plugin Manager.
- Only "Semi-Automatic Classification Plugin" failed when checking on the plugin from QGIS Plugin Manager, and it seems to support only from user profile folder, so I deleted it.
- Close QGIS, then archive the plugins folder by executing as follows.
$ cd / $ sudo zip -r qgis3-osgeolive15-plugins.zip usr/share/qgis/python/plugins
- Deleted current plugins folder once, then extracted it from zipped archive from same folder in
/bin/install_qgis.sh
$ sudo rm -rf /usr/share/qgis/python/plugins $ sudo mkdir -p /tmp/build_qgis $ cd /tmp/build_qgis $ sudo mv /qgis3-osgeolive15-plugins.zip ./ $ sudo unzip -q qgis3-osgeolive15-plugins.zip -d /
- Launch QGIS and check on/off each plugin from QGIS Plugin Manager.
The unzipped size increases from 49.2MB to 92.1MB (almost double), so please take care to fit in ISO size.
The zip file can be downloaded from here.
follow-up: 6 comment:5 by , 2 years ago
Priority: | critical → major |
---|
Thank you, the zip file is now at http://download.osgeo.org/livedvd/data/qgis/qgis3-osgeolive15-plugins.zip
comment:6 by , 2 years ago
Replying to kalxas:
Thank you, the zip file is now at http://download.osgeo.org/livedvd/data/qgis/qgis3-osgeolive15-plugins.zip
Okay, thanks!
And sorry that I missed to include the following core plugins in the zip file...
https://docs.qgis.org/3.22/en/docs/user_manual/plugins/core_plugins/index.html
- db_manager
- grassprovider
- MetaSearch
- otbprovider
- processing
- sagaprovider
I deleted above folders from the zip file and uploaded it to the same Google Drive location,
- https://drive.google.com/drive/folders/1ZyyypENRaeu6HgcjDdcQuCRVxyaPu0il?usp=sharing
qgis3-osgeolive15-plugins.zip
so, could you (or someone) download it and overwrite http://download.osgeo.org/livedvd/data/qgis/qgis3-osgeolive15-plugins.zip with it ?
I will prepare GitHub PR side, later.
comment:9 by , 2 years ago
I created the PR at here.
https://github.com/OSGeo/OSGeoLive/pull/354
Note that I haven't tested it with image build...
by , 2 years ago
Attachment: | qgis3-osgeolive15-plugins-test1.png added |
---|
by , 2 years ago
Attachment: | qgis3-osgeolive15-plugins-test2.png added |
---|
comment:10 by , 2 years ago
Sorry, again.
After building ISO locally, I noticed that upgraded plugins are not available and I missed to set folders/files mode properly...
I will fix the zip archive's folders/files mode.
comment:11 by , 2 years ago
I the zip archive's permission mode of folders/files from the zip file and uploaded it to the same Google Drive location, again.
- https://drive.google.com/drive/folders/1ZyyypENRaeu6HgcjDdcQuCRVxyaPu0il?usp=sharing
qgis3-osgeolive15-plugins.zip
It is helpful to download it and overwrite http://download.osgeo.org/livedvd/data/qgis/qgis3-osgeolive15-plugins.zip with it, again.
comment:13 by , 2 years ago
Thanks!
I confirmed that new zip archive has no problem (at least check on/off on Plugin Manager) after building ISO image and check it locally.
comment:14 by , 2 years ago
Related with the following comment,
https://trac.osgeo.org/osgeolive/ticket/2406#comment:2
I will update the plugins again in this weekend.
comment:15 by , 23 months ago
Milestone: | OSGeoLive15.0 → OSGeoLive16.0 |
---|
Ticket retargeted after milestone closed
comment:16 by , 23 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Will the timing be final release at this September ?
Here are current list from OSGeoLive 15 rc1 "Plugins Installed".
If simply upgrading the versions is enough, then I am okay to do this.
(But note that I am not so familiar with most of listed plugins except pgRoutingLayer...)