Fischx / wmii

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

title bar is empty on ubuntu 10.04 lucid #221

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install ubuntu lucid
2. install wmii 3.9.2
3. invoke a terminal

What is the expected result? 

there should be text on the title bar, of course.

What do you see instead?

nothing empty title bars

What version of the product are you using (wmii -v)? 

$ wmii -v
wmii-3.9.2, ©2010 Kris Maglione

On what operating
system (uname -a)?

$ uname -an
Linux bg-mis-u10 2.6.32-24-server #42-Ubuntu SMP Fri Aug 20 15:38:55 UTC 2010 
x86_64 GNU/Linux

Please provide any additional information below.

not sure if this is related, but the print screen button does not work too.  
note, using ubuntu hardy heron however, i do not have these problems.

Original issue reported on code.google.com by botp...@gmail.com on 15 Sep 2010 at 5:26

GoogleCodeExporter commented 8 years ago
Are you sure that this is a wmii-related problem, and not due to your terminal 
or shell profile? Do you see a title in other window managers? What does `wmiir 
read /client/sel/label` say? What does the following do?

  printf '\033];Foo title\007'; sleep 10

Original comment by maglion...@gmail.com on 15 Sep 2010 at 5:35

GoogleCodeExporter commented 8 years ago
Are you sure that this is a wmii-related problem, and not due to your terminal 
or shell profile? Do you see a title in other window managers? What does `wmiir 
read /client/sel/label` say? What does the following do?

  printf '\033];Foo title\007'; sleep 10

Original comment by maglion...@gmail.com on 15 Sep 2010 at 5:35

GoogleCodeExporter commented 8 years ago
> Are you sure that this is a wmii-related problem, and not due to your
> terminal or shell profile? Do you see a title in other window managers?

i'll have to reboot and select gnome session for this. will reply thereafter.

> What does `wmiir read /client/sel/label` say?

$ wmiir read /client/sel/label
botp@bg-mis-u10:~

it says nothing i guess

What does the following do?
>
>  printf '\033];Foo title\007'; sleep 10

$ printf '\033];Foo title\007'; sleep 10

nothing. what should i expect on that case?

thank you Kris.
best regards,
-botp

ps: terrible. i replied to the robot mail.. grrrrr

Original comment by botp...@gmail.com on 15 Sep 2010 at 5:58

GoogleCodeExporter commented 8 years ago
botp wrote> i'll have to reboot and select gnome session for this. will reply 
thereafter.

ok just tested in gnome session: the title bars are showing a title indeed.  
note, i've tested both gnome-terminal and xterm.

thanks and best regards -botp

Original comment by botp...@gmail.com on 15 Sep 2010 at 6:01

GoogleCodeExporter commented 8 years ago
btw, title bar applies to all window bars, ie all window title are blank. eg 
running a browser or document still returns blank title bars. the bar is there 
but nothing, just a square at left hand side..

Original comment by botp...@gmail.com on 15 Sep 2010 at 6:05

GoogleCodeExporter commented 8 years ago
Hi Kris,

i tried and compared the ff against my wmii on ubuntu 8.04 hh.

> What does `wmiir read /client/sel/label` say?

$ wmiir read /client/sel/label
botp@jedi2: ~botp@jedi2:~

same. it says. btw the line after the command is my prompt. 

What does the following do? >  printf '\033];Foo title\007'; sleep 10

hardy displays the text "Foo title" for 10 sec

this differs with my 10.04 LL wc displays nothing.

hope i can help you help me.

thanks and best regards -botp

Original comment by botp...@gmail.com on 15 Sep 2010 at 1:02

GoogleCodeExporter commented 8 years ago
hi, i had kind of same problem because my default term was some gnome-terminal;
i switched to urxvt and now everything works seamlessly

Original comment by kali...@gmx.net on 14 Dec 2010 at 3:08

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
@botp does this issue still occur with Ubuntu 10.10 and wmii-hg?

Original comment by sun...@gmail.com on 19 Sep 2011 at 8:11

GoogleCodeExporter commented 8 years ago
No version information or response from reporter.

Original comment by maglion...@gmail.com on 19 Sep 2011 at 8:16

GoogleCodeExporter commented 8 years ago
i did a pristine install of 10.04 and 10.10 and got same results.  no title bar.

i also just installed 10.04 on a lenovo notebook and got same result:
empty titles on window. Also the tab key is not functioning well on
the menu. If i press tab, it just selects the first option and does
not move further on the other choices.

nonetheless, i luv wmii. it was one of the reasons why i would not
move to ubuntu to 10.04...

thank you and kind regards -botp

Original comment by botp...@gmail.com on 20 Sep 2011 at 10:20

GoogleCodeExporter commented 8 years ago
What locale are you running under?

What font are you using for wmii?

Do dmenu and wimenu draw text correctly?  (Try `ls | dmenu` and `ls | wimenu` 
in a shell.)

Original comment by sun...@gmail.com on 20 Sep 2011 at 5:46

GoogleCodeExporter commented 8 years ago
I just tried with an 11.04 chroot and titlebars work fine in 
xterm and urxvt, tab works fine in wimenu. It's possible that 
your font is invalid and wmii is unable to find a fallback on 
your system, though in that case wmii should abort.

Original comment by maglion...@gmail.com on 20 Sep 2011 at 7:55

GoogleCodeExporter commented 8 years ago
i get the ff
1 for dmenu: a warning - no locale support
2 for wimenu: wimenu -command not found

hmmm..

Original comment by botp...@gmail.com on 21 Sep 2011 at 10:53

GoogleCodeExporter commented 8 years ago
Comment #14 on issue 221 by botp...@gmail.com
> 1 for dmenu: a warning - no locale support

Not interested in dmenu.

> 2 for wimenu: wimenu -command not found

Oh? What ancient version of wmii are you using?

Original comment by maglion...@gmail.com on 21 Sep 2011 at 3:56

GoogleCodeExporter commented 8 years ago
arggh, my bad. i thought 10.04 was using latest wmii. i upgraded wmii
using your ppa repository and sure enough the command went fine. Even
the tabs are now working as expected.

unfortunately, the title bars are still empty, even the stack number
indicators at the right side still do not show up. btw the box
character at the right side does show up. i can send you a screenshot
if you want.

thank you for the support, maglione.
best regards -botp

Original comment by botp...@gmail.com on 22 Sep 2011 at 12:37

GoogleCodeExporter commented 8 years ago
A screenshot would be useful, yes.

Original comment by maglion...@gmail.com on 22 Sep 2011 at 12:43

GoogleCodeExporter commented 8 years ago
attached
thank you and kind regards -botp

Original comment by botp...@gmail.com on 22 Sep 2011 at 7:59

GoogleCodeExporter commented 8 years ago
hi magleone, i also include my environs and .bashrc if it matter

Original comment by botp...@gmail.com on 22 Sep 2011 at 8:15

GoogleCodeExporter commented 8 years ago
botp, I think you sent your files as e-mail attachments.

Please upload your attachments to the issue page instead:

http://code.google.com/p/wmii/issues/detail?id=221

Thanks.

Original comment by sun...@gmail.com on 22 Sep 2011 at 9:33

GoogleCodeExporter commented 8 years ago
screenshot and other files attached

Original comment by botp...@gmail.com on 22 Sep 2011 at 2:48

Attachments:

GoogleCodeExporter commented 8 years ago
hi magleone,

i think we fix the blank title issue.  I set all default locale
settings to "en_PH.UTF-8".
in other words,

botp@nb:~$ cat /etc/default/locale
LANG=en_PH.UTF-8
LANGUAGE=en_PH:en
LC_CTYPE="en_PH.UTF-8"
LC_NUMERIC="en_PH.UTF-8"
LC_TIME="en_PH.UTF-8"
LC_COLLATE="en_PH.UTF-8"
LC_MONETARY="en_PH.UTF-8"
LC_MESSAGES="en_PH.UTF-8"
LC_PAPER="en_PH.UTF-8"
LC_NAME="en_PH.UTF-8"
LC_ADDRESS="en_PH.UTF-8"
LC_TELEPHONE="en_PH.UTF-8"
LC_MEASUREMENT="en_PH.UTF-8"
LC_IDENTIFICATION="en_PH.UTF-8"
LC_ALL=

logoff/logon, and voila.  don't know why it works though. i guessed it
was safe to assume that one be consistent with the default locale.

i have minor quirk though, the title bar for the terminal shows
"Terminal".  I'd like to add/append my prompt in the text so that it
should read something like "Terminal:botp@nb:~$".  other than that,
everything works perfect now.

thank you for the support
best regards -botp

Original comment by botp...@gmail.com on 22 Sep 2011 at 3:46

GoogleCodeExporter commented 8 years ago
pls ignore that last request. i think i got it.
-botp

Original comment by botp...@gmail.com on 22 Sep 2011 at 4:26

GoogleCodeExporter commented 8 years ago
Alright, problem was indeed a locale issue.  Closing.

P.S. botp, you can run `locale` in a terminal window.

Original comment by sun...@gmail.com on 22 Sep 2011 at 5:57

GoogleCodeExporter commented 8 years ago
indeed. my default install of ubuntu10.04 only contains the ff on the
locale default file.

LANG=en_PH.UTF-8
LANGUAGE=en_PH:en

so it made me wonder, any process is free to choose any locale setting
for other attributes/categories, like  LC_CTYPE eg. Forcing all
categories have a default value solves the problem in my case.

many thanks for the help/hints/tips, magleone. and thanks for wmii too.
and sorry for the noises too.

best regards -botp

Original comment by botp...@gmail.com on 23 Sep 2011 at 2:49