You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that since it Meson is installing to `/usr/local`, Meson will ask you to use `sudo` to elevate privileges to install.
75
+
Note that since Meson is installing to `/usr/local`, it will ask you to use
76
+
`sudo` to elevate privileges to install.
74
77
75
-
The first time you run this, you must log out and log back in again to restart the D-Bus session bus for it to automatically start the D-Bus services on-demand.
78
+
## Running the installed server
76
79
77
-
### Testing with Firefox Web Add-On
80
+
When using the installed server, systemd or D-Bus should take care of starting
81
+
the services on demand, so you don't need to start it manually.
78
82
79
-
Note: If you are testing the Firefox web extension, you will need to link the native messaging manifest to your home directory, since Firefox does not read from `/usr/local`:
83
+
The first time you install this, though, you must log out and log back in again
84
+
for the service activation files to take effect.
85
+
86
+
## Testing installed builds with Firefox Web Add-On
87
+
88
+
Note: If you are testing the Firefox web extension, you will need to link the
89
+
native messaging manifest to your home directory, since Firefox does not read
0 commit comments