Package Details: devpod-community-appimage 0.20.2-1

Git Clone URL: https://aur.archlinux.org/devpod-community-appimage.git (read-only, click to copy)
Package Base: devpod-community-appimage
Description: Codespaces but open-source, client-only, and unopinionated - community fork (AppImage 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: 0
Popularity: 0.000000
First Submitted: 2026-01-18 20:57 (UTC)
Last Updated: 2026-04-13 02:00 (UTC)

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:

sed -i 's/env WEBKIT_DISABLE_DMABUF_RENDERER=1 //g' PKGBUILD

Alternatively, you can manually revert the change to your installed desktop entry using this diff:

  1 --- /usr/share/applications/DevPod.desktop
  2 +++ /usr/share/applications/DevPod.desktop
  3 @@ -3,5 +3,5 @@
  4  Categories=Development;
  5  Comment=Spin up dev environments in any infra
  6 -Exec=env WEBKIT_DISABLE_DMABUF_RENDERER=1 /usr/bin/devpod-desktop
  7 +Exec=/usr/bin/devpod-desktop
  8  StartupWMClass=DevPod Desktop
  9  Icon=devpod-desktop

jaintp commented on 2026-03-28 18:51 (UTC)

@einalex Sorry it's taken me so long, but I've fixed the issue!

einalex commented on 2026-02-25 13:46 (UTC)

you're providing 'dev-pod-desktop' and 'devpod-cli', the later of which also runs the GUI while both are inconsistently named.

Could you fix this to have consistent naming and actually link to the cli?