Search Criteria
Package Details: codex-app-unofficial 26.707.91948_launcher.34-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/codex-app-unofficial.git (read-only, click to copy) |
|---|---|
| Package Base: | codex-app-unofficial |
| Description: | Unofficial Linux build of Codex from OpenAI's Codex appcast feed. |
| Upstream URL: | https://github.com/better-slop/codex-app-linux |
| Licenses: | custom |
| Conflicts: | codex-app-linux-bin |
| Provides: | codex-app-linux-bin |
| Replaces: | codex-app-linux-bin |
| Submitter: | caulk |
| Maintainer: | caulk |
| Last Packager: | caulk |
| Votes: | 8 |
| Popularity: | 3.38 |
| First Submitted: | 2026-03-30 17:15 (UTC) |
| Last Updated: | 2026-07-16 07:25 (UTC) |
Dependencies (7)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- libnotify (libnotify-gitAUR)
- libsecret
- libxss
- nss (nss-hgAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR, xdg-utils-gitAUR)
Latest Comments
1 2 Next › Last »
gauravkumar37 commented on 2026-07-01 06:23 (UTC) (edited on 2026-07-01 06:23 (UTC) by gauravkumar37)
Version 26.616.81150-launcher.33 was working fine but after updating to version 26.623.70822-launcher.33 the window behaves weirdly. It is pinned on top of other windows and there is no application name visible in the application switcher status bar.
Alex_Minerva commented on 2026-06-19 10:24 (UTC)
mathdut commented on 2026-06-15 10:24 (UTC)
下次更新的时候,是否可以只对pkgver进行变更呢?通常这样比较方便进行安全检查,不用每次都检查上游的域名或者仓库是否发生变更,总是检查source也容易漏看出错
Alex_Minerva commented on 2026-06-12 11:29 (UTC)
@cal4
it worked! Thanks!
cal4 commented on 2026-06-11 14:03 (UTC)
I dont know a bunch about maintaining aur packages so this is more of a fix for users that dont use the transparency features than a fix for the package itself, but as a heads up for users seeing a transparent sidebar/top bar on Linux, even when "Translucent sidebar" is disabled in Settings:
The visible issue appears to come from the packaged Electron still containing a transparent Electron root CSS rule:
background:0 0;overflow:hidden
A temporary local workaround is to patch that rule to a theme-aware opaque system color. This keeps light/dark mode working:
sudo sh -c 'asar=/opt/codex-app-linux/resources/app.asar; cp -a "$asar" "$asar.bak-transparency-$(date +%Y%m%d-%H%M%S)"; python -c '"'"'from pathlib import Path; p=Path("/opt/codex-app-linux/resources/app.asar"); b=p.read_bytes(); old=b"background:0 0;overflow:hidden"; new=b"background:Field;overflow:clip"; assert len(old)==len(new); assert b.count(old)==1; p.write_bytes(b.replace(old,new,1))'"'"''
Then fully restart Codex.
Codex suggested this workaround and it works for me.
mathdut commented on 2026-06-10 04:57 (UTC)
@cangzhu 感谢更新,现在一切工作正常!
cangzhu commented on 2026-06-10 04:26 (UTC)
@mathdut 已更新:
liveopt commented on 2026-06-10 04:22 (UTC)
@mathdut @cangzhu
我更新了 codex patch: https://gist.github.com/Yubo-Cao/8b21ac616db0199f98676b41e49d3a8e
cangzhu commented on 2026-06-10 02:13 (UTC)
@mathdut 我还没有更新版本,稍晚点我再尝试更新,我目前用的版本是: Codex App 版本:26.602.40724 Electron 版本:42.1.0
mathdut commented on 2026-06-09 18:38 (UTC)
@cangzhu 这个补丁对我没有效果,这是否和electron版本有关?
1 2 Next › Last »