I was getting the following error when trying to compile and install: /home/mateus/Latte-Dock/app/iconitem.cpp: In member function ‘void Latte::IconItem::setSource(const QVariant&)’: /home/mateus/Latte-Dock/app/iconitem.cpp:98:29: error: ‘make_unique’ is not a member of ‘std’ m_svgIcon = std::make_unique<Plasma::Svg>(this); So, changing the CMAKE_CXX_STANDARD from 11 to 14 solved this, since make_unique is a C++14 feature. |
8 years ago | |
---|---|---|
app | 8 years ago | |
containment | 8 years ago | |
icons | 8 years ago | |
liblattedock | 8 years ago | |
plasmoid | 8 years ago | |
po | 8 years ago | |
shell | 8 years ago | |
.gitignore | 8 years ago | |
CMakeLists.txt | 8 years ago | |
LICENSE | 8 years ago | |
README.md | 8 years ago | |
astylerc | 8 years ago | |
clean.sh | 8 years ago | |
containment.metadata.desktop.template | 8 years ago | |
formatter.sh | 8 years ago | |
install.sh | 8 years ago | |
latte-dock.desktop.template | 8 years ago | |
plasmoid.metadata.desktop.template | 8 years ago | |
shell.metadata.desktop.template | 8 years ago | |
uninstall.sh | 8 years ago |
README.md
About
Latte is a dock based on plasma frameworks that provides an elegant and intuitive experience for your tasks and plasmoids. It animates its contents by using parabolic zoom effect and trys to be there only when it is needed.
"Art in Coffee"
Installation
####installation script####
- sh install.sh
Latte is now ready to be used by executing latte-dock
Translators
Requirements
- Plasma >= 5.8.0
development packages for:
Qt5Core >= 5.6.0
Qt5Qml >= 5.6.0
Qt5Quick >= 5.6.0
KF5Plasma >= 5.25.0
KF5PlasmaQuick >= 5.25.0
KF5WindowSystem >= 5.25.0
KF5KDELibs4Support >= 5.25.0
KF5CoreAddons >= 5.25.0
Contributors
Varlesh: Logos and Icons.