[Cairo-dock-team] [Bug 706237] Re: Systray Position Changes

2011-01-23 Thread Tsu Jan
A delay of 15 s didn't work. Perhaps that's because the tray position is always calculated with its top left corner. (Am I right?) -- You received this bug notification because you are a member of Cairo- Dock Team, which is subscribed to Cairo-Dock Plug-ins. https://bugs.launchpad.net/bugs/70623

[Cairo-dock-team] [Bug 706237] Re: Systray Position Changes

2011-01-24 Thread Tsu Jan
No, it doesn't. It's movement is greater that its width. I forgot to say that when I quit Cairo-Dock and then run it again, Systray doesn't move from the top right corner. Apart from the keyboard indicator and network manager icons, there are pidgin and CherryTree icons in it. BTW, I don't use Sy

[Cairo-dock-team] [Bug 706237] Re: Systray Position Changes

2011-01-24 Thread Tsu Jan
Commenting out that line had no effect. Some numbers: width of Systray before and after log-out = 97; x position before log-out = -97 (I also tried -1); x position after log-in = -315. -- You received this bug notification because you are a member of Cairo- Dock Team, which is subscribed to Cair

[Cairo-dock-team] [Bug 706237] Re: Systray Position Changes

2011-01-24 Thread Tsu Jan
Hello again, I don't know where the magic number -315 comes from in my case (my monitor resolution is 1280x1024). However, when I add: gtk_window_move (GTK_WINDOW (myContainer->pWidget), myContainer->iWindowPositionX + 218, myContainer->iWindowPositionY); to "systray-init.c" properly, Systray mo

[Cairo-dock-team] [Bug 706237] Re: Systray Position Changes

2011-01-24 Thread Tsu Jan
Excuse me! I meant "top right" not "top left" with the last comment. -- You received this bug notification because you are a member of Cairo- Dock Team, which is subscribed to Cairo-Dock Plug-ins. https://bugs.launchpad.net/bugs/706237 Title: Systray Position Changes Status in Cairo-Dock : Pl

[Cairo-dock-team] [Bug 706237] Re: Systray Position Changes

2013-10-04 Thread Matthieu Baerts
@fabounet: any idea about this bug? :-) ** Changed in: cairo-dock-plug-ins Status: New => Incomplete ** Changed in: cairo-dock-plug-ins Assignee: (unassigned) => Fabounet (fabounet03) -- You received this bug notification because you are a member of Cairo- Dock Devs, which is subscr

Re: [Cairo-dock-team] [Bug 706237] Re: Systray Position Changes

2011-01-24 Thread Fabounet
maybe there is a problem with the gravity of the desklet and its position. does it move by the same distance as its width ? 2011/1/23 Tsu Jan <706...@bugs.launchpad.net> > A delay of 15 s didn't work. > > Perhaps that's because the tray position is always calculated with its > top left corner. (A

Re: [Cairo-dock-team] [Bug 706237] Re: Systray Position Changes

2011-01-24 Thread Fabounet
could you please comment the line 124 in cairo-dock-plug-ins/systray/src/systray-init.c gtk_window_set_gravity (GTK_WINDOW (myContainer->pWidget), iGravity); this was supposed to make the desklet expand to the left when it's on the right side of the screen, but I'm not sure it's useful/working. als

Re: [Cairo-dock-team] [Bug 706237] Re: Systray Position Changes

2013-10-08 Thread Fabounet
well, I think I understand why this happens, and we should probably modify the way the desklet's gravity is handled (when a desklet is on the right, its position should be given by its top-right corner, not the top-left corner) didn't have time to fix it though ^_^ 2013/10/4 Matthieu Baerts >