From 46a588a0b14bbf645ede7657d353740c606f6da2 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Thu, 11 Jun 2020 16:07:18 +0200 Subject: [PATCH] Rename "Nitpicker" service name to "Gui" Issue genodelabs/genode#3778 --- recipes/pkg/sdl_vnc/runtime | 2 +- recipes/pkg/ssh_client/runtime | 2 +- run/avconv.run | 2 +- run/flif.run | 4 ++-- run/julia_fractal.run | 2 +- run/log_fader.run | 12 ++++++------ run/nit_entropy.run | 6 +++--- run/nitpicker_app.inc | 10 +++++----- run/qt5_avplay.run | 2 +- run/sdl_opengl.inc | 2 +- src/app/qt_avplay/avplay_slave.h | 2 +- src/server/flif_capture/README | 4 ++-- 12 files changed, 25 insertions(+), 25 deletions(-) diff --git a/recipes/pkg/sdl_vnc/runtime b/recipes/pkg/sdl_vnc/runtime index b9ca4af..ddcea93 100644 --- a/recipes/pkg/sdl_vnc/runtime +++ b/recipes/pkg/sdl_vnc/runtime @@ -16,7 +16,7 @@ - + diff --git a/recipes/pkg/ssh_client/runtime b/recipes/pkg/ssh_client/runtime index b4eda4c..05e132f 100644 --- a/recipes/pkg/ssh_client/runtime +++ b/recipes/pkg/ssh_client/runtime @@ -37,7 +37,7 @@ - + diff --git a/run/avconv.run b/run/avconv.run index a0b8713..11f9334 100644 --- a/run/avconv.run +++ b/run/avconv.run @@ -116,7 +116,7 @@ append config { - + diff --git a/run/flif.run b/run/flif.run index 423b8ba..7cb821a 100644 --- a/run/flif.run +++ b/run/flif.run @@ -52,7 +52,7 @@ install_config { - + @@ -65,7 +65,7 @@ install_config { - + diff --git a/run/julia_fractal.run b/run/julia_fractal.run index c0b38fc..6d3e901 100644 --- a/run/julia_fractal.run +++ b/run/julia_fractal.run @@ -2,7 +2,7 @@ set app_config { - + } diff --git a/run/log_fader.run b/run/log_fader.run index f1489cb..57e0af4 100644 --- a/run/log_fader.run +++ b/run/log_fader.run @@ -57,7 +57,7 @@ append config { - + @@ -138,7 +138,7 @@ append config { - + @@ -165,7 +165,7 @@ append config { - + @@ -204,11 +204,11 @@ append config { - + - + @@ -221,7 +221,7 @@ append config { - + diff --git a/run/nit_entropy.run b/run/nit_entropy.run index a4aac76..0801705 100644 --- a/run/nit_entropy.run +++ b/run/nit_entropy.run @@ -18,7 +18,7 @@ append config { - + @@ -47,7 +47,7 @@ append config { - + @@ -68,7 +68,7 @@ append config { - + diff --git a/run/nitpicker_app.inc b/run/nitpicker_app.inc index d3adf20..8e87d95 100644 --- a/run/nitpicker_app.inc +++ b/run/nitpicker_app.inc @@ -41,7 +41,7 @@ install_config { - + @@ -69,7 +69,7 @@ install_config { - + @@ -82,7 +82,7 @@ install_config { - + @@ -90,10 +90,10 @@ install_config { - + - + diff --git a/run/qt5_avplay.run b/run/qt5_avplay.run index d7610fd..447d132 100644 --- a/run/qt5_avplay.run +++ b/run/qt5_avplay.run @@ -67,7 +67,7 @@ append config { - + diff --git a/run/sdl_opengl.inc b/run/sdl_opengl.inc index 491eeed..4e5a776 100644 --- a/run/sdl_opengl.inc +++ b/run/sdl_opengl.inc @@ -85,7 +85,7 @@ append config { - + diff --git a/src/app/qt_avplay/avplay_slave.h b/src/app/qt_avplay/avplay_slave.h index 0bff965..067af82 100644 --- a/src/app/qt_avplay/avplay_slave.h +++ b/src/app/qt_avplay/avplay_slave.h @@ -120,7 +120,7 @@ class Avplay_slave : public QObject Genode::Service &_matching_service(Genode::Service::Name const &name) { - if (name == "Nitpicker") + if (name == "Gui") return _nitpicker_service; throw Genode::Service_denied(); diff --git a/src/server/flif_capture/README b/src/server/flif_capture/README index 8fb1115..265c390 100644 --- a/src/server/flif_capture/README +++ b/src/server/flif_capture/README @@ -7,8 +7,8 @@ Usage ----- Only few Genode components make direct 'Input' and 'Framebuffer' connections, -the recommendation is to use these session bundled in a 'Nitpicker' connection. -Therefore to screenshot 'Nitpicker' clients a Nitpicker server must be running +the recommendation is to use these session bundled in a 'Gui' connection. +Therefore to screenshot 'Gui' clients a GUI server must be running as a client of the 'flif_capture' server, and a window manager may be necessary as well. The 'flif_capture', 'nitpicker', and 'wm' stack may be hosted recursively by using the 'nit_fb' server beneath 'flif_capture'.