https://github.com/blackdaemon/enso-launcher-continued
https://github.com/blackdaemon/enso-launcher-continued
cairo linux osx python python2 win32
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blackdaemon/enso-launcher-continued
- Owner: blackdaemon
- License: other
- Created: 2015-02-09T01:30:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T22:39:36.000Z (about 7 years ago)
- Last Synced: 2024-10-28T18:14:34.915Z (over 1 year ago)
- Topics: cairo, linux, osx, python, python2, win32
- Language: C
- Size: 3.23 MB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 17
-
Metadata Files:
- Readme: README.linux
- License: LICENSE
Awesome Lists containing this project
README
In addition to the prerequisites outlined in the README, the Linux backend
for Enso currently depends on following Python modules:
* python-cairo
* python-gobject
* python-gtk2
* python-xlib - 0.13 or above is highly advised
* gi
OS packages and binaries:
* xprintidle
requires: libffi, libffi-devel, libXext-devel, libXScrnSaver-devel
* nautilus-python
Required for the file-selection detection to work
1. Install the python extension support into Nautilus by:
yum install nautilus-python -y
nautilus -q
2. Copy the extension from dist/nautilus_extension.py to ~/.local/share/nautilus-python/extensions/
Enso will do that for you when it is first run, however Nautilus restart
is still required after that (nautilus -q).
Having the xset program is optional, though it'll prevent bad key-repeat
problems which could completely break the input handling (by constantly
enabling/disabling Enso while holding the Quasimode trigger key).
A composited environment, using for instance Compiz, KWin4, Metacity's
or xfwin4's compositor or xcompmgr, isn't mandatory, though highly advised
since proper blending will only be available with it.