ChatGPT Gnome Desktop Extension | Talk with ChatGPT from your menubar https://github.com/HorrorPills/ChatGPT-Gnome-Desktop-Extension.git

lqg 18217832c2 0 1 year ago
chatgpt-gnome-china 18217832c2 0 1 year ago
chatgpt-gnome-desktop@chatgpt-gnome-desktop dfb63190f4 Added Gnome 43 to shell version 1 year ago
LICENSE 3d08c6cb1c Initial commit 1 year ago
Makefile 2c2519871f Update Makefile 1 year ago
README.md 18217832c2 0 1 year ago

README.md

ChatGPT-Gnome-Desktop-Extension

ChatGPT Gnome Desktop Extension | Talk with ChatGPT from your menubar!

原项目直接内嵌openai网站,国内无法访问,所以我fork了一份,把openai网站换成了国内的解决方案,可以直接在gnome桌面上使用了。由于使用付费api,所以每天只能使用100次,如果你有自己的openai api key,可以自己修改代码。

How to install:

  • Make sure you have the gnome-shell-extensions package installed. It allows you to turn on the Extension.
  • Place the chatgpt-gnome-desktop@chat-gpt-gnome-desktop folder in ~/.local/share/gnome-shell/extensions/
  • Restart Gnome with Alt+F2 then type r
  • Enable the extension inside the Gnome Extensions application.
  • Restart Gnome with Alt+F2 then type r or Log out & Log back in to Gnome.

To-do & Info:

  • Enable mouse-wheel scrolling (currently only keyboard-arow-scrolling is supported)
  • Clicking within the extension window is buggy (Using keyboard navigation is recommended). This will be fixed.
  • Add Gnome 43 support.

KNOWN ISSUES AND POSSIBLE FIX:

  • Possibly not fully working on Wayland. Use Xorg.
  • Requiring WebKit2, version none: Requiring namespace 'Gtk' version '4.0', but '3.0' is already loaded can appear on Gnome 43.

On Ubuntu and Debian-based distributions, you can install the latest version of GTK 4 by running the following command in the terminal:

sudo apt install libgtk-4-dev

On Arch Linux and its derivatives, you can install GTK 4 by running the following command in the terminal:

sudo pacman -S gtk4

On Fedora, you can install GTK 4 by running the following command in the terminal:

sudo dnf install gtk4-devel

  • Once you have GTK installed, you can then set the default version by modifying your environment variables. On Ubuntu or Debian-based systems, you can do this by adding the following line to your .bashrc or .bash_profile file:

export GTK_VERSION=4

You may also need to set the GDK_BACKEND environment variable.

export GDK_BACKEND=x11

You will need to restart your terminal or run the command source ~/.bashrc for the changes to take effect.

On other distributions, you may need to use a different package manager or set the environment variables in a different way.