LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-31-2012, 07:59 AM   #91
bartgymnast
Member
 
Registered: Feb 2003
Location: Almere, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 368

Original Poster
Rep: Reputation: 165Reputation: 165

Quote:
Originally Posted by Cyanobacteriophage View Post
BLEEDING-EDGE indeed. I must give this a try.

It was an error in the Index file.
Those are fixed, and apart from a few bugs/errors.
which most are also fixed.
Everything looks very stable.

We will Release the BETA very soon.
 
Old 12-31-2012, 10:54 AM   #92
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,215

Rep: Reputation: 298Reputation: 298Reputation: 298
Quote:
Originally Posted by Cyanobacteriophage View Post
BLEEDING-EDGE indeed. I must give this a try.
That should be already fixed, please report if it still persists. Thanks.
 
Old 12-31-2012, 10:57 AM   #93
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,215

Rep: Reputation: 298Reputation: 298Reputation: 298
Quote:
Originally Posted by gmgf View Post
package gdm probably, need enhancement:

the /etc/passwd file in slackware

contain this

gdm:x:42:42:GDM:/var/stat/gdm:/bin/bash (this is for old gdm before version 3)

it need probably changed by

gdm:x:42:42:GDM:/var/lib/gdm:/bin/bash (this is for gdm version 3)

because the new gdm work directory is /var/lib/gdm

this new directory is already your package.

the gdmsetup file in your package are probably obsolet

because i think gdm-setup, is not present in gdm version3
gmgf you are most probably 100% right, since this is alpha version, we need this to fix such kind of things, many thanks. Better is if you can fill up tickets on sf.net. Anyway thanks for pointing things out, and whatever you see not working is most probably wrong by our side.

gdmseup is something our script puts in because of the old gdm2 we had before.
So far, I don't remember we ever used /var/stat as gdm home. Anyway thanks and we will try to check this out. I'm aa bit busy these days but shortly we should have more things sorted out.

Happy new year to all of you !!!
 
Old 01-05-2013, 04:45 AM   #94
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,227

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
Happy new year for you and all, also.......

Just suggestion,

another suggestion, gsb slackbuild, had a good enhancement for the package 'gnome-session',

for starting gnome with xwmconfig and startx since the console:

just consist by added 'xinitrc.gnome' in /etc/X11/xinit

the source hare here:

http://ftp.osuosl.org/pub/gsb/gsb-3....gnome-session/

this work perfectly here.

Last edited by gmgf; 01-05-2013 at 06:36 AM.
 
Old 01-05-2013, 06:18 AM   #95
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,215

Rep: Reputation: 298Reputation: 298Reputation: 298
AFAIK it should work in that way. we also create xinitrc.gnome. I have not checked it but it should be there.
 
Old 01-05-2013, 07:14 AM   #96
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,227

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
I have linked /usr/libexec/gnome-session-check-accelerated and /usr/libexec/gnome-session-check-accelerated-helper

to /usr/lib/gnome-session/gnome-session-check-accelerated and /usr/lib/gnome-session/nome-session-check-accelerated-helper

it seem gdm, need this, because it search these file in /usr/lib/gnome-session and not in /usr/libexec

and gdm do not work correctly, without these links, here...

Last edited by gmgf; 01-05-2013 at 07:37 AM.
 
Old 01-05-2013, 11:57 AM   #97
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,215

Rep: Reputation: 298Reputation: 298Reputation: 298
Ok nice tip, thanks. I have prepared some updates, to get them just re-run dropline-installer.

So far something seems not working well, because my VM is crashing the desktop all the time. Can somebody urgently confirm me this ?
 
Old 01-06-2013, 02:16 AM   #98
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,227

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
Your 'gdm-3.6.2' package contain /var/lib and /var/lib/lib

probably the good things are in /var/lib/lib, but need tu push it on /var/lib

(i don't love this gdm3 version , because is verry difficult to make work, it is slow, it has many defects,

but unfortunately, it's needed for the gnome-shell).

probably it need to compil it with these options:

--with-at-spi-registryd-directory=/usr/libexec
--with-check-accelerated-directory=/usr/libexec (it's needed for searchs the accelerated gnome session, in the good directory /usr/libexec)
 
Old 01-06-2013, 06:23 AM   #99
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,215

Rep: Reputation: 298Reputation: 298Reputation: 298
Yeah, thanks gmgf, we noted that. I think Bart or Eugene is working on the gdm package.
We will try to make it work well as much as possible.
 
Old 01-16-2013, 06:28 AM   #100
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,227

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
gnome-session need probably this patch for gdm work correctly on slackware based distro:

https://projects.archlinux.org/svnto.../gnome-session

tested here on my gnome zenwalk personal package, it work.
 
Old 01-16-2013, 06:59 AM   #101
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,215

Rep: Reputation: 298Reputation: 298Reputation: 298
Thanks for the suggestion gmgf, is your install working ok ?
 
Old 01-16-2013, 07:17 AM   #102
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,227

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
just tested on my zenwalk package this work, fine here,

without this patch gdm does not work correctly, (shutdow, restart does not work, and the sound icon does not appear in the taskbar of gdm)

Last edited by gmgf; 01-16-2013 at 07:23 AM.
 
Old 01-16-2013, 07:33 AM   #103
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,227

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
probably, another little fix for compil gnome-control-center with pulseaudio3

i use also this gentoo patch, in my zenwalk package:

http://sources.gentoo.org/cgi-bin/vi...l-center/files

gnome-control-center-3.6.3-pulseaudio-3-fix.patch

Last edited by gmgf; 01-16-2013 at 07:39 AM.
 
Old 01-16-2013, 10:50 AM   #104
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,227

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
I have tested on Slackware-14, your latest dropline packages with my gnome-session package with the patch, and gdm work correctly
 
Old 01-16-2013, 11:25 AM   #105
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,215

Rep: Reputation: 298Reputation: 298Reputation: 298
Good to hear that. Thanks. would be nice to hear more people from this forum if it works for them. I will prepare some new updates these days. Will post when its done.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Ubuntu GNOME Remix 12.10 Alpha 2 Released LXer Syndicated Linux News 0 09-14-2012 07:20 AM
How to set perferred applications in Gnome/Slackware 12/Dropline Gnome ? perry Slackware 3 05-27-2008 03:53 PM
Dropline GNOME 2.10.2 Released. zborgerd Slackware 3 07-10-2005 02:10 AM
Firebird 2.0 Alpha 2 Released mariuz Linux - News 1 06-13-2005 11:54 AM
dropline with gnome 2.10 released!! acidjuice Slackware 14 04-04-2005 08:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration