D7VK , un projet qui vient de sortir et qui permet de faire tourner les vieux jeux Direct3D 7 sur Linux
Geary is an email application built around conversations for the GNOME desktop.
wifitui is a fast, featureful, and friendly replacement for nmtui.
Packages to install:
sudo add-apt-repository ppa:papirus/papirus
sudo add-apt-repository -r ppa:thopiekar/sierrabreeze
sudo add-apt-repository "deb https://ppa.launchpadcontent.net/thopiekar/sierrabreeze/ubuntu jammy main"
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D51DB14E9FFECCF3
sudo apt-get update
sudo apt-get install --install-recommends materia-kde
sudo apt-get install sierrabreeze git
mkdir ~/git-repos
cd ~/git-repos
git clone https://github.com/vinceliuice/Qogir-kde.git
cd Qogir-kde
./install.sh
cd ~/git-repos
git clone https://github.com/vinceliuice/Qogir-icon-theme.git
cd Qogir-icon-theme
sudo ./install.sh
Breeze DarkBreezeMateriaMateria Dark - Dark Blue
Materia Dark, with:Selection Background: #4285f4Link Text: #b1cdfaSierra BreezeQogir-darkQogir-darkQogir-darkAdd nameserver 1.1.1.1 to /etc/resolv.conf
to fix DNS resolving in Ubuntu Live
A site to help you choose a distro.
You can then use DistroSea to try them out
I couldn't install deb files with the GUI, it said that it couldn't satisfy the dependencies.
sudo dpkg -i package.debcommand:
systemctl hibernate
I created my swap partition like this: https://links.lburgy.ch/shaare/WSOAMQ
On Kubuntu 24.04, create the file /etc/polkit-1/rules.d/10-enable-hibernate.rules with this content:
polkit.addRule(function(action, subject) {
if (action.id == "org.freedesktop.login1.hibernate" ||
action.id == "org.freedesktop.login1.hibernate-multiple-sessions" ||
action.id == "org.freedesktop.upower.hibernate" ||
action.id == "org.freedesktop.login1.handle-hibernate-key" ||
action.id == "org.freedesktop.login1.hibernate-ignore-inhibit")
{
return polkit.Result.YES;
}
});
https://www.reddit.com/r/Kubuntu/comments/1c2frkd/enabling_hibernation_on_2404/
In fstab, I used this instead:
/dev/nvme0n1p6 swap swap defaults 0 0
I also had to do this (on 24.04):
https://community.frame.work/t/responded-ubuntu-24-04-and-hibernation-fw-13-12th-gen/51626/4
resume=/dev/nvme0n1p6 to the GRUB_CMDLINE_LINUX_DEFAULT line of /etc/default/grubsudo update-grubFree, open-source, cross-platform
Peek makes it easy to create short screencasts of a screen area. It was built for the specific use case of recording screen areas, e.g. for easily showing UI features of your own apps or for showing a bug in bug reports. With Peek, you simply place the Peek window over the area you want to record and press "Record". Peek is optimized for generating animated GIFs, but you can also directly record to WebM or MP4 if you prefer.