Java Desktop Icon - which window manager?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Java Desktop Icon - which window manager?
# 1  
Old 01-17-2008
Question Java Desktop Icon - which window manager?

I have a Java app that is deployed on several Unix systems. Until recently, starting it from the command line was no problem. A recent requirement is to deliver a desktop icon that will launch the app.

I have launched apps with icons before, but that was when I knew exactly which window manager where the app would be running. For this app, it could be any window manager.

Is there a way to deliver some kind of Java app that would reside on the desktop and would work for all window managers? I could use this new Java Icon app to launch my old program. Or, do I have to be able to "sense" which window manager the app is installed under, and deliver a "window manager" specific icon for each different window manager? This could require a lot of work.

Any ideas or assistance would be appreciated.

Thanks,
Herb Miller
herbmiller@usa.net
# 2  
Old 01-17-2008
Gnome and KDE read what's in ~user/Desktop and display it on the screen, so you can just drop your binary there. I would think that the other popular managers will do the same.
CDE, on the other hand, is going to require editing the tool bar schema.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Sun Java Directory Server icon

This probably is immensely trivial, but as the bank robber in the movie Dirty Harry says, "I gots to know." In Sun Java Directory Server's (v 5.2) list of users and groups, there are several scores of usernames that have an icon that looks like a blue circle. Below that are scores of usernames... (0 Replies)
Discussion started by: chilinski
0 Replies

2. OS X (Apple)

Shell Script to change desktop short cut Icon

I have installed my flash application using shell script. I have created short cut to desktop. Now i want to change the default short cut Icon. Please tell me script to change the short cut icon. ---------- Post updated at 12:54 AM ---------- Previous update was at 12:33 AM ---------- Working... (0 Replies)
Discussion started by: rohaneee
0 Replies

3. UNIX Desktop Questions & Answers

Remote desktop, close window

I have remote access to a desktop that runs a java application. I want to terminate the application. I tried to close the application window (through the 'X') but it won;t close. I tried 'jobs' command but it does not list any jobs (?). Is there anyway to list the current jobs and terminate the... (0 Replies)
Discussion started by: FelipeAd
0 Replies

4. Fedora

Window Manager

Hi guys, I want to get back to my old days and re-obtain my unix skills, I remember I installed a window manager wmii / wmii2 /mwm on my debian and started to learn unix/linux and now after some years not touching it and having to deal with gnome on redhat (because of my work) I feel like very... (6 Replies)
Discussion started by: messi777
6 Replies

5. UNIX Desktop Questions & Answers

Slimmest Window Manager

Hi Which is the absolutely slimmest window manager Window Manager? THX (3 Replies)
Discussion started by: ccc
3 Replies

6. UNIX Desktop Questions & Answers

Make window pop up in original desktop

Hello, Is there a way to force each window to popup in the original desktop when using multiple desktops? The problem is I work on one desktop, then move to another one, and some windows that are loaded in the original desktop pops at the new desktop. Any idea? Thanks! Guy (1 Reply)
Discussion started by: guyov1
1 Replies

7. UNIX Desktop Questions & Answers

Window Manager of the ... Choice

Inspired by Window Manager of the Year threads from LinuxQuestions.org Like these: 2002 | 2003 | 2004 | 2005 | 2006 I wonder what WMs are used by UNIX people ... People sometimes select diffrent WMs for (old and slow) laptop and (overpowered) workstation, that is why poll allows multiple... (8 Replies)
Discussion started by: vermaden
8 Replies

8. UNIX Desktop Questions & Answers

maximize desktop window

im very new to linux, and i have been running knoppix. I recently decided to go ahead and install knoppix on the hard drive of my laptop and everything went great. It boots up properly, except one problem, the screen size is small. during the boot, it seems the screen goes much farther down then... (5 Replies)
Discussion started by: jestra
5 Replies
Login or Register to Ask a Question