containers / toolbox

Tool for interactive command line environments on Linux
https://containertoolbx.org/
Apache License 2.0
2.54k stars 218 forks source link

Does not work in Fedora Silverblue 30 (Solved: it's Tilix related problem) #215

Closed shaman007 closed 5 years ago

shaman007 commented 5 years ago

Fresh and updated installation of Fedora Silverblue 30

  1. $XDG_RUNTIME_DIR is not defined, so it tries to create /toolbox.
  2. gdbus call [...] want $DISPLAY which is not defined under Wayland.
shaman007 commented 5 years ago

Previous (0.10) version works.

juhp commented 5 years ago

That's strange. I actually did a fresh SB30 install in a VM this week and toolbox is working fine for me. Maybe you want to provide more details: Silverblue deployment timestamp, podman version, etc...

shaman007 commented 5 years ago
┬─[andrey.bondarenko@zipslack:~]─[10:59:20 AM]
╰─>$ rpm -qa|grep toolbox
toolbox-0.0.11-1.fc30.noarch
┬─[andrey.bondarenko@zipslack:~]─[10:59:25 AM]
╰─>$ rpm -qa|grep podman
podman-manpages-1.4.4-1.fc30.noarch
podman-1.4.4-1.fc30.x86_64
┬─[andrey.bondarenko@zipslack:~]─[10:59:34 AM]
╰─>$ 
┬─[andrey.bondarenko@zipslack:~]─[10:59:34 AM]
╰─>$ rpm-ostree status
State: idle
AutomaticUpdates: disabled
Deployments:
● ostree://fedora:fedora/30/x86_64/silverblue
                   Version: 30.20190708.0 (2019-07-08T00:43:42Z)
                BaseCommit: fec20ca6916a4b20365d6eaaaa1ae09a6d8cfacc215a0988c17c69dd4cd9e511
              GPGSignature: Valid signature by F1D8EC98F241AAF20DF69420EF3C111FCFC659B9
           LayeredPackages: cockpit cowsay fedora-workstation-repositories fish fortune-mod gcc git gnome-tweak-tool golang krb5-workstation mc nmap puppet ruby setroubleshoot strace torcs
                            twitter-twemoji-fonts vim
             LocalPackages: keybase-4.1.0.20190612201656.952fee6c59-1.x86_64 google-chrome-stable-75.0.3770.100-1.x86_64

  ostree://fedora:fedora/30/x86_64/silverblue
                   Version: 30.20190704.0 (2019-07-04T01:47:22Z)
                BaseCommit: 846d4b84b57ab1f354fd346aa586af1f1785b277d0bba23930a94ddcdafdf3cb
              GPGSignature: Valid signature by F1D8EC98F241AAF20DF69420EF3C111FCFC659B9
           LayeredPackages: cockpit cowsay fedora-workstation-repositories fish fortune-mod gcc git gnome-tweak-tool golang krb5-workstation mc nmap puppet ruby setroubleshoot strace torcs
                            twitter-twemoji-fonts vim
             LocalPackages: keybase-4.1.0.20190612201656.952fee6c59-1.x86_64 google-chrome-stable-75.0.3770.100-1.x86_64
┬─[andrey.bondarenko@zipslack:~]─[11:00:57 AM]
╰─>$
┬─[andrey.bondarenko@zipslack:~]─[11:03:15 AM]
╰─>$ toolbox -v enter
toolbox: resolved absolute path for /usr/bin/toolbox to /usr/bin/toolbox
toolbox: checking if /etc/subgid and /etc/subuid have entries for user andrey.bondarenko
toolbox: TOOLBOX_PATH is /usr/bin/toolbox
toolbox: checking if 'podman system migrate' exists
toolbox: Fedora generational core is f30
toolbox: base image is fedora-toolbox:30
toolbox: container is fedora-toolbox-30
toolbox: checking if container fedora-toolbox-30 exists
toolbox: calling org.freedesktop.Flatpak.SessionHelper.RequestSession
Error connecting: Failed to execute child process “dbus-launch” (No such file or directory)
toolbox: failed to call org.freedesktop.Flatpak.SessionHelper.RequestSession
┬─[andrey.bondarenko@zipslack:~]─[11:03:25 AM]
╰─>$ Downloads/toolbox-0.0.10/toolbox -v enter
toolbox: resolved absolute path for Downloads/toolbox-0.0.10/toolbox to /var/home/andrey.bondarenko/Downloads/toolbox-0.0.10/toolbox
toolbox: TOOLBOX_PATH is /var/home/andrey.bondarenko/Downloads/toolbox-0.0.10/toolbox
toolbox: checking if 'podman system migrate' exists
toolbox: migration not needed: 1.4.5-dev is unchanged
toolbox: Fedora generational core is f30
toolbox: base image is fedora-toolbox:30
toolbox: container is fedora-toolbox-30
toolbox: checking if container fedora-toolbox-30 exists
toolbox: trying to start container fedora-toolbox-30
toolbox: looking for /etc/profile.d/toolbox.sh in container fedora-toolbox-30
toolbox: /etc/profile.d/toolbox.sh already mounted in container fedora-toolbox-30
toolbox: creating list of environment variables to forward
toolbox: COLORTERM is unset
toolbox: DBUS_SESSION_BUS_ADDRESS is unset
toolbox: DBUS_SYSTEM_BUS_ADDRESS is unset
toolbox: DESKTOP_SESSION=gnome
toolbox: DISPLAY=:0
toolbox: LANG=en_US.UTF-8
toolbox: SHELL=/bin/sh
toolbox: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
toolbox: TERM=xterm-256color
toolbox: TOOLBOX_PATH is unset
toolbox: VTE_VERSION=5603
toolbox: WAYLAND_DISPLAY=wayland-0
toolbox: XDG_CURRENT_DESKTOP=GNOME
toolbox: XDG_DATA_DIRS is unset
toolbox: XDG_MENU_PREFIX=gnome-
toolbox: XDG_RUNTIME_DIR=/home/andrey.bondarenko/toolbox/
toolbox: XDG_SEAT=seat0
toolbox: XDG_SESSION_DESKTOP=gnome
toolbox: XDG_SESSION_ID=3
toolbox: XDG_SESSION_TYPE=wayland
toolbox: XDG_VTNR=2
toolbox: created options for environment variables to forward
--env=DESKTOP_SESSION=gnome --env=DISPLAY=:0 --env=LANG=en_US.UTF-8 --env=SHELL=/bin/sh --env=SSH_AUTH_SOCK=/run/user/1000/keyring/ssh --env=TERM=xterm-256color --env=VTE_VERSION=5603 --env=WAYLAND_DISPLAY=wayland-0 --env=XDG_CURRENT_DESKTOP=GNOME --env=XDG_MENU_PREFIX=gnome- --env=XDG_RUNTIME_DIR=/home/andrey.bondarenko/toolbox/ --env=XDG_SEAT=seat0 --env=XDG_SESSION_DESKTOP=gnome --env=XDG_SESSION_ID=3 --env=XDG_SESSION_TYPE=wayland --env=XDG_VTNR=2
toolbox: looking for /bin/sh in container fedora-toolbox-30
toolbox: running in container fedora-toolbox-30:
toolbox: /bin/sh
toolbox: -l
debarshiray commented 5 years ago

Fresh and updated installation of Fedora Silverblue 30

Are you sure this is really a fresh and clean installation of Silverblue? Although, I do see the irony of asking a question like that because OSes like Silverblue are meant to be fresh and clean by definition. :)

1. $XDG_RUNTIME_DIR is not defined, so it tries to create /toolbox.

That seems really broken.

2. gdbus call [...] want $DISPLAY which is not defined under Wayland.

In the toolbox -v enter logs above, I do see that DISPLAY is defined as :0, which looks fine. However, this is really concerning:

Error connecting: Failed to execute child process “dbus-launch” (No such file or directory)

Do you really not have a working user D-Bus? What happens if use something like d-feet to poke at the user/session D-Bus?

shaman007 commented 5 years ago

Yes, it's a latest Silverblue, eventually, everybody should have exactly same Silverblue, as I understand.

dbus-launch is not there because dbus-x11 was not installed and there is no particular reason why it must be installed to use the toolbox. We can have headless workstation or wayland. By default install it was not there. OK, I am installing it, rebooting the host and now it's all completely broken, see my adventures:

─[andrey.bondarenko@zipslack:~]─[04:17:04 PM] ╰─>$ toolbox enter toolbox: unable to migrate containers: runtime directory not created ┬─[andrey.bondarenko@zipslack:~]─[04:17:10 PM] ╰─>$ export XDG_RUNTIME_DIR=/home/andrey.bondarenko/toolbox/ ┬─[andrey.bondarenko@zipslack:~]─[04:17:17 PM] ╰─>$ toolbox -v enter toolbox: resolved absolute path for /usr/bin/toolbox to /usr/bin/toolbox toolbox: checking if /etc/subgid and /etc/subuid have entries for user andrey.bondarenko toolbox: TOOLBOX_PATH is /usr/bin/toolbox toolbox: checking if 'podman system migrate' exists toolbox: migration not needed: 1.4.5-dev is unchanged toolbox: Fedora generational core is f30 toolbox: base image is fedora-toolbox:30 toolbox: container is fedora-toolbox-30 toolbox: checking if container fedora-toolbox-30 exists toolbox: calling org.freedesktop.Flatpak.SessionHelper.RequestSession Error connecting: Cannot autolaunch D-Bus without X11 $DISPLAY toolbox: failed to call org.freedesktop.Flatpak.SessionHelper.RequestSession ┬─[andrey.bondarenko@zipslack:~]─[04:17:20 PM] ╰─>$ export DISPLAY=:0 ┬─[andrey.bondarenko@zipslack:~]─[04:17:25 PM] ╰─>$ toolbox -v enter toolbox: resolved absolute path for /usr/bin/toolbox to /usr/bin/toolbox toolbox: checking if /etc/subgid and /etc/subuid have entries for user andrey.bondarenko toolbox: TOOLBOX_PATH is /usr/bin/toolbox toolbox: checking if 'podman system migrate' exists toolbox: migration not needed: 1.4.5-dev is unchanged toolbox: Fedora generational core is f30 toolbox: base image is fedora-toolbox:30 toolbox: container is fedora-toolbox-30 toolbox: checking if container fedora-toolbox-30 exists toolbox: calling org.freedesktop.Flatpak.SessionHelper.RequestSession toolbox: trying to start container fedora-toolbox-30 toolbox: looking for /etc/profile.d/toolbox.sh in container fedora-toolbox-30 Error: unable to find user andrey.bondarenko: no matching entries in passwd file toolbox: checking if 'podman cp' supports --pause toolbox: 'podman cp' supports --pause toolbox: copying /etc/profile.d/toolbox.sh to container fedora-toolbox-30 Error: cannot exec into container that is not running: container state improper toolbox: unable to chown /etc/profile.d/toolbox.sh in container fedora-toolbox-30 ┬─[andrey.bondarenko@zipslack:~]─[04:17:36 PM] ╰─>$ Downloads/toolbox-0.0.10/toolbox -v enter toolbox: resolved absolute path for Downloads/toolbox-0.0.10/toolbox to /var/home/andrey.bondarenko/Downloads/toolbox-0.0.10/toolbox toolbox: TOOLBOX_PATH is /var/home/andrey.bondarenko/Downloads/toolbox-0.0.10/toolbox toolbox: checking if 'podman system migrate' exists toolbox: migration not needed: 1.4.5-dev is unchanged toolbox: Fedora generational core is f30 toolbox: base image is fedora-toolbox:30 toolbox: container is fedora-toolbox-30 toolbox: checking if container fedora-toolbox-30 exists toolbox: trying to start container fedora-toolbox-30 toolbox: looking for /etc/profile.d/toolbox.sh in container fedora-toolbox-30 Error: unable to find user andrey.bondarenko: no matching entries in passwd file toolbox: copying /etc/profile.d/toolbox.sh to container fedora-toolbox-30 Error: cannot exec into container that is not running: container state improper toolbox: unable to chown /etc/profile.d/toolbox.sh in container fedora-toolbox-30 ┬─[andrey.bondarenko@zipslack:~]─[04:17:42 PM] ╰─>$

┬─[andrey.bondarenko@zipslack:~]─[04:17:42 PM] ╰─>$ podman ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 38b01f6511fe registry.fedoraproject.org/f30/fedora-toolbox:30 toolbox --verbose... 3 minutes ago Exited (1) About a minute ago fedora-toolbox-30 4a1b686c4719 docker.io/library/fedora:30 dnf provides dbus... 11 minutes ago Exited (0) 10 minutes ago flamboyant_lederberg 30a49fb8981b docker.io/library/fedora:30 /bin/bash 14 minutes ago Exited (0) 14 minutes ago elegant_morse ┬─[andrey.bondarenko@zipslack:~]─[04:19:15 PM]

On Tue, Jul 9, 2019 at 3:58 PM Debarshi Ray notifications@github.com wrote:

Fresh and updated installation of Fedora Silverblue 30

Are you sure this is really a fresh and clean installation of Silverblue? Although, I do see the irony of asking a question like that because OSes like Silverblue are meant to be fresh and clean by definition. :)

  1. $XDG_RUNTIME_DIR is not defined, so it tries to create /toolbox.

That seems really broken.

  1. gdbus call [...] want $DISPLAY which is not defined under Wayland.

In the toolbox -v enter logs above, I do see that DISPLAY is defined as :0, which looks fine. However, this is really concerning:

Error connecting: Failed to execute child process “dbus-launch” (No such file or directory)

Do you really not have a working user D-Bus? What happens if use something like d-feet to poke at the user/session D-Bus?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/debarshiray/toolbox/issues/215?email_source=notifications&email_token=ABUQHIE57VTP4BCPPNXFYL3P6SKQFA5CNFSM4H53PTBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZQLGHY#issuecomment-509653791, or mute the thread https://github.com/notifications/unsubscribe-auth/ABUQHIE4ZX4W4GODS4ESBODP6SKQFANCNFSM4H53PTBA .

--

With best regards, Andrey Bondarenkomail:me@andreybondarenko.comhttps://andreybondarenko.com skype:andrey.bondarenko phone, Telegram, WhatsApp, etc:+420-773-591-443

7758 40AC 88CC 96C9 0C9A 9EE4 3B72 547B 7538 D41B

shaman007 commented 5 years ago

I think I found the root case. Env differs in Tilix and Gnome Treminal, that is unexpected for me. See diff of the env output:

┬─[andrey.bondarenko@zipslack:~]─[02:44:39 PM] ╰─>$ diff gteminal.txt tilix.txt 1,2d0 < COLORTERM=truecolor < DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus 4c2,3 < DISPLAY=:0

FLATPAK_ID=com.gexperts.Tilix

FLATPAK_SANDBOX_DIR=/home/andrey.bondarenko/.var/app/com.gexperts.Tilix/sandbox 7,10d5 < GJS_DEBUG_OUTPUT=stderr < GJS_DEBUG_TOPICS=JS ERROR;JS LOG < GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/435e48b7_0e28_408e_b2ab_5787a88ee589 < GNOME_TERMINAL_SERVICE=:1.131 11a7,8 INVOCATION_ID=8311eb4483c34f4a9e9e72b6fea148d9 JOURNAL_STREAM=9:119049 14c11,14 < PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin

LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:.tar=01;31:.tgz=01;31:.arc=01;31:.arj=01;31:.taz=01;31:.lha=01;31:.lz4=01;31:.lzh=01;31:.lzma=01;31:.tlz=01;31:.txz=01;31:.tzo=01;31:.t7z=01;31:.zip=01;31:.z=01;31:.dz=01;31:.gz=01;31:.lrz=01;31:.lz=01;31:.lzo=01;31:.xz=01;31:.zst=01;31:.tzst=01;31:.bz2=01;31:.bz=01;31:.tbz=01;31:.tbz2=01;31:.tz=01;31:.deb=01;31:.rpm=01;31:.jar=01;31:.war=01;31:.ear=01;31:.sar=01;31:.rar=01;31:.alz=01;31:.ace=01;31:.zoo=01;31:.cpio=01;31:.7z=01;31:.rz=01;31:.cab=01;31:.wim=01;31:.swm=01;31:.dwm=01;31:.esd=01;31:.jpg=01;35:.jpeg=01;35:.mjpg=01;35:.mjpeg=01;35:.gif=01;35:.bmp=01;35:.pbm=01;35:.pgm=01;35:.ppm=01;35:.tga=01;35:.xbm=01;35:.xpm=01;35:.tif=01;35:.tiff=01;35:.png=01;35:.svg=01;35:.svgz=01;35:.mng=01;35:.pcx=01;35:.mov=01;35:.mpg=01;35:.mpeg=01;35:.m2v=01;35:.mkv=01;35:.webm=01;35:.ogm=01;35:.mp4=01;35:.m4v=01;35:.mp4v=01;35:.vob=01;35:.qt=01;35:.nuv=01;35:.wmv=01;35:.asf=01;35:.rm=01;35:.rmvb=01;35:.flc=01;35:.avi=01;35:.fli=01;35:.flv=01;35:.gl=01;35:.dl=01;35:.xcf=01;35:.xwd=01;35:.yuv=01;35:.cgm=01;35:.emf=01;35:.ogv=01;35:.ogx=01;35:.aac=01;36:.au=01;36:.flac=01;36:.m4a=01;36:.mid=01;36:.midi=01;36:.mka=01;36:.mp3=01;36:.mpc=01;36:.ogg=01;36:.ra=01;36:.wav=01;36:.oga=01;36:.opus=01;36:.spx=01;36:*.xspf=01;36: MANAGERPID=1128 PATH=/usr/bin:/bin PS1=[📦 $FLATPAK_ID \W]\$ 18c18 < SHELL=/bin/fish

SHELL=/bin/sh 21a22 TILIX_ID=2484b2f4-c1e1-4b54-ad3f-02e3aff65d2c 25a27 XAUTHORITY=/run/user/1000/Xauthority 27d28 < XDG_DATA_DIRS=/home/andrey.bondarenko/.local/share/flatpak/exports/share/:/var/lib/flatpak/exports/share/:/usr/local/share/:/usr/share/ 29d29 < XDG_RUNTIME_DIR=/run/user/1000 36d35 < XMODIFIERS=@im=ibus

On Tue, Jul 9, 2019 at 4:19 PM Andrey Bondarenko me@andreybondarenko.com wrote:

Yes, it's a latest Silverblue, eventually, everybody should have exactly same Silverblue, as I understand.

dbus-launch is not there because dbus-x11 was not installed and there is no particular reason why it must be installed to use the toolbox. We can have headless workstation or wayland. By default install it was not there. OK, I am installing it, rebooting the host and now it's all completely broken, see my adventures:

─[andrey.bondarenko@zipslack:~]─[04:17:04 PM] ╰─>$ toolbox enter toolbox: unable to migrate containers: runtime directory not created ┬─[andrey.bondarenko@zipslack:~]─[04:17:10 PM] ╰─>$ export XDG_RUNTIME_DIR=/home/andrey.bondarenko/toolbox/ ┬─[andrey.bondarenko@zipslack:~]─[04:17:17 PM] ╰─>$ toolbox -v enter toolbox: resolved absolute path for /usr/bin/toolbox to /usr/bin/toolbox toolbox: checking if /etc/subgid and /etc/subuid have entries for user andrey.bondarenko toolbox: TOOLBOX_PATH is /usr/bin/toolbox toolbox: checking if 'podman system migrate' exists toolbox: migration not needed: 1.4.5-dev is unchanged toolbox: Fedora generational core is f30 toolbox: base image is fedora-toolbox:30 toolbox: container is fedora-toolbox-30 toolbox: checking if container fedora-toolbox-30 exists toolbox: calling org.freedesktop.Flatpak.SessionHelper.RequestSession Error connecting: Cannot autolaunch D-Bus without X11 $DISPLAY toolbox: failed to call org.freedesktop.Flatpak.SessionHelper.RequestSession ┬─[andrey.bondarenko@zipslack:~]─[04:17:20 PM] ╰─>$ export DISPLAY=:0 ┬─[andrey.bondarenko@zipslack:~]─[04:17:25 PM] ╰─>$ toolbox -v enter toolbox: resolved absolute path for /usr/bin/toolbox to /usr/bin/toolbox toolbox: checking if /etc/subgid and /etc/subuid have entries for user andrey.bondarenko toolbox: TOOLBOX_PATH is /usr/bin/toolbox toolbox: checking if 'podman system migrate' exists toolbox: migration not needed: 1.4.5-dev is unchanged toolbox: Fedora generational core is f30 toolbox: base image is fedora-toolbox:30 toolbox: container is fedora-toolbox-30 toolbox: checking if container fedora-toolbox-30 exists toolbox: calling org.freedesktop.Flatpak.SessionHelper.RequestSession toolbox: trying to start container fedora-toolbox-30 toolbox: looking for /etc/profile.d/toolbox.sh in container fedora-toolbox-30 Error: unable to find user andrey.bondarenko: no matching entries in passwd file toolbox: checking if 'podman cp' supports --pause toolbox: 'podman cp' supports --pause toolbox: copying /etc/profile.d/toolbox.sh to container fedora-toolbox-30 Error: cannot exec into container that is not running: container state improper toolbox: unable to chown /etc/profile.d/toolbox.sh in container fedora-toolbox-30 ┬─[andrey.bondarenko@zipslack:~]─[04:17:36 PM] ╰─>$ Downloads/toolbox-0.0.10/toolbox -v enter toolbox: resolved absolute path for Downloads/toolbox-0.0.10/toolbox to /var/home/andrey.bondarenko/Downloads/toolbox-0.0.10/toolbox toolbox: TOOLBOX_PATH is /var/home/andrey.bondarenko/Downloads/toolbox-0.0.10/toolbox toolbox: checking if 'podman system migrate' exists toolbox: migration not needed: 1.4.5-dev is unchanged toolbox: Fedora generational core is f30 toolbox: base image is fedora-toolbox:30 toolbox: container is fedora-toolbox-30 toolbox: checking if container fedora-toolbox-30 exists toolbox: trying to start container fedora-toolbox-30 toolbox: looking for /etc/profile.d/toolbox.sh in container fedora-toolbox-30 Error: unable to find user andrey.bondarenko: no matching entries in passwd file toolbox: copying /etc/profile.d/toolbox.sh to container fedora-toolbox-30 Error: cannot exec into container that is not running: container state improper toolbox: unable to chown /etc/profile.d/toolbox.sh in container fedora-toolbox-30 ┬─[andrey.bondarenko@zipslack:~]─[04:17:42 PM] ╰─>$

┬─[andrey.bondarenko@zipslack:~]─[04:17:42 PM] ╰─>$ podman ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 38b01f6511fe registry.fedoraproject.org/f30/fedora-toolbox:30 toolbox --verbose... 3 minutes ago Exited (1) About a minute ago fedora-toolbox-30 4a1b686c4719 docker.io/library/fedora:30 dnf provides dbus... 11 minutes ago Exited (0) 10 minutes ago flamboyant_lederberg 30a49fb8981b docker.io/library/fedora:30 /bin/bash 14 minutes ago Exited (0) 14 minutes ago elegant_morse ┬─[andrey.bondarenko@zipslack:~]─[04:19:15 PM]

On Tue, Jul 9, 2019 at 3:58 PM Debarshi Ray notifications@github.com wrote:

Fresh and updated installation of Fedora Silverblue 30

Are you sure this is really a fresh and clean installation of Silverblue? Although, I do see the irony of asking a question like that because OSes like Silverblue are meant to be fresh and clean by definition. :)

  1. $XDG_RUNTIME_DIR is not defined, so it tries to create /toolbox.

That seems really broken.

  1. gdbus call [...] want $DISPLAY which is not defined under Wayland.

In the toolbox -v enter logs above, I do see that DISPLAY is defined as :0, which looks fine. However, this is really concerning:

Error connecting: Failed to execute child process “dbus-launch” (No such file or directory)

Do you really not have a working user D-Bus? What happens if use something like d-feet to poke at the user/session D-Bus?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/debarshiray/toolbox/issues/215?email_source=notifications&email_token=ABUQHIE57VTP4BCPPNXFYL3P6SKQFA5CNFSM4H53PTBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZQLGHY#issuecomment-509653791, or mute the thread https://github.com/notifications/unsubscribe-auth/ABUQHIE4ZX4W4GODS4ESBODP6SKQFANCNFSM4H53PTBA .

--

With best regards, Andrey Bondarenkomail:me@andreybondarenko.comhttps://andreybondarenko.com skype:andrey.bondarenko phone, Telegram, WhatsApp, etc:+420-773-591-443

7758 40AC 88CC 96C9 0C9A 9EE4 3B72 547B 7538 D41B

--

With best regards, Andrey Bondarenkomail:me@andreybondarenko.comhttps://andreybondarenko.com skype:andrey.bondarenko phone, Telegram, WhatsApp, etc:+420-773-591-443

7758 40AC 88CC 96C9 0C9A 9EE4 3B72 547B 7538 D41B

Ramblurr commented 4 years ago

@shaman007 Is there a fix? How can one use toolbox and tilix?

HarryMichal commented 4 years ago

What kind of problem do you have exactly @Ramblurr ?? I use Tilix as my default terminal emulator and I don't have any issues.

theotheroracle commented 4 years ago

it's the tilix flatpak version the ostree one doesn't have problems. although seriously, is there nothing that can be done about this?