Bug 254469

Summary: x11/lightdm-gtk-greeter: Fix at-spi-bus-launcher path
Product: Ports & Packages Reporter: Olivier Duchateau <duchateau.olivier>
Component: Individual Port(s)Assignee: Guido Falsi <madpilot>
Status: Closed FIXED    
Severity: Affects Only Me CC: madpilot
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Fix at-spi-bus-launcher path none

Description Olivier Duchateau 2021-03-21 18:29:15 UTC
Created attachment 223489 [details]
Fix at-spi-bus-launcher path

- Fix at-spi-bus-launcher path [1]
- Disable indicator-services-command option, otherwise systemd is launched [2]
- Bump PORTREVISION

It is minor changes, but it avoids to pollute /var/log/lightdm/seat0-greeter.log file, when we try (debug) new desktop environment.

[1] https://github.com/Xubuntu/lightdm-gtk-greeter/blob/cdd9e2c80ee539d0188b5d45d09716af5e75ccbd/configure.ac#L199

[2] https://github.com/Xubuntu/lightdm-gtk-greeter/blob/cdd9e2c80ee539d0188b5d45d09716af5e75ccbd/configure.ac#L215
Comment 1 Ben Woods freebsd_committer freebsd_triage 2021-05-22 02:24:32 UTC
Sorry, due to a lack of time I have reset the maintainer of this port back to ports@FreeBSD.org. Hopefully someone else is able to step in to help.
Resetting the assignee of this bug accordingly.
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2021-05-24 17:59:41 UTC
HI,

I'm taking a look at lightdm ports, I'm planning to put them under desktop@ maintainership.

I'll also test this patch.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-05-25 08:53:00 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=db1b4136dc256c83a2721c4027ba2e198a536730

commit db1b4136dc256c83a2721c4027ba2e198a536730
Author:     Olivier Duchateau <duchateau.olivier@gmail.com>
AuthorDate: 2021-05-25 08:49:31 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2021-05-25 08:51:39 +0000

    x11/lightdm-gtk-greeter: Fix some dependency issues

    - Add explicit dependency on accessibility/at-spi2-core
    - Disable indicator-services-command option, which tries to launch
      systemd

    PR:             254469

 x11/lightdm-gtk-greeter/Makefile | 5 +++++
 1 file changed, 5 insertions(+)
Comment 4 Guido Falsi freebsd_committer freebsd_triage 2021-05-25 08:56:34 UTC
Patch committed. Thanks!