Page 1 of 1

Chickenwings shows assorted OSD messages (Solved)

Posted: Mon Aug 31, 2015 3:12 am
by nassausky
I see that chickenwings has a tray button configured in ~/.jwmrc that displays PLY on the lower right and when clicked, it starts playstream which in turn starts a stream and displays an on screen message Buffering http://voxsc1.somafm.com:8880.

I see that ~/.playstream file which has the stream address in it. Not sure how to enable the on screen display BUFFERING message. Is it a library that needs to be added that enables the on screen display since I tried adding it to the academy build after installing the jwm window manager. I did notice that adding xosd-bin did enable the SYS osd from the jwm tray button.

Ty

Re: Chickenwings shows assorted OSD messages (Solved)

Posted: Tue Sep 01, 2015 2:04 am
by nassausky
OK got it playstream is a script and not compiled code. Both PLY and SYS from the tray buttons use osd_cat with displays messages to the x display.

Turns out the line to echo the buffering site was remarked out. Also did some research on making the font larger. Academy was missing a couple things:

Code: Select all

$sudo apt-get install xosd-bin
#which has osd_cat command and 
$sudo apt-get install xfonts-100dpi
then from this post http://linuxbbq.org/bbs/viewtopic.php?f ... nts#p36883

Code: Select all

$sudo fc-cache -fs
$sudo mkfontscale /usr/share/fonts/local
$sudo mkfontdir /usr/share/fonts/local

$xset +fp /usr/share/fonts/local
$xset fp rehash
Then restart X (I used Ctrl-Alt-Backspace)

Re: Chickenwings shows assorted OSD messages (Solved)

Posted: Tue Sep 01, 2015 7:59 am
by wuxmedia
Ahh, my favourite type of support questions: self answered ones :)

Re: Chickenwings shows assorted OSD messages (Solved)

Posted: Tue Sep 01, 2015 5:29 pm
by nassausky
Oh I don't mind them so much when I don't grow any new grey hairs haha.

BTW osd_cat is pretty cool how it is a timed on screen display which you can scrape and paste any kind of data you want on the X desktop

Re: Chickenwings shows assorted OSD messages (Solved)

Posted: Tue Sep 01, 2015 7:04 pm
by pidsley
nassausky wrote:BTW osd_cat is pretty cool how it is a timed on screen display which you can scrape and paste any kind of data you want on the X desktop
http://linuxbbq.org/bbs/viewtopic.php?f=19&t=1135