gdesklets startup - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html) +--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html) +---- Forum: Fedora Core Release 4 (https://www.linux-noob.com/forums/forum-42.html) +---- Thread: gdesklets startup (/thread-2197.html) |
gdesklets startup - speX - 2006-02-01 i was wondering how to make gdesklets start up every time i boot up the comp... gdesklets startup - znx - 2006-02-01 Depends how you start up X, if you do it via "startx" Add to the TOP of the ~/.xinitrc file: Code: gdesklets & If you are starting with something like XDM/KDM/GDM (which looks like a X login box basically), then you will need to add it into the Autostart of the window manager you are using. For instance with fluxbox, add it into "~/.fluxbox/startup" I think that KDE uses "~/.kde/Autostart" and I forget Gnome :P gdesklets startup - speX - 2006-02-01 so.. i just add the line? Code: gdesklets & and im set rite? whoa thx znx you helped me with every question i had :) thx! gdesklets startup - znx - 2006-02-01 Quote:whoa thx znx you helped me with every question i had :) thx! hehe [img]<___base_url___>/uploads/emoticons/default_laugh.png[/img] |