LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-13-2005, 05:48 AM   #1
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
Is there a way to launch an app so that it's not shown on the taskbar


Is there?
(preferably for KDE)

Thanks.
 
Old 05-13-2005, 06:05 AM   #2
piscikeeper
Member
 
Registered: Jul 2003
Location: Pennsylvania USA
Distribution: SuSE
Posts: 430

Rep: Reputation: 30
right-click the desktop,select "run" from the context menu,type in the launch command (usually just the name in lowercase) ,and hit "enter".
open a terminal window <app_name>,and "enter".
you could also add the app to the menu manually with the menu editor.right-click the k-menu button to open the editor.
or run the menu updating tool to scan and add missing items.this may not always work,but if it's a gtk based app,most likely will.
 
Old 05-13-2005, 07:04 AM   #3
Poetics
Senior Member
 
Registered: Jun 2003
Location: California
Distribution: Slackware
Posts: 1,181

Rep: Reputation: 49
I'm wondering the same for Fluxbox. Azureus has an option for displaying only an icon, which I deffinately prefer for specific applications (Gaim buddy list, Xmms, et cetera), but I'm trying to figure out how to arrange this on my own. If it can't be done on my end, I'm trying to find replacement programs that have such features.
 
Old 05-13-2005, 09:40 AM   #4
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Original Poster
Rep: Reputation: 35
piscikeeper, probably my English is so bad that you didn't understand my question. I know what is cmd. I don't need to launch apps which aren't in my main menu. I need the following: when you launch an app it is displayed on the taskbar [it is a panel, mostly at the bottom of the screen] as "icon + its name". I want an app to run without being shown on the taskbar...
...and please don't treat me as an idiot next time: taskbar and quick launch (or main menu) are different things...
Thanks.
 
Old 05-13-2005, 10:12 AM   #5
piscikeeper
Member
 
Registered: Jul 2003
Location: Pennsylvania USA
Distribution: SuSE
Posts: 430

Rep: Reputation: 30
never was my intention to treat you like an idiot,simply a matter of dyslexia kicking in.i thought you were trying to figure out how to launch an app that didn't show on the taskbar or menu.
re-reading it (slowly lol) i see what you want is a way to have an app run without it showing in the taskbar list (this is the same way i have gkrellm set to run).
....and your english is probably better than mine.
 
Old 05-13-2005, 10:22 AM   #6
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Original Poster
Rep: Reputation: 35
So, is there any solution for that problem?
 
Old 05-13-2005, 10:52 AM   #7
oneandoneis2
Senior Member
 
Registered: Nov 2003
Location: London, England
Distribution: Ubuntu
Posts: 1,460

Rep: Reputation: 48
Well, for GKrellM, you would use:

kstart --window gkrellm --alldesktops --ontop --skiptaskbar /usr/bin/gkrellm

to have an app. that appeared on all desktops, stayed on top, and wasn't listed in the taskbar.

Does that help?
 
Old 05-13-2005, 10:57 AM   #8
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Original Poster
Rep: Reputation: 35
Thanks, oneandoneis2!
that is what I was looking for
 
Old 05-13-2005, 01:17 PM   #9
piscikeeper
Member
 
Registered: Jul 2003
Location: Pennsylvania USA
Distribution: SuSE
Posts: 430

Rep: Reputation: 30
or after launching,right-click on the krell,Configuration>General>Options and Properties
 
Old 05-14-2005, 06:08 AM   #10
mcgrew
Member
 
Registered: May 2005
Location: West Virginia, US
Distribution: Gentoo
Posts: 56

Rep: Reputation: 21
Anyone know how to do this on Gnome?
 
Old 05-14-2005, 07:54 AM   #11
piscikeeper
Member
 
Registered: Jul 2003
Location: Pennsylvania USA
Distribution: SuSE
Posts: 430

Rep: Reputation: 30
if gkrellm is the app you want to do this with,just do the same steps in the config menu.
 
Old 05-14-2005, 04:24 PM   #12
mcgrew
Member
 
Registered: May 2005
Location: West Virginia, US
Distribution: Gentoo
Posts: 56

Rep: Reputation: 21
No, it's a little system status monitor app that I wrote myself.
 
Old 05-15-2005, 02:41 AM   #13
piscikeeper
Member
 
Registered: Jul 2003
Location: Pennsylvania USA
Distribution: SuSE
Posts: 430

Rep: Reputation: 30
gkrellm uses the following lines to set the taskbar and pager display state:
skip_taskbar 1
skip_pager 1
you may need to add these or something similar to the configuration.
 
Old 05-17-2005, 10:38 PM   #14
mcgrew
Member
 
Registered: May 2005
Location: West Virginia, US
Distribution: Gentoo
Posts: 56

Rep: Reputation: 21
Again, this is a system status widget I wrote in C, and it doesn't have a configuration file (yet), and when it does I'd have to write in support for that to work.

I am looking for either a command to enter to eliminate the taskbar button (and preferably the titlebar also). I'm using X11 libraries if anyone knows how to do this in C, that will work, and probably be better.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Stop app appearing in taskbar robintw Linux - Software 3 04-14-2009 08:24 AM
Check if an app is running and if it's not launch this app Coume Linux - General 3 07-28-2008 02:34 AM
Taskbar app. gone??? SlipAway172 Mandriva 2 11-26-2004 11:12 AM
java hiding app in taskbar in kde? kapta Programming 1 08-12-2004 08:24 PM
app launch speed newby101 Linux - General 3 11-27-2003 12:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration