LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 10-21-2005, 07:57 PM   #1
Wed
Member
 
Registered: Sep 2005
Location: Sweden
Distribution: Slackware
Posts: 249

Rep: Reputation: 45
Gnome on Slack


I really want to use Gnome on my Slackware install.

I already read all the reasons for not including it from 10.2 and henceforth, so please don't reiterate.

However, I tried the automated compile, but the space on my disk is just not sufficient enough to complete it.

Is there any chance that someone out there have binaries I can use? And Evolution with it?
 
Old 10-21-2005, 08:25 PM   #2
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,448
Blog Entries: 7

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553
Re: Gnome on Slack

Quote:
Originally posted by Wed
Is there any chance that someone out there have binaries I can use? And Evolution with it?
Do a Google search for "Freerock Gnome" or "Gware". Both of these have Pat's blessing. Alternatively, you can try "Dropline Gnome", which also installs PAM and does a few other things Pat doesn't like.
 
Old 10-21-2005, 08:43 PM   #3
liquidtenmilion
Member
 
Registered: May 2004
Location: South Carolina
Distribution: Slackware 11.0
Posts: 606

Rep: Reputation: 32
Droplinegnome.org

Download the installer on their page and run dropline-installer and do a full install.
 
Old 10-21-2005, 09:07 PM   #4
Wed
Member
 
Registered: Sep 2005
Location: Sweden
Distribution: Slackware
Posts: 249

Original Poster
Rep: Reputation: 45
Thanks for the replies!

I did read Patrick's notes on the drop of Gnome about the projects Gware and Freerock.

Gware however is one I don't feel comfortable getting entangled with. My mileage hasn't varied all that much since my beginning with Linux ... And it requires kernel 2.6, that will come, but not just yet.

Freerock was the promising one until it told me, "not enough space left on /var".


So there seems to be an opening for dropline. But 1Gig required ...

Would somebody please explain about the badness of PAM and other things?
 
Old 10-21-2005, 10:30 PM   #5
Wed
Member
 
Registered: Sep 2005
Location: Sweden
Distribution: Slackware
Posts: 249

Original Poster
Rep: Reputation: 45
Well, it didn't help having 1,2 Gigs free on /usr, when /var ran out during download.

So Dropline suffers the same fate as Freerock
 
Old 10-22-2005, 08:13 AM   #6
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,448
Blog Entries: 7

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553
Quote:
Originally posted by Wed
So Dropline suffers the same fate as Freerock
I don't know about dropline, but you can download freerock to wherever you like via ftp from:

ftp://mirror.datapipe.net/norlug/frg/

Its about 300 megs.
 
Old 10-22-2005, 08:23 AM   #7
liquidtenmilion
Member
 
Registered: May 2004
Location: South Carolina
Distribution: Slackware 11.0
Posts: 606

Rep: Reputation: 32
Once you install it however it will take up 1.2 gigs just like dropline.

It's a gnome thing.
 
Old 10-24-2005, 10:33 AM   #8
Wed
Member
 
Registered: Sep 2005
Location: Sweden
Distribution: Slackware
Posts: 249

Original Poster
Rep: Reputation: 45
Well, Gnome installed successfully, after a repartitioning and system reinstall.

But! How do I start Gnome?

I tried issuing the command:
gnome-session but to no avail.

At best I get the error:
Gtk-WARNING **: cannot open display:


addendum
Ok, so I can start gnome once in fluxbox but that just seems wrong to me. And loads of things report as warnings or errors in the console.
 
Old 10-24-2005, 10:41 AM   #9
liquidtenmilion
Member
 
Registered: May 2004
Location: South Carolina
Distribution: Slackware 11.0
Posts: 606

Rep: Reputation: 32
you can do xwmconfig and choose gnome(most good gnome distributions will put an entry there)

If not, my .xinitrc looks like this

Code:
#!/bin/sh
# $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f $userresources ]; then
    xrdb -merge $userresources
fi

if [ -f $usermodmap ]; then
    xmodmap $usermodmap
fi

# This nag screen isn't going to save anybody.
export NAUTILUS_OK_TO_RUN_AS_ROOT=1

# Start the window manager:
exec gnome-session
 
Old 10-25-2005, 12:12 AM   #10
Namaseit
Member
 
Registered: Dec 2003
Distribution: Slackware
Posts: 325

Rep: Reputation: 30
or a good old 'startx -e <command>'

I use this all the time to run games with no WM.
 
Old 10-25-2005, 02:09 AM   #11
Wed
Member
 
Registered: Sep 2005
Location: Sweden
Distribution: Slackware
Posts: 249

Original Poster
Rep: Reputation: 45
Thanks a lot. The command worked and I got Gnome started.

A lot of things were broken though and it was far beyond me to fix it.

Solution: Slackware 10.1

Problem, not entirely solved, but worked around.
 
  


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
Slack 10.1 - Gnome internationalization skruf_man Slackware 1 07-12-2005 08:10 AM
Gnome-alternatives for Slack senorsnor Slackware 5 03-17-2005 07:33 PM
Gnome 2.8 instalation problem on Slack 10.0 - gnome-vfs mmmm Slackware 4 12-27-2004 01:25 PM
slack packaged gnome sridharinfinity Slackware 0 12-01-2003 02:34 AM
Settings Gnome 2.2 (Slack 9.0) PapaNoHair Slackware 0 04-17-2003 08:35 AM

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

All times are GMT -5. The time now is 05:26 PM.

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