LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-02-2002, 04:04 AM   #46
GT I.N.C
Member
 
Registered: May 2002
Location: Australia, Sydney, St.Clair
Distribution: Rh 7.3
Posts: 836

Original Poster
Rep: Reputation: 30

How do i make something executable chmod x+? or something like that?

Garry
 
Old 11-02-2002, 04:09 AM   #47
GT I.N.C
Member
 
Registered: May 2002
Location: Australia, Sydney, St.Clair
Distribution: Rh 7.3
Posts: 836

Original Poster
Rep: Reputation: 30
Ahhhhh -x hhahaha i figured out myself...

well i hope it's right heheh
 
Old 11-02-2002, 04:14 AM   #48
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
-x makes it no longer executable, to make it executable it's +x

So:
chmod +x /path/to/executable will make it executable. If you no longer want it executable:
chmod -x /path/to/executable will make it no longer executable.

Cool
 
Old 11-02-2002, 04:34 AM   #49
GT I.N.C
Member
 
Registered: May 2002
Location: Australia, Sydney, St.Clair
Distribution: Rh 7.3
Posts: 836

Original Poster
Rep: Reputation: 30
Hahha it turned into a shell icon though, well thats not whats worrying me now.......i got fluxbox to load....by editing the IceWm setting....so instead of Ice it's now flux....so that's sweet, but i can't get Ice back (not that i use it) and also KDE doesn't load anymore....geeeez i didn't even TOUCH KDE settings....

Hmmmmm any ideas, i know i don't have much info about it, but i can't find it, well i don't know where to start finding it....

Garry
 
Old 11-02-2002, 04:40 AM   #50
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
What did you edit? And when you say can't get it back, you mean you can't even select it? Or when you do select it, flux starts?
 
Old 11-02-2002, 04:44 AM   #51
GT I.N.C
Member
 
Registered: May 2002
Location: Australia, Sydney, St.Clair
Distribution: Rh 7.3
Posts: 836

Original Poster
Rep: Reputation: 30
I edited it using gdmconfig in the Expert part, there was KDE and IceWM....i clicked on icewm and it had exec /bla/bla/bla/Xsession icewm so i took that out and put exec /usr/local/bin/fluxbox and clicked apply then ok then restarted.....so now flux is selectable....ice is gone....kde doesn't load...it just goes back to GDM....

Garry
 
Old 11-02-2002, 04:53 AM   #52
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Can you try putting it back the way it was?
 
Old 11-02-2002, 05:01 AM   #53
GT I.N.C
Member
 
Registered: May 2002
Location: Australia, Sydney, St.Clair
Distribution: Rh 7.3
Posts: 836

Original Poster
Rep: Reputation: 30
Yeh i guess i could do that, i'll try right now......
 
Old 11-02-2002, 05:09 AM   #54
GT I.N.C
Member
 
Registered: May 2002
Location: Australia, Sydney, St.Clair
Distribution: Rh 7.3
Posts: 836

Original Poster
Rep: Reputation: 30
Ok it does the same thign as KDE does, just goes back to the GDM screen...unless i have the wrong exec script....i got ummmm...

KDE
Code:
#!/bin/sh
exec /etc/X11/xdm/Xsession KDE
Ice
Code:
#!/bin/sh
exec /etc/X11/xdm/Xsession icewm (not sure if thats right though)

Last edited by GT I.N.C; 11-02-2002 at 05:12 AM.
 
Old 11-02-2002, 09:09 AM   #55
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Try IceWM (notice case) since that's what you posted above

Cool
 
Old 11-02-2002, 06:28 PM   #56
GT I.N.C
Member
 
Registered: May 2002
Location: Australia, Sydney, St.Clair
Distribution: Rh 7.3
Posts: 836

Original Poster
Rep: Reputation: 30
Ok i will do that when i get back home, well i don't really mind if i loose Ice, it's just that i may need KDE here and there, oh and flux is real nice!

Garry

Thanks again MasterC
 
Old 11-03-2002, 12:48 AM   #57
GT I.N.C
Member
 
Registered: May 2002
Location: Australia, Sydney, St.Clair
Distribution: Rh 7.3
Posts: 836

Original Poster
Rep: Reputation: 30
I haven't done it yet, but doing a 'whereis' prints this

Code:
[root@localhost root]# whereis icewm
icewm: /usr/X11R6/bin/icewm /usr/bin/X11/icewm
Note: it's not in case, but i will try what you said anyway....

Garry
 
Old 11-03-2002, 11:32 AM   #58
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
hmm... It might need case because it might be referring to an entry somewhere rather than the location of the wm itself. If that doesn't work, I will happily walk you through other ideas.

Cool
 
Old 11-03-2002, 08:41 PM   #59
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
http://www.linuxquestions.org/questi...threadid=34514

Of course Neo busted out the answer like it was nothing

Cool
 
Old 11-03-2002, 11:52 PM   #60
GT I.N.C
Member
 
Registered: May 2002
Location: Australia, Sydney, St.Clair
Distribution: Rh 7.3
Posts: 836

Original Poster
Rep: Reputation: 30
hahha coolies, i will try that then, thanks again buddy!

Garry
 
  


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
Qt headers and libraries not found c-- Ubuntu 12 03-03-2009 07:16 PM
Fluxbox install, X libraries and headers csb Linux - Software 3 07-15-2005 08:59 AM
QT Libraries & Headers inescapeableus Linux - Software 9 05-03-2005 01:14 AM
KDevelop cannot find QT headers and libraries?! mscollins1 Programming 1 04-10-2004 04:12 PM
QT-1.3 (headers and libraries) not found. p_reah Linux - Software 2 04-17-2003 07:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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