A weird icon appears when awn runs from startup
I run AWN in ubuntu fesity with gnome. I added this comand to my sessions: avant-window-
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Awn Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2007-08-10
- Last reply:
- 2007-08-18
Do you have a composite manager like Compiz Fusion or Beryl? Awn requires a composite manager. If you have one, it is possible that Awn runs before Compiz/Beryl and that causes the white box. This can be solved by creating a delay before starting Awn. Create a script like this:
#!/bin/bash
sleep 10
avant-window-
Make the script executable and replace avant-window-
adenosin_trifosfato (silvag7) said : | #2 |
I made my script like this:
#!/bin/bash
compiz --replace
sleep 10
avant-window-
Its called special.sh, so I added "sh special.sh" to sessions and compiz fusion starts but avant won't even show up.
Does Awn work when you run it from terminal? If not, what does it print out?
adenosin_trifosfato (silvag7) said : | #4 |
I want to mention that I had another problem. I had a white vertical line over the bar on the left side of my garbage bin. I read in other forums that some other people had that problem and all of them said that it was a tiny bug that would get fixed on the newer versions, but I fixed it ;-D. In my case I still use the gnome panel and I had a notification area on the panel and on awn, so I disabled the one on gnome panel and the white line is gone.
Now about the bar not showing, if I type avant-window-
APPLET : /usr/lib/
APPLET : /usr/lib/
APPLET : /usr/lib/
##This line appears like 10 times consecutively##
(avant-
(avant-
New width = 58
(avant-
Edit your script to look like this:
#!/bin/bash
compiz --replace &
sleep 10
avant-window-
You need that ampersand after "compiz --replace" because otherwise the script won't ever run avant-window-
adenosin_trifosfato (silvag7) said : | #6 |
I tried that and it worked, I even added another line so conky will start too. After trying lots of different sleep times this one had the best performance:
#!/bin/bash
compiz --replace &
sleep 5
avant-window-
sleep 1
conky
But the white square appeared again, the good new is that now it does something. It's the notification area... It is showing even when nothing is there. So this is the way it's supposed to be?
Notification area works only if you remove the notification area from your gnome panel. You have to restart Awn after that to get it work.
adenosin_trifosfato (silvag7) said : | #8 |
Yeah I mentioned that above in this post, AWN works but that blank square stays even when there is nothing in the notification area.
see pic: http://
That blank square is the notification area.
Can you help with this problem?
Provide an answer of your own, or ask adenosin_trifosfato for more information if necessary.