Linked by Thom Holwerda on Sun 25th Nov 2007 23:05 UTC
Thread beginning with comment 286815
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 06/18/13 22:33 UTC
Linked by Anonymous on 06/18/13 22:26 UTC
Linked by Thom Holwerda on 06/18/13 22:25 UTC
Linked by Thom Holwerda on 06/18/13 17:45 UTC
Linked by Thom Holwerda on 06/18/13 17:32 UTC, submitted by poundsmack
Linked by Thom Holwerda on 06/17/13 17:58 UTC
Linked by Thom Holwerda on 06/17/13 17:52 UTC
Linked by Thom Holwerda on 06/14/13 21:03 UTC
Linked by Thom Holwerda on 06/14/13 20:46 UTC
Linked by Thom Holwerda on 06/14/13 17:32 UTC
More News »
Sponsored Links



Member since:
2007-11-26
CDE does allow "normal" desktop icons (for files, folders, and "actions".) As I recall the CDE docs call them "desktop objects" to distinguish them from "icons" which are the minimized applications. You have to be running both the CDE window manager (dtwm) and the CDE file manager (dtfile) -- the icons are rendered by the window manager, but the file manager actually handles any operations. The trouble is you can't create desktop objects by just dragging the object to the desktop, you have to hold down the menu mouse button (normally right button) and select "place on desktop" from that menu.
Actions as desktop objects can be useful, especially as drop targets; you can drop a file on the action, which invokes the action passing the file's name. However, creating actions in CDE was never pleasant (read "man dtactionfile" if I remember right; don't have a Solaris box up right now to check.) Then to make the action into an object you have to have a file with its name the same as the action's name, with execute permissions turned on; the contents of the file do not matter at all (all my action files were links to the same zero-length file.)