You are not logged in.
Pages: 1
Guys,
I just open-sourced the application i've been working on in the past weeks. it's not yet fully featured, it lacks configuration, but i think you're going to like it anyway
i call it xfcon, it's a versatile, extensible xfce pulldown console, primarily meant for terminal applications (but i could name a dozen of useful plugins for that - log viewers, adb for android developers, you name it).
but let's make it short: pick it up here:
https://github.com/tomasz-wiszkowski/XfCon
look up configuration keys here (sorry, no configuration support just yet):
https://github.com/tomasz-wiszkowski/Xf … ettings.py
i hope you like it! all your feedback is more than welcome!
ender
My definition of an expert in any field is a person who knows enough about what's really going on to be scared. - P. J. Plauger
Offline
You can make the desktop file (menu) have a terminal icon by simply using:
Icon=terminal
When I try to run xfcon I get
$ xfcon
Traceback (most recent call last):
File "/usr/lib/xfcon/xfcon.py", line 19, in <module>
import pynotify
ImportError: No module named pynotify
Offline
sorry for late reply, i was gone for a week.
you need python-keybinder, python-vte, python-xlib and... python-notify apparently, i forgot to mention that one in readme.
please install the missing part and let me know if that worked for you
thanks!
My definition of an expert in any field is a person who knows enough about what's really going on to be scared. - P. J. Plauger
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 523.06 KiB (Peak: 530.33 KiB) ]