Search Criteria
Package Details: t3code-bin 0.0.20-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/t3code-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | t3code-bin |
| Description: | T3 Code desktop app packaged from the upstream AppImage |
| Upstream URL: | https://t3.codes |
| Licenses: | MIT |
| Conflicts: | t3code |
| Provides: | t3code |
| Submitter: | maria_rcks |
| Maintainer: | maria_rcks |
| Last Packager: | maria_rcks |
| Votes: | 6 |
| Popularity: | 3.46 |
| First Submitted: | 2026-03-07 00:12 (UTC) |
| Last Updated: | 2026-04-17 23:52 (UTC) |
Dependencies (28)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- cairo (cairo-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- expat (expat-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-classic-xfceAUR, gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libdrm (libdrm-gitAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxdamage
- libxext (libxext-gitAUR)
- libxfixes
- libxkbcommon (libxkbcommon-gitAUR)
- libxrandr (libxrandr-gitAUR)
- Show 8 more dependencies...
Latest Comments
GabeDM commented on 2026-04-11 12:37 (UTC)
Yeah I got the same issue, fixed it by running
the path on the exec should probably be changed to
/opt/t3code-bin/t3codeinsteadrdbt commented on 2026-04-11 04:34 (UTC)
The current launcher script executes /opt/t3code-bin/usr/bin/t3code, but that path does not exist.
This was changed in the latest commit for some reason.
maria_rcks commented on 2026-03-07 13:58 (UTC)
oops my bad, i'll be changing those Hufflez
Hufflez commented on 2026-03-07 00:55 (UTC)
Hey I was working on a PKGBUILD for this at the same time - feel free to add me as a co-maintainer
openai-codex-binprobably shouldn't be a hard depgdk-pixbuf2,libcups,systemd-libs,hicolor-icon-theme,pangoxdg-utilsshould be a hard dep — Electron needsxdg-opento open external linksprepare()notpackage()chmod 644should bechmod -R a+rXpreserves existing execute permissionsLD_LIBRARY_PATHto the bundledusr/lib/will try to load the bundled GTK2libappindicator/libindicatorwhich can't resolveprovidesshould include the version:provides=("t3code=${pkgver}")hicolortheme dirs, not/usr/share/pixmaps/https://t3.codes) not the GitHub repo!debugand!emptydirsin optionsGabeDM commented on 2026-03-07 00:32 (UTC)
I was getting permission errors on most of the files installed:
Fixed them by running
Probably more broad than needed, but worked fine here