| Author |
Message |
oldyeller

Joined: 15 Nov 2011 Posts: 471 Location: Mishawaka IN
|
Posted: Fri 25 Jan 2013, 15:01 Post subject:
How to not show a running program in the taskbar? SOLOVED |
|
Hi Everyone,
Is it possible to have a program opened and not shown on the taskbar?
I have made a launcher Manna Menu and would like not to have it shown on the taskbar since it will be on the screen full time.
Thanks for any help
Cheers
| Description |
|
| Filesize |
96.19 KB |
| Viewed |
149 Time(s) |

|
Last edited by oldyeller on Sat 26 Jan 2013, 03:21; edited 1 time in total
|
|
Back to top
|
|
 |
musher0

Joined: 04 Jan 2009 Posts: 2218 Location: Gatineau (Qc), Canada
|
Posted: Fri 25 Jan 2013, 16:56 Post subject:
|
|
Hi.
Here's only enough to wet your water pump, since I don't know how to do it in jwm... (shame on me)
In icewm or lxp-icewm you'd insert the following line in your winoptions file :
| Code: | | XLoad.ignoreTaskBar: 1 |
(replacing "XLoad" with the proper program name)
BFN.
musher0
_________________
"To err is human; to really foul things up, you need a computer!" / "L'erreur est humaine; pour vraiment f... la m..., il faut un ordinateur." (Carleton University, banderole à la Rentrée 1979 / banner, start of 1979 school year) 
Last edited by musher0 on Fri 25 Jan 2013, 18:37; edited 1 time in total
|
|
Back to top
|
|
 |
seaside
Joined: 11 Apr 2007 Posts: 836
|
Posted: Fri 25 Jan 2013, 16:58 Post subject:
|
|
You can do it in JWM by the class nolist function- see here-
http://joewing.net/projects/jwm/config.shtml#trays
Cheers,
s
|
|
Back to top
|
|
 |
Keef

Joined: 20 Dec 2007 Posts: 428 Location: Staffordshire
|
Posted: Fri 25 Jan 2013, 17:49 Post subject:
|
|
.... but you'll be lucky if it works!!
|
|
Back to top
|
|
 |
seaside
Joined: 11 Apr 2007 Posts: 836
|
Posted: Fri 25 Jan 2013, 18:14 Post subject:
|
|
| Keef wrote: | | .... but you'll be lucky if it works!! |
Keef, point well taken.
I found that gtkdialog usually needs both class and name-
| Code: | | --name=nolist --class=nolist |
and in /root/.jwm/jwmrc-personal
| Code: |
<Group>
<Name>nolist</Name>
<Class>nolist</Class>
<Option>nolist</Option>
</Group> |
Cheers,
s
|
|
Back to top
|
|
 |
SFR

Joined: 26 Oct 2011 Posts: 571
|
Posted: Fri 25 Jan 2013, 18:20 Post subject:
Re: How to not show a running program in the taskbar? |
|
| oldyeller wrote: | | I have made a launcher Manna Menu and would like not to have it shown on the taskbar since it will be on the screen full time. |
If your app uses Gtkdialog:
| Code: | | <window skip-taskbar-hint="true"> |
Greetings!
_________________ [O]bdurate [R]ules [D]estroy [E]nthusiastic [R]ebels => [C]reative [H]umans [A]lways [O]pen [S]ource
Omnia mea mecum porto.
|
|
Back to top
|
|
 |
seaside
Joined: 11 Apr 2007 Posts: 836
|
Posted: Fri 25 Jan 2013, 19:11 Post subject:
Re: How to not show a running program in the taskbar? |
|
| SFR wrote: | | oldyeller wrote: | | I have made a launcher Manna Menu and would like not to have it shown on the taskbar since it will be on the screen full time. |
If your app uses Gtkdialog:
| Code: | | <window skip-taskbar-hint="true"> |
Greetings! |
SFR,
Yes, much easier for gtkdialog.
regards,
s
|
|
Back to top
|
|
 |
oldyeller

Joined: 15 Nov 2011 Posts: 471 Location: Mishawaka IN
|
Posted: Sat 26 Jan 2013, 03:19 Post subject:
Re: How to not show a running program in the taskbar? |
|
| seaside wrote: | | SFR wrote: | | oldyeller wrote: | | I have made a launcher Manna Menu and would like not to have it shown on the taskbar since it will be on the screen full time. |
If your app uses Gtkdialog:
| Code: | | <window skip-taskbar-hint="true"> |
Greetings! |
SFR,
Yes, much easier for gtkdialog.
regards,
s |
Hello Everyone,
Thanks for all of your help.
@SFR That did work for not showing on taskbar. But I end up using this pet from here http://murga-linux.com/puppy/viewtopic.php?p=588570#588570 which allowed me to have it off and not have a window frame as well.
It seems that this works out the best for me
Cheers
|
|
Back to top
|
|
 |
|