Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme with ubuntu 23 finish recording workaround #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ $ sudo add-apt-repository ppa:kazam-team/stable-series
$ sudo apt-get update
$ sudo apt-get install kazam

If you have problems on Ubuntu 23 with stopping the recording (menu is grey and not selectable, and keyboard shortcut not working), install the following packages:
```
$ sudo apt install python3-xlib python-gi-dev python3-cairo-dev
```
Keyboard shortcuts should work after this:
finish recording = "Windows logo" + "Control" + "f"

For distribution independent installation you will have to get the latest
tarball release from Launchpad:

Expand Down