2

I am unable to use the annotation feature in Ubuntu 20.04. I already installed these things using this command

sudo apt-get install compizconfig-settings-manager compiz-plugins compiz-plugins-extra

CompizConfig Settings Manager

I tried to enable the annotation feature using Ctrl+Alt+left mouse button, but this shortcut didn't enable this feature.

How to use this feature in Ubuntu 20.04?

r121
  • 141
  • 1
    Why are you attempting to install Compiz? Are you running the Unity desktop? The standard Ubuntu desktop uses Mutter, not Compiz, as window manager. – vanadium Nov 27 '20 at 13:55
  • I am using Ubuntu Desktop. I don't know much about it. I found it in some online blog that's why I installed it. Please help me how to install it properly? – r121 Nov 27 '20 at 14:06
  • It is always better to directly ask about the problem you want to solve, not about the, possibly wrong, solutions you are attempting. In the mean time, there are some answers that indicate how you can implement drawing on the screen in standard Ubuntu. That is a very good extension indeed. – vanadium Nov 27 '20 at 16:01

3 Answers3

3

You can use the Draw On Your Screen GNOME Shell extension.

Refer to this question on how to install GNOME Shell extensions: How do I install and manage GNOME Shell extensions?

After installing, you can toggle the extension on and off by pressing Super+Alt+D.

The extension offers a plethora of annotation settings, accessible by right-clicking with the extension enabled:

enter image description here

Here are some Tips and Tricks on using the extension.


Also remove the Compiz packages that you installed, as they have no use on GNOME, by running:

sudo apt-get purge compizconfig-settings-manager compiz-plugins compiz-plugins-extra
2

This is possible with latest Ubuntu MATE 20.04 LTS.

All you need is to switch to MATE DE by

sudo apt-get update
sudo apt-get install ubuntu-mate-desktop^

Then select its session on login screen, install the Compiz-related stuff here by:

sudo apt-get install compiz compiz-core compiz-mate compiz-plugins compiz-plugins-default compiz-plugins-extra compizconfig-settings-manager

Then run MATE Tweak to select Compiz decorator on Windows tab, Window managerCompiz.

And finally enable Annotate in the CCSM as you have planned to do. Personally I have added <Shift><Alt><Super>Button3 shortcut for Clear.

Then enjoy:

annotate with Compiz on Ubuntu MATE 20.04 LTS

N0rbert
  • 99,918
1

Since 17.10, Ubuntu hasn't used Compiz (as part of the Unity desktop) as part of the default desktop. As such I don't think you're going to successfully use that method for annotating your screen.

We now use GNOME Shell, which uses a concept of extensions to add features to the desktop experience. One such extension is called Draw On You(r) Screen. Perhaps that could work for you?

popey
  • 23,667