View Full Version : OpenCDE first try! I am stuck
sk8harddiefast
March 20th, 2011, 12:33
I really like the way that CDE looks so I installed it for first time on my FreeBSD :)
Well some problems that I have.
1) Have any settings? If yes, how to open them? I tried CDE once as I remember, on Solaris and had settings.
2) Menu? Like this screenshot: http://home.cc.umanitoba.ca/~psgendb/cde/desktop.html
3) Any link for .xpm icons? CDE recognize other icons formats?
Beastie
March 20th, 2011, 14:27
OpenCDE first try! I am stack
It's "stuck". The stack is something else (http://en.wikipedia.org/wiki/Stack_(data_structure)). ;)
3) Any link for .xpm icons? CDE recognize other icons formats?
Why don't you write them yourself? It's very easy.
The most important values are in the first few lines, specifically the width, height and number of colors ; a single character per pixel is usually enough, e.g. "32 32 3 1" gives you a 32x32 icon using 3 colors.
Then you define colors (as many as you set in the above line) using any character, e.g. "0 c #FF0000" means all characters 0 will give you red pixels.
Then the rest is nothing more than ASCII art using the color characters you defined before.
Wikipedia (http://en.wikipedia.org/wiki/X_PixMap) has a good description.
Alternatively you can take any image/icon and convert it into XPM using graphics/ImageMagick's convert tool or any serious image manipulation software such as graphics/gimp-app.
I can't help with your other questions sorry.
kpedersen
March 20th, 2011, 15:16
1) Whilst OpenCDE does have settings, it currently has no GUI applications to edit them, so it is all plain text config files. Have a look in $HOME/.opencde/dtpanel/menus.ini for the Dtpanel config file. It is a basic (albeit 3D) .ini file which should be quite easy to understand.
Customizing such as colors, borders, fonts are all done via .Xdefaults. Though the resource strings are not quite documented yet.
2) The menu is going to be autogenerated (from the dtpanel's menus) but I haven't gotten round to finishing it yet since I need to spend time on University dissertation.
3) As Beastie correctly said, .xpm files are easy to write, though yeah, you might want to use GIMP to create your own custom ones rather than... vi ;)
Also, the OpenCDE project has "burrowed" many from the original CDE and can be found in /usr/local/share/opencde/icons so you might not have to create any yourself.
Formats supported are .xpm, .pm, .bm and any other format that Xlibs Pixmap code can import.
Much of OpenCDE is not finished yet, for example the wireless network application and the file manager. If you have any specific OpenCDE questions, perhaps the OpenCDE forums might be better able to help you.
zspider
March 20th, 2011, 20:38
You can't go wrong with OpenCDE, been using it since the first usable release, it's fantastic. ;)
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.