[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-10-10 Thread Daniel van Vugt
Andrea is right. The option exists already in oneiric's Gnome 3 display
settings panel. It's just not obvious to all users because the bar is
small. But you can drag it between monitors.

And certainly Andrea is right that at least up to Unity 4.16, this
worked in changing the screen on which the launcher appears. Apparently
it doesn't work since 4.18 though (due to lp:unity r1609).

design
But there is one fundamental problem here, even if the Unity behaviour of 
honouring the primary monitor is to be restored by some config option, to 
resolve this bug. The problem is the bar icon you drag around in the Gnome 3 
display settings is horizontal because it's designed to represent the Gnome 3 
shell panel. If we restore its ability to control Unity too, then it really 
should be drawn as a vertical bar as well, to represent the Unity launcher.
/design

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/742544

Title:
  Launcher is shown on the wrong screen in some multi-monitor setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions

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


[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-10-08 Thread joris
Would someone care to explain how to patch it locally as Kim Nguyễn
writes. I would like to use 11.10, but with the dash on my second left
not primary monitor it is a pain to work with.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/742544

Title:
  Launcher is shown on the wrong screen in some multi-monitor setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions

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

[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-10-08 Thread Daniel van Vugt
To patch it locally requires knowledge of how to build the code and
how to use diff patches. If you're not sure how to do it, then sorry to
say you'll need to wait until someone makes the change available in a
PPA.

I'll do it myself after 11.10 is released, if no one else has by then...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/742544

Title:
  Launcher is shown on the wrong screen in some multi-monitor setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions

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


[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-10-03 Thread Didier Roche
** Changed in: unity (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/742544

Title:
  Launcher is shown on the wrong screen in some multi-monitor setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions

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


[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-10-02 Thread Daniel van Vugt
Re: The permanent workaround...
1. It is only expected to work on Ubuntu 11.04 natty. Andrea's comments suggest 
the same workaround won't work on Ubuntu 11.10 oneiric.
2. You need to make sure the change to monitors.xml is still there. Sometimes 
it gets overwritten when you log out and in again.

If no one else has this bug in progress after 11.10 is released, I will
do it myself. With a configuration option, or something, to allow you to
put the launcher on the primary screen, or default to the left-hand
screen.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/742544

Title:
  Launcher is shown on the wrong screen in some multi-monitor setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions

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


[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-10-02 Thread Michael Wild
I *am* using 11.04, I modified ~/.config/monitors.xml back in May, but
it didn't work once *since* then.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/742544

Title:
  Launcher is shown on the wrong screen in some multi-monitor setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions

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


[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-10-01 Thread Michael Wild
This so called permanent work-around (modifying ~/.config/monitors.xml)
doesn't work for me.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/742544

Title:
  Launcher is shown on the wrong screen in some multi-monitor setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions

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


[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-09-30 Thread Daniel van Vugt
** Description changed:

- Why this bug is not logged under Unity:
- The root cause of this bug is the function gdk_screen_get_primary_monitor. 
Unfortunately it is designed in a way such that it returns the same value 0 if 
the primary monitor is the first monitor, or if there is no primary monitor set 
at all. And quite often monitor zero is in fact the one on the right.
- 
- In Ubuntu 11.10 this is resolved by being able to drag the little panel
- bar in your display settings to the desired screen. This is a nice
- graphical way of telling the system what you primary monitor is.
- 
  WORKAROUND FOR 11.04:
  
  There are two ways to configure the primary monitor in Ubuntu 11.04...
  
  Permanent workaround (requires logging back in again):
  Edit ~/.config/monitors.xml, find the monitor you want the launcher to 
display on and change:
  primaryno/primary
  to:
  primaryyes/primary
  Now log out and log in again.
  
  Temporary workaround (no logout required):
  Open a Terminal window and...
  1. Run xrandr to find the NAME of the output you would like to make primary.
  2. Run: xrandr --output NAME --primary  nohup unity --replace 
  
  ORIGINAL DESCRIPTION:
  
  Binary package hint: unity
  
  In my particular configuration I have an external monitor hooked up to
  my laptop on the left of the laptop display.  The unity bar is ending up
  on the laptop display though making it in the middle of the two
  monitors.
  
  This makes it quite difficult to activate the bar with a full screen
  application open on the laptop (hitting the upper left pixel of that
  monitor without going over).
  
  I think it would make more sense to make it configurable which monitor
  the bar ends up on, or at least look at the orientation of the monitors
  when determining where to put the bar.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.6.8-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-7.38-generic 2.6.38
  Uname: Linux 2.6.38-7-generic i686
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  CompositorRunning: compiz
  DRM.card0.DVI.D.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1280x1024 1280x1024 1280x960 1152x864 1024x768 1024x768 1024x768 
832x624 800x600 800x600 800x600 800x600 640x480 640x480 640x480 640x480 720x400
   edid-base64: 
AP///wBMLZQBOTFJQggPAQOAJh54Kt6Vo1RMmSYPUFS/74CBgIFAcU8BAQEBAQEBAQEBMCoAmFEAKkAwcBMAeC0RAAAe/QA4Sx5RDgAKICAgICAg/ABTeW5jTWFzdGVyCiAg/wBIQ0hZMjAwOTU4CiAgAKk=
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1440x900 1440x900
   edid-base64: 
AP///wAGr0cTAAEQAQOAHhN4Cof1lFdPjCcnUFQBAQEBAQEBAQEBAQEBAQEBniWgQFGEDDBAIDMAL70QAAAZWh+gQFGEDDBAIDMAL70Q/gBHUjU4NABCMTQxUFcx/gAoOERNbZa2/wIBCiAgADo=
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes:
   edid-base64:
  Date: Fri Mar 25 10:22:03 2011
  DistUpgraded: Log time: 2011-02-28 23:54:17.443730
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-dell-lucid-une-20100427-1
  DistributionChannelDescriptor_:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-dell-lucid-une-20100427-1
  DistributionChannelDescriptor__:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-dell-lucid-une-20100427-1
  DistroCodename: natty
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.0.4, 2.6.38-5-generic, i686: installed
   vboxhost, 4.0.4, 2.6.38-7-generic, i686: installed
   vboxhost, 4.0.4, 2.6.38-6-generic, i686: installed
  GraphicsCard:
   Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller 
(primary) [8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
     Subsystem: Dell Latitude D630 [1028:01f9]
     Subsystem: Dell Device [1028:01f9]
  InstallationMedia: Ubuntu 10.04 Lucid - Build i386 LIVE Binary 
20100427-14:29
  InstallationMedia_: Ubuntu 10.04 Lucid - Build i386 LIVE Binary 
20100427-14:29
  InstallationMedia__: Ubuntu 10.04 Lucid - Build i386 LIVE Binary 
20100427-14:29
  MachineType: Dell Inc. Latitude D630
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-7-generic 
root=UUID=fa8d2464-5942-4868-877b-6bed2f9b7c15 ro quiet splash vt.handoff=7
  ProcVersionSignature_: Ubuntu 2.6.38-7.38-generic 2.6.38
  ProcVersionSignature__: Ubuntu 2.6.38-7.38-generic 

[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-09-30 Thread Kim Nguyễn
@Andrea:
It seems that unity ignores the primary monitor setting in some situations.
Unity version: 4.20.0-0ubuntu2
Set-up:
right monitor, 22 Dell monitor no rotation, primary
left monitor, 19 Dell monitor, left rotation, not primary

Unity launcher still shows up on the left monitor (which I use only to display 
documentations and stuff
in a portrait-wise orientation). I believe this setup to be quite common.
I'm attaching a screenshot wich summarizes all the infos:

in .config/monitor.xml the primary monitor is set-up correctly
in the display panel, the black title bar is set on the right monitor
on the desktop, the launcher shows up on the leftmost one.

Note that Primary is also set-up correctly in Xorg.conf and lightdm shows-up
correctly on the right monitor.


** Attachment added: Screenshot showing wrong placement of launcher
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/742544/+attachment/2486875/+files/unity_primary.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/742544

Title:
  Launcher is shown on the wrong screen in some multi-monitor setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions

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


[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-09-30 Thread Andrea Azzarone
We unity  4.18+ the launcher is shown on the monitor to the left. This
is the wanted behavior.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/742544

Title:
  Launcher is shown on the wrong screen in some multi-monitor setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions

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


[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-09-30 Thread Andrea Azzarone
With*

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/742544

Title:
  Launcher is shown on the wrong screen in some multi-monitor setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions

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


[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-09-30 Thread Forage
I was really hoping Andrea just made a mistake and was meaning to say
that the launcher was going to be displayed on the monitor on the right.
Based on Kim's response it appears not to be the case and i'm quite
surprised to hear this. It might be the implemented behaviour now, it's
definitely not the wanted or desired behaviour.

People set a monitor as primary for a reason: to use it as the primary
one. That's were you want your primary actions and work to take place,
that's were you have your main attention on, your main workarea. This
definitely includes the launcher as well. Now you'd constantly have to
divert your attention by moving all the way to the left of your left
screen to get to the launcher. A non-primary might not even turned on
all the time.

Primary GUI items should be on the monitor the user considers the
primary, no matter its position.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/742544

Title:
  Launcher is shown on the wrong screen in some multi-monitor setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions

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


[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-09-30 Thread Kim Nguyễn
@Andrea: ok.

Although I understand this can be a sane default, just ignoring X primary 
monitor seems too much. There are several reasonable configurations where the 
primary should get the panel, no matter where it is. E.g configuration used 
when you need to
copy/read from a secondary monitor placed on the left (like my case), 
configurations where you put your laptop on the left of
your big monitor (because there is no space on your desk on the right for 
instance etc...).
I understand that if the panel is not on the left-most monitor it makes it 
difficult to just fling your mouse on the top-left corner
and display the application menu but still. A much better solution would be to 
make the top-left corner of the primary monitor
(with the panel) block the mouse pointer or put some kind of slight edge 
resistance...

The semantics of primary monitor is, the monitor which is just in front of me, 
where I want stuff to be displayed. Ignoring that
won't cut it in many situations. Plus that makes the black bar in the Display 
property completely useless and confusing.

Anyway I've patched it locally (see rev. http://bazaar.launchpad.net
/~unity-team/unity/trunk/revision/1609 for those interested) to suit my
needs but I'm just curious to see how this design issue will be solved.

Best.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/742544

Title:
  Launcher is shown on the wrong screen in some multi-monitor setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions

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


[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-09-21 Thread Daniel van Vugt
** Description changed:

- WORKAROUND:
+ Why this bug is not logged under Unity:
+ The root cause of this bug is the function gdk_screen_get_primary_monitor. 
Unfortunately it is designed in a way such that it returns the same value 0 if 
the primary monitor is the first monitor, or if there is no primary monitor set 
at all. And quite often monitor zero is in fact the one on the right.
+ 
+ In Ubuntu 11.10 this is resolved by being able to drag the little panel
+ bar in your display settings to the desired screen. This is a nice
+ graphical way of telling the system what you primary monitor is.
+ 
+ WORKAROUND FOR 11.04:
+ 
+ There are two ways to configure the primary monitor in Ubuntu 11.04...
  
  Permanent workaround (requires logging back in again):
  Edit ~/.config/monitors.xml, find the monitor you want the launcher to 
display on and change:
- primaryno/primary
+ primaryno/primary
  to:
  primaryyes/primary
  Now log out and log in again.
  
  Temporary workaround (no logout required):
  Open a Terminal window and...
  1. Run xrandr to find the NAME of the output you would like to make primary.
  2. Run: xrandr --output NAME --primary  nohup unity --replace 
- 
  
  ORIGINAL DESCRIPTION:
  
  Binary package hint: unity
  
  In my particular configuration I have an external monitor hooked up to
  my laptop on the left of the laptop display.  The unity bar is ending up
  on the laptop display though making it in the middle of the two
  monitors.
  
  This makes it quite difficult to activate the bar with a full screen
  application open on the laptop (hitting the upper left pixel of that
  monitor without going over).
  
  I think it would make more sense to make it configurable which monitor
  the bar ends up on, or at least look at the orientation of the monitors
  when determining where to put the bar.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.6.8-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-7.38-generic 2.6.38
  Uname: Linux 2.6.38-7-generic i686
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  CompositorRunning: compiz
  DRM.card0.DVI.D.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1280x1024 1280x1024 1280x960 1152x864 1024x768 1024x768 1024x768 
832x624 800x600 800x600 800x600 800x600 640x480 640x480 640x480 640x480 720x400
   edid-base64: 
AP///wBMLZQBOTFJQggPAQOAJh54Kt6Vo1RMmSYPUFS/74CBgIFAcU8BAQEBAQEBAQEBMCoAmFEAKkAwcBMAeC0RAAAe/QA4Sx5RDgAKICAgICAg/ABTeW5jTWFzdGVyCiAg/wBIQ0hZMjAwOTU4CiAgAKk=
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1440x900 1440x900
   edid-base64: 
AP///wAGr0cTAAEQAQOAHhN4Cof1lFdPjCcnUFQBAQEBAQEBAQEBAQEBAQEBniWgQFGEDDBAIDMAL70QAAAZWh+gQFGEDDBAIDMAL70Q/gBHUjU4NABCMTQxUFcx/gAoOERNbZa2/wIBCiAgADo=
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes:
   edid-base64:
  Date: Fri Mar 25 10:22:03 2011
  DistUpgraded: Log time: 2011-02-28 23:54:17.443730
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-dell-lucid-une-20100427-1
  DistributionChannelDescriptor_:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-dell-lucid-une-20100427-1
  DistributionChannelDescriptor__:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-dell-lucid-une-20100427-1
  DistroCodename: natty
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.0.4, 2.6.38-5-generic, i686: installed
   vboxhost, 4.0.4, 2.6.38-7-generic, i686: installed
   vboxhost, 4.0.4, 2.6.38-6-generic, i686: installed
  GraphicsCard:
   Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller 
(primary) [8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
     Subsystem: Dell Latitude D630 [1028:01f9]
     Subsystem: Dell Device [1028:01f9]
  InstallationMedia: Ubuntu 10.04 Lucid - Build i386 LIVE Binary 
20100427-14:29
  InstallationMedia_: Ubuntu 10.04 Lucid - Build i386 LIVE Binary 
20100427-14:29
  InstallationMedia__: Ubuntu 10.04 Lucid - Build i386 LIVE Binary 
20100427-14:29
  MachineType: Dell Inc. Latitude D630
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-7-generic 
root=UUID=fa8d2464-5942-4868-877b-6bed2f9b7c15 ro quiet splash vt.handoff=7
  ProcVersionSignature_: Ubuntu 2.6.38-7.38-generic 2.6.38
  

[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-08-25 Thread Matt Biddle
This bug also affects me, I also believe that the same problem of not
having the primary monitor on the left causes a problem with the
workspace switcher placement. See attached screenshot.

** Attachment added: unity_multi-monitor_expo.png
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/742544/+attachment/2313720/+files/unity_multi-monitor_expo.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/742544

Title:
  Launcher is shown on the wrong screen in some multi-monitor setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions

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


[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-08-25 Thread Matt Biddle
Workspace switcher placement is  still broken when left monitor is set
as primary.

** Attachment added: unity_multi-monitor_expo_left-primary.png
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/742544/+attachment/2313793/+files/unity_multi-monitor_expo_left-primary.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/742544

Title:
  Launcher is shown on the wrong screen in some multi-monitor setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions

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


[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-08-22 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete = Invalid

** Changed in: ayatana-design
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/742544

Title:
  Launcher is shown on the wrong screen in some multi-monitor setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions

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


[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-08-22 Thread Michael Wild
Will this work with the NVIDIA drivers?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/742544

Title:
  Launcher is shown on the wrong screen in some multi-monitor setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions

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


[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-08-22 Thread Andrea Azzarone
@Michael. I've an Intel card but I think it should work!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/742544

Title:
  Launcher is shown on the wrong screen in some multi-monitor setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions

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


[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-08-21 Thread Daniel van Vugt
Thanks Andrea, that sounds like good news. And an obvious feature that
was missing from Monitor Preferences in natty.

** Package changed: unity (Ubuntu) = gnome-control-center (Ubuntu)

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/742544

Title:
  Launcher is shown on the wrong screen in some multi-monitor setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions

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


<    1   2