Hello, unfortunately there have been no efforts to port lattedock to Plasma 6 so far. A fork was made but it seems to be difficult because the developer pisifidotos is no longer involved in the project. We will have to wait and see what happens with Latte Dock.
Search Criteria
Package Details: latte-dock-git r6081.7b210a997-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/latte-dock-git.git (read-only, click to copy) |
---|---|
Package Base: | latte-dock-git |
Description: | Latte is a dock based on plasma frameworks that provides an elegant and intuitive experience for your tasks and plasmoids |
Upstream URL: | https://invent.kde.org/plasma/latte-dock |
Keywords: | dock kde panel plasma qt5 |
Licenses: | GPL |
Conflicts: | latte-dock |
Provides: | latte-dock |
Submitter: | omni |
Maintainer: | omni |
Last Packager: | omni |
Votes: | 37 |
Popularity: | 0.043407 |
First Submitted: | 2017-01-26 17:21 (UTC) |
Last Updated: | 2023-10-27 17:24 (UTC) |
Dependencies (11)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- kirigami2 (kirigami2-gitAUR)
- knewstuff5
- plasma-framework5
- plasma-wayland-protocols (plasma-wayland-protocols-gitAUR)
- plasma-workspace (plasma-workspace-gitAUR)
- cmake (cmake-gitAUR) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- libunityAUR (optional) – quicklists, counters, and progress bars for apps using libunity
Required by (4)
- monterey-kde-theme-plasmoids-git (requires latte-dock) (optional)
- plasma5-theme-monterey-git (requires latte-dock) (optional)
- plasma5-themes-apus-git (requires latte-dock) (optional)
- plasma5-themes-whitesur-git (requires latte-dock) (optional)
Sources (1)
omni commented on 2024-03-11 11:35 (UTC)
vlas commented on 2024-03-10 21:21 (UTC) (edited on 2024-03-10 21:22 (UTC) by vlas)
After Plasma is updated to v6, the stuff is in processes, but not visible and not usable anymore.
Console output:
Cannot find EGLConfig, returning null config
QWaylandGLContext: failed to create EGLContext, error=3008
Warning: fallback to QtQuick software backend.
kipsora commented on 2024-03-07 05:20 (UTC)
I have encountered the same error as @tronicdude observed. However I am not using the unstable channel. The KDE was updated yesterday so I guess something is broken.
tronicdude commented on 2023-11-11 20:27 (UTC) (edited on 2023-11-20 04:52 (UTC) by tronicdude)
-- Found WrapVulkanHeaders: /usr/include
CMake Error at /usr/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:2415 (message):
qt_generate_foreign_qml_types() is only available in Qt 6.
Call Stack (most recent call first):
/usr/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:132 (include)
/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:111 (find_dependency)
/usr/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake:39 (_qt_internal_find_qt_dependencies)
/usr/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake:50 (include)
/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
/usr/lib/cmake/LibTaskManager/LibTaskManagerConfig.cmake:40 (find_dependency)
CMakeLists.txt:39 (find_package)
CMake Error at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
Found package configuration file:
/usr/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake
but it set Qt6Quick_FOUND to FALSE so package "Qt6Quick" is considered to
be NOT FOUND.
Call Stack (most recent call first):
/usr/lib/cmake/LibTaskManager/LibTaskManagerConfig.cmake:40 (find_dependency)
CMakeLists.txt:39 (find_package)
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
Aborting...
NEVERMIND I'm very silly, I had kde-unstable repo enabled. Ignore this sorry.
hippieben commented on 2023-11-01 01:26 (UTC) (edited on 2023-11-01 01:26 (UTC) by hippieben)
anongit.kde.org[0: 85.10.198.44]: errno=Connection refused
anongit.kde.org[1: 2a01:4f8:a0:600e::3]: errno=Network is unreachable
Repo seems unreachable, but I am able to get to anongit.kde.org via my browser, but it redirects to invent.kde.org
mwiles commented on 2023-10-27 20:18 (UTC)
Note, if you were getting the plasma-framework5 and knewstuff5 error, awaiting the latte-dock-git update to update your system and did not have cmake (more importantly extra-cmake-modules) already installed, I found uninstalling latte-dock-git, updating your system and then reinstalling the path to victory.
Thanks for the fast update @omni!
logothete commented on 2023-10-27 16:27 (UTC)
I've tried to fix this myself by editing local PKGBUILD and .SRCINFO files to reflect the refactor, but install still fails, giving me "==> Missing dependencies: -> plasma-framework -> knewstuff ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies."" when I do the old yay -Bi /path/to/local. Not sure how to stop this other than waiting for @omni to change things; regular "latte-dock" package is in bad shape on Wayland in the meanwhile :(
michaldybczak commented on 2023-10-26 21:36 (UTC) (edited on 2023-10-26 21:37 (UTC) by michaldybczak)
All you need to do is to update the dependencies in PKGBUILD: depends=('plasma-framework5' 'plasma-workspace' 'kirigami2' 'knewstuff5' 'hicolor-icon-theme' 'plasma-wayland-protocols')
alexdelorenzo commented on 2023-10-20 22:24 (UTC)
Dependencies got renamed:
:: installing plasma-framework5 (5.111.0-1) breaks dependency 'plasma-framework' required by latte-dock-git
:: installing knewstuff5 (5.111.0-1) breaks dependency 'knewstuff' required by latte-dock-git
@omni
roryhealy commented on 2023-10-20 11:57 (UTC)
plasma-framework
and knewstuff
have been renamed to plasma-framework5
and knewstuff5
and so this won't build until the PKGBUILD has been updated
Pinned Comments
omni commented on 2024-03-11 11:35 (UTC)
Hello, unfortunately there have been no efforts to port lattedock to Plasma 6 so far. A fork was made but it seems to be difficult because the developer pisifidotos is no longer involved in the project. We will have to wait and see what happens with Latte Dock.