Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Bug Ubuntu 22.0.1 LTS Fails to launch

Discussion in 'Unity Hub' started by RageAgainstThePixel, Dec 19, 2022.

  1. RageAgainstThePixel

    RageAgainstThePixel

    Joined:
    Mar 11, 2020
    Posts:
    53
    Installation seems to be fine but when I run a CLI argument I get the following error message:

    Code (CSharp):
    1.  (zenity:3553): dbind-WARNING **: 14:47:16.998: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
    Here's my current installation process:


    Code (CSharp):
    1. sudo apt-get update
    2. sudo apt-get install -y libgconf-2-4 libglu1 libasound2 libgtk2.0-0 libgtk-3-0 libnss3 zenity xvfb libssl1.1 libfuse2
    3. chmod -v a+x "$hubPath"
    4. touch "$HOME/.config/Unity Hub/eulaAccepted"
    This had been working fine for a few weeks with Hub 3.4.0, but newest Hub release 3.4.1 now it's not working anymore.

    Full Source here: https://github.com/XRTK/unity-setup
     
    Last edited: Dec 19, 2022