Package Details: chatgpt-desktop-git 1.1.0+r8+gfe4f231-1

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)

Latest Comments

1 2 Next › Last »

caoanhhao commented on 2025-11-21 16:15 (UTC) (edited on 2025-11-22 03:04 (UTC) by caoanhhao)

Fix error 71 in wayland. run with command WEBKIT_DISABLE_COMPOSITING_MODE=1 chat-gpt

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:

-    convert -resize ${size}x${size} "${srcdir}/${_pkgname}/public/logo.png" \
-           "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/chat-gpt.png"

+    magick "${srcdir}/${_pkgname}/public/ChatGPT.png" -resize ${size}x${size} \
+           "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/ChatGPT.png"

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:

-    convert -resize ${size}x${size} "${srcdir}/${_pkgname}/public/logo.png" \
-           "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/chat-gpt.png"

+     magick "${srcdir}/${_pkgname}/public/chat-gpt.png" -resize ${size}x${size} \
+                   "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/chat-gpt.png"

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:

  > PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags javascriptcoregtk-4.1 javascriptcoregtk-4.1 >= 2.38

  The system library `javascriptcoregtk-4.1` required by crate `javascriptcore-rs-sys` was not found.
  The file `javascriptcoregtk-4.1.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory.
  The PKG_CONFIG_PATH environment variable is not set.

  HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing `javascriptcoregtk-4.1.pc`.

warning: build failed, waiting for other jobs to finish...
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'chatgpt-desktop-git-1.1.0+r8+gfe4f231-1':
error: packages failed to build: chatgpt-desktop-git-1.1.0+r8+gfe4f231-1

kimlulz commented on 2024-10-15 04:59 (UTC) (edited on 2024-10-15 04:59 (UTC) by kimlulz)

convert commands was deprecated. using magick instead on Line 68

-       convert -resize ${size}x${size} "${srcdir}/${_pkgname}/public/logo.png" \
+       magick -resize ${size}x${size} "${srcdir}/${_pkgname}/public/logo.png" \

but it occur..

magick: no images found for operation `-resize' at CLI arg 1 @ error/operation.c/CLIOption/5481.

dreieck commented on 2024-04-16 08:45 (UTC)

@dreieck that's required by cargo, and its in makedependes

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

makedepends=("imagemagick"
             "git"
                        "cargo")
depends=("hicolor-icon-theme"
         "openssl"
         "webkit2gtk")

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 enum Position 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