Tilix no longer worked after the update

Tilix no longer worked after the update, erroring with:

tilix: error while loading shared libraries: libphobos2-ldc-shared.so.112: cannot open shared object file: No such file or directory

The solution was to rebuild gtkd and tilix.

Conky also had an issue where the background went from transparent to full black. That required in the config removing three lines and using just own_window_color

Removed:

own_window_transparent
own_window_argb_value
own_window_argb_visual

I changed to a 75% opacity so my new value for the color was:

own_window_colour = '#40000000',

Nope! That is a deeper rabbithole then what it looks like.
If you want tilix work…
Here i posted a PKGBUILD to make it work.

Thanks for taking some time and effort to look into it!

For me it’s working now just doing a rebuild of gtkd and tilix so it wasn’t too much of a rabbit hole to deal with. It’s sorta typical with some updates to now and again have to rebuild some AUR packages - not always but sometimes. I think your fix would require some manual work which for me was not necessary to get it going again.

Perhaps you could suggest something to the AUR maintainer to look into your fix to see if he wants to incorporate it

Weird… When i rebuild after still has this problem… Maybe something changed … that was 2 days ago… Maybe i need to try rebuild with the older PKGBUILD?!

I just rebuilt with a pamac build gtkd and pamac build tilix. Though on an Arch system doing yay tilix and choosing my installed version and telling it to do a clean build was the same thing. I did not use your package build, just rebuilt the packages I already had installed.

@jonnyabu I’ve moved your reply in the Stable Update thread here as AUR packages are off-topic for Announcment posts.

:facepalm:

AI hallucinations, indeed.

Please see my reply in the issue. Both tilix and my tilix-git AUR package were already updated to address the build problems.

@Yochanan Thank you for lookinto it… and reply Yup! Was old PKGBUILD indeed.


@jonnyabu thank you for telling this!

Thanks. I wasn’t really going for much of a AUR discussion, just a quick thing to let people who may look at the update thread know of a couple of issues and the things that fixed it so they weren’t having to hunt down other threads. That’s typically what I look for in the update thread — issues people had to see if they apply to me or not and hopefully what fixed it.

Doesn’t always work but it was my hope :winking_face_with_tongue:

No worries. If it had been just your “quick thing”, it would have been fine. I moved it due to the discussion after it–and since I was participating regarding the subject as well. We can just blame the off-topic on @megvadulthangya. :squinting_face_with_tongue:

There is, of course, a link to this topic in the original one (with the topic title), so no worries there. :wink:

pacman -S gtkd tilix --rebuild --noconfirm --rebuildtree

Pacman does not support AUR packages, that command is invalid.