[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-08-13 Thread Omer Akram
** No longer affects: compiz (Ubuntu) ** No longer affects: nux (Ubuntu) ** Also affects: unity (Ubuntu Precise) Importance: Undecided Status: New ** Changed in: unity (Ubuntu) Importance: Undecided = Medium ** Changed in: unity (Ubuntu Precise) Importance: Undecided = Medium

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-08-10 Thread Didier Roche
** Changed in: unity Milestone: 6.2 = 6.4 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/886667 Title: boot moves desktop icons To manage notifications about this bug go to:

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-07-23 Thread Tim Penhey
** Changed in: unity Milestone: None = 6.2 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/886667 Title: boot moves desktop icons To manage notifications about this bug go to:

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-06-22 Thread Bowmore
** Changed in: unity Assignee: (unassigned) = Bowmore (bowmore) ** Changed in: unity (Ubuntu) Assignee: (unassigned) = Bowmore (bowmore) -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu.

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-06-19 Thread Bowmore
** Changed in: unity Assignee: Bowmore (bowmore) = (unassigned) ** Changed in: unity (Ubuntu) Assignee: Bowmore (bowmore) = (unassigned) -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu.

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-04-23 Thread Gord Allott
** Changed in: unity Importance: Undecided = Medium -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/886667 Title: boot moves desktop icons To manage notifications about this bug go

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-04-18 Thread Bowmore
** Also affects: unity Importance: Undecided Status: New ** Changed in: unity Status: New = In Progress ** Changed in: unity Assignee: (unassigned) = Bowmore (bowmore) -- You received this bug notification because you are a member of compiz packagers, which is subscribed

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-04-16 Thread Bowmore
Ok, I've tracked this down to Unity and found the root cause. Both the panel and the launcher window struts are wrongly initialized with the BaseWindow default geomentry (100,100,320,200) causing sporadic compression of desktop icons in the lower part of the screen. This is due to that the

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-04-16 Thread Bowmore
Sorry, the patch is for unity 5.10.0-0ubuntu3 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/886667 Title: boot moves desktop icons To manage notifications about this bug go to:

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-04-16 Thread Sebastien Bacher
Thank you for your work on that issue, do you think you could set up a merge request for your fix? You can get infos on how to do that on http://unity.ubuntu.com/getinvolved/#coding -- You received this bug notification because you are a member of compiz packagers, which is subscribed to

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-04-16 Thread Bowmore
Well, the patching was magic, checking with bzr status/diff ;-) Command bzr push ... said Created new branch but none appears on lp so I must have overseen something. Maybe reading the manual ;( -- You received this bug notification because you are a member of compiz packagers, which is

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-04-16 Thread Sebastien Bacher
sorry I forget a :, I meant bzr push lp:~bowmore/unity/fix-icon- issue -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/886667 Title: boot moves desktop icons To manage notifications

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-04-16 Thread Bowmore
** Branch linked: lp:~bowmore/unity/fix_icon_workarea_issues -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/886667 Title: boot moves desktop icons To manage notifications about this

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-04-16 Thread Bowmore
** Changed in: unity (Ubuntu) Assignee: (unassigned) = Bowmore (bowmore) ** Changed in: unity (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu.

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-04-16 Thread Bowmore
Thanks, those small annoying dots ... but now it's done ;-) -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/886667 Title: boot moves desktop icons To manage notifications about this

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-04-11 Thread Bowmore
This issue seems to be a nux issue. I don't know what the Nux BaseWindow is for, but it's the one that interfers with EWMH struts and causes this issue. There are two functions: - BaseWindow::BaseWindow(...) - FloatingWindow::FloatingWindow(...) that both set the geometry using -

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-04-11 Thread Bowmore
** Also affects: nux (Ubuntu) Importance: Undecided Status: New ** Changed in: nux (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu.

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-03-26 Thread Bowmore
I've updated the patch as the upstream margin patch has been removed. I've also tested Gnome Classic Compiz and not detected any issues for the desktop icon workspace. At current, Unity settings of those margins is done in the Unity plugin which is to late, i.e those margins must be set one of

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-03-26 Thread Bowmore
@Gaetano The source package is nautilus. You can either use the patch or update the source manually as it's just one line of code to be added in the source for nautilus-desktop-icon-view.c. Yes, you have to compile it using e.g $ debuild -us -uc to get .deb-packages Check this example if you're

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-03-26 Thread Bowmore
Updated patch top_margin_workaround.patch for nautilus 3.3.92-0ubuntu2. Old patch removed. ** Patch added: top_margin_workaround.patch https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/886667/+attachment/2940231/+files/top_margin_workaround.patch ** Patch removed: top margin patch

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-03-23 Thread Gaetano Gambilonghi
Thank you very much, it's very interesting, but how can i use easily that patch? Which packet should I install, what should i edit, (and should i need to compile again)? Thanks! -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-03-06 Thread Bowmore
This is not a duplicate of bug #737758. That bug describes how the whole desktop icon container moves horizontally due to an inconsistent handling of the unity launcher width. This bug brings up another issue, i.e when the desktop icon container width and/or height sizes are defined smaller

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-03-04 Thread Gaetano Gambilonghi
*** This bug is a duplicate of bug 737758 *** https://bugs.launchpad.net/bugs/737758 ** This bug has been marked a duplicate of bug 737758 Desktop icons move after login -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in

[Compiz] [Bug 886667] Re: boot moves desktop icons

2012-03-03 Thread Bowmore
** Package changed: nautilus (Ubuntu) = compiz (Ubuntu) -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/886667 Title: boot moves desktop icons To manage notifications about this bug