[OSGeoLive] #2412: GRASS Toolbars empty after update to 8.2.1
OSGeoLive
trac_osgeolive at osgeo.org
Sun Mar 19 16:23:14 PDT 2023
#2412: GRASS Toolbars empty after update to 8.2.1
-----------------------+----------------------------
Reporter: kalxas | Owner: osgeolive@…
Type: defect | Status: reopened
Priority: critical | Milestone: OSGeoLive16.0
Component: OSGeoLive | Resolution:
Keywords: grass |
-----------------------+----------------------------
Changes (by neteler):
* status: closed => reopened
* resolution: wontfix =>
Comment:
I have solved it now by patching wxpython:
[[Image(grass821_with_fixed_icons.png)]]
For this, I have taken the Fedora python-wxpython4-4.0.7 SRPM, extracted
the patches, filtered by wx-patches, brought into the right order by patch
timestamp, applied all to the wxpython package on Ubuntu (some where
already present, others missing), and eventually created a new patch by
kind of cherry-picking:
https://data.neteler.org/tmp/ubuntu_jammy_wxpython4_0_7_fixes.patch
Hence to be done in OSGeo-live:
{{{
cd /usr/lib/python3/dist-packages/wx/
wget https://data.neteler.org/tmp/ubuntu_jammy_wxpython4_0_7_fixes.patch
-O /tmp/ubuntu_jammy_wxpython4_0_7_fixes.patch
sudo patch -p1 < /tmp/ubuntu_jammy_wxpython4_0_7_fixes.patch
}}}
Then GRASS GIS 8.2.1 (and later) comes up properly with all icons shown.
This patch should really go into
https://packages.ubuntu.com/source/jammy/wxpython4.0
--
Ticket URL: <https://trac.osgeo.org/osgeolive/ticket/2412#comment:9>
OSGeoLive <https://live.osgeo.org/>
self-contained bootable DVD, USB thumb drive or Virtual Machine based on Lubuntu, that allows you to try a wide variety of open source geospatial software without installing anything.
More information about the osgeolive
mailing list