Xmetalfanx / linuxSetup

Xmetal's Linux Scripts
GNU General Public License v3.0
2 stars 2 forks source link

czhawka appimage needs dependency for gtk4 which is not installed in all distros #248

Closed Xmetalfanx closed 1 month ago

Xmetalfanx commented 1 year ago

libgtk-4 is being complained about on Mint 21.1 anyway ... after installing that the appimage runs fine

Xmetalfanx commented 1 year ago

https://github.com/Xmetalfanx/linuxSetup/commit/ee89ab488a95edbacde965d8a4b048b7246feb07 may fix part of this but i am not sure what to do with some distros that do not have Gtk4 related packages yet

Xmetalfanx commented 1 year ago

https://github.com/qarmin/czkawka DOES say to use an older version of the AppImage (pre-GTK4 code) on older distros ... question is ... do i want to put this many checks in to not only the distro but the base of the distro for ONE APP?

https://github.com/qarmin/czkawka/releases/tag/4.1.0 for pre gtk 4

Xmetalfanx commented 1 year ago

https://github.com/Xmetalfanx/linuxSetup/commit/d22a929c205519d2a1c33e5ee471cade216b6234 not what i wanted to do but hardlinking to 4.1.0 is what i am doing now until i get a better idea later for gtk4 support ... I dont want to add alot of extra code for a single app in SPECIFIC use cases

Xmetalfanx commented 1 year ago

closing this since the correct AppImage downloads (I probably will come back to this later) ... the problem is related to another open issue and the menu https://github.com/Xmetalfanx/linuxSetup/issues/231

Xmetalfanx commented 2 months ago

Reopening this issue as I want to check this again and if there are no issues, I will un-harcode things and link to whatever the latest version is again

Xmetalfanx commented 1 month ago

i am seeing gtk.css issues and it is not running in my mxlinux VM tests but it doesn't seem to be anything related to a dep missing ... I need to check stock Debian.

Update: Changed default MX Linux 23 theme to arc (randomly picked) and the appimage runs fine now ... just a theme issue

Xmetalfanx commented 1 month ago

cant figure out Leap 15.5's (haven't looked at 15.6 or TW) and the missing glibc errors it gives for the appimage

update: a fresh install of Leap 15.6 had NO issues running the appimage out of the box

Xmetalfanx commented 1 month ago

enough distros are passing (even with the mxlinux theme issue) that i am calling this done