Fix #739 - Issues with Ubuntu 24.04: unmet apt dependencies, icon not showing#740
Fix #739 - Issues with Ubuntu 24.04: unmet apt dependencies, icon not showing#740
Conversation
jmarrec
commented
Sep 4, 2024
- Fix [v1.8.0-rc2] Issues with Ubuntu 24.04: unmet apt dependencies, icon not showing. #739
…o debian folder for clarity
|
@manuvarkey If you can spare the time, I'd really appreciate it if you could please test the installer from this PR on your Ubuntu 24.04 machine! (I don't have a 24.04 VM to test this on, and I'd rather not create one since I plan on upgrading to 24.04 for my machine soonish anyways). Thanks! You should be able to download it from https://github.com/openstudiocoalition/OpenStudioApplication/actions/runs/10697681641?pr=740, direct link https://github.com/openstudiocoalition/OpenStudioApplication/actions/runs/10697681641/artifacts/1889902113 |
|
|
||
| # Focal Fossa (20.04) uses libwxgtk3.0-gtk3-0v5, apparently need libxcb-xinerama0 as well | ||
| set(CPACK_DEBIAN_PACKAGE_DEPENDS "libxcb-xinerama0 (>= 1.13), libwxgtk3.0-0v5 (>= 3.0.0) | libwxgtk3.0-0 (>=3.0.0) | libwxgtk3.0-gtk3-0v5 (>=3.0.0), libxcb-cursor0") | ||
| set(CPACK_DEBIAN_PACKAGE_DEPENDS "libxcb-xinerama0 (>= 1.13), libwxgtk3.0-0v5 (>= 3.0.0) | libwxgtk3.0-0 (>=3.0.0) | libwxgtk3.0-gtk3-0v5 (>=3.0.0) | libwxgtk3.2-1t64 (>= 3.2.0), libxcb-cursor0") |
There was a problem hiding this comment.
Add dep alternative for libwxgtk3 for 24.04
| Categories=Utility;X-OpenStudio;X-EnergyModeling; | ||
| MimeType=application/x-openstudio; | ||
|
|
||
| StartupWMClass=OpenStudioApp |
There was a problem hiding this comment.
I think that's what's missing for 24.04, but not sure.
I tested that it still works on 20.04 with it though
There was a problem hiding this comment.
|
@manuvarkey I tested this already! thanks |

