re: your details tab--excited to see xfce moving forward and a python-palooza update. thank you everyone, goodnight!
Sync Updates for Week 45, 2023
FYI logseq and xemu are both packages new to the repo this week.
- Edited
Vivaldi-snapshot - broken UI after a splash screen, I see only grey screen window. Right click works tho.
Vivaldi-stable works fine.
- Edited
EbonJaeger Heya folks! It's time for another edition of the weekly roundup.
Things have gone well, although a bit slow to install on the GNOME-based DEs. But with a little bit of patience, eventually things like the papirus icon theme finished. I have to admit, though, on the first update I did, I was tempted to CTRL+C and start the update again, thinking that something was actually wrong. After that, I knew what to expect.
When I did the GNOME update, I wanted to make sure that I was trying the Wayland session, so I clicked the small gear icon before logging on, and this was the result:
Assuming that GNOME on Xorg is an X11 session, am I right to think that GNOME by itself means Wayland, and that's now the default? If so, that's excellent! And the update seemed to go well there. It just surprised me that nothing said "Wayland," so I wasn't sure.
Anyway, another smooth update on everything so far. Thanks, team!
brent excited to see xfce moving forward
Indeed. With 68 packages upgraded, it was the biggest update for me this week. And after a reboot, it ran noticeably faster than before. I used to make allowances for it, being a work in progress and all, but now it seems to perform at least as well as MATE does. That's subjective, of course -- it could actually be performing better.
There are still minor issues with the UI, of course, and I haven't tried everything in the menu yet, but so far I've seen nothing that would keep me from using it as a daily driver. Kudos to its maintainer!
Thanks, Team, the update went well!
However, I still have no WIFI with the broadcom driver, even with sudo depmod -a
.
Also, I have an app I compiled from source that stopped working since Week 44 sync and complains that QSocketNotifier: Can only be used with threads started with QThread
. Same with the develop branch. Makes me wish I properly packaged it and made a flatpak when it did work...
ReillyBrogan it worked! GPUCache was in ~/.config
plutuplutu You probably just need to rebuild it.
What happens if you do sudo modprobe wl
?
Solus update completed today (31 packages, 1.21 GiB), nothing to report so far, thanks to you.
- Edited
ReillyBrogan
Turns out I had to make space again on the device to boot on the last kernels. Broadcom's WIFI is back, good job! Thanks
You probably just need to rebuild it.
That was my first thought. It didn't work, hence the devel build to check. Also, with mixxx from the repo I get
$ mixxx
QSocketNotifier: Can only be used with threads started with QThread
Warning [Main]: Failed to load "qt" translations for locale "fr_FR" from "/usr/share/mixxx/translations/"
Trappe pour point d'arrêt et de trace (core dumped)
virtualbox-guest-additions-iso
also now available on repo. No need to download it from website anymore.
- Edited
alfisya So no problem at all distributing it.
There's something I'm curious about, and you might know the answer. With Solus VMs, I've never loaded the guest additions, because they handle screen resizing without them. But does it do anything to install the guest additions anyway? Are they needed to access the host's USB ports, for example, or any other of its other resources? Or do Solus VMs have everything they need without the guest additions?
My biggest reason to install it to have synchronized clipboard between host and guest. AFAIK, usb redirect works fine without iso installed. Honestly, I don't much experience using virtualbox in linux. I usually use virtualbox on windows pc (easier to use than Hyper-V) and prefer virt-manager on linux. For me packaging the iso is actually easier than using it .
- Edited
alfisya My biggest reason to install it to have synchronized clipboard between host and guest.
Thanks again for your response. I always enable clipboard sharing for Solus VMs in the VBox settings, but I can't remember actually needing to use that feature in a very long time. Still, there's no reason to enable it without making sure that it's supported otherwise, so I believe I'll add that step to the creation of new Solus VMs when the 4.5 ISO files are released, and thereafter.
That way, if the occasion ever arises that I want or need to share the VM's clipboard with its host, it'll work as expected. By the way, I agree with your appraisal of Hyper-V. I used it with Server 2008 and onward for testing my client/server applications using VMs.