Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Ok, so I really want to customize my desktop. Am I correct to assume this is what I would use as far as changing tool bars and adding system meters to the desktop?
If so, how do I go about changing all this, I am absolutely clueless when it comes to this. HELP?!?!?
"apt-get install gdesklets" There's also the adesklets package which has some things in it. gdesklets has some meters and other fun stuff in it. Another system monitor is gkrellm.
Originally posted by darkleaf "apt-get install gdesklets" There's also the adesklets package which has some things in it. gdesklets has some meters and other fun stuff in it. Another system monitor is gkrellm.
Oops, I should say, "How do I install the meters and toolbars, etc?"
Originally posted by artistikone .::: How I installed gDesklets-0.26.1 on Slackware 9.0 :::..
I spent over 4 hours trying to get this installed and working. After trying out numerous different packages, I had to go from source. This walkthrough will cover installing from source, using checkinstall to make your packages for easy removal, and provide as much information as possible incase you're not the most talented Linux user. This is not guarenteed to work! I've kept my Slackware 9 setup with mostly fresh install settings, so if you installed Slackware with personal settings etc, you may have issues. Although, if you did that, you probably won't need this walkthrough. All download links are active and working as of 04/28/2004. If they are not when you try this, please use Google
and find it.
Extract the Displays package into your gdesklets_displays directory:
- mv PsiDisplayPackage-20040420.tar.gz /usr/local/share/gdesklets_displays
- tar zxf PsiDisplayPackage-20040420.tar.gz
Extract the Sensors package into your gdesklets_sensors directory:
- mv PsiSensorPackage-20040420.tar.gz /usr/local/share/gdesklets_sensors
- tar zxf PsiSensorPackage-20040420.tar.gz
#8. Add gDesklets to your Startup Sessions.
Goto Applications > Desktop Preferences > Advanced > Sessions
Click on Startup Programs.
Click on Add.
Type gdesklets into the 'Startup Command:' box, click OK.
Click Close.
Log out of X.
Log back into X.
Start up a terminal.
#9. Install the Sensors.
You should get a popup after each install saying it's ready to use.
This will load all the displays, each popping up one at a time on your mouse cursor. Place them anywhere until all are loaded.
Once all are loaded on your desktop, drag them around until you are satisfied with how you want your layout.
You may need additional displays, as in more then 1 ETH monitor or another border. For these, do this:
Once all are loaded and in their spot, right click on each display and goto Configure Display. Play around with all the settings until you find what you like, then set the others to look the same.
1) First we download the program with "apt-get install gdesklets gdesklets-data" Some extra things are going to be installed. Gdesklets is the normal program. Gdesklets-data actually adds stuff like the meters.
2) In X open a terminal. Type "gdesklets" This will create a little icon somewhere (in fluxbox it's in the slit).
3) Rightclick the icon and go to "manage desklets" click on it.
4) Pick the desklets you want from the list. Click and place it where you want.
If you want to install additional things:
1) Download a .tar.gz package
2) Go to /usr/share/gdesklets pick the right folder (Themes for themes etc.) and enter it.
3) Untar the file
4) Manage desklets, select it and place where you want.
Originally posted by darkleaf Weird, so you can't change anything in there. Can you see if running "gdesklets shell" works or if it gives any errors.
Traceback (most recent call last):
File "/usr/lib/gdesklets/gdesklets-shell", line 9, in ?
shell = registry.get_plugin("UI_Shell")
File "/usr/lib/gdesklets/shell/PluginRegistry.py", line 52, in get_plugin
result = self.get_plugins_by_pattern("name", name)
File "/usr/lib/gdesklets/shell/PluginRegistry.py", line 40, in get_plugins_by_pattern
self.__cache[c].init()
File "./Shell/__init__.py", line 71, in init
File "/usr/lib/gdesklets/shell/Plugin.py", line 20, in _get_plugins_by_pattern return registry.get_plugins_by_pattern(key, pattern)
File "/usr/lib/gdesklets/shell/PluginRegistry.py", line 40, in get_plugins_by_pattern
self.__cache[c].init()
File "./Profiles/__init__.py", line 25, in init
File "./Profiles/__init__.py", line 40, in __build_menu
File "./Menu/__init__.py", line 169, in set_check_item
File "./Menu/__init__.py", line 79, in
Looks like a problem with python. Do you have all dependencies right? Try "apt-get install -f" Maybe there's something wrong with the packages in sarge?
Originally posted by darkleaf Looks like a problem with python. Do you have all dependencies right? Try "apt-get install -f" Maybe there's something wrong with the packages in sarge?
Code:
apt-get install -f
Reading Package Lists... Done
Building Dependency Tree... Done
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Originally posted by darkleaf Do you have these packages installed? libgtop2-5 python-gnome2 python-numeric python2.3-gnome2 python2.3-pyorbit.
You can check with "dpkg -l | grep ii | grep keyword"
As keyword use any of the package names. It should return a line with ii and the package name.
libgtop2-5 returned nothing
python-gnome2 returned info
python-numeric returned info
python2.3-gnome2 returned nothing
python2.3-pyorbit returned nothing
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.