[Bug 217507] Re: Screenlets hide on show desktop without compiz

2012-11-11 Thread Dane Argan
Found a work around for Cinnamon
Edit:
/usr/share/pyshared/screenlets/__init__.py


elif name == is_sticky:
if value == True:
self.window.stick()

self.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DOCK)

Added:
self.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DOCK)
to line 1076

Now choose Sticky under window settings, restart screenlets and show
desktop still displays screenlets.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/217507

Title:
  Screenlets hide on show desktop without compiz

To manage notifications about this bug go to:
https://bugs.launchpad.net/screenlets/+bug/217507/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217507] Re: Screenlets hide on show desktop without compiz

2009-06-24 Thread ubisnick
I have the same problem with Ubuntu 9.04 and screenlets 0.1.2.
Problem is the same, if I clicking on the Show Desktop button hides the 
Screenlets along with other windows.

There is no compiz, metacity or another special program installed only
the 9.04 pure and the screenlets package.

Is there any simple solution?

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217507] Re: Screenlets hide on show desktop without compiz

2009-06-24 Thread ubisnick
I tested the idea from fabio.

I found the file in

/usr/lib/python2.6/dist-packages/screenlets/__init__.py

I found the self.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DOCK)

in the line 810.

Deleted the #. Save, restart.

Problem is still the same.

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217507] Re: Screenlets hide on show desktop without compiz

2009-06-10 Thread ouinouin
I also got the same problem with metacity, I did the trick mentionned
above, but one problem subsists : all screenlets with text input area
for example the browser or the youtube screenlet  doesnt work as
expected : i cant input text , i can only select, copy and paste text...

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217507] Re: Screenlets hide on show desktop without compiz

2009-05-13 Thread rasmus
I'm using Ubuntu Intrepid (gnome) with screenlets version 0.1.2.

I edited __init__.py and replaced the line

self.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_TOOLBAR)

with

self.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DOCK)

As stated earlier this fixed the problem with the screenlets
disappearing but the wierd thing is; the screenlets are still movable!

So far I have found nothing broken - maybe this should be a permanent
change?

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217507] Re: Screenlets hide on show desktop without compiz

2009-02-27 Thread Charles Dumont
** Description changed:

  Binary package hint: screenlets
  
  Hello, I am using Ubuntu 8.04 Hardy Beta with Screenlets 0.0.12.
  
  This version allows using Screenlets without Compiz (just metacity), and
  the problem is, clicking on the Show Desktop button hides the Screenlets
  along with other windows. It would be better if there was some option to
  oppose this behavior. This becomes a bit annoying after a while when it
  is necessary to minimize all windows to see the Screenlets. GDesklets
  however, don't dissapear on show desktop.
  
  Many thanks for a fix or a solution!
+ 
+ [EDIT]
+ Hi I'm using Ubuntu 8.10 (tested under 9.04 alpha5 too)
+ 
+ Same problem, but with no difference using compiz or not.

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217507] Re: Screenlets hide on show desktop without compiz

2008-09-20 Thread stetzen
Yes,  editing __init__.py file solve the problem, but after editing this
it looks like the screen area is given only once for each screenlet
(when it starts), so that if the screenlet tries to change its size or
shape later (as Clear Weather screenlet does), the transformed screenlet
steel has the same shape. Probably, the best way to solve this problem
is to add to the Metacity option don't hide if skips taskbar.

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217507] Re: Screenlets hide on show desktop without compiz

2008-08-02 Thread mliwski
Actually with Screenlets 0.1.2 in the Ubuntu Hardy, I have to add the line: 
self.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DOCK)
in line 815 (If window manager != (kwin or sawfish) ) of 
/usr/lib/python2.5/site-packages/screenlets/__init__.py file.

Hope this help...

Best Regards.

Matías.

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 217507] Re: Screenlets hide on show desktop without compiz

2008-07-16 Thread fabioxxxx
Source:https://answers.launchpad.net/screenlets/+question/33930

Worked for me in the Ubuntu Hardy.
vi /usr/lib/python2.5/site-packages/screenlets/__init__.py
change to line :614  remove the comment in :
self.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DOCK)
restart screenlets
You will not be able to drag the screenlet with the mouse. Use the X,Y options 
to move the screenlets

See ya.

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217507] Re: Screenlets hide on show desktop without compiz

2008-07-10 Thread Fabio Marzocca
Can someone post the workaround to change the window attribute, please?

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217507] Re: Screenlets hide on show desktop without compiz

2008-06-21 Thread MeduZa
I have the same problem here, metacity without compiz on a laptop and
screenlets go down when I press show desktop button.

where I need to change the WINDOW_TYPE_HINT_DOCK attribute? I don't
understand and I don't find, can you give me a path to the file that
need to be edited please

Thanks

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217507] Re: Screenlets hide on show desktop without compiz

2008-05-21 Thread Tiede
I am confused...
Does that mean it won't happen, will take a while to happen, or we just can't 
tell?
shouldn't window.set_keep_below be mapped to that? currently, AFAICT, 
window.set_keep_below and window.set_keep_above are inverses of each other. Why 
not set the former to take care of this? It can get quite annoying after a 
while otherwise...

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217507] Re: Screenlets hide on show desktop without compiz

2008-05-21 Thread Whise
after some searching arround...

metacity hides all windows that dont have certain atributes

WINDOW_TYPE_HINT_DOCK atribute , prevents windows from hiding , this has
nothing to do with keep above and bellow...

changing the screenlets to WINDOW_TYPE_HINT_DOCK , breaks the screenlet
drag move system... so , it cant be done, would be easier if metacity
just have a compiz like system

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217507] Re: Screenlets hide on show desktop without compiz

2008-05-15 Thread Whise
it would have to be a big rewrite for this to happend

** Changed in: screenlets
   Status: New = Won't Fix

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217507] Re: Screenlets hide on show desktop without compiz

2008-05-11 Thread Kjell Braden
** Changed in: screenlets (Ubuntu)
   Importance: Undecided = Low

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217507] Re: Screenlets hide on show desktop without compiz

2008-04-18 Thread Whise
i have no idea how to stop them from doing that , if someone know please
tell me , any gtk hint or something?

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217507] Re: Screenlets hide on show desktop without compiz

2008-04-18 Thread Kjell Braden
some research brought me to gtk.Window.set_keep_below and
gtk.Window.set_keep_above. I'm not sure whether set_keep_above needs
explicitly to be false though. (checking gdesklets source, they're doing
this reaaally complicated: they wrote a C-module which sends X events, I
hope you won't need something like this as set_keep_below should do the
same AFAICT).

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217507] Re: Screenlets hide on show desktop without compiz

2008-04-18 Thread Whise
the keep_above and kee_bellow is used to make windows go above and
bellow all other windows , so i think its not related , there must be
some other atribute

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 217507] Re: Screenlets hide on show desktop without compiz

2008-04-18 Thread Kjell Braden
Am Freitag, den 18.04.2008, 18:16 + schrieb Whise:
 the keep_above and kee_bellow is used to make windows go above and
 bellow all other windows , so i think its not related , there must be
 some other atribute
 

You were right, I should've tested it. Further examining of the
gdesklets code showed that the following works for me:

window.set_skip_taskbar_hint(True)
window.set_skip_pager_hint(True)
window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DOCK)
window.set_keep_below(True)


As far as I can see, the first two lines are already implemented in
screenlets.


** Attachment added: unnamed
   http://launchpadlibrarian.net/13564619/unnamed

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217507] Re: Screenlets hide on show desktop without compiz

2008-04-18 Thread Whise
looks like setting the window as a dock stops the window from hiding ,
however , it cant me moved as a normal window

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217507] Re: Screenlets hide on show desktop without compiz

2008-04-16 Thread Kjell Braden
Thanks for your report, I've forwarded it to the developers of the
software.

** Also affects: screenlets
   Importance: Undecided
   Status: New

** Changed in: screenlets (Ubuntu)
   Status: Confirmed = Triaged

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 217507] Re: Screenlets hide on show desktop without compiz

2008-04-15 Thread Marcel Stimberg
Confirming this issue for 0.0.12-0ubuntu4.

** Changed in: screenlets (Ubuntu)
   Status: New = Confirmed

-- 
Screenlets hide on show desktop without compiz
https://bugs.launchpad.net/bugs/217507
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs