Re: /usr/bin/gnome-terminal

2020-07-04 Thread Samuel Sieb
On 7/4/20 12:26 AM, Patrick Dupre wrote: On 7/3/20 3:03 AM, Patrick Dupre wrote: When I run /usr/bin/gnome-terminal I get: # _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’ # posix_spawn avoided (fd close requested) # Error constructing proxy for

Re: /usr/bin/gnome-terminal

2020-07-04 Thread Patrick Dupre
> > On 7/3/20 3:03 AM, Patrick Dupre wrote: > > When I run > > /usr/bin/gnome-terminal > > > > I get: > > # _g_io_module_get_default: Found default implementation local (GLocalVfs) > > for ‘gio-vfs’ > > # posix_spawn avoided (fd clo

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Samuel Sieb
On 7/3/20 3:03 AM, Patrick Dupre wrote: When I run /usr/bin/gnome-terminal I get: # _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’ # posix_spawn avoided (fd close requested) # Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Qiyu Yan
> > *Sent:* Friday, July 03, 2020 at 5:38 PM > *From:* "Qiyu Yan" > *To:* "Community support for Fedora users" > *Subject:* Re: /usr/bin/gnome-terminal > That is where exact where the problem exact is. Do you get a failu

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Patrick Dupre
echo /run/user/$(id -u) /run/user/0 or echo /run/user/$(id -u) /run/user/1000   ystemctl --user enable dbus-broker.service Failed to connect to bus: No such file or directory         Or maybe I am wrong, try setting  export XDG_RUNTIME_DIR=/run/user/$(id -u) And redo the systemd

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Patrick Dupre
t 5:38 PM From: "Qiyu Yan" To: "Community support for Fedora users" Subject: Re: /usr/bin/gnome-terminal That is where exact where the problem exact is. Do you get a failure state from systemd status and unable to start that?  

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Qiyu Yan
Or maybe I am wrong, try setting export XDG_RUNTIME_DIR=/run/user/$(id -u) And redo the systemd enable? Patrick Dupre 于 2020年7月3日周五 下午8:09写道: > Seem that you are on x forwarding? > > I think dbus-update-activation-environment should work here anyway, if a > systemd-user and a dbus-broker instanc

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Qiyu Yan
That is where exact where the problem exact is. Do you get a failure state from systemd status and unable to start that? I think such things should be reported to bugzilla. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an em

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Patrick Dupre
Seem that you are on x forwarding?   I think dbus-update-activation-environment should work here anyway, if a systemd-user and a dbus-broker instance is present.   I think doing  export $(dbus-launch) before starting gnome terminal will be a workaround, but you need to find out what makes

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Qiyu Yan
Seem that you are on x forwarding? I think dbus-update-activation-environment should work here anyway, if a systemd-user and a dbus-broker instance is present. I think doing export $(dbus-launch) before starting gnome terminal will be a workaround, but you need to find out what makes dbus-update-

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Patrick Dupre
Will dbus-launch gnome-terminal Work?   If that is not working, please describe your environment in details, I need more information.     it works, but # _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’ # _g_io_module_get_default: Found default imp

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Qiyu Yan
Will dbus-launch gnome-terminal Work? If that is not working, please describe your environment in details, I need more information. Patrick Dupre 于 2020年7月3日周五 下午6:49写道: > > > > > > gnome-terminal needs dbus to start. > > Do > > dbus-update-activation-environment --all --systemd > > before exec

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Patrick Dupre
> > gnome-terminal needs dbus to start. > Do > dbus-update-activation-environment --all --systemd > before exec gnome-terminal > ___ dbus-update-activation-environment --all --systemd dbus-update-activation-environment: error: unable to connect to D-Bus

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Qiyu Yan
gnome-terminal needs dbus to start. Do dbus-update-activation-environment --all --systemd before exec gnome-terminal ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of

/usr/bin/gnome-terminal

2020-07-03 Thread Patrick Dupre
Hello, When I run /usr/bin/gnome-terminal I get: # _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’ # posix_spawn avoided (fd close requested) # Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Failed to execute child process