canonical / ubuntu-frame

The foundation for many embedded graphical display implementations
GNU General Public License v3.0
156 stars 21 forks source link

If the containing directory of `diagnostic-path` is deleted and recreated content is not displayed #102

Open AlanGriffiths opened 1 year ago

AlanGriffiths commented 1 year ago

Not urgent, as this isn't a usecase we need, but...

$ mkdir existing
$ cmake-build-debug/frame --diagnostic-path existing/tmp&
$ echo plover > existing/tmp
[displays "plover"]
$ rm -rf existing/
[displays greyscale]
$ mkdir existing
$ echo plover > existing/tmp
[displays greyscale]