Any positive/successful experiences with PROGMEM, PSTR() and F() on a Yun?

Has anyone been successful. with a Yun (code adapted to use printf()) in storing strings (without format specifiers) in program memory and getting them displayed without corruption?

http://playground.arduino.cc/Main/Printf

Is this memory-saving technique known-to-work on a Yun, or are there special considerations? Any Bugs? (Besides just in my code)

(Not posting a specific example yet... just want to know if people ARE successfully using this on a Yun with printf("%s", F("MY Text")) or similar. I've used it in the past, but my first try on the yun was miserable.

Thanks

I am relying heavy on them. And I use them on yun.
It takes some practice to understand. But one understood problems can easily be fixed.

Best regards
Jantje

lcd.print(F("Starting Linux")); works perfectly on my Yun