On Fri, Apr 19, 2019 at 11:41 AM Leland Carlye via desktop-devel-list
<desktop-devel-list@gnome.org> wrote:
>
> Hi!. I'm having this issue when building gnome-terminal in jhbuild (jhbuild 
> run gnome-terminal) in Ubuntu
>
> me@ubuntu:~/jhbuild/checkout/gnome-terminal$ jhbuild shell
> me@ubuntu:~/jhbuild/checkout/gnome-terminal$ gnome-terminal
> [...]
> # Error creating terminal: The name org.gnome.Terminal was not provided by 
> any .service files

gnome-terminal uses a client/server split, the latter is activated via
D-Bus. dbus-daemon generally doesn't
know about .service files installed in the jhbuild prefix, so it fails
to find it.

The following workaround should work:
me@ubuntu:~/jhbuild/checkout/gnome-terminal$
$JHBUILD_PREFIX/libexec/gnome-terminal-server & gnome-terminal

Cheers,
Florian
_______________________________________________
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Reply via email to