Package Details: openai-codex-desktop 26.707.31428-1

Git Clone URL: https://aur.archlinux.org/openai-codex-desktop.git (read-only, click to copy)
Package Base: openai-codex-desktop
Description: OpenAI Codex desktop app
Upstream URL: https://developers.openai.com/codex/app/
Licenses: custom
Submitter: parsiad
Maintainer: parsiad (mothran)
Last Packager: mothran
Votes: 7
Popularity: 1.81
First Submitted: 2026-03-10 04:07 (UTC)
Last Updated: 2026-07-10 15:33 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

ParisSyc commented on 2026-07-12 09:25 (UTC)

@mothran An update to my previous comment: the original patch is superseded and should no longer be used. While testing it, I found that the package's local Python webview bridge could remain alive after Codex Desktop exited, leaving port 5175 occupied and causing the next launch to fail.

The revised patch keeps the CLI-session visibility fix, assigns the bridge a dynamic port, and ties its lifetime to the launcher and Electron process. It also improves the pet overlay on KDE Plasma Wayland by using XWayland there so the overlay can remain above other windows, while leaving Electron's default backend selection unchanged on other desktops: https://gist.github.com/SunParis/ec8e5a7eaa8c3531b9a69b259683a323

Please take a look when you have time. Feedback and corrections are very welcome, and I would be happy to help test any changes.

ParisSyc commented on 2026-07-11 08:45 (UTC) (edited on 2026-07-12 09:24 (UTC) by ParisSyc)

@mothran I found an issue where conversations created from the Codex CLI do not appear in Codex Desktop, although conversations created in Desktop are visible from the CLI. Both use the same ~/.codex directory, and I confirmed that the app server returns the CLI sessions correctly. The problem occurs in the frontend, which classifies CLI sessions as project conversations that are not registered with Desktop, so they are omitted from the sidebar.

I created and tested a build-time patch for the current package that treats source: "cli" sessions as projectless, making them visible in Desktop without changing the stored conversations: https://gist.github.com/SunParis/113afac7a1b8d6954e9cc58b23d63f50

Would you please take a look and consider including it in the PKGBUILD? Please let me know if you find any issues or prefer a different approach. I would be happy to discuss it further and help with testing.

dcelasun commented on 2026-07-10 15:40 (UTC)

@mothran just gave it a try and it works fine. Thanks for merging :)

mothran commented on 2026-07-10 15:36 (UTC)

I updated the app version + applied the patch to the mainline. Let me know if you encounter other issues and appologies for the delay.

@dcelasun I finally did :) / could you validate the codex merged version + patch works for you?

dcelasun commented on 2026-07-09 20:27 (UTC)

Version 26.707.30751 has merged Codex and ChatGPT apps, breaking my patch, so here is an updated version: https://gist.github.com/dcelasun/8d002bc05d32491204c0bf695bc6b3d6

@mothran will you please finally include it in the PKGBUILD?

with1874 commented on 2026-07-08 07:41 (UTC)

@eddy Is there a fix for GNOME? I tried using this skill on GNOME, but it didn't work.

eddy commented on 2026-07-08 03:37 (UTC)

If u cannot focus the input textbox, can use this skill.

https://github.com/Eddy-Cui/codex-desktop-kde-focus-fix/blob/main/SKILL.md

eddy commented on 2026-07-03 21:42 (UTC) (edited on 2026-07-03 21:42 (UTC) by eddy)

The solution of @JiangHuDao is worked for me, thx. Btw, download patch file from https://gist.github.com/dcelasun/8d002bc05d32491204c0bf695bc6b3d6 first, and put it in the openai-codex-desktop directory.

paru -G openai-codex-desktop
cd openai-codex-desktop
patch -p1 < openai-codex-desktop.patch
updpkgsums
makepkg -si

Firestar commented on 2026-06-15 07:49 (UTC)

@v3lody I do not know what the sed command is for, as I use this command and do not fix the flickering issue, only the patch -p1 < openai-codex-desktop.patch and updpkgsums command provided by @JiangHuDao can solve this issue. Version 26.602.71036-2

dcelasun commented on 2026-06-11 06:01 (UTC)

@mothran yes, my fixes are still needed and they will remain that way until/unless upstream creates an official Linux build.

Here's the latest patch. You can commit this as-is and it will work. https://gist.github.com/dcelasun/8d002bc05d32491204c0bf695bc6b3d6