Search Criteria
Package Details: chatgpt-desktop-git 1.1.0+r8+gfe4f231-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/chatgpt-desktop-git.git (read-only, click to copy) |
---|---|
Package Base: | chatgpt-desktop-git |
Description: | ChatGPT Desktop Application (Mac, Windows and Linux) |
Upstream URL: | https://github.com/lencx/ChatGPT |
Keywords: | chatgpt |
Licenses: | Apache |
Conflicts: | chatgpt-desktop |
Provides: | chatgpt-desktop |
Submitter: | rukh-debug |
Maintainer: | None |
Last Packager: | rukh-debug |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2023-02-04 07:13 (UTC) |
Last Updated: | 2024-04-16 07:20 (UTC) |
Dependencies (6)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
Latest Comments
1 2 Next › Last »
rod2ik commented on 2025-08-05 19:42 (UTC) (edited on 2025-08-05 19:47 (UTC) by rod2ik)
Modify and replace, on line 68, as follows:
Solves the image problem, and prevents the installation from breaking, but I still have a problem with Wayland KDE: Gdk-Message: 21:41:29.482: Error 71 (Erreur de protocole) dispatching to Wayland display.
Does it solve on X11?
ggoebel commented on 2025-04-09 13:44 (UTC)
Regarding henrylaxen's most recent comment on a workaround for the missing logo.png file. There was no chat-gpt.png file in public. There was however a ChatGPT.png.
Regarding vawaver's most recent comment on the missing "javascriptcoregtk-4.1.pc". I had to install webkitgtk-4.1 to satisfy this dependency
Though I also did a pacman -Syu and then specifically reinstalled gst-plugins-base-libs gst-libav gst-plugins-base gst-plugins-good. I'm not sure this was required, but I mention it just in case.
With these changes I was able to do a makepkg -sric and get it to build, install, and run.
henrylaxen commented on 2024-11-17 19:32 (UTC) (edited on 2024-11-17 19:45 (UTC) by henrylaxen)
I can get the package to build with:
There is no logo.png file, but there is a chat-gpt.png file in public. The resize command has to be after the input file and before the output file.
vawaver commented on 2024-11-06 09:22 (UTC)
I have this problem on CachyOS latest:
kimlulz commented on 2024-10-15 04:59 (UTC) (edited on 2024-10-15 04:59 (UTC) by kimlulz)
convert
commands was deprecated. usingmagick
instead on Line 68but it occur..
dreieck commented on 2024-04-16 08:45 (UTC)
Since your update on 2023-03-18, which was after my comment.
Thanks!
rukh-debug commented on 2024-04-16 07:22 (UTC)
@dreieck that's required by cargo, and its in makedependes
ZeroDot1 commented on 2023-04-28 11:11 (UTC)
https://github.com/lencx/nofwl
noar commented on 2023-03-29 16:37 (UTC)
i am geting this error: error[E0599]: no variant or associated item named
TrayFixedCenter
found for enumPosition
in the current scope --> src-tauri/src/app/menu.rs:467:40 | 467 | tray_win.move_window(Position::TrayFixedCenter).unwrap();the -bin version coredumps on my machine
dreieck commented on 2023-03-15 08:31 (UTC) (edited on 2023-03-15 08:33 (UTC) by dreieck)
Why is
rust
a dependency and not a make dependency? It is a huge package, so if rust code compilation is not needed at runtime then please move it tomakedepends
(and if some libraries are needed add them todepends
).Thanks for maintaining,
and ad your comment
:
This here is the official issue tracker for the AUR package. Requiring users to have a third party's plattform account to submit issues is not good practise.
Regards!
1 2 Next › Last »