You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, August 3rd 2004, 4:28pm

Persistent Banners

Hi,

I am trying to come up with a way to have a persistent (always present) banner with KDE. If possible, I would like a small gif to appear at the top and bottom of the desktop. I would also like them to always be in front of any other windows on the desktop. Is this easy to do? Do I need to write my own application to handle this?

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

2

Tuesday, August 3rd 2004, 4:57pm

You could put the icon as a program button on kicker and on a kicker child panel which you move either to the top or to the side you want the icon to appear.

Cheers,
_
Qt/KDE Developer
Debian User

3

Tuesday, August 3rd 2004, 7:25pm

Re: Persistent Banners

You could use kstart:
kstart --alldesktops --keepabove --skippager --skiptaskbar --type Override kuickshow /path/to/image.gif

You may also consider to add the --nograb option.
"kstart --help" gives you help on the options.

The only thing I didn't manage to control was the position of the displayed gif. Normally the option "--geometry -0-0" should move the window to the bottom right corner, but that doesn't seem to work with kuickshow?! Maybe with a different image viewer?