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

Notices


Reply
  Search this Thread
Old 01-02-2004, 11:05 AM   #1
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Rep: Reputation: 56
Questions on finding Gnome and Xsession, etc.


Hi folks,

Gnome seems case-sensitive???

I performed following tests

On Konsole window

# updatedb

1)
# which Gnome
# which gnome
No printout

# whereis gnome
gnome: /etc/gnome /usr/share/gnome /usr/share/man/man1/gnome.1.gz
# whereis Gnome
Gnome:


# locate gnome | grep gnome
.....
...
# locate -i gnome | grep -i gnome
....
,,,
# locate Gnome | grep Gnome
/etc/gdm/Sessions/Gnome
........
.....
then I found it


2)
# which xsession
# which Xsession
No printout

# whereis xsession
xsession:
# whereis Xsession
Xsession: /usr/share/man/man5/Xsession.5.gz

# locate -i xsession | grep -i xsession
/etc/gdm/Sessions/Xsession
/etc/X11/xdm/Xsession
/etc/X11/Xsession
....
Then I found them.

Is there a shortcut to search /etc/gdm/Sessions/Gnome other than performing
all such steps mentioned above

TIA

B.R.
satimis
 
Old 01-02-2004, 11:44 AM   #2
Satriani
Member
 
Registered: Mar 2003
Location: The Netherlands
Distribution: Red Hat 7.3, Red Hat 9, Solaris8, Slackware 10, Slax on USB, AIX, FreeBSD, WinXP, AIX, Ubuntu
Posts: 418

Rep: Reputation: 30
Did you try "find" ??
Code:
find . -name gnome
where syntax = find PATH EXPRESSION
 
Old 01-02-2004, 11:54 AM   #3
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally posted by Satriani
Did you try "find" ??
Code:
find . -name gnome
where syntax = find PATH EXPRESSION
# find . -name gnome
# find -name gnome

all no output

B.R.
satimis
 
Old 01-02-2004, 02:19 PM   #4
llamakc
Member
 
Registered: Nov 2003
Distribution: Debian & Ubuntu
Posts: 402

Rep: Reputation: 31
Precisely what are you looking for? All instances of the word Gnome/gnome in your entire filesystem?
 
Old 01-02-2004, 05:03 PM   #5
Satriani
Member
 
Registered: Mar 2003
Location: The Netherlands
Distribution: Red Hat 7.3, Red Hat 9, Solaris8, Slackware 10, Slax on USB, AIX, FreeBSD, WinXP, AIX, Ubuntu
Posts: 418

Rep: Reputation: 30
and ehhhh, did you run find . -name ganome from the / ??

(or did find / -name gnome ??? )
 
Old 01-02-2004, 10:08 PM   #6
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi all folks,

I can't start GNOME but can start KDE. What I am looking for is to edit the executable files which govern starting GNOME

I tried 'startx' on 'Xterm' after login 'Failsafe Gnome' without success. Following warning popup;
....
...
xlib:connnection to ":0.0" refused by server
xlib:Invalid MIT-MAGIC-COOKIT-1 key giving up
xinit:unable to connect to Xsession
xinit:No such process (error 3): Server error

localhost:~# find / -name gnome
/etc/gnome
/etc/gconf/gconf.xml.defaults/schemas/desktop/gnome
/etc/gconf/gconf.xml.defaults/desktop/gnome
/usr/share/terminfo/g/gnome
/usr/share/gnome
/usr/share/gramps/gnome
/usr/lib/python2.3/site-packages/gtk-2.0/gnome

B.R.
satimis
 
Old 01-03-2004, 12:50 PM   #7
Satriani
Member
 
Registered: Mar 2003
Location: The Netherlands
Distribution: Red Hat 7.3, Red Hat 9, Solaris8, Slackware 10, Slax on USB, AIX, FreeBSD, WinXP, AIX, Ubuntu
Posts: 418

Rep: Reputation: 30
You might try this:
Code:
# X :0 &
# DISPLAY=:0;export DISPLAY
#gnome-session
This will start the Xserver, then sets the display variable to your X server and startup gnome.

Other trick might be running gdm

Satch
 
Old 01-04-2004, 04:39 AM   #8
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally posted by Satriani
You might try this:
Code:
# X :0 &
# DISPLAY=:0;export DISPLAY
#gnome-session
This will start the Xserver, then sets the display variable to your X server and startup gnome.

Other trick might be running gdm

Satch
Hi,

Thanks for your advice


New discovery :-
===============
gnome-session found not installed yet

# apt-get install gnome-session


Now GNOME can login but its desktop still failed to start with following warning;

ERROR
There was an error starting the GNOME_Settings Daemon

Some things such as Themes, sounds or background settings may not work correctly

The Setting Daemon restarted too many times

The last error message was
Failed to activate 'OAFIID:GNOME_Setting Daemon'
GNOME will still try to restart the Setting Daemon
next time your login
<close>

Clicked <close>

I can start Debian applications there such as
- Mozilla 1.0.0
- Kmail
- OpenOffice Write
etc.

Kindly advise where can I edit the Settings to start GNOME desktop

TIA

B.R.
satimis
 
  


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
Questions about Gnome? Slovak Slackware 5 11-20-2004 01:05 PM
two xsession questions citrus Linux - Software 2 03-19-2004 04:27 AM
Which Gnome and Xsession files shall I edit to get GNOME started satimis Debian 3 01-04-2004 04:44 AM
gnome menu not finding files laydros Slackware 2 12-16-2003 10:28 PM
GNOME print manager not finding installed printer wfpoole Red Hat 12 10-31-2003 07:53 PM

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

All times are GMT -5. The time now is 03:57 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