jerluc / wmii

Automatically exported from code.google.com/p/wmii
MIT License
0 stars 0 forks source link

Python wmiirc menu not working (issue 132) #139

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Same as issue 132

What steps will reproduce the problem?
1. Using python wmiirc.py
2. Mod + a/p 
3.

What is the expected output? What do you see instead?
Expect to see menu but nothing happens bar cursor changing from pointer 
style to text input style.

What version of the product are you using (wmii -v)? On what operating
system?
wmii -v 2547
Python 2.6.3
Linux(Arch)

Please provide any additional information below.
Virtually all other bindings work fine, M+n/b, M+i/o etc. No error output 
is shown in custom log.

Original issue reported on code.google.com by rusty.a...@googlemail.com on 14 Oct 2009 at 7:06

GoogleCodeExporter commented 9 years ago
Does wimenu work on its own? (echo foo | wimenu) If not, make sure you make 
clean
before you build.

Original comment by maglion...@gmail.com on 14 Oct 2009 at 7:51

GoogleCodeExporter commented 9 years ago
Yep, echo foo | wimenu works as intended, as does tabbng to foo. 

Original comment by rusty.a...@googlemail.com on 14 Oct 2009 at 8:15

GoogleCodeExporter commented 9 years ago
What about: ls -lh ~/.wmii-hg/history.*

Original comment by maglion...@gmail.com on 14 Oct 2009 at 8:43

GoogleCodeExporter commented 9 years ago
Permisssions were/are 600 for any history.* Changing it to 640 or 644 gets 
reverted to 
600 when a new entry is made. 

-rw------- 1 rusty rusty 59 2009-10-14 21:10 .wmii-hg/history.action
-rw------- 1 rusty rusty 24 2009-10-14 20:38 .wmii-hg/history.prog
-rw------- 1 rusty rusty 12 2009-10-14 20:30 .wmii-hg/history.tag
-rw------- 1 rusty rusty 27 2009-10-14 22:21 .wmii-hg/history.tags

Original comment by rusty.a...@googlemail.com on 14 Oct 2009 at 9:25