all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Feng Shu <tumashu@163.com>
To: 73859@debbugs.gnu.org
Subject: bug#73859: lightdm
Date: Fri, 25 Oct 2024 16:41:55 +0800	[thread overview]
Message-ID: <87y12c60bw.fsf@163.com> (raw)
In-Reply-To: <8fe9bf90-158c-4e03-a257-6ebf9da5ad54@posteo.net>


I have tested and found that:


In lightdm-gtk-greeter, the following line run success and return no session.

   items = lightdm_get_sessions ();


But, in lightdm, the following function in liblightdm-gobject/session.c is not called:

/**
 * lightdm_get_sessions:
 *
 * Get the available sessions.
 *
 * Return value: (element-type LightDMSession) (transfer none): A list of #LightDMSession
 **/
GList *
lightdm_get_sessions (void)
{
    g_debug ("Run lightdm_get_sessions");
    update_sessions ();
    return local_sessions;
}


I do not know why, seem to very confuse.


-- 





  parent reply	other threads:[~2024-10-25  8:42 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-18  9:23 bug#73859: lightdm-service-type is almost unusable Dariqq
2024-10-23 14:48 ` Maxim Cournoyer
2024-10-23 18:15   ` Dariqq
2024-10-24  0:51 ` bug#73859: lightdm Feng Shu
2024-10-25  8:41 ` Feng Shu [this message]
2024-11-02 10:18 ` bug#73859: [PATCH 0/2] lightdm: Fix empty session list Dariqq
2024-11-02 10:18   ` bug#73859: [PATCH 1/2] gnu: lightdm: Use global sysconfdir Dariqq
2024-11-02 10:18   ` bug#73859: [PATCH 2/2] gnu: lightdm-service-type: Add lightdm.conf to /etc/lightdm Dariqq
2024-12-16  2:35   ` bug#73859: [PATCH 0/2] lightdm: Fix empty session list Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y12c60bw.fsf@163.com \
    --to=tumashu@163.com \
    --cc=73859@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.