* SLiM session types [not found] ` <87388jve1p.fsf@gmail.com> @ 2014-12-13 15:28 ` Ludovic Courtès 2015-03-07 14:50 ` tcech 0 siblings, 1 reply; 3+ messages in thread From: Ludovic Courtès @ 2014-12-13 15:28 UTC (permalink / raw) To: 宋文武; +Cc: guix-devel 宋文武 <iyzsong@gmail.com> skribis: > And currently ratposion and windowmaker are hardcoded, > how about make sessions configurable? > Like: > (define %default-sessions > `(("windowmaker" . #~(execl #$windowmaker "/bin/wmaker")) > ("ratposion" . #~(execl #$ratposion "/bin/ratposion")))) > > (define* (slim-service #:key (sessions %default-sessions) > ... I agree that something along these lines is needed. However, these session types are currently unused. SLiM is supposed to support session choice from the log-in screen, but for that, a ‘session_dir’ key needs to be added to slim.cfg (in xorg.scm). The ‘session_dir’ value should be the name of a directory containing entries describing the various session types available, in a format that SLiM understands. Would you like to try adding that? Thanks, Ludo’. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: SLiM session types 2014-12-13 15:28 ` SLiM session types Ludovic Courtès @ 2015-03-07 14:50 ` tcech 2015-03-08 14:28 ` 宋文武 0 siblings, 1 reply; 3+ messages in thread From: tcech @ 2015-03-07 14:50 UTC (permalink / raw) To: guix-devel [-- Attachment #1: Type: text/plain, Size: 1954 bytes --] On Sat, Dec 13, 2014 at 04:28:50PM +0100, Ludovic Courtès wrote: >宋文武 <iyzsong@gmail.com> skribis: > >> And currently ratposion and windowmaker are hardcoded, >> how about make sessions configurable? >> Like: >> (define %default-sessions >> `(("windowmaker" . #~(execl #$windowmaker "/bin/wmaker")) >> ("ratposion" . #~(execl #$ratposion "/bin/ratposion")))) >> >> (define* (slim-service #:key (sessions %default-sessions) >> ... > >I agree that something along these lines is needed. > >However, these session types are currently unused. SLiM is supposed to >support session choice from the log-in screen, but for that, a >‘session_dir’ key needs to be added to slim.cfg (in xorg.scm). > >The ‘session_dir’ value should be the name of a directory containing >entries describing the various session types available, in a format that >SLiM understands. I'm not able to understand how the proposed solution should work and it's a bit unclear to me what is needed to do to add new session - enlightenment in my case. Is there reason, why xsession files should not be stored within profile? I can hardly imagine login manager with session selection to be anything else than system wide service and in that case path like /run/current-system/profile/share/xsessions sounds like proper place. In any case, it would be helpful if packager could just ignore this architectural decisions and could use some function which returns desired target directory for xsession files (maybe defining as public xsessions-directory from gnu/services/xorg.scm?) or even take xsession file name as argument and do whatever is needed. And one additional question - if xsession file can be part of multiple profiles, I can't install or create symlink to target directory during the build, but it needs to be done on adding to profile - is there any hook for that? TIA for answers, S_W [-- Attachment #2: Type: application/pgp-signature, Size: 181 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: SLiM session types 2015-03-07 14:50 ` tcech @ 2015-03-08 14:28 ` 宋文武 0 siblings, 0 replies; 3+ messages in thread From: 宋文武 @ 2015-03-08 14:28 UTC (permalink / raw) To: tcech, guix-devel tcech@suse.cz writes: > On Sat, Dec 13, 2014 at 04:28:50PM +0100, Ludovic Courtès wrote: >>宋文武 <iyzsong@gmail.com> skribis: >> >>> And currently ratposion and windowmaker are hardcoded, >>> how about make sessions configurable? >>> Like: >>> (define %default-sessions >>> `(("windowmaker" . #~(execl #$windowmaker "/bin/wmaker")) >>> ("ratposion" . #~(execl #$ratposion "/bin/ratposion")))) >>> >>> (define* (slim-service #:key (sessions %default-sessions) >>> ... >> >>I agree that something along these lines is needed. >> >>However, these session types are currently unused. SLiM is supposed to >>support session choice from the log-in screen, but for that, a >>‘session_dir’ key needs to be added to slim.cfg (in xorg.scm). >> >>The ‘session_dir’ value should be the name of a directory containing >>entries describing the various session types available, in a format that >>SLiM understands. > > I'm not able to understand how the proposed solution should work and > it's a bit unclear to me what is needed to do to add new session - > enlightenment in my case. > > Is there reason, why xsession files should not be stored within > profile? I can hardly imagine login manager with session selection to > be anything else than system wide service and in that case path like > /run/current-system/profile/share/xsessions sounds like proper place. Hi, I just sent 2 patches to remove all the xsessions stuff in xorg.scm. And use /run/current-system/profile/share/xsessions as sessiondir. After this, one can get a xfce session by put 'xfce' in 'packages'. While 'openbox' and 'sawfish' also provide xsession file, 'windowmaker' and 'ratposion' not. We can put 'exec ratposion' in ~/.xsession to start it, or patch the package to install a xsession file to its $out/share/xsessions if really needed. > > In any case, it would be helpful if packager could just ignore this > architectural decisions and could use some function which returns > desired target directory for xsession files (maybe defining as public > xsessions-directory from gnu/services/xorg.scm?) or even take xsession > file name as argument and do whatever is needed. > > And one additional question - if xsession file can be part of multiple > profiles, I can't install or create symlink to target directory during > the build, but it needs to be done on adding to profile - is there any > hook for that? > > TIA for answers, > > S_W ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-08 14:27 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <87h9xtwruo.fsf@gnu.org> [not found] ` <CAJ=RwfbZJhwYfVP__MtDBuGWUZiwAR7938GEsMCdjZq2+65CTQ@mail.gmail.com> [not found] ` <handler.19119.D19119.141651456331142.notifdone@debbugs.gnu.org> [not found] ` <87iohh53ff.fsf@gnu.org> [not found] ` <87388jve1p.fsf@gmail.com> 2014-12-13 15:28 ` SLiM session types Ludovic Courtès 2015-03-07 14:50 ` tcech 2015-03-08 14:28 ` 宋文武
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/guix.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).