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

import error on Nautilus's "move to other AppVM" #1803

Closed
Scinawa opened this Issue Mar 3, 2016 · 2 comments

Comments

Projects
None yet
2 participants
@Scinawa

Scinawa commented Mar 3, 2016

Hi my fellows qubers!

It happened a few times that trying to move a file from a Debian8 appvm (by right-clicking the file and pressing "move file to") results in no action at all.
Calling nautilus from command lines shows that:

Traceback (most recent call last):
  File "/usr/bin/qvm-mru-entry", line 24, in <module>
    import gtk
ImportError: No module named gtk

And so, this error can be simply fixed by typing:

sudo apt install python-gtk2

I'm on qubes 3 rc3 testing.

xoxo everyone!

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 3, 2016

Member

What version of qubes-core-agent package do you have? This is already
fixed some time ago (qubes-core-agent >= 3.1.10)

Are you updating with apt-get dist-upgrade? Just apt-get upgrade do
not pull new packages (which is needed in this case).

Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

Member

marmarek commented Mar 3, 2016

What version of qubes-core-agent package do you have? This is already
fixed some time ago (qubes-core-agent >= 3.1.10)

Are you updating with apt-get dist-upgrade? Just apt-get upgrade do
not pull new packages (which is needed in this case).

Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

@marmarek marmarek added the duplicate label Mar 3, 2016

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 3, 2016

Member

Duplicate of #1567

Member

marmarek commented Mar 3, 2016

Duplicate of #1567

@marmarek marmarek closed this Mar 3, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment