/usr/local/bin/startplasma-wayland.sh
... but I'd first verify that the script even exists, and doesn't try to start kde5 by accident...FreeBSD and KDE’s Megarelease | [bobulate]
…
… kde5 conflicts …
For testing it would be great to have KDE Plasma 5 and Plasma 6 installed at the same time, so it is easy to switch between the two.Short answer: it ain’t gonna happen. ?…
I should encourage testing sooner rather than later.
With methodical use of ZFS boot environments, disruption should be minimal when reactivating an environment with Plasma 5.
the red desktop background to the right is normally on the display to the left (what's pictured is a mash of two desktop backgrounds).
- …
- Dolphin no longer has an Information panel (F11) to its right
- Dolphin previews were not visible.
- …
- if Dolphin shows panels for Places and Folders, neither panel will be shown after minimising the window.
I made a profile comment reporting that dolphin-devel-Regression (some time ago): dolphin-devel-24.01.90 crashes, will not launch.
24.05.2
is fine.24.01.90
works fine for me in the same VM.24.05.2
should compile fine with minimal modifications when it reaches the ports tree. Makefiles do need to be updated so that dependencies are specified correctly. I am seeing 5 vs 6 confusion in the Makefiles.konsole-devel-24.01.90
works fine for me in the same VM.
% bectl list -c creation | tail -n 9
1500020-006-base - - 18.8M 2024-07-17 17:47
1500020-007-plasma6 T - 684M 2024-07-18 09:19
1500020-008-base - - 41.1M 2024-07-18 15:11
1500020-009-ports - - 28.9M 2024-07-19 00:33
1500020-010-base - - 2.80G 2024-07-19 01:46
1500020-011-base - - 4.32G 2024-07-19 16:12
1500020-012-base - - 29.2M 2024-07-20 06:45
1500020-013-ports N / 95.9M 2024-07-20 12:33
1500020-014-base R - 252G 2024-07-21 07:38
% grep -B 4 1500020-007-plasma6 /home/grahamperrin/Documents/boot\ environments.txt
1500020-003-kde6 2024-07-14 07:24 main-n271183-1f155d48f878
1500020-004-base 2024-07-16 08:47 main-n271218-b3877767883e
1500020-005-base 2024-07-17 03:02 main-n271227-db3a524c8a96
1500020-006-base 2024-07-17 17:47 main-n271227-db3a524c8a96
1500020-007-plasma6 2024-07-18 09:19
%
I went straight to KDE source downloads, browsed their repo. Then I tried to swap in the newer tarball and adjust a few strings in the port (Makefile, distinfo, and the like). And it compiled fine, runs fine. The only thing is, after runningWhat (or where) is "stable/release-service/24.05.2"?
make install
, pkg still reports the older version, which means I did a sloppy job swapping in the newer tarball for Dolphin.Funny, you did make comments on my profile. I guess the comment was hidden by code folding... expand "view previous comments", and the whole conversation should be visible. And it should show the comment I'm talking about.Not visible to the public, sorry.
Regression: … dolphin-devel-24.01.90 crashes, will not launch. Developers are aware. …
I made a profile comment reporting that dolphin-devel-24.05.2
is fine. …
I've built and installed dolphin 24.07.90, and it works fine. Seems like that this is fixed in the latest version.
Funny, you did make comments on my profile. …
I suspect that at this time, getting to Plasma 6 on Wayland will take playing with the development fork that ADG linked to on his blog.From Adriaan de Groot's blog post on 10th October:
View attachment 20713
It would be nice if package messages for broken packages could include a link to the fork where fixes exist, but I'm not complaining.
Fixed in May, apparently (possibly earlier). Thanks.
git clone https://github.com/freebsd/freebsd-ports-kde.git
(as per instructions on the repo page), I got this:% git clone https://github.com/freebsd/freebsd-ports-kde.git
Cloning into 'freebsd-ports-kde'...
remote: Enumerating objects: 6289302, done.
remote: Counting objects: 100% (614428/614428), done.
remote: Compressing objects: 100% (227662/227662), done.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 1250 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
$ git -v
git version 2.42.0
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
… dunno what happened …
That's because you jumped the gun. KDE 6 works, but there's still a lot of cleanup to do in the ports. I'd recommend waiting until summer before trying packages again. Ports are easier to deal with. Yeah, they require beefy hardware to compile, but at least the dependency hell stings less.Late to the party but wanted to share my experience anyway. Interestingly, although RoboNuggie's instructions work, plasma6's integration seems to be lacking compared to plasma5. On my machine Dolphin doesn't start and Korganizer still needs kf5 libs, which makes it uninstallable as pkg tries to remove the kf6 libs in favor of kf5. I repeated the process just to make sure with the same result. Haven't tried the ports collection.