daveprowse / DrawOnYourScreen3

Annotate your GNOME desktop. The 3rd iteration of DOYS!
GNU General Public License v3.0
6 stars 0 forks source link

Draw On Your Screen 3

Start drawing on your GNOME desktop with Super+Alt+D.

Thank you to all the committers! 😎

Features

Installation Methods for GNOME v47 and v46

Note: We are working on getting the extension approved by GNOME so that it will be listed on https://extensions.gnome.org (E.G.O.) - Stay tuned!

Option 1: Use the Automated Script

Copy the following command to your Bash terminal and press enter to run it:

bash <(wget -qO- https://raw.githubusercontent.com/daveprowse/scripts/refs/heads/main/doys-install.sh)

IMPORTANT!! Always check scripts before running them! If you are uncomfortable running the script, or cannot run the script, then install manually with Option #2 below.

The script will identify your version of GNOME (if it is between v42 and v47) and install the correct version of the extension automatically.

When complete, logout and log back in

Then enable the extension:

Now go forth and use the tool by pressing Super + Alt + D.

Note: You can discover the keyboard shortcuts by pressing Ctrl + F1.

It's back to the drawing board my friends!

Option 2: Install Manually from the Release or Repository Branch

Note: For GNOME versions other than 47 & 46, see Other GNOME Versions below.

  1. Download or clone

    • Download option:

      wget https://github.com/daveprowse/DrawOnYourScreen3/releases/download/v15.0-GNOME-v47/GNOMEv47.tar.xz

      Then, decompress the tar file: tar -xvf GNOMEv47.tar.xz

    • Clone option:

      git clone https://github.com/daveprowse/DrawOnYourScreen3
  2. Place the directory (the one that contains metadata.json) in ~/.local/share/gnome-shell/extensions

  3. Change the directory name to draw-on-your-screen3@daveprowse.github.io

  4. Restart your session:

    • (Wayland) - Log out and log back in
    • (Xorg) - Type alt + F2 and r to restart the gnome-shell
  5. Enable the extension with GNOME Extensions command or application

  6. Super + Alt + D to test

Issues? Let us know at this link.

ENJOY!


Other GNOME Versions

If you prefer not to use the script above, and have an older version of GNOME, choose from a download method below and then follow steps 2 through 6 above.

GNOME v45

Download or clone this repository branch

GNOME v42 - 44

Download or clone this repository branch