HorrorPills / ChatGPT-Gnome-Desktop-Extension
- воскресенье, 22 января 2023 г. в 00:36:23
ChatGPT Gnome Desktop Extension | Talk with ChatGPT from your menubar!
Gnome just became even more powerful thanks to ChatGPT now being available from the comfort of your desktop, always ready to assist.
Save time on finding answers on the internet, you are now 1 click away.
EARLY VERSION | WORK IN PROGRESS
To install the chatgpt gnome desktop ext. clone this repo, cd into the ext dir. and run make install
DO NOT RUN THE FOLLOWING COMMANDS AS SUDO
$ git clone https://github.com/HorrorPills/ChatGPT-Gnome-Desktop-Extension && cd ChatGPT-Gnome-Desktop-Extension && make installTo uninstall it. run make uninstall
$ git clone https://github.com/HorrorPills/ChatGPT-Gnome-Desktop-Extension && cd ChatGPT-Gnome-Desktop-Extension && make uninstallRequiring 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-devOn Arch Linux and its derivatives, you can install GTK 4 by running the following command in the terminal:
$ sudo pacman -S gtk4On Fedora, you can install GTK 4 by running the following command in the terminal:
$ sudo dnf install gtk4-devel