Author Topic: lxdm -- The LXDE Login Manager  (Read 15007 times)

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: lxdm -- The LXDE Login Manager
« Reply #15 on: May 26, 2010, 06:10:35 PM »
Did you ever get past this Neal?  

I am setting up a build environment on my latest Xfce iso and would love to test it out.

This error has been a problem for me but redoing the patch has always gotten me past it, so far.  You want me to see what I can do with it?

Edit: ---------------

Arhg!  The context menus don't appear to work with the latest Xfce/Thunar!
« Last Edit: May 26, 2010, 06:16:49 PM by Joble »
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: lxdm -- The LXDE Login Manager
« Reply #16 on: May 26, 2010, 08:15:47 PM »
OK, so I've got the latest Xfce and Thunar from Testing and it looks like pkgutils-thunar does not work with it.  Looks like I got a project of my own.  Will look into it.
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: lxdm -- The LXDE Login Manager
« Reply #17 on: May 27, 2010, 01:14:56 AM »
No luck with it yet. ::) :( :(
I'm gonna hold off on upgrading thunar till that's fixed. I can use konqueror, I know, but thunar is easier to set up on an LXDE install.

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: lxdm -- The LXDE Login Manager
« Reply #18 on: May 29, 2010, 03:59:21 PM »
Try putting -p1 instead of -p0 in your spec file.

%patch0 -p1 -b -z  (do you know how desperate I must have been to even try that?  I found it in the How-To.)

There appears to be a problem in the %files section too.

Processing files: lxdm-0.2.0-1pclos2010
error: File not found by glob: /home/joe/src/tmp/lxdm-0.2.0-1pclos2010-buildroot/usr/bin/*


Still looking at it.

Still haven't found out the deal with Thunar context menus.  Getting familiar with the command line again.  :)
« Last Edit: May 29, 2010, 04:34:59 PM by Joble »
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: lxdm -- The LXDE Login Manager
« Reply #19 on: May 29, 2010, 11:17:21 PM »
Thanks, Joble. I think the %files problem is with %{_datadir}/mdk/%{SOURCE3} which probably should be %{_datadir}/mdk/backgrounds/%{SOURCE3}.

Okay. After making those changes, I get
Quote
Patch #0 (lxdm-0.2.0-pclos-customization.patch):
+ patch -p1 -b --suffix -z -s
1 out of 1 hunk FAILED -- saving rejects to file lxdm.conf.pclos.rej

 ??? ??? ???

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: lxdm -- The LXDE Login Manager
« Reply #20 on: May 29, 2010, 11:29:46 PM »
That patch and spec file worked for me Neal, up until the file problem. Will keep looking at it.  Was my name in the changelog?  Maybe that was the problem.  ROFL!
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: lxdm -- The LXDE Login Manager
« Reply #21 on: May 30, 2010, 09:07:04 AM »
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/joe/src/tmp/lxdm-0.2.0-1pclos2010-buildroot
RPM build errors:
    Installed (but unpackaged) file(s) found:
   /etc/lxdm/LoginReady
   /etc/lxdm/PostLogin
   /etc/lxdm/PostLogout
   /etc/lxdm/PreLogin
   /etc/lxdm/PreReboot
   /etc/lxdm/PreShutdown
   /usr/lib/lxdm-greeter-gtk
   /usr/sbin/lxdm
   /usr/sbin/lxdm-binary
[joe@localhost SPECS]$
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: lxdm -- The LXDE Login Manager
« Reply #22 on: May 30, 2010, 09:32:33 AM »
Built!  But not tested.

Sent it to my ftp directory Neal.  Check it out.
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: lxdm -- The LXDE Login Manager
« Reply #23 on: May 30, 2010, 09:51:18 AM »
Yea. I'm sure the problem is something I've done. ::)

Wrote new %files:
Quote
%files -f %{name}.lang
%defattr(-, root, root)
%dir %{_sysconfdir}/lxdm
%{_sysconfdir}/lxdm/Xsession
%config(noreplace) %{_sysconfdir}/lxdm/lxdm.conf
%config(noreplace) %{_datadir}/X11/dm.d/%{name}.conf
%{_sysconfdir}/pam.d/*
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/mdk/backgrounds/%{SOURCE2}
%{_sysconfdir}/%{name}/LoginReady
%{_sysconfdir}/%{name}/PostLogin
%{_sysconfdir}/%{name}/PostLogout
%{_sysconfdir}/%{name}/PreLogin
%{_sysconfdir}/%{name}/PreReboot
%{_sysconfdir}/%{name}/PreShutdown
%{_sbindir}/%{name}
%{_sbindir}/%{name}-binary
%{_libdir}/%{name}-greeter-gtk
See anything I missed or got wrong?


Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: lxdm -- The LXDE Login Manager
« Reply #24 on: May 30, 2010, 09:55:26 AM »
%{_bindir}/*  That's not going to work, there's nothing to go into /bin

Other than that it looks good to me.  I attached the one that worked for me in my last post.
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: lxdm -- The LXDE Login Manager
« Reply #25 on: May 30, 2010, 10:10:31 AM »
%{_bindir}/*  That's not going to work, there's nothing to go into /bin

Other than that it looks good to me.  I attached the one that worked for me in my last post.

LOL I was just going to remove that. Hadn't meant to post it. Just forgot to remove the line before clicking "send." Took a bit before my mind registered what I'd done. ::)

I've just built the RPM again. Something still not right, though.

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: lxdm -- The LXDE Login Manager
« Reply #26 on: May 30, 2010, 01:58:15 PM »
The RPM was built. I installed it. I opened PCC to switch to it, and it wasn't listed. ::) ???

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: lxdm -- The LXDE Login Manager
« Reply #27 on: May 30, 2010, 02:48:45 PM »
Weird.  Was the old one still listed?
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: lxdm -- The LXDE Login Manager
« Reply #28 on: May 30, 2010, 03:00:21 PM »
Weird.  Was the old one still listed?

No, this was on a new, fully updated install.


Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: lxdm -- The LXDE Login Manager
« Reply #29 on: May 30, 2010, 03:40:01 PM »
Is there something you need to do for PCC to tell it where to find it?  Never messed with that before.  Maybe Tex or kjpetrie would know.
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System