Search Criteria
Package Details: podman-desktop-git r8836.7663169-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/podman-desktop-git.git (read-only, click to copy) |
|---|---|
| Package Base: | podman-desktop-git |
| Description: | A graphical tool for developing on containers and Kubernetes.(Use system-wide electron) |
| Upstream URL: | https://podman-desktop.io/ |
| Keywords: | container containers desktop hacktoberfest kubernetes podman podman-desktop tray-application ui |
| Licenses: | Apache-2.0 |
| Conflicts: | podman-desktop |
| Provides: | podman-desktop |
| Submitter: | zxp19821005 |
| Maintainer: | zxp19821005 |
| Last Packager: | zxp19821005 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-09-13 03:09 (UTC) |
| Last Updated: | 2025-11-13 01:22 (UTC) |
Dependencies (18)
- docker (rancher-desktop-gitAUR, docker-gitAUR, rancher-desktopAUR, podman-docker-gitAUR, rancher-desktop-binAUR, docker-cli-binAUR, podman-docker)
- docker-compose (docker-compose-v1-binAUR, docker-compose-gitAUR, docker-desktopAUR)
- electron39 (electron39-binAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- podman (podman-gitAUR)
- python
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- npm (python-nodejs-wheelAUR, corepackerAUR, npm-corepackAUR) (make)
- nvm (nvm-gitAUR) (make)
- pnpm (corepackerAUR, pnpm-corepackAUR, pnpm-binAUR) (make)
- crcAUR (crc-binAUR) (optional) – crc plugin
- libappindicator-gtk3 (libappindicator) (optional) – StatusNotifierItem support
- limaAUR (limaAUR) (optional) – lima plugin
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR) (optional) – WebRTC desktop sharing under Wayland
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (optional) – enable Qt5 with --enable-features=AllowQt
- trash-cli (trash-cli-gitAUR) (optional) – file deletion support (trash-put)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR) (optional) – open URLs with desktop's default (xdg-email, xdg-open)
Latest Comments
oech3 commented on 2025-05-23 09:52 (UTC)
${electronDist}needselectronbinary (not a symlink). So 160~180 MBBUILDDIRis saved.zxp19821005 commented on 2025-05-19 07:06 (UTC)
@oech3 Because sometimes
export NODE_ENV=productionwill not take effects.oech3 commented on 2025-05-17 15:37 (UTC) (edited on 2025-05-17 18:37 (UTC) by oech3)
Why not just
export NODE_ENV=productionat first?[Edit] My MR to remove bundled Electron from
podman-desktopwas merged. Thankyou.zxp19821005 commented on 2025-05-06 23:00 (UTC)
@oech3 I'm sorry, I've no idea about that. I'm not a developer.
oech3 commented on 2025-05-06 15:36 (UTC)
So filling BUILDDIR by copy of electron itself is not avoided ? I already tried -c.electronDist=$recursive_symlink_of_electron and -c.electronDist=$empty_dir
zxp19821005 commented on 2025-05-06 15:30 (UTC)
@oech3 I think after run
pnpm run build, you can make a directory likeapp, and copyextensionsnode_modulespackagespackage.jsonintoapp.oech3 commented on 2025-05-06 14:27 (UTC)
Thankyou. But still
copying Electron source=/usr/lib/electron35 destination=/tmp/makepkg/podman-desktop-git/src/podman-desktop.git/dist/linux-unpackedeven for your -git PKGBUILD with same flags.zxp19821005 commented on 2025-05-06 14:13 (UTC)
@oech3
oech3 commented on 2025-05-02 18:07 (UTC) (edited on 2025-05-05 08:24 (UTC) by oech3)
$(cat /usr/lib/electronNN/version)
Edit: -c.electronDist= still copies electron from system.
I'm trying to skip downloading electron at build process of https://archlinux.org/packages/extra/x86_64/podman-desktop/ . How to skip? ELECTRON_SKIP_BINARY_DOWNLOAD=1 does nothing...