Jump to content

Idesk


adyx
 Share

Recommended Posts

I am using MDK 9.2 on an old IBM. I want icons on desktop and the best solution I can find is Idesk. The problem is that I can't make Idesk start at login. I am using GDM and IceWM, i don't use autologin and the computer boot in X. I find something about ~/.Xclients but it didn't work....

Link to comment
Share on other sites

If you look in /etc/X11/wmsession.d you'll dee a configuration file called "07IceWM". here's what mine looks like:

 

NAME=IceWM

ICON=icewm-wmsession.xpm

EXEC=/usr/X11R6/bin/starticewm

DESC=Lightweight desktop environment

SCRIPT:

exec /usr/X11R6/bin/starticewm

 

Try editing it like so:

 

NAME=IceWM

ICON=icewm-wmsession.xpm

EXEC=/usr/X11R6/bin/starticewm

DESC=Lightweight desktop environment

SCRIPT:

exec <path to Idesk> &

exec /usr/X11R6/bin/starticewm

 

The "&" at the end is very important on the edit line.

Edited by pmpatrick
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...