Roberto Winter wrote:
hi all!
I downloaded and compiled the newest enlightenment 0.16.8 from
sourceforge. now there is one thing bugging me:

$ eesh "group_op 0x2e00012 remove 2961739"
Error: no such operation: remove

but:
$ eesh
help group_op
Enlightenment IPC Commands Help
----------------------------------------
          group_op  gop: Group operations
----------------------------------------
use "group_op <windowid> <property> [<value>]" to perform group
operations on a window.
Available group_op commands are:
  group_op <windowid> start
  group_op <windowid> add [<group_index>]
  group_op <windowid> remove [<group_index>]
  group_op <windowid> break [<group_index>]
  group_op <windowid> showhide

Is this a bug or something changed with the syntax?

It's a bug in the help text. "remove" should be "del".

there is also something I'd like to ask... I have a script I'd like to
run _after_ everything X related is running (enlightenment, remembered
apps, etc) I used the:

$ eesh set misc.session.cmd_start <script>

but enlightenment seems to hang... I don't think this is an
enlightenment problem since the script runs xmms and tries to use eesh
to find the window_id. The thing is, this is done in a loop, so maybe
because enlightenment is starting the script never leaves the loop and
enlightenment can't resume the start-up process. Is this correct? Is
there a way to run something after enlightenment has started?

The startup script has to exit. It is run before the "remembered"
programs are started. You could spawn off some other shell script from
there. What is it you want to do to xmms?

I also tried using composite, but... well... the windows got all funny
and misbehaved when I ran xcompmgr:
- stacking a window "Below" and then putting another one "On Top" that
overlaps this window makes shading and unshading (if shading animation
is turned off) not work, the window on top unshades only to the
extents of the border it had when shaded. See attached image
not_unshading.jpg: the mess on the left is the "unshaded" pager, but
you only see the image in the are where the border was, the rest is
not displayed.
- animated shading/unshading gets pretty messy! check the image attached.

Which image :)
I assume you don't actually mean xcompmgr, but the built-in one.
I believe (not sure) the shading problems are caused by a bug in xorg. I
thought it might be fixed in 6.8.2, but apparently not. There is a fix
to work around this problem:
$ eesh set compmgr.resize_fix_enable 1

guess I'll have turn that off for now.... :(

I'm using: X.org 6.8.2, enlightenment 0.6.18 (code last updated: 03/26
12:12), nvidia 5600 with driver 7167, kernel 2.6.9 and Debian
unstable.


/Kim


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to