How can I run the GUI of prey 0.6.2 in Ubuntu 14.04?

Asked by Amr Ibrahim

How can I run the GUI and configure prey 0.6.2 in Ubuntu 14.04?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu prey Edit question
Assignee:
No assignee Edit question
Solved by:
Facundo guerrero
Solved:
Last query:
Last reply:
Revision history for this message
Daniel Letzeisen (dtl131) said :
#1

What happens when you try to run it. Errors?

Revision history for this message
Amr Ibrahim (amribrahim1987) said :
#2

Actually I can't find the app in the Dash. I don't know how to run it!

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

If it should have a dash entry then please report a bug. Trusty is not ready and not stable.

If you type:

pr

Then press TAB, does it autocomplete?

Revision history for this message
Amr Ibrahim (amribrahim1987) said :
#4

Yes, prey 0.6.2 is supposed to have a GUI. I just don't know how to run it.

No, it doesn't auto-complete in the terminal.

Revision history for this message
Daniel Letzeisen (dtl131) said :
#5

How did you install it? Look for files named prey using catfish search.

Revision history for this message
Amr Ibrahim (amribrahim1987) said :
#6

I installed from Ubuntu archives. It's the same as Debian's. Here is a list of all files https://packages.debian.org/sid/all/prey/filelist

Revision history for this message
Best Facundo guerrero (guerremdq) said :
#7

To run the config GUI run the following command :

 sudo /usr/lib/prey/platform/linux/prey-config.py

Revision history for this message
Daniel Letzeisen (dtl131) said :
#8

cd /usr/lib/prey/platform/linux
./prey-config.py

^sudo/root permissions may be needed for the last command (I don't know enough about this program to say).

Revision history for this message
Daniel Letzeisen (dtl131) said :
#9

LOL, Facundo beat me to the punch by a few seconds. Please make sure you credit him if that answer is sufficient.

Revision history for this message
Facundo guerrero (guerremdq) said :
#10

Daniel,

You need root to run the config , the reason is that the config GUI edit the Crontab and the config file in /etc/prey/.
I'm the maintainer of this package in Debian. http://packages.qa.debian.org/p/prey.html

Revision history for this message
Amr Ibrahim (amribrahim1987) said :
#11

Thanks Facundo and Daniel for your answers.

Another question, is there an easier way to run the GUI for non-experienced users coming new to Ubuntu? I don't mind at all using the terminal, but a user using prey on other platforms would think that a little confusing.

Revision history for this message
Amr Ibrahim (amribrahim1987) said :
#12

Thanks Facundo guerrero, that solved my question.

Revision history for this message
ratcoder (bharat-159753) said :
#13

I am also having the same problem. I am not able to open prey gui. When I use sudo /usr/lib/prey/platform/linux/prey-config.py

I get command not found error. So what should I do