I downloaded and built the latest agordejo on F36/Gnome (xorg).
* When I run `agordejo`
, no tray icon appears.
* During startup, I see the error message `nsmd: unrecognized option '--version'`
* However, a `ps -ef`
shows that `nmsd`
is running
The end of out put from starting with `agordejo -V`
:
```
[agordejo] INFO 2022-11-07 11:12:58,726 qtgui.sessiontreecontroller: Full View Session Chooser ready
[agordejo] INFO 2022-11-07 11:12:58,726 qtgui.opensessioncontroller: Full View Open Session Controller ready
nsmd: unrecognized option '--version'
[nsmd] ../src/nsmd.cpp:2285 main(): Session root is: /home/username/NSM Sessions
[nsmd] ../src/Endpoint.cpp:205 init(): Creating OSC server
```
ps:
```
$ ps -ef | grep nsm
username 14190 14173 0 11:12 pts/0 00:00:00 nsmd --version
```