LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   gDesklet install prob. (https://www.linuxquestions.org/questions/linux-software-2/gdesklet-install-prob-168967/)

timbo4656 04-11-2004 09:22 PM

gDesklet install prob.
 
ok so i recently installed linux for the first time and am kinda new to it. so anyways i want to install gDesklets. i tryed the instrctions provided online and the readme that came with it but it didnt work..what am i doin wrong?

i have debian. PLEASE HELP!!!

DrOzz 04-12-2004 12:14 AM

well in order for us to give an attempt at answering your going to have to
at least give us some information, rather than just say you tried and it
didn't work ...

show us what you did, and what types of errors you got, just to name
a couple of things that are mandatory in a post if you want to have
a chance in getting your problem solved ...

timbo4656 04-12-2004 04:37 PM

well im new to this whole "how to install in linux" thing and im not really sure what to do. i tried going in the terminal and doing what the instructions told me to do...such as type "make install" to install it and "make" to compile it(i think). other than that i was lost. please help!

motub 04-12-2004 04:58 PM

To the best of my knowledge, there should be a gDesklets package for Debian (there is for every other distro I'm familiar with, and Debian has packages for more apps than pretty much all the others).

So you really don't need to compile it from source. You could open a terminal, su to root and type apt-get gdesklets and that would most likely get it for you. Better yet, apt-get synaptic will get you a wonderful GUI package browser/installer, so you can install things much easier.

However, if you really do feel the need to compile gDesklets yourself, the usual order of commands is:

./configure (not needed for every install from source; usually there's a file called INSTALL that will tell you if you need it or not, but for this, you probably do)
make
make install

Now, if I remember correctly (I didn't use gDesklets long, because though it was quite nice, it's a real memory hog), there is also a readme in the package that explains that in order to actually run gDesklets you need to have at least one of the desklets/modules also installed, and you run it with something along the lines of gdesklets --module_name. Once you have one module open, you can right-click it and load others, iirc.

And once you have the desklets that you want open, you can just save your session (certainly in GNOME, which is the natural home of gDesklets, as evidenced by the "g", and also in XFce, which I was forced to switch to in order to use the doggone things, since XFce uses less memory than GNOME) so that they load on startup when you log in.

But really, your best bet is to get the Debian package (since that will also install Python and the other requirements, if you don't already have them), and then read the readme, help or man pages to find the details of running the program.

Good luck.

timbo4656 04-12-2004 07:34 PM

ooops sorry actually im using fedora.

motub 04-13-2004 12:53 AM

There's binaries for Fedora, too; check here.

And I found a tutorial for how to install and start it here.

Good luck.


All times are GMT -5. The time now is 12:49 AM.