Code Monkey home page Code Monkey logo

Comments (3)

jcrd avatar jcrd commented on July 24, 2024

Thanks for your interest in this project!

I am not especially familiar with gnome-session or xfce-session but it looks like they both primarily deal with starting relevant components of their DE, which is not something sessiond handles directly. Instead, this startup orchestration is implemented using systemd user services.

sessiond is not intended to be a drop-in replacement for a given DE's session manager but rather to facilitate session management without a DE, i.e. when using only a window manager.
This doesn't require any specific window manager integration per se, but to make the most use of features such as idle inhibiting and backlight/audio sink control, the WM should interact with sessiond's DBus service. For example, this library allows awesomeWM to interface with sessiond.

Regarding wireplumber, as of v0.6.0 sessiond can control the volume level and mute state of wireplumber-based audio sinks, and will automatically mute them when the session is locked.
There are no plans to add other wireplumber-related features.

I hope this answers your questions, and feel free to ask more.

from sessiond.

fpemud avatar fpemud commented on July 24, 2024

Hi, apologize for not following up with you last year and have a grateful thanks for your detailed reply.

I'm still seeking for a DE neutral session manager.
In wayland world, some people are using systemd user service to do this job (link), but their solution is not able to support "multiple sessions for the same user" due to the limitation of systemd. It seems systemd has no plan to solve it.
I know sessiond is based on systemd user service too. Can sessiond support this scenario? Such as logging in twice on different seats or logging in locally and remotely (using xrdp and starting a separate X session) simultaneously.

from sessiond.

jcrd avatar jcrd commented on July 24, 2024

It should work in theory so long as systemd starts a user instance per login, but I have not tested this use case.

from sessiond.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.