Skip to content

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

License

Notifications You must be signed in to change notification settings

Im-Stivik/ChatGPT-Gnome-Desktop-Extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT Gnome Desktop Extension

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


SCREENSHOTS

Screenshot from 2023-01-13 16-53-54 Screenshot from 2023-01-13 16-57-31

TO-DO & INFO:

  • Fixed mouse clicking. Thanks Im-Stivik !
  • Cache & Cookies storing for the comfort of not having to log in each time after system/extension restart.
  • Add Gnome 43 support (potentially fixed, testing)

HOW TO INSTALL/UNINSTALL:

On Gnome 42

Make sure you have libsoup 3 and webkit2 4.1 installed.

On Gnome 43

Should work out of the box

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 install

To uninstall it. run make uninstall

$ git clone https://github.com/HorrorPills/ChatGPT-Gnome-Desktop-Extension && cd ChatGPT-Gnome-Desktop-Extension && make uninstall

KNOWN ISSUES:

  • 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.

EXTRAS:

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.7%
  • Makefile 24.3%