Author Topic: Slim -- LXSLIM  (Read 1210 times)

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Slim -- LXSLIM
« on: July 02, 2009, 12:20:20 PM »
Slim is a lightweight DM. At present, it does not start LXDE. I tried a simple edit of the present RPM; the xinitrc patch needed an entry for lxde. That resulted in an error about the XFCE4 entry. :(

So I've been trying to redo it as lxslim. I renamed the patch files needed to lx~ and removed the XFCE4 entry that had given problems. Any road, this time the error is that there's a malformed line in the xinitrc patch. @@ -17,6 +29,12 @@ is the line.
Quote
+ echo 'Patch #3 (lxslim-1.3.0-xinitrc.patch):'
Patch #3 (lxslim-1.3.0-xinitrc.patch):
+ patch -p1 -s
patch: **** malformed patch at line 23: @@ -17,6 +29,12 @@

I'm attaching the patch file, if anyone is interested.


[attachment deleted by admin]

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: Slim -- LXSLIM
« Reply #1 on: March 27, 2010, 05:51:50 PM »
Hi,

Just saw your post and your patche. We use ConsoleKit to manage the sessions, so the command in $HOME/.xinitrc for Lxde would be:
Code: [Select]
exec ck-launch-session lxsession
for openbox only:
Code: [Select]
exec ck-launch-session openbox-session


melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Slim -- LXSLIM
« Reply #2 on: March 27, 2010, 06:51:46 PM »
The question is moot now. The LXDE team is writing their own login manager.

Offline ka9yhd

  • Hero Member
  • *****
  • Posts: 1318
Re: Slim -- LXSLIM
« Reply #3 on: March 29, 2010, 07:27:33 PM »
So what login manager did you use in the betas?
Intelligence is knowing that a tomato is a fruit.
However, wisdom is knowing not to put a tomato in a fruit salad.

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Slim -- LXSLIM
« Reply #4 on: March 29, 2010, 07:33:38 PM »
So what login manager did you use in the betas?

GDM is still the default. The LXDE team has not released their login manager yet.