WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Flnotify Fails to Produce On-Screen Display  (Read 2804 times)

Offline SamK

  • Hero Member
  • *****
  • Posts: 713
Flnotify Fails to Produce On-Screen Display
« 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.

Online curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11041
Re: Flnotify Fails to Produce On-Screen Display
« Reply #1 on: January 16, 2013, 01:23:46 PM »
Can't reproduce, I see it fine on 4.7.3:
The only barriers that can stop you are the ones you create yourself.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11573
Re: Flnotify Fails to Produce On-Screen Display
« Reply #2 on: January 17, 2013, 09:08:16 AM »
Hi SamK
Does:
Code: [Select]
ldd `which flnotify`report anything?

Offline SamK

  • Hero Member
  • *****
  • Posts: 713
Re: Flnotify Fails to Produce On-Screen Display
« Reply #3 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

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Flnotify Fails to Produce On-Screen Display
« Reply #4 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
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Online curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11041
Re: Flnotify Fails to Produce On-Screen Display
« Reply #5 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.
The only barriers that can stop you are the ones you create yourself.

Offline SamK

  • Hero Member
  • *****
  • Posts: 713
Re: Flnotify Fails to Produce On-Screen Display
« Reply #6 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.

Online curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11041
Re: Flnotify Fails to Produce On-Screen Display
« Reply #7 on: January 19, 2013, 10:38:28 AM »
Thanks, that one should be ok now too.
The only barriers that can stop you are the ones you create yourself.