-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
layout: post | ||
title: "2023.3: Quality of life improvements" | ||
date: 2023-10-01 00:00:00 +0100 | ||
author: ajstrongdev | ||
--- | ||
|
||
We are proud to announce the disk image release of Rhino Linux 2023.3. This disk image packs the latest and greatest changes we have made to Rhino Linux over this past month of development. Users already running Rhino Linux will already have these changes providing that their systems are kept up to date. | ||
|
||
To upgrade to 2023.3 please run: | ||
|
||
`rpk update -y` | ||
|
||
* Some changes to the Unicorn Desktop will require manual intervention, continue reading to learn more. | ||
|
||
# The Unicorn Desktop | ||
|
||
* You can say goodbye to hideous menu bars and hello to our gorgeous unified menu. Global menus have now been implemented into The Unicorn Desktop to bring a truly modern experience to you. | ||
|
||
To recieve this change you can run: | ||
|
||
{% highlight bash %} | ||
dir_path=".config/xfce4/xfconf/xfce-perchannel-xml" | ||
for i in "xfce4-panel.xml" "xsettings.xml"; do | ||
sudo cp /etc/skel/$dir_path/$i ~/$dir_path/$i | ||
done | ||
{% endhighlight %} | ||
|
||
in your terminal. WARNING: This will replace your current panel configuration, if you have made any modifications. | ||
|
||
* We have fixed a bug within the Unicorn Desktop that the plank dock is not consistent. This has now been solved but due to the current state of Plank, does require manual intervention when the user wishes to modify the position of their dock. The guide can be found [here](https://github.com/rhino-linux/unicorn/issues/37#issuecomment-1706315733). | ||
* uLauncher now starts faster. | ||
* The Unicorn dock now has a subtle zoom when hovering over icons. | ||
|
||
# Setup Wizard | ||
|
||
* A bug causing the wizard to require a password for rebooting the system has been resolved. | ||
|
||
# As well as... | ||
|
||
* Calamares now uses white text when things are selected. | ||
* Timeshift now comes preinstalled. | ||
* Kernel `6.5.5-generic` ships by default on Generic ISO disk images. | ||
* Kernel `6.6.0-rc3-okpine` ships by default on Pine64 images. | ||
* Kernel `6.5.0-raspi` ships by default on Raspberry Pi images. |