Author Topic: GNOME Questions  (Read 2012 times)

billy_gates

  • Member
  • **
  • Posts: 801
  • Kudos: 0
    • http://www.skinner.com/jeffberg
GNOME Questions
« on: 22 December 2002, 21:40 »
I have a couple questions on GNOME


How do you add prgrams/item to the GNOME Menu
How do i set the monitor to turn off after 10 minutes
How do you snap files and folders to a grid in icon view, like there is in windows and mac
I guess this is more of a linux question, but how do you make a file invisible without changing its name to have a . in front of it?


If i think of more I'll ask them here.

[ December 22, 2002: Message edited by: Billy Gates: Mac Commando ]


voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
GNOME Questions
« Reply #1 on: 22 December 2002, 11:00 »
quote:
Originally posted by Billy Gates: Mac Commando:
I have a couple questions on GNOME
How do you add prgrams/item to the GNOME Menu



GNOME is more panel oriented. You can add panels, make them hide etc. It is very easy to add items to the panel by right clicking and adding a launcher. It took me a little getting used to but I like it better. I put my most used apps on autohiding panels. Nothing on the desktop. I don't believe there is an easy menu editor for GNOME (KDE and Window maker are easier for menu and desktop ICON manipulation). However, you can add more items to the /usr/share/applications directory which is where the main menu launcher files are stored.

 
quote:

How do i set the monitor to turn off after 10 minutes



"Preferences">"Screensaver" on the menu, click the "Advanced" tab and you'll see it on the right side.

 
quote:

How do you snap files and folders to a grid in icon view, like there is in windows and mac



Don't know this one, but maybe because I'm not quite sure what you mean.

 
quote:

I guess this is more of a linux question, but how do you make a file invisible without changing its name to have a . in front of it?



You could delete it.    Linux doesn't hide things from you. The closest you can get is to starting them with a ".". Of course that would be a file manager function. Maybe there is a file manager out there for Linux that does this. I never use the graphical file managers so ls+wildcards always gives me exactly what I want to see. Nothing more, nothing less.
Someone please remove this account. Thanks...

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
GNOME Questions
« Reply #2 on: 22 December 2002, 17:13 »
quote:
Originally posted by Billy Gates: Mac Commando:
How do you snap files and folders to a grid in icon view, like there is in windows and mac

you mean like right click > line up icons

there should be something like that in gnome, i'm using KDE.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
GNOME Questions
« Reply #3 on: 22 December 2002, 17:19 »
in Gnome its: right click>clean up
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

billy_gates

  • Member
  • **
  • Posts: 801
  • Kudos: 0
    • http://www.skinner.com/jeffberg
GNOME Questions
« Reply #4 on: 22 December 2002, 20:49 »
quote:
Originally posted by The Master of Reality / B0b:
in Gnome its: right click>clean up


it is acutally right click and clean up by name, that means it doesn't stay in the order I wanted it.

billy_gates

  • Member
  • **
  • Posts: 801
  • Kudos: 0
    • http://www.skinner.com/jeffberg
GNOME Questions
« Reply #5 on: 22 December 2002, 20:59 »
thanks for your help, but one more.  How do I make the numlock be one when the computer is finished booting?

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
GNOME Questions
« Reply #6 on: 23 December 2002, 05:26 »
*sigh*
well... in KDE you go control panel>peripherals>keyboard>numlock on at startup

with Gnome you will probably have to write a small shell script to turn it on globally in linux.

I will post here again in a few minutes.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
GNOME Questions
« Reply #7 on: 23 December 2002, 05:38 »
alright. You use the setleds command to set numlock on (this command also sets caplocks and scroll lock).
here is a shell script that'll turn on numlock in every console.

Code: [Select]
i put that in /etc/rc.d/rc.setnum (and made it executable)
and put this line in /etc/rc.d/rc.local
# set numlock
/etc/rc.d/rc.setnum

i did this on Evil Entity 2.4 but it should work in all distros.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
GNOME Questions
« Reply #8 on: 23 December 2002, 05:40 »
am i starting to sound like void main?
Maybe i should start my own linux tips website just to compete with void main.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
GNOME Questions
« Reply #9 on: 23 December 2002, 05:49 »
quote:
Originally posted by The Master of Reality / B0b:
am i starting to sound like void main?
Maybe i should start my own linux tips website just to compete with void main.



Please do!!!! I haven't had the focus to write more. I really want to do the PDC HOWTO and as soon as I write the first line I could have it done in a matter of an hour or so. It's writing the first line that I'm having a problem with.

And you stole that setleds snippet directly out of the setleds man page. Two points for for saving work! I believe you are catching on.
Someone please remove this account. Thanks...

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
GNOME Questions
« Reply #10 on: 23 December 2002, 05:53 »
quote:
Originally posted by void main:
And you stole that setleds snippet directly out of the setleds man page. Two points for for saving work! I believe you are catching on.
i added the echo line
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

billy_gates

  • Member
  • **
  • Posts: 801
  • Kudos: 0
    • http://www.skinner.com/jeffberg
GNOME Questions
« Reply #11 on: 23 December 2002, 13:41 »
quote:
Originally posted by The Master of Reality / B0b:
(and made it executable)



What is the chmod command to make a file executable? (if chmod is the app u use?)

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
GNOME Questions
« Reply #12 on: 23 December 2002, 13:48 »
"chmod +x filename" will do the trick.
Someone please remove this account. Thanks...

billy_gates

  • Member
  • **
  • Posts: 801
  • Kudos: 0
    • http://www.skinner.com/jeffberg
GNOME Questions
« Reply #13 on: 23 December 2002, 23:33 »
ok, that script thing works perfectly, until I start the Xserver.  There are something I just really hate about Gnome but there are more things I hate about KDE.  This is so hard, why?!?!?  Is there a startup folder in Gnome like windows has in the start menu or like OSX has in the Login preferences in System preferences?

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
GNOME Questions
« Reply #14 on: 24 December 2002, 04:54 »
Or you can click "Preferences">"Control Center">"Extras">"Sessions">"Startup Programs" on the menu.
Someone please remove this account. Thanks...