Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: SamK on January 16, 2013, 06:01:18 AM

Title: Flnotify Fails to Produce On-Screen Display
Post by: SamK on January 16, 2013, 06:01:18 AM
TC v4.7.3
Flnotify v0.8.1

Code: [Select]
flnotify "say hi"A notification area is not shown although the default 5 second countdown occurs.
Title: Re: Flnotify Fails to Produce On-Screen Display
Post by: curaga on January 16, 2013, 01:23:46 PM
Can't reproduce, I see it fine on 4.7.3:
(http://i46.tinypic.com/5kqflz.png)
Title: Re: Flnotify Fails to Produce On-Screen Display
Post by: Rich on January 17, 2013, 09:08:16 AM
Hi SamK
Does:
Code: [Select]
ldd `which flnotify`report anything?
Title: Re: Flnotify Fails to Produce On-Screen Display
Post by: SamK on January 17, 2013, 10:15:06 AM
Can't reproduce, I see it fine on 4.7.3:
The problem is present depending upon the WM used.

Booting in cloud mode via CorePlus-4.7.3.iso, downloading flnotify, issuing command
Code: [Select]
flnotify -c "Hi There"produces the following results:

Success
FLWM Topside
JWM

Failure
Fluxbox
Hackedbox
ICEWM
Openbox
Title: Re: Flnotify Fails to Produce On-Screen Display
Post by: tinypoodle on January 17, 2013, 03:28:59 PM
For diagnostic purposes you could check what happens without a WM with something like:
Code: [Select]
Xvesa :1 -screen 640x480x8 & flnotify -display :1 test
Needs to be run from a VT, not X
For shortscreens geometry may need adaption
Title: Re: Flnotify Fails to Produce On-Screen Display
Post by: curaga on January 18, 2013, 03:05:32 PM
I gave flnotify some much needed updates. Please test the latest version, seems to work fine here on fluxbox.
Title: Re: Flnotify Fails to Produce On-Screen Display
Post by: SamK on January 19, 2013, 05:54:58 AM
Please test the latest version...
Tested by booting in cloud mode via CorePlus-4.7.3.iso.  All WMs produced a notifcation as expected.  Thanks.

One issue is seen when downloading flnotify for each WM test.  Apps-->Status field consistently reports "flnotify Failed.".  Despite the message, the app successfully downloads and is able to be manually loaded.
Title: Re: Flnotify Fails to Produce On-Screen Display
Post by: curaga on January 19, 2013, 10:38:28 AM
Thanks, that one should be ok now too.