kazam icon indicating copy to clipboard operation
kazam copied to clipboard

Kazam Doesn't load on Ubuntu 20.04 at all

Open mvtdev1050 opened this issue 5 years ago • 5 comments

I have recently updated from Ubuntu 18.04 to Ubuntu 20.04 but at once the Kazam stopped working. I am not able to open the app itself.

I have already tried this solution (https://github.com/hzbd/kazam/issues/39) but didn't worked out as mine seems something different.

image

mvtdev1050 avatar May 29 '20 09:05 mvtdev1050

I have the same issue.

Terminator637 avatar Jul 07 '20 08:07 Terminator637

Just purged kazam through apt, removed kazam's ppa and installed it again through apt. Now it works without the errors.

Terminator637 avatar Aug 10 '20 06:08 Terminator637

same problem here

salehawal avatar Oct 17 '20 11:10 salehawal

u

Just purged kazam through apt, removed kazam's ppa and installed it again through apt. Now it works without the errors.

did not work

salehawal avatar Oct 17 '20 11:10 salehawal

The warning message comes from this line of code, implying that the python version on 20.04 that you have by default or by manual installation is too advanced for the current Kazam codebase; which you see by trying the code in the try except block in the python prompt:

>>> import platform
>>> dist = platform.linux_distribution()
__main__:1: DeprecationWarning: dist() and linux_distribution() functions are deprecated in Python 3.5

The python version incompatibility probably runs deeper than just this version printing side piece. Not necessarily surprising given the last commit date on the Kazam github repo.

matanox avatar Jan 31 '21 16:01 matanox