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

Hello I am trying to connect Synergy to my Mac, but when reading the install guide I find myself in the position to not knowing ANY of what it says.

So can anyone please dum it down a bit >.<

asked 22 Jul '11, 05:50

swidtter's gravatar image

swidtter
114
accept rate: 0%

edited 04 Nov '11, 08:52

nbolton's gravatar image

nbolton ♦♦
1.8k128


The question was asked when Synergy was hard to install on a Mac, with 1.4.5 it's now easier:

  1. Go to the downloads page and get 1.4.5 Beta.
  2. Open the downloaded dmg file by double clicking it.
  3. Drag the Synergy icon into your Applications directory.
  4. Go to Applications and double click Synergy.

This is also explained in the user guide (found on the help page).

link

answered 04 Nov '11, 08:47

nbolton's gravatar image

nbolton ♦♦
1.8k128
accept rate: 92%

edited 25 Apr '12, 06:11

For the old 1.3 version:

step 2, type > pwd(enter) - this will well you your working path

step 3, i had to use > sudo su(enter) then type in your regular password (your prompt changes after this)

step 4 once you are sure you are in the correct folder you can type cp synergy* /user/bin(enter)

or first type ls synergy*(enter) and you should see a list of the files that you are copying to the other location e.g.

mac:synergy-1.4.3-MacOSX106-Universal user$ ls synergy*

synergy.conf.example synergyc synergys

mac:synergy-1.4.3-MacOSX106-Universal user$

link

answered 22 Jul '11, 15:25

dirmanian's gravatar image

dirmanian
412
accept rate: 0%

edited 04 Nov '11, 08:48

nbolton's gravatar image

nbolton ♦♦
1.8k128

Okay thank you very much. Now this will be a sort of add to what you answered with. Anyone can answer though :)

I have this:

[ iMac:~ Martin$ pwd /Users/martinknudsen iMac:~ Martin$ cd Downloads/sx/ -bash: cd: Downloads/sx/: No such file or directory iMac:~ Martin$ cd Downloads/sx/

iMac:sx Martin$ sudo su

WARNING: Improper use of the sudo command could lead to data loss or the deletion of important system files. Please double-check your typing when using sudo. Type "man sudo" for more information.

To proceed, enter your password, or type Ctrl-C to abort.

Password: sh-3.2# cp synergy* /martinknudsen/bin usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory sh-3.2# ]

is that the end?

And how do I start the program?

(22 Jul '11, 15:58) swidtter
1

cp synergy* /user/bin

dont replace user with your account name. after the copy type ls /user/bin/synergy* and you should see a list of several files.

(22 Jul '11, 17:07) dirmanian

Thanks. Yes now it works :)

(22 Jul '11, 17:12) swidtter

Hi I can't even get past stage 2.

My username is Ryan De Freitas. I have renamed the folder name "synergy-1-1.3.7-MacOSX106-Universal" to the folder name "sx"

I have opened terminal and I am entering

macbookpro-9086:~ ryandefreitas$ cd/users/ryandefreitas/downloads/sx/

then I get this message:

-bash: cd/users/ryandefreitas/downloads/sx/: No such file or directory macbookpro-9086:~ ryandefreitas$

Not sure what I am doing wrong. I haven't used terminal much before.

Any help appreciated

(30 Jul '11, 03:15) ryanpdf

ryan, You need a SPACE between the "cd" and the "/users/ryandefreitas/downloads/sx/". You are trying to cd (change directory) which is a COMMAND (must be followed by a space, then the directory where you'd like to go - in this case, your Downloads/sx directory). An alternative would be for you to type exactly what's on the next line (or simply copy/paste):

cd ~/Downloads/sx

(and press <enter>)

The ~/ indicates your "home directory" (it really means /Users/ryandefreitas/). And note that what you type is CASE SENSITIVE (so cd /Users... is DIFFERENT from cd /users...)

Hope this helps. B.

(19 Sep '11, 23:05) bstack
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:

×176

Asked: 22 Jul '11, 05:50

Seen: 6,662 times

Last updated: 25 Apr '12, 06:11

powered by OSQA