Xfce Forum

Sub domains
 

You are not logged in.

#1 2012-08-10 22:18:38

ender
Member
From: Cracow, Poland
Registered: 2012-06-25
Posts: 5

XfCon

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 smile

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! smile 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

#2 2012-08-11 16:54:12

secipolla
Member
Registered: 2012-01-15
Posts: 393

Re: XfCon

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

#3 2012-08-19 18:03:34

ender
Member
From: Cracow, Poland
Registered: 2012-06-25
Posts: 5

Re: XfCon

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 smile

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

Board footer

Powered by FluxBB