zachcurry / emacs-anywhere

Configurable automation + hooks called with application information
MIT License
1.08k stars 49 forks source link

not working with ubuntu #51

Closed samwalrus closed 6 years ago

samwalrus commented 6 years ago

I am unable to get this to work in Ubuntu. I can not install the dependencies xprop and xwininfo which may be the reason. $ sudo apt-get install xprop Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package xprop

sudo apt-get install xwininfoReading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package xwininfo

zachcurry commented 6 years ago

Hi @samwalrus !

Give me a moment to fire up my VM and test this...

Update

I appreciate you bringing this to my attention. I goofed in the README.

You should already have both of these dependencies. You can verify you have these like this

$ type xprop
$ type xwininfo

Once your deps are all squared away, you can proceed where you left off in the README.

I'm going to update the README and close this issue. Let me know if you find anything else 👍