Important: Do not post bugs. Please read the FAQ before posting (or your question may be ignored).

I get the following error installing Synergy 1.4.2 on Ubuntu 11.04 32-bit:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line
961, in simulate
    trans.unauthenticated = self._simulate_helper(trans)
  File "/usr/lib/python2.7/dist-packages/aptdaemon/core.py", line 510,
in _set_space
    self._space = dbus.Int32(size)
OverflowError: Python int too large to convert to C long

After clicking "install" a warning appears saying it is of bad quality. If I click "ignore and install" I then get an error and the install stops uncompleted.

asked 16 May '11, 10:08

stabadie's gravatar image

stabadie
113
accept rate: 0%

edited 20 Jul '12, 07:29

nbolton's gravatar image

nbolton ♦♦
1.8k128


You'll need to download the deb package from http://synergy-foss.org/ , then open a terminal window and install it the following way:

cd ~/Downloads
sudo apt-get install libqt4-gui libqt4-network
sudo dpkg -i synergy-*-Linux-i686.deb

After performing the procedure above you'll be able to configure synergy-1.4.x interactively.

I hope this helps, best regards,

EB

link

answered 06 Jul '11, 11:19

exequielrafaela's gravatar image

exequielrafaela
1411
accept rate: 50%

edited 20 Jul '12, 11:29

nbolton's gravatar image

nbolton ♦♦
1.8k128

Works for me.

(20 Jul '12, 11:30) nbolton ♦♦

Hi, it looks like you've found a bug. I've opened up issue #2946 for you.

http://synergy-foss.org/pm/issues/2946

It appears that our latest package (which was released before Ubuntu 11.04) does not work on 11.04.

As a workaround I would suggest installing synergy and quicksynergy from the ubuntu software center. They are an older version of each but it should work.

Edit: It looks like an installation using dpkg -i should work as well. According to this answer. Unfortunately I am not at my 11.04 machine so I can't test it right now.

link

answered 16 May '11, 13:53

bostonvaulter's gravatar image

bostonvaulter ♦
4414
accept rate: 80%

edited 16 May '11, 15:58

bostonvaulter, using dpkg -i does work. I had also seen that q/a and tried it and the install went through fine.

Synergy started perfectly fine so on to the next problem. I'm not sure how to change the bug, but I'm guessing it has to do with the Ubuntu Software Center?

(16 May '11, 17:08) stabadie
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×94

Asked: 16 May '11, 10:08

Seen: 5,231 times

Last updated: 20 Jul '12, 11:30

powered by OSQA