LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 05-20-2003, 11:15 PM   #31
saiz66
Member
 
Registered: Apr 2003
Posts: 225

Original Poster
Rep: Reputation: 30

where could i find that code to expand my bar to the whole screen? is it in a file i should edit?
 
Old 05-20-2003, 11:26 PM   #32
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally posted by saiz66
where could i find that code to expand my bar to the whole screen? is it in a file i should edit?
Blessed is the man who can read ...

Quote:
from "man fluxbox"
RESOURCE FILE
Usually the ~/.fluxbox/init resource file is created and
maintained by Fluxbox itself. All options from the [con-
fig] menu, the last selected style file, your workspace
names and so on are saved into this file. However, there
are some resources in it you might want to edit yourself:
Cheers,
Tink
 
Old 05-20-2003, 11:45 PM   #33
saiz66
Member
 
Registered: Apr 2003
Posts: 225

Original Poster
Rep: Reputation: 30
ok one more thing.. i havent gotten my background up yet.. i wanted to try the

# Start the window manager:
Esetroot ~/backgrounds/linux.png &
gkrellm -w &
taglines &
root-tail -g 100x10x0+0 /var/log/messages,yellow /var/log/xferlog,white /var/log/proftpd.log,green /var/log/apache/access_log,blue &
exec /usr/local/bin/fluxbox

code in xinitrc.. is it the xinitrc in the /etc/X11/xinit or is it the xinitrc.fluxbox file i should put that code into?

does the picture have to end in png or can it end in jpg?
and wat does taglines and

root-tail -g 100x10x0+0 /var/log/messages,yellow /var/log/xferlog,white /var/log/proftpd.log,green /var/log/apache/access_log,blue &

this code do?
 
Old 05-20-2003, 11:57 PM   #34
phishman3579
Member
 
Registered: May 2003
Posts: 161

Rep: Reputation: 32
Quote:
Originally posted by saiz66
where could i find that code to expand my bar to the whole screen? is it in a file i should edit?
If your talking about the toolbar that expands across the bottom of the page then I just posted the code that you need to add to the style in the .fluxbix/style dir.

You might be able to add it to the init file in the .fluxbox but I haven't tried yet.

Last edited by phishman3579; 05-21-2003 at 12:00 AM.
 
Old 05-21-2003, 12:01 AM   #35
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Re: Re: Re: fluxbox help?

Quote:
Originally posted by phishman3579
making a "start-button" esq thingy. Just a button that will raise the current menu.
Isn't that what right-clicking on the desktop does? I don't understand what you mean.
 
Old 05-21-2003, 12:09 AM   #36
phishman3579
Member
 
Registered: May 2003
Posts: 161

Rep: Reputation: 32
Re: Re: Re: Re: fluxbox help?

Quote:
Originally posted by Crashed_Again
Isn't that what right-clicking on the desktop does? I don't understand what you mean.
Yes, that's what I mean. I have a very windows-bound girlfriend who doesn't seem to catch onto the current desktop. I Downloaded a theme from the net thats a Windows9x type. I was just wondering if there is some code that would pop up the right-click menu when clicking onto that workspace tab. I have a feeling it would be in the source code. Althought it would be a simple hack, calling one menu routine instead of another, I was hoping there would be a simpler way around it.
 
Old 05-21-2003, 12:49 AM   #37
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Quote:
Originally posted by saiz66
ok one more thing.. i havent gotten my background up yet.. i wanted to try the

# Start the window manager:
Esetroot ~/backgrounds/linux.png &
gkrellm -w &
taglines &
root-tail -g 100x10x0+0 /var/log/messages,yellow /var/log/xferlog,white /var/log/proftpd.log,green /var/log/apache/access_log,blue &
exec /usr/local/bin/fluxbox

code in xinitrc.. is it the xinitrc in the /etc/X11/xinit or is it the xinitrc.fluxbox file i should put that code into?

does the picture have to end in png or can it end in jpg?
and wat does taglines and

root-tail -g 100x10x0+0 /var/log/messages,yellow /var/log/xferlog,white /var/log/proftpd.log,green /var/log/apache/access_log,blue &

this code do?
Nothing if you don't have gkrellm root-tail or taglines installed To set the background you only need the Esetroot line, and you can point it to any image file you'd like (I think tiff's might not work, but it's worth a shot) so jpg and png, and I think bmp's as well should all work fine. You place the code in your home directory, a file called .xinitrc in there. You view . files with the -a delimiter:
ls -a

If you do have root-tail or taglines installed you can either read the site documentation on options for them, or read the man page if one exists

Cool
 
Old 05-21-2003, 12:52 AM   #38
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Re: Re: Re: Re: Re: fluxbox help?

Quote:
Originally posted by phishman3579
Yes, that's what I mean. I have a very windows-bound girlfriend who doesn't seem to catch onto the current desktop. I Downloaded a theme from the net thats a Windows9x type. I was just wondering if there is some code that would pop up the right-click menu when clicking onto that workspace tab. I have a feeling it would be in the source code. Althought it would be a simple hack, calling one menu routine instead of another, I was hoping there would be a simpler way around it.
Have you ever given fvwm a try:
http://www.fvwm.org/screenshots/desktops.php

It's quick like flux, but has the ability to mimic another OS's look quite a bit...

Cool
 
Old 05-21-2003, 12:58 AM   #39
saiz66
Member
 
Registered: Apr 2003
Posts: 225

Original Poster
Rep: Reputation: 30
what is the point for root-tail and taglines? ok i am trying to find the .xinitrc file with no avail... i tried the ls -a and i found a . and am i supposed to go to the home directory /home and the .xinitrc file is in there?
 
Old 05-21-2003, 01:31 AM   #40
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
In the users home directory...

Do you login with root at all times? If so, stop. Create a user, and use that as your main login. Now, go to that users home directory. If you named this user scott, then his home directory would most likely be:
/home/scott
So you cd into the users home directory and locate a .xinitrc file. If there isn't one, then go ahead and create one, place the lines above into it, and voila! You've got yourself a xinitrc in your user's home directory.

The point of root-tail is to scroll logs, or whatever you'd like, in your background. The point of taglines.. well there is no point, but they are cool.
For more info on either head over to www.freshmeat.net

Cool
 
Old 05-21-2003, 02:35 AM   #41
redgore
Member
 
Registered: Dec 2001
Location: England
Distribution: Various,currently Slackware.
Posts: 156

Rep: Reputation: 30
Quote:
how about any info on getting rid of the workspace button and/or making a "start-button" esq thingy. Just a button that will raise the current menu.
If you really need a start menu type thing then run kicker or gnome-panel.
 
Old 05-21-2003, 10:49 PM   #42
saiz66
Member
 
Registered: Apr 2003
Posts: 225

Original Poster
Rep: Reputation: 30
okay i have been logging in as root the whole time... thats b/c i have been trying to install a lot of programs on my computer and i cant do that when i am a user or can i? (does that sentence even make sense to u?)...
 
Old 05-21-2003, 11:02 PM   #43
awdoyle
Member
 
Registered: Aug 2002
Location: Portland, OR
Distribution: Xubuntu
Posts: 135

Rep: Reputation: 15
Logging in as yourself is much safer. Simply log in as super user when you need root access:
$ su
You'll be prompted for root password; the rest is history.

Andrew
 
Old 05-22-2003, 12:05 AM   #44
saiz66
Member
 
Registered: Apr 2003
Posts: 225

Original Poster
Rep: Reputation: 30
okay thnx.. but i remembered when i tried making a new user using adduser they asked me like tons of questions i had no answers to
 
Old 05-22-2003, 02:46 AM   #45
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Most of defaults will work just fine. You just need to define a username and password, accept the defaults on the rest.

Cool
 
  


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 X and FluxBox Mercurius Linux - Software 16 10-10-2005 10:29 AM
Some Fluxbox Questions QzarBaron Linux - General 2 02-20-2005 11:58 AM
Fluxbox Questions steve_d555 Linux - General 9 11-21-2004 12:24 AM
fluxbox questions Longinus Slackware 14 02-13-2004 03:28 PM
Some fluxbox questions calvinchan2 Linux - Newbie 3 08-22-2003 12:38 AM

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

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