Search Criteria
Package Details: devpod-community-bin 0.22.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/devpod-community-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | devpod-community-bin |
| Description: | Codespaces but open-source, client-only, and unopinionated - community fork (prebuilt .deb version) |
| Upstream URL: | https://github.com/skevetter/devpod |
| Licenses: | MPL-2.0 |
| Conflicts: | devpod, devpod-bin, devpod-cli-bin |
| Provides: | devpod, devpod-cli |
| Submitter: | jaintp |
| Maintainer: | jaintp |
| Last Packager: | jaintp |
| Votes: | 1 |
| Popularity: | 0.22 |
| First Submitted: | 2025-12-21 22:25 (UTC) |
| Last Updated: | 2026-04-21 06:51 (UTC) |
Dependencies (15)
- cairo (cairo-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-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)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gtk3 (gtk3-classic-xfceAUR, gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libayatana-appindicator
- libgudev
- libsoup3 (libsoup3-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- pango (pango-gitAUR, pango-nothai-gitAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
Latest Comments
jaintp commented on 2026-03-28 19:26 (UTC)
Note for users regarding the WebKit2GTK "black window" workaround:
By default, this package now includes a fix (WEBKIT_DISABLE_DMABUF_RENDERER=1) in the desktop entry to resolve rendering issues prevalent on NVIDIA/Wayland.
If you wish to remove this fix and use the default rendering path, you can run the following command in the repository before building:
Alternatively, you can manually revert the change to your installed desktop entry using this diff:
jaintp commented on 2026-03-28 19:10 (UTC)
@einalex Sorry it's taken me so long, but I've fixed the issue here too!
einalex commented on 2026-02-25 14:44 (UTC)
In this package, the devpod-cli works, but the also inconsistently named dev-pod-desktop results in a black window for me.
ar4499 commented on 2026-02-05 23:53 (UTC)
Thanks @JaINTP! I just reinstalled it and everything works perfectly. Thanks for the quick response!
jaintp commented on 2026-02-05 18:53 (UTC)
@ar4499 Thanks for the update. I actually install the package via the appimage myself, so I didn't notice this issue! Should be fixed now.
ar4499 commented on 2026-02-05 10:02 (UTC) (edited on 2026-02-05 10:05 (UTC) by ar4499)
Hi @JaINTP, Thanks for maintaining this package.
I found that version 0.12.1 fails to install because the file structure in the upstream .deb has changed. I've prepared a fix for the package() function to handle the new binary path (usr/bin/devpod) and icon naming.
I added a symlink for devpod-cli to ensure compatibility with existing setups. Below is the updated code for your consideration:
Thanks!
dub commented on 2026-01-02 18:44 (UTC)
Thank you so much for packaging this!