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

gtk-vnc Dependencies problem #158

Open
surendra10125 opened this issue Sep 18, 2020 · 4 comments
Open

gtk-vnc Dependencies problem #158

surendra10125 opened this issue Sep 18, 2020 · 4 comments

Comments

@surendra10125
Copy link

@DLintott Could you please help me with this i am using ubuntu 20 when i try to install dependencies for openxenmanager i am getting this issue

root@Pc:/var/www/openxenmanager# sudo apt-get install -y python-gtk-vnc python-glade2
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-gtk-vnc
E: Unable to locate package python-glade2

@TwoWheelDev
Copy link
Member

Hi,

A number of dependancies relating to GTK 2 have been dropped from various distros now.

The entire application would need porting to GTK3, but sadly I do not have the time undertake that project.

There are a number of other projects that enable management of XenServer that are in active development

@surendra10125
Copy link
Author

could you please guide me any alternatives which will be more useful to manage xenserver

@olivierlambert
Copy link

As I said in the other thread, Xen Orchestra

@monopatis
Copy link

monopatis commented Dec 18, 2021

For ubuntu 20.04 try to install these dependencies from older repo

mkdir dependencies
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-glade2_2.24.0-5.1ubuntu2_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gtk-vnc/python-gtk-vnc_0.7.2-1_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gtk-vnc/libgtk-vnc-1.0-0_0.7.2-1_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/c/configobj/python-configobj_5.0.6-2_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-5.1ubuntu2_amd64.deb
cd dependencies
sudo apt-get install ./*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants