LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-16-2005, 03:28 AM   #1
Ebisu_Dave
LQ Newbie
 
Registered: Jul 2005
Posts: 17

Rep: Reputation: 0
Question And yet more random questions from a former Windows user


1. In Gnome, in the bottom right corner are the four boxes which represent four different screens for use. Sometimes I open up a bunch of applications in one screen, and it gets cluttered, and I want to move one of them to another screen. But I have not found a way to do that. Is it possible? Right now it seems like the only way to get an application in one of the other screens is to start it there.

2. I wanted to set Fedora to start with "num lock" on, but it looks like I have to compile and make a program to do that. Wow, is it really that complicated to just get the num lock to come on when booting?

3. It seems like I need all these programming languages just to get applications to run on my machine - gcc, tk, tcl... I'd like to streamline the amount of hard drive space I use, but I'm afraid that if I remove any one program I'm going to not be able to install new things or run some applications. Everything in Linux seems to be so inderdependant and has so many dependancies you need to download. Is there anyway I can tell what I need to run the applications I use, and what I can safely remove?
 
Old 07-16-2005, 03:39 AM   #2
Nitrox
Member
 
Registered: Aug 2004
Location: Detroit.
Distribution: Slack 12.1 - Vector (exp)
Posts: 51

Rep: Reputation: 15
I don't use Gnome or Fedora, so Im not much help there.

As far as the dependencies are concerned,

# ldd vim

That will tell you what dependencies are being used for the program vim.
After a few months, youll get the hang of what dependencies are vital, and
which are not. Compiling and installing programs in Linux is DEFINITELY not
the same as in Windows. You pretty much have to read the documentation
included, it will tell you the things you need installed, versions, etc.

GTK means Gnome Toolkit.
GCC is GNU C Compiler

Not a direct surefire answer, sorry.
Good luck to ya..
 
Old 07-16-2005, 10:31 AM   #3
jollyjoice
Member
 
Registered: Aug 2003
Location: UK
Distribution: Gentoo 64
Posts: 383

Rep: Reputation: 30
right click on the top bar of the window you want to move then select "send to... desktop x" this should do it.
 
Old 07-16-2005, 11:26 AM   #4
pats
Member
 
Registered: Jul 2005
Distribution: Debian Sarge/Etch, (K)Ubuntu, FC6, AIX5.3, VMWare ESXServer
Posts: 159

Rep: Reputation: 30
1 use decent thread names and people will be more inclined to look and help

2 theres not a fedora setting that i know of for numlock. its down to the window manager (KDE, gnome etc) if your new to linux and not too attched to gnome then i'd recomend switching to kde (personal opinion) there should be a setting somewhere for the numlock status. KDE has a control centre. lovely nice gui for configuring stuff. it might be worth trying gnomes equivilent. looking for settings for peripherals and then keyboard settings. thats where it is in kde anyway.

3 the nice thing about fedora and package based distributions is that a lot of software comes bundled in premade packages. very simple for newbies of anyone whos lazy like me. personally i can't be bothered to spend ages installing stuff from source unless i have to. good ways of installing things are using the yum command. read up on it. very useful. the second (which yum depends on) is downloading packages (rpms) yourself and installing them. a little like installing something from scratch. have a look at freshrpms.net for a better idea.

aside installing stuff from source isn't hard its just i get annoyed having to unzip/tar all the sources. after that its usually a breeze and nicely make/configure files will tell you when your lacking dependancies

good luck and don't give up on linux yet. its a beautiful thing when you get into it
 
Old 07-16-2005, 11:56 AM   #5
Ebisu_Dave
LQ Newbie
 
Registered: Jul 2005
Posts: 17

Original Poster
Rep: Reputation: 0
1. Thank you! That's exactly what I was looking for.

2. When it comes to switching between KDE and Gnome, I noticed that some programs seem to be built for KDE, and not for Gnome, and I assume vice versa. Does this mean that whichever one I choose, i'm going to be more and more tied to it as I use applications that are built for that interface? Is there a Gnome/KDE split in Linux world? Rivalries?

3. For the most part, RPMS and YUM seem to do a good job. But I've come across things like doing my wacom driver and video card which seem to requite configuring and making and installing. I guess I'm going to have to wait until I'm more versed in Linux before I start trimming the fat.
 
Old 07-16-2005, 12:37 PM   #6
pats
Member
 
Registered: Jul 2005
Distribution: Debian Sarge/Etch, (K)Ubuntu, FC6, AIX5.3, VMWare ESXServer
Posts: 159

Rep: Reputation: 30
kde vs gnome - rivalry - yes between friends. each to their own. i prefer kde cos when i started with linux kde was loads better. i think gnome has got a lot better but imho kde is the best (although i use fluxbox quite a lot at work and i like that for simplicity)

gnome in kde and vice versa
hmmmm
well i've got a fair few programs that use the gnome librarys (GTK) (etc gaim, gkrellm, ads a few of the default games that come with it)
don't know about the other way round mind you. it probably is possible but i think the kde librarys are more tightly wound and harder to get to work on their own,

how about running kcalc while in gnome and see what it does

a good old ./configure ; make ; make install isn't that hard tho really. its all part of the fun
 
Old 07-16-2005, 12:47 PM   #7
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally posted by Nitrox
GTK means Gnome Toolkit.
Actually, GTK stands for GIMP Toolkit.
 
Old 07-16-2005, 01:05 PM   #8
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
There's a program called numlockx that can get your numlock on in Gnome by default. It's in Ubuntu's repositories. I'm not sure about Fedora, though. If you like basic things like that to work, you're better off with KDE.
 
Old 07-16-2005, 01:09 PM   #9
pats
Member
 
Registered: Jul 2005
Distribution: Debian Sarge/Etch, (K)Ubuntu, FC6, AIX5.3, VMWare ESXServer
Posts: 159

Rep: Reputation: 30
you need GTK to run a lot of gnome libraries tho right?
 
  


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
More random questions about Fedora Core from an ex-Windows user Ebisu_Dave Linux - Newbie 9 07-14-2005 07:35 AM
New potential Linux user converting from Windows. Some questions... Mateo1041 Linux - Newbie 8 11-14-2004 04:53 PM
Random Questions for extreme newbs childofthefence Linux - Newbie 12 08-06-2004 05:12 PM
Few random questions... ElvenAssassin Linux - Newbie 10 04-22-2004 09:48 AM
bittorent random rebots in windows, an linux user expereince? zombiedeth Linux - Software 2 01-12-2004 05:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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