Ok , BTW thanks for fast reply .
Are there plans to bring the side panel as well?
Yes, weāll be adding the launcher as well.
Is It Going to have a global menu ?
Yes, weāll be working on it. We have already implemented the HUD.
Will UnityX be available for Arch Linux ?
Weāll be taking a look at writing a PKGBUILD for UnityX (similar to the DEBBUILD at https://gitlab.com/ubuntu-unity/unity-x/unityx/-/blob/master/DEBBUILD).
When is next release of UnityX going to be released ?
Weāll be working on it soon (the next step is to add the Ayatana indicators, which will take a bit of time). Currently busy with lol, an open-source alternative to the Snap Server/Store.
Bravo Rudra! Are you working on the launcher yet? I really donāt like the current implementation (has nothing to do with what we are used to in Unity7).
Thank you :)
Yup, Iām working on the launcher (was busy with a few other releases).
2021-08-02: dev6
- A completely redesigned panel and a new dock that are both identical to those of Unity7.
- A redesigned launcher, similar to that of Unity7 (Iāll be working on adding support for scopes and lenses).
- Support for changing the icon theme (through
unity-control-center
).
Release
You can follow the instructions at https://docs.unityx.org/installation to add the testing
repo and install UnityX.
Screenshot
Seems like the fix for gtk3-nocsd introduced some breaking dependencies:
code --version
/snap/code/85/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders: /snap/core/current/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /lib/x86_64-linux-gnu/libgtk3-nocsd.so.0)
/snap/code/85/usr/share/code/bin/../code: /snap/core/current/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /lib/x86_64-linux-gnu/libgtk3-nocsd.so.0)
Does anyone experience this issue?
P.S. The official deb works itās snap that seems messed up.
ah, snaps seem to be using an older version of glibc. Guess it should be fixed once core22
is released (the core snap based on 22.04) with a newer version of glibc and snaps upgrade to it.
no, that is not how snaps work, only once code would be re-built against the new base it would be fixed ⦠since code works as is, i wouldnāt hold my breath for microsoft to switch over fast ā¦
are you ld-pre-loading libgtk2-noscd or some such (this error should normally not happen unless there are any hacks (like LD_PRELOAD) applied) ?
sure @ogra, thatās why I mentioned after āsnaps upgrade to itā.
yup, gtk3-nocsd is loaded using LD_PRELOAD
that will break every desktop snap out there ā¦
well, the CSD does cause a lot of issues in Unity7 (such as window borders being cut midway) and gtk3-nocsd
is required for this reason. It canāt be loaded as a GTK module since GTK4 apps donāt support loading modules.
I havenāt seen anything regarding a beta build of Jammy Jellyfish with the Unity desktop. Has development stopped? Thatād be a damned shame if so⦠the more GNOME changes, the less enamored of it I become (and I wasnāt terribly fond of it to start with).
Nope, weāre actually fixing a major bug in Unity7 (https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1969357).
@3v1n0 @seb128 You might want to take a look at the bug report above.
@vanvugt The bug report is in gnome-session
, not Unity, so not sure why the package was changed.