[EMAIL PROTECTED] writes: > Quoting Tapani Pälli <[EMAIL PROTECTED]>: >> > * How can I create an entry in the task manager for the running >> > application ? >> > >> >> You have to install a .desktop file, see >> http://maemo.org/platform/docs/tutorials/Maemo_tutorial.html#Maemo-desktopfile >> >> > * How can I bring the application back on top, once minimized ? >> > >> TN and window manager take care of this part. > > Thanks for the answer. I just realized that my question was missing some > information. I have a .desktop file, so I can launch the application from > the menu. But it doesn't show up in the list of windows, and if I minimize > it, its gone. > So this might be a problem of my application under X. I have to investigate > further, any ideas that might cause these problems are welcome.
Check whether there is whitespace before end-of-line: $ tr ' ' + < app.desktop If not, then there is some other problem. In that case paste your .desktop here. > > Günter Tomi _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
