Search Criteria
Package Details: tilix 1.9.6-9
Package Actions
Git Clone URL: | https://aur.archlinux.org/tilix.git (read-only, click to copy) |
---|---|
Package Base: | tilix |
Description: | A tiling terminal emulator for Linux using GTK+ 3 |
Upstream URL: | https://github.com/gnunn1/tilix |
Licenses: | MPL-2.0 |
Submitter: | Wild |
Maintainer: | Lerentis |
Last Packager: | Lerentis |
Votes: | 1 |
Popularity: | 0.96 |
First Submitted: | 2025-06-12 20:08 (UTC) |
Last Updated: | 2025-06-15 10:48 (UTC) |
Dependencies (12)
- dconf
- gsettings-desktop-schemas (gsettings-desktop-schemas-gitAUR, gsettings-desktop-schemas-nofontAUR)
- gtkdAUR
- liblphobos
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- libx11 (libx11-gitAUR)
- vte3 (vte3-notificationAUR, vte3-gitAUR)
- appstream (make)
- ldc (make)
- meson (meson-gitAUR) (make)
- libsecret (optional) – for the password manager
- python-nautilus (nautilus-python) (optional) – for "Open Tilix Here" support in nautilus
Latest Comments
1 2 Next › Last »
gameslayer commented on 2025-06-22 15:04 (UTC)
Please add aarch64 arch to this package
JohnPiers commented on 2025-06-16 17:11 (UTC)
@yochananmarqos Thanks so much, I was having conniptions after I updated my PC this evening (16/06/25) and my precious Tilix refused to start. I also can confirm that the update to the gtkd package with the fix works. I rebuilt gtkd and then reinstalled Tilix and voilà everything working.
Huge thanks, much appreciated!
yochananmarqos commented on 2025-06-13 18:12 (UTC)
I've updated
gtkd
with the suggested fix. Thanks folks!feiticeir0 commented on 2025-06-13 17:11 (UTC)
The fix works .
The steps provided by @mandibleman are easier and work very well.
mandibleman commented on 2025-06-13 16:26 (UTC) (edited on 2025-06-13 20:43 (UTC) by mandibleman)
i can also confirm that the fix works. for others that come across that issue, the process to fix is to reinstall gtkd and tilix (i used the manual process in the wiki), but with some slight changes:
liblphobos
tolibphobos
cd GtkD-$pkgver
), add the linefind ./demos/gtkD/TestWindow -type f -exec sed -i 's/debug(1)/debug(trace)/g' {} +
redrum781 commented on 2025-06-13 12:11 (UTC)
I did what Piscolero said: 1. Downloaded gtkd source and inside demos/gtkD/TestWindow ran find . -type f -exec sed -i 's/debug(1)/debug(trace)/g' {} + 2. Replaced liblphobos in PKGBUILD with libphobos and rebuilt gtkd 3. Downloaded tilix PKGBUILD and inside replaced liblphobos with libphobos and rebuilt tilix
and tilix is working again!! Thank you.
Piscolero commented on 2025-06-13 07:33 (UTC)
gtkd
has to be reinstalled which has a dependency tolibphobos
and needs to relink to the new version.Unfortunately it's currently broken as well, but the fix is simply replacing some occurrences of
debug(1)
withdebug(trace)
in the demos folder.Wild commented on 2025-06-13 07:19 (UTC)
Both gtkd and tilix needs a rebuilt for every new ldc version, as they both dynamically link towards liblphobos.
Both often needs to be patched with new compile version, and upstream have not had any new commits in a long while. That is why I dropped them.
stefan13.schmidt commented on 2025-06-13 07:02 (UTC)
I just updated my system, and now tilix doesn't start anymore. I get the following error:
I tried searching for
but it didn't come up with anything.
Does anyone have an idea how to solve this?
luki30210 commented on 2025-06-13 06:41 (UTC)
1 2 Next › Last »