I have mate-desktop ; enlightenment-desktop ; budgie-desktop broken.
All other desktops work fine.
All other desktops work fine.
budgie-desktop broken.
Same here, working fine. Home brew pkg (by poudriere-devel) on stable/14 and bare metal upgrades with pkg_replace on main. Both ports are on main branch (aka latest).I don't understand if also mate-desktop is broken for the OP. In my case it works just fine and it's actually my daily driver.
mate-desktop ; enlightenment-desktop ; budgie-desktop broken.
If you have a problem with x11-wm/enlightenment - please, open a bug on FreeBSD BugzillaI have mate-desktop ; enlightenment-desktop ; budgie-desktop broken.
All other desktops work fine.
I don't know what you did but what I know for sure I'd that XFCE is everything but broken. It's my daily driver and it works perfectly, beautiful, fast and feature complete as usual on my laptop.It breaks. It happens. XFCE4 broke. I decided not to fix anything. I waited 2 months. I updated it the other day. There were about 380 packages on the update, including many packages from the panel, desktop, XFCE-goodies, etc. But after that the desktop remained black, shortcuts and the right-click menu on the desktop did not appear... So they broke it and that's it. And the update did not help. I think that XFCE is often broken (I read on the Debian forums, etc.). Not only FreeBSD users have to suffer. Therefore, thanks to Alain De Vos for the comments. I am absolutely not satisfied with such "stability" of that DE. Most likely, you need to switch to something like Mutter.
The same is with x11/mate - it works and in my case on two different machines. The latest version from ports.In short, XFCE is really rock solid under FreeBSD.
To me it looks like you're deliberately shooting your self in the foot but hey, your system - your choice. Just don't say the "XFCE4 broke" as a fact because it's not.Maybe, everything is possible. But until I do everything through clonezilla - I never update anything. I don't understand what and where breaks, but the fact remains a fact. This is practice.
I confirm. I used xfce for several years myself, and if I had to recommend a DE xfce gets 1st place.In short, XFCE is really rock solid under FreeBSD.
I have absolutely no idea, what you're talking.But until I do everything through clonezilla - I never update anything.
Yes. And even graphics/gimp-app and editors/libreoffice are actually both working. I have (and I do use them both, especially the Gimp). Built them both recently and everything is good. Often, when such complex applications break, this seems to be dynamic library dependencies. Building recursively the whole thing usually helps.Whole system runs rock solid - for years.
(Well Gimp, and LibreOffice are not what I would call solid, but that's not in FreeBSD's court.)
Personally, I do have ZFS (as many others) and making snapshots of all the datasets. If I break something, then
zfs rollback
helps - zfs-rollback(8). Usually rolling back only the system dataset.zfs snapshot -r ssd_sys@"snap_$(date "+%Y-%m-%d_%H:%M:%S")"
zfs destroy -r "$(zfs list -H -o name -t snap|head -n 1)"
So are you seriously reporting as an example a thread of more than three and a half years ago? A thread that is about an upgrade to a release that's not even the current one?
Upgraded that small script to a more general formTo snapshot all datasets in this machine:
Code:zfs snapshot -r ssd_sys@"snap_$(date "+%Y-%m-%d_%H:%M:%S")"
Where ssd_sys is my pool in this machine.
zfs snapshot -r $(zpool list -H | awk '{print $1}')@"snap_$(date "+%Y-%m-%d_%H:%M:%S")"
This is weird. My personal experience is that ZFS runs on everything. I have VM-s with ZFS pool on file (common practice), I have used it on an USB flash drive and PC hardware over 10 years old. Also, looking withArgentum, I couldn't use ZFS on my old second-hand computer. ZFS is very demanding on hardware. I had to go back to UFS. When I was working with ZFS, I noticed that the browser was simply at the limit of the load, namely, it was simply "choking" on YouTube, and the hardware was heating up like hell. I thought that the ad blocker was to blame, but no, I switched to UFS and all the problems were "solved". Most likely, I didn't do fine tuning of ZFS. "Out of the box", unfortunately, ZFS didn't work adequately for me. This is a complex system for old, non-top hardware.
ztop
- ztop() - sysutils/ztop I can see that with web browser, the ZFS activity is not that high. … Any comments from other users?
… old …
Thanks.Building recursively the whole thing usually helps.