Package Details: greetd-qtgreet 2.0.2-3

Git Clone URL: https://aur.archlinux.org/greetd-qtgreet.git (read-only, click to copy)
Package Base: greetd-qtgreet
Description: Qt based greeter for greetd
Upstream URL: https://gitlab.com/marcusbritanicus/QtGreet
Licenses: GPL-3.0-only
Submitter: librewish
Maintainer: Strit
Last Packager: Strit
Votes: 4
Popularity: 0.095761
First Submitted: 2021-04-04 14:52 (UTC)
Last Updated: 2024-08-27 15:36 (UTC)

Latest Comments

wjyzxcv commented on 2024-08-09 12:00 (UTC)

I followed the notes on the GitLab page and added -Dbuild_greetwl=false to the lines that started with meson in PKGBUILD, worked for me.

Covkie commented on 2024-08-09 10:42 (UTC)

@jessFrey I solved it by symlinking /usr/lib/pkgconfig/wlroots-0.18.pc to /usr/lib/pkgconfig/wlroots.pc

But now i get /usr/include/qt/QtCore/qfutureinterface.h:284:37: note: remove the ‘< >’ [68/70] Compiling C++ object qtgreet.p/src_widgets_power_power.cpp.o In file included from /usr/include/qt/QtCore/qfuture.h:45, from /usr/include/qt/QtCore/QtCore:97, from /usr/include/qt/QtWidgets/QtWidgetsDepends:3, from /usr/include/qt/QtWidgets/QtWidgets:3, from ../src/widgets/power/power.cpp:21: /usr/include/qt/QtCore/qfutureinterface.h:284:37: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] 284 | explicit QFutureInterface<void>(State initialState = NoState) | ^~~~~ /usr/include/qt/QtCore/qfutureinterface.h:284:37: note: remove the ‘< >’ ninja: build stopped: subcommand failed.

jesseFrey commented on 2024-07-25 12:39 (UTC)

I have wlroots installed, but I'm getting an error about not finding wlroots not being installed: ``Run-time dependency wlroots found: NO (tried pkgconfig and cmake)

meson.build:166:18: ERROR: Dependency "wlroots" not found, tried pkgconfig and cmake``

a_manthey commented on 2024-04-15 16:52 (UTC)

package overrides custom config-files in /etc/qtgreet. Please add backup-array to PKGBUILD.

lmartinez-mirror commented on 2022-09-15 01:39 (UTC)

Adopting so I can take this out back and rewrite it.

boorg commented on 2021-10-22 19:50 (UTC)

Hi, why install script touches greetd related things? greeter user, /etc/greetd and greetd.service are all managed by greetd which is listed as dependency here.