attempting to install screenlets on Ubuntu 19, however I can't get some of it's dependencies to install correctly - Package 'python-gnome2'.
sudo apt install screenlets
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
screenlets : Depends: python-gnome2 but it is not installable
Depends: python-wnck but it is not installable
Depends: python-gconf but it is not installable
Depends: python-beautifulsoup but it is not installable
Depends: python-gnomekeyring but it is not installable
Recommends: python-webkit but it is not installable
Recommends: python-rsvg but it is not installable
Recommends: screenlets-pack-basic but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
sudo apt install python-gnome2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python-gnome2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python-gnome2' has no installation candidate
Some googling shows 'python-gnome2' package has been deprecated after 18.04 ?
Does anyone knows if some workaround is available or if here is some update that allows Screenlets run on Ubuntu 19 ?