[Bug 1883880] Re: fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

2020-08-04 Thread Harry van Haaren (Intel)
Thanks Lukasz, Christian, Robie, Matthias, and the various robots and
launchpad janitors: appreciate your help!

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

Title:
  fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1883880/+subscriptions

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

[Bug 1883880] Re: fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

2020-07-31 Thread Harry van Haaren (Intel)
Hey Folks,

Does the -proposed changes get automatically integrated to -updates
after a certain time has passed, or does this require somebody to take
action?

It would be great to have this update rolled out to 18.04 before OVS
2.14 is released in a week or two.

Regards, -Harry

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

Title:
  fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1883880/+subscriptions

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

[Bug 1883880] Re: fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

2020-07-21 Thread Harry van Haaren (Intel)
Hi All,

I have enabled the bionic-proposed repo as described in link. OVS-master
is used for testing, containing the build-time binutils bug check as
described above.

1) Can confirm that old binutils version (2.30-21ubuntu1~18.04.3) had
issue, and OVS was correctly DISabling AVX512.

2) Can confirm that with -proposed binutils (2.30-21ubuntu1~18.04.4),
OVS build system is correctly ENabling AVX512 support, as linker checks
are passing.

After the configure step, I have tested OVS, running traffic and
enabling the AVX512 optimizations. It is working as expected, with
AVX512 instructions running in the datapath.

I believe you have already added the "verification-done" and bionic
versions Christian, so I'll not change the status... please let me know
if I misunderstood the process.

Thanks Robie & Christian for your support on this issue! -Harry

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

Title:
  fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1883880/+subscriptions

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

[Bug 1883880] Re: fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

2020-07-01 Thread Harry van Haaren (Intel)
Hi Christian,

Thanks for the additional info! Confirm that with the PPA the proposed
checks now pass:

$ echo "vmovaps 0x40(,%rax,1),%zmm0" | as --64 -o avx.o && objdump -d avx.o | 
grep vmovaps
  8:   0: 62 f1 7c 48 28 04 05vmovaps 0x40(,%rax,1),%zmm0


Also the proposed OVS automake build-system changes will enable avx512 
correctly:
checking binutils avx512 assembler checks passing... yes

I'll wait for the SRU team to accept into proposed. Regards, -Harry

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

Title:
  fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1883880/+subscriptions

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

[Bug 1883880] Re: fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

2020-06-30 Thread Harry van Haaren (Intel)
Hey Folks,

Apologies I'm not familiar with the SRU testing process. I'd like to
help - have an 18.04 setup for testing here. Is there an easy way to add
the test-build PPA and just do an apt update && apt install binutils?

https://launchpad.net/~ci-train-ppa-
service/+archive/ubuntu/4105/+packages

Regards, -Harry

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

Title:
  fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1883880/+subscriptions

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

[Bug 1883880] Re: fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

2020-06-18 Thread Harry van Haaren (Intel)
Proposed patch on OVS Mailing list to check status at configure time for OVS 
2.14 using the method Bruce mentioned above:
https://patchwork.ozlabs.org/project/openvswitch/patch/20200618165354.87787-7-harry.van.haa...@intel.com/

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

Title:
  fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1883880/+subscriptions

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

[Bug 1883880] Re: fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

2020-06-17 Thread Harry van Haaren
Hi All,

I contacted Christian to mention/report, just noting that here.
Happy to test if we get an SRU, I'll get email notifications once I post this :)

Regards, -Harry

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

Title:
  fix non-8-bit x86 displacements breaking AVX512 builds on Bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1883880/+subscriptions

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

[Bug 775934] Re: Secondary screen (running with two X11 sessions, not twinview) can not start applications

2011-08-02 Thread Harry van Haaren
Hi Paul, could you provide more information like you version of unity,
unity-panel-decorator, kernel versions etc? Also can you confirm this is
still a valid bug?

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  Secondary screen (running with two X11 sessions, not twinview) can not
  start applications

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

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


[Bug 776957] Re: Unity is not enabled by default

2011-08-02 Thread Harry van Haaren
Tommy, is this behaviour still present on your machine?

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  Unity is not enabled by default

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

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


[Bug 776189] Re: launcher doesn't display active application

2011-08-02 Thread Harry van Haaren
Can't reproduce here, its working fine. Marking as invalid

** Changed in: unity (Ubuntu)
   Status: New = Invalid

** Changed in: unity
   Status: New = Invalid

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

Title:
  launcher doesn't display active application

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

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


[Bug 778082] Re: Sidebar display issue after system wake up

2011-08-02 Thread Harry van Haaren
** Changed in: unity (Ubuntu)
   Status: New = Invalid

** Changed in: unity
   Status: New = Invalid

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

Title:
  Sidebar display issue after system wake up

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

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


[Bug 777549] Re: Launcher doesn't show up; can't access applications menu

2011-08-02 Thread Harry van Haaren
Hey, can you still reproduce this behaviour now? Marking as incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

** Changed in: unity
   Status: New = Incomplete

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

Title:
  Launcher doesn't show up; can't access applications menu

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

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


[Bug 780871] Re: with focus-on-mouse, changing window with alt+tab does not work.

2011-08-02 Thread Harry van Haaren
Brett, what is the expected outcome? If the focus stays under the mouse, should 
alt-tab move the mouse?
Or should it focus the other window until the next mouse event?

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  with focus-on-mouse, changing window with alt+tab does not work.

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

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


[Bug 778449] Re: previous menu buttons showing on top of next application

2011-08-02 Thread Harry van Haaren
Can you still reproduce this one?

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

** Changed in: unity
   Status: New = Incomplete

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

Title:
  previous menu buttons showing on top of next application

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

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


[Bug 770001] Re: nvidia 8400 GT - GPU under pressure

2011-07-22 Thread Harry van Haaren
** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  nvidia 8400 GT - GPU under pressure

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

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


[Bug 741072] Re: Compiz doesn't handle synthetic unmap notifies correctly

2011-07-22 Thread Harry van Haaren
** Changed in: unity (Ubuntu)
   Status: New = Fix Released

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

Title:
  Compiz doesn't handle synthetic unmap notifies correctly

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

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


[Bug 773587] Re: Keyboard focus don't always follows worspace change

2011-07-22 Thread Harry van Haaren
** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  Keyboard focus don't always follows worspace change

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

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


[Bug 806181] Re: unity-panel-service crashed with SIGSEGV in g_slice_alloc()

2011-07-20 Thread Harry van Haaren
Any information as to what causes the crash? Do you have to click on the
volume slider to make it crash, or how can we reproduce this?

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  unity-panel-service crashed with SIGSEGV in g_slice_alloc()

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

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


[Bug 804560] Re: unity-panel-service crashed with SIGSEGV in memalign()

2011-07-14 Thread Harry van Haaren
** Changed in: unity
   Status: New = Confirmed

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

Title:
  unity-panel-service crashed with SIGSEGV in memalign()

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

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


[Bug 777203] Re: Unity Dash shows up while drag-n-dropping a selection in GTK apps

2011-07-14 Thread Harry van Haaren
*** This bug is a duplicate of bug 724986 ***
https://bugs.launchpad.net/bugs/724986

** This bug has been marked a duplicate of bug 724986
   Launcher reveals when customizing Firefox

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

Title:
  Unity Dash shows up while drag-n-dropping a selection in GTK apps

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

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


[Bug 775246] Re: Searching for all files in files lense, not just already opened ones

2011-07-14 Thread Harry van Haaren
** Changed in: unity
   Status: New = Invalid

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

Title:
  Searching for all files in files lense, not just already opened ones

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

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


[Bug 800473] Re: External monitor troubles

2011-07-14 Thread Harry van Haaren
dsapoki: Can you confirm that the settings available to apply to the
monitor are actually supported by the monitor? Ie: is the refresh /
pixels suitable to be displayed on the monitor.

After a reboot, are the pixels the same as only using the laptop screen,
or is a comprimise made between the external monitor  laptop screen?

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  External monitor troubles

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

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


[Bug 781650] Re: Unity.Activation interface is incompatible with PyGI

2011-07-14 Thread Harry van Haaren
** Changed in: libunity
   Status: New = Confirmed

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

** Changed in: unity-2d
   Status: New = Invalid

** Changed in: unity
   Status: New = Invalid

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

Title:
  Unity.Activation interface is incompatible with PyGI

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

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


[Bug 781586] Re: screen is black when trying to unlock the screen

2011-07-14 Thread Harry van Haaren
** Also affects: compiz
   Importance: Undecided
   Status: New

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

Title:
  screen is black when trying to unlock the screen

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

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


[Bug 781835] Re: Unity toolbar blocks if a picture is being dropped on it.

2011-07-14 Thread Harry van Haaren
Confirmed, just grab the unity logo there on the top left  bash it
off the left of the screen.

** Changed in: unity
   Status: New = Confirmed

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Unity toolbar blocks if a picture is being dropped on it.

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

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


[Bug 780841] Re: The files lens includes folders that don't exist

2011-07-14 Thread Harry van Haaren
Can't reproduce this here using Down search for downloads... didn't
work. Can you give a simple test case please?

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

Title:
  The files lens includes folders that don't exist

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

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


[Bug 774358] Re: Unity does not work with fglrx (Ati HD 4330)

2011-07-07 Thread Harry van Haaren
Fair enough. I'll mark as confirmed so, as its not a graphics driver
problem.

** Changed in: unity
   Status: New = Confirmed

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

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

Title:
  Unity does not work with fglrx (Ati HD 4330)

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

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


[Bug 775877] Re: Moving mouse over launcher before it fully appears makes it stick

2011-07-07 Thread Harry van Haaren
Could you post your version of unity, and general spec of you computer
please? Incomplete for now

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  Moving mouse over launcher before it fully appears makes it stick

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

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


[Bug 777610] Re: taskbar interferes with applications

2011-07-07 Thread Harry van Haaren
*** This bug is a duplicate of bug 776180 ***
https://bugs.launchpad.net/bugs/776180

** This bug has been marked a duplicate of bug 776180
   About clicked mouse and sidebar

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

Title:
  taskbar interferes with applications

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

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


[Bug 775898] Re: Dragging a file in the panel can only raise selected app

2011-07-07 Thread Harry van Haaren
Can't reproduce this here, super-d gets grabbed by the launcher and
pops it out. Also can you post what version of unity you've got?
Incomplete for now

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  Dragging a file in the panel can only raise selected app

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

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


[Bug 780872] Re: if firefox main window is closed without closing download window, cannot open new menu without launcher icon middle click

2011-07-07 Thread Harry van Haaren
** Changed in: unity
   Status: New = Incomplete

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

Title:
  if firefox main window is closed without closing download window,
  cannot open new menu without launcher icon middle click

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

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


[Bug 805110] Re: Launcher does not open

2011-07-07 Thread Harry van Haaren
** Changed in: unity
   Status: New = Incomplete

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

Title:
  Launcher does not open

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

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


[Bug 782785] Re: Unity launcher doesn't recognize new menu items until session restart

2011-07-07 Thread Harry van Haaren
Can't reproduce this here, what's the Main Menu you mention?

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  Unity launcher doesn't recognize new menu items until session restart

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

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


[Bug 781087] Re: Freeze when switching viewports

2011-07-07 Thread Harry van Haaren
Can't reproduce this at all here. If we can get it reproducible steadily
then I'll mark as confirmed, for now its incomplete.

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  Freeze when switching viewports

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

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


[Bug 781378] Re: unmaximize windows on upper screen edge (Fitts's Law)

2011-07-07 Thread Harry van Haaren
** Changed in: unity
   Status: New = Confirmed

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

Title:
  unmaximize windows on upper screen edge (Fitts's Law)

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

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


[Bug 798078] Re: unity-panel-service crashed with SIGSEGV in g_cclosure_marshal_VOID__PARAM()

2011-06-21 Thread Harry van Haaren
** Changed in: unity
   Status: New = Confirmed

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

Title:
  unity-panel-service crashed with SIGSEGV in
  g_cclosure_marshal_VOID__PARAM()

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

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


[Bug 773870] Re: full screen mode libre office causes bug in unity shift switching

2011-06-21 Thread Harry van Haaren
Seems related to https://bugs.launchpad.net/unity/+bug/734819

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

Title:
  full screen mode libre office causes bug in unity shift switching

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

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


[Bug 773870] Re: full screen mode libre office causes bug in unity shift switching

2011-06-21 Thread Harry van Haaren
Judson, does alt-tabing back to the program work as expected?

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

** Changed in: unity
   Status: New = Incomplete

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

Title:
  full screen mode libre office causes bug in unity shift switching

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

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


[Bug 778507] Re: Global menu flashes annoyingly whenever Alt is depressed.

2011-06-21 Thread Harry van Haaren
** Changed in: unity
   Status: New = Opinion

** Changed in: unity (Ubuntu)
   Status: New = Opinion

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

Title:
  Global menu flashes annoyingly whenever Alt is depressed.

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

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


[Bug 778656] Re: Fullscreen Wine application menu inaccessible

2011-06-21 Thread Harry van Haaren
** Changed in: unity
   Status: New = Confirmed

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

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

Title:
  Fullscreen Wine application menu inaccessible

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

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


[Bug 775813] Re: opengl app lags using unity ubuntu 11.04

2011-06-21 Thread Harry van Haaren
Are you running your engine full screen? Also, does glxgears run slower
on unity than on the classic desktop? That might explain the graphics
slowdown. Could you post info of glxgears output?

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  opengl app lags using unity ubuntu 11.04

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

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


[Bug 797819] Re: unity launcher appears when dragging something

2011-06-21 Thread Harry van Haaren
** Changed in: unity
   Status: Opinion = New

** Changed in: unity (Ubuntu)
   Status: Opinion = New

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

Title:
  unity launcher appears when dragging something

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

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


[Bug 783240] Re: disable autohide AppMenu (global menu)

2011-06-21 Thread Harry van Haaren
** Changed in: unity (Ubuntu)
   Status: Opinion = New

** Changed in: unity
   Status: Opinion = New

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

Title:
  disable autohide AppMenu (global menu)

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

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


[Bug 779202] Re: Maximized Window does not respect theme window button order

2011-06-21 Thread Harry van Haaren
** Changed in: unity
   Status: Opinion = New

** Changed in: unity (Ubuntu)
   Status: Opinion = New

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

Title:
  Maximized Window does not respect theme window button order

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

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


[Bug 775744] Re: most used application should be shown first in dash

2011-06-21 Thread Harry van Haaren
** Changed in: unity
   Status: Opinion = New

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

Title:
  most used application should be shown first in dash

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

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


[Bug 774323] Re: Not much space on the dock on wide screens

2011-06-21 Thread Harry van Haaren
** Changed in: unity
   Status: Opinion = Invalid

** Changed in: unity (Ubuntu)
   Status: Opinion = Invalid

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

Title:
  Not much space on the dock on wide screens

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

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


[Bug 734819] Re: Switcher: Openbve does not appear in Alt-tab window list

2011-06-20 Thread Harry van Haaren
Yes can confirm it here. Unity 3.8.10

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

Title:
  Switcher: Openbve does not appear in Alt-tab window list

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

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


[Bug 798707] Re: unity-place-files doesn't update results in dash while typing

2011-06-20 Thread Harry van Haaren
Can confirm non-intended behaviour of the search function. Have a file
on my desktop, searching its name doesn't result in the file being
shown. (Note that the RHS drop down is on All Files)

Reproduce by:
cd ~/Desktop
touch test.cpp
super-f test.cpp

Slight strange settings:
1. I'm logging into Ubuntu Classic, and running unity from a terminal. 
2. I have the system tuned for audio performance, ie: changed the inotify 
parameter like so: fs.inotify.max_user_watches = 524288  (afaik this is to do 
with file-system monitoring, perhaps it is irrelevant)

** Changed in: unity
   Status: New = Confirmed

** Changed in: unity-2d
   Status: New = Confirmed

** Changed in: unity-place-files
   Status: New = Confirmed

** Changed in: unity-place-files (Ubuntu)
   Status: New = Confirmed

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

Title:
  unity-place-files doesn't update results in dash while typing

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

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


[Bug 797750] Re: VLC menu's are disfunctional under Unity

2011-06-20 Thread Harry van Haaren
Hi, could you please provide numbered steps to reproduce? I'm trying
here, but don't quite understand where you are when you mention no way
to get back.

Here's what I'm doing so far:
1. Open VLC player
2. Click on the menu above, and hit open file

** Changed in: unity
   Status: New = Incomplete

** Changed in: unixmen
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  VLC menu's are disfunctional under Unity

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

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


[Bug 797795] Re: qbittorrent fails to display window menu

2011-06-20 Thread Harry van Haaren
Can't reproduce this here, when you say the qbittorrent mysteriously
dissapears, do you mean it minimizes to the launcher bar, or that the
whole GUI dissapears without trace? Marking as incomplete for now,
please provide some more information.

** Project changed: qbittorrent = null

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

** Changed in: unity
   Status: New = Incomplete

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

Title:
  qbittorrent fails to display window menu

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

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


[Bug 797427] Re: app indicators capped to 9 icons

2011-06-20 Thread Harry van Haaren
Massimiliano, thanks for the update. Unfortunatly I still can't
reproduce this here, could you provide steps to follow that result in
this behaviour?

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  app indicators capped to 9 icons

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

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


[Bug 797700] Re: Dragging items from Firefox onto the launcher makes it 'stick' for several seconds

2011-06-20 Thread Harry van Haaren
Confirmed.

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

** Changed in: unity
   Status: Incomplete = Confirmed

** Changed in: unity (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Dragging items from Firefox onto the launcher makes it 'stick' for
  several seconds

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

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


[Bug 797168] Re: Unity bar keeps popping up; no icons

2011-06-20 Thread Harry van Haaren
Hi, what keyboard layout are you using? Reason to ask is perhaps the
super key is mapped to the wrong key/s. That would explain the
unwanted occuring of an otherwise working feature.

As for the icons missing, could you provide a screenshot please? Will
hopefully help in finding the problem.

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  Unity bar keeps popping up; no icons

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

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


[Bug 797819] Re: unity launcher appears when dragging something

2011-06-20 Thread Harry van Haaren
Confirmed that behaviour. Agree with your opinion on fullscreen
disabling that drag-drop feature.

** Changed in: unity
   Status: New = Opinion

** Changed in: unity (Ubuntu)
   Status: New = Opinion

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

Title:
  unity launcher appears when dragging something

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

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


[Bug 798868] Re: unity very slow to move windows in oneiric

2011-06-20 Thread Harry van Haaren
Hi, Could you provide some information as to what packages / shell you
were using when the slow redraws occur? Also, does glxgears run as fast
as it does using the normal gnome-shell?

As compiz is OpenGL based, I'm guessing that's what its gonna be...
incomplete for now, please provide info!

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

** Changed in: compiz (Ubuntu)
   Status: New = Incomplete

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

Title:
  unity very slow to move windows in oneiric

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

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


[Bug 793144] Re: ubuntu 11.04 hangs frequently

2011-06-20 Thread Harry van Haaren
Titan: Is there any other information you can provide as to what caused
the hangs? It is extremely difficult to fix bugs without a reproducible
way to make it happen.

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  ubuntu 11.04 hangs frequently

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

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


[Bug 781914] Re: Unity's launcher crash after html5 web page loads

2011-06-17 Thread Harry van Haaren
** Changed in: unity (Ubuntu)
   Status: New = Confirmed

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

Title:
  Unity's launcher crash after html5 web page loads

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

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


[Bug 786093] Re: 'front' in alsa mixer mutes automatically

2011-06-17 Thread Harry van Haaren
** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  'front' in alsa mixer mutes automatically

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

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


[Bug 777687] Re: LibreOffice still uses OpenOffice icons in Alt-Tab switcher

2011-06-17 Thread Harry van Haaren
** Changed in: unity
   Status: New = Invalid

** Changed in: unity (Ubuntu)
   Status: New = Invalid

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

Title:
  LibreOffice still uses OpenOffice icons in Alt-Tab switcher

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

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


[Bug 777662] Re: Right side of window title text is transparent

2011-06-17 Thread Harry van Haaren
Seems to have been fixed, or else I can't reproduce it. Will mark as
incomplete, as to debug furthur more info is needed: unity version, gtk
theme, gtk engine etc

** Attachment added: title bar fade text
   
https://bugs.launchpad.net/unity/+bug/777662/+attachment/2172604/+files/titlebarFade.png

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

Title:
  Right side of window title text is transparent

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

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


[Bug 777831] Re: Middle click doesn't work

2011-06-17 Thread Harry van Haaren
JDavie, could you try using an external mouse? I'll mark as incomplete
for now.

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  Middle click doesn't work

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

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


[Bug 778519] Re: Tool tips in Unity's recent documents to distinguish identical file names

2011-06-17 Thread Harry van Haaren
** Changed in: unity-place-files (Ubuntu)
   Status: New = Confirmed

** Changed in: unity-place-files
   Status: New = Confirmed

** Changed in: unity-2d
   Status: New = Confirmed

** Changed in: unity
   Status: New = Confirmed

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

Title:
  Tool tips in Unity's recent documents to distinguish identical file
  names

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

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


[Bug 774328] Re: Minimised windows disappear

2011-06-17 Thread Harry van Haaren
** Changed in: unity (Ubuntu)
   Status: New = Invalid

** Changed in: unity
   Status: New = Invalid

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

Title:
  Minimised windows disappear

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

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


[Bug 774323] Re: Not much space on the dock on wide screens

2011-06-17 Thread Harry van Haaren
The dock has a scroll feature, allowing the viewing of more icons than
fit on screen, as well as stacking, which flattens the top / bottom
icons to save space. I'll mark this bug as opinion, and tag as feature
request for unity dock

** Tags added: dock feature request unity

** Changed in: unity
   Status: New = Opinion

** Changed in: unity (Ubuntu)
   Status: New = Opinion

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

Title:
  Not much space on the dock on wide screens

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

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


[Bug 778098] Re: alt+ tab giving not full options

2011-06-17 Thread Harry van Haaren
If I understand you want the alt-tab to provide an option to minimize all 
windows, and show just the desktop?
Mod + D does just that. This is not a feature that alt-tab will get, so 
marking as invalid.

** Changed in: unity
   Status: New = Invalid

** Changed in: unity (Ubuntu)
   Status: New = Invalid

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

Title:
  alt+ tab giving not full options

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

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


[Bug 778233] Re: windows disapear when moved using workspace switcher

2011-06-17 Thread Harry van Haaren
Tried to reproduce here, upon starting xlogo, and hitting Always
visible on workspace, then doing super-S i get the screenshot
attached. So I can't move it to another workspace, its already there.
Marking as incomplete.

** Attachment added: xlogo on all workspaces
   
https://bugs.launchpad.net/unity/+bug/778233/+attachment/2172616/+files/Screenshot-4.png

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  windows disapear when moved using workspace switcher

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

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


[Bug 778120] Re: Sonata Unity icon low contrast

2011-06-17 Thread Harry van Haaren
** Changed in: unity
   Status: New = Opinion

** Changed in: unity (Ubuntu)
   Status: New = Opinion

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

Title:
  Sonata Unity icon low contrast

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

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


[Bug 778258] Re: Unity problems

2011-06-17 Thread Harry van Haaren
Could you file an individual bug report for the firefox issue please,
the virtualbox issue is known. Marking this bug as incomplete.

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

** Changed in: unity
   Status: New = Incomplete

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

Title:
  Unity problems

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

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


[Bug 778534] Re: Application icon is not removed after uninstallation

2011-06-17 Thread Harry van Haaren
** Changed in: unity
   Status: New = Confirmed

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

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

Title:
  Application icon is not removed after uninstallation

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

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


[Bug 778653] Re: Fullscreen firefox and xchat conflicts

2011-06-17 Thread Harry van Haaren
Confirmed, although I need to press F11 *in firefox* the second time to
un-full-screen it, for this to be reproduced. Hitting F11 in a
fullscreen XChat doesn't do the trick.

** Changed in: unity
   Status: New = Confirmed

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

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

Title:
  Fullscreen firefox and xchat conflicts

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

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


[Bug 780194] Re: Global menu disappears after second click

2011-06-17 Thread Harry van Haaren
What is your expected outcome?

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  Global menu disappears after second click

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

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


[Bug 781606] Re: Alt+F2 should notify you of typos

2011-06-17 Thread Harry van Haaren
needs-design  , cant edit existing tags here

** Changed in: unity
   Status: New = Confirmed

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

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

Title:
  Alt+F2 should notify you of typos

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

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


[Bug 775063] Re: There is unnecessary size grips on some splash screens

2011-06-17 Thread Harry van Haaren
Heaven: Thanks, confirmed. Not sure if its down to window manager
incorrectly displaying the window as resizeable when it shouldn't be,
or if its a Unity issue of showing that handle on all dialogs when it
shouldn't be. Marking confirmed here (tested with MonoDevelop)

** Changed in: unity
   Status: New = Confirmed

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

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

Title:
  There is unnecessary size grips on some splash screens

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

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


[Bug 776761] Re: popup windows opening from the panel do white before closing, which is very ugly

2011-06-17 Thread Harry van Haaren
Hi, is there a way you could take a screenshot of the problem?

If I understand correctly, the problem is that as the unity popup window
is closing, it flashes white?

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  popup windows opening from the panel do white before closing, which is
  very ugly

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

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


[Bug 783157] Re: The history menu in the global menu of Firefox seems to be blinking every time it's opened

2011-06-17 Thread Harry van Haaren
** Changed in: unity
   Status: New = Confirmed

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

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

Title:
  The history menu in the global menu of Firefox seems to be blinking
  every time it's opened

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

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


[Bug 781368] Re: Unity breaks windows.

2011-06-17 Thread Harry van Haaren
I can't reproduce this one here,  upon dragging the tab to the top, and
letting go it creates a new window, and both terminal windows function
normally. Can you still reproduce this reliably?

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

** Description changed:

  Binary package hint: unity
  
  Steps to reproduce this very annoying bug:
  1) Open Terminal
  2) hit ctrl+shift+t to open a new tab
  3) Click and hold on this new tab,  and drag it to the bar at the very top of 
the destkop (Which should make it full screen...)
  
  Result the window stays the same size is now stuck at the bottom of the
  screen and cannot be closed.
  
- (Unity by far the most bugged out window manager I have ever used and I
- fucking hate it with a passion.)
- 
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: xorg 1:7.6+4ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  Architecture: amd64
  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.DP.1:
-  status: disconnected
-  enabled: disabled
-  dpms: Off
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes:
+  edid-base64:
  DRM.card0.HDMI.A.1:
-  status: disconnected
-  enabled: disabled
-  dpms: Off
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes:
+  edid-base64:
  DRM.card0.LVDS.1:
-  status: connected
-  enabled: enabled
-  dpms: On
-  modes: 1366x768
-  edid-base64: 
AP///wAGr+wiAAETAQOAIhN4CsiVnldUkiYPUFQBAQEBAQEBAQEBAQEBAQEBEhtWQlAAJjAgGDQAWMEQAAAYDwAg/gBBVU8KICAgICAgICAg/gBCMTU2WFcwMiBWMiAKAMA=
+  status: connected
+  enabled: enabled
+  dpms: On
+  modes: 1366x768
+  edid-base64: 
AP///wAGr+wiAAETAQOAIhN4CsiVnldUkiYPUFQBAQEBAQEBAQEBAQEBAQEBEhtWQlAAJjAgGDQAWMEQAAAYDwAg/gBBVU8KICAgICAgICAg/gBCMTU2WFcwMiBWMiAKAMA=
  DRM.card0.VGA.1:
-  status: disconnected
-  enabled: disabled
-  dpms: Off
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: Off
+  modes:
+  edid-base64:
  Date: Wed May 11 13:19:37 2011
  DistUpgraded: Log time: 2011-04-20 11:02:39.366461
  DistroCodename: natty
  DistroVariant: ubuntu
  GraphicsCard:
-  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
-Subsystem: Acer Incorporated [ALI] Device [1025:0504]
-  nVidia Corporation Device [10de:0df4] (rev a1) (prog-if 00 [VGA controller])
-Subsystem: Acer Incorporated [ALI] Device [1025:0505]
+  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
+    Subsystem: Acer Incorporated [ALI] Device [1025:0504]
+  nVidia Corporation Device [10de:0df4] (rev a1) (prog-if 00 [VGA controller])
+    Subsystem: Acer Incorporated [ALI] Device [1025:0505]
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  MachineType: Acer Aspire 5750G
  ProcEnviron:
-  LANGUAGE=C:en_US:en
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=C:en_US:en
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=fd8ed364-ac77-4adb-b8cd-0e0e42bab1d5 ro quiet splash vt.handoff=7
  Renderer: Unknown
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to natty on 2011-04-20 (21 days ago)
  dmi.bios.date: 02/11/2011
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.05
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JE50_HR
  dmi.board.vendor: Acer
  dmi.board.version: Base Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.05
  dmi.modalias: 
dmi:bvnAcer:bvrV1.05:bd02/11/2011:svnAcer:pnAspire5750G:pvrV1.05:rvnAcer:rnJE50_HR:rvrBaseBoardVersion:cvnAcer:ct10:cvrV1.05:
  dmi.product.name: Aspire 5750G
  dmi.product.version: V1.05
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.4+bzr20110415-0ubuntu2
  version.ia32-libs: ia32-libs 20090808ubuntu13
  version.libdrm2: libdrm2 2.4.23-1ubuntu6
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
  version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

-- 
You received this bug 

[Bug 777026] Re: Launcher freeze while moving icon

2011-06-17 Thread Harry van Haaren
Can't reproduce here, any *wierd* way to drag the icon? For me it just
works(tm)

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  Launcher freeze while moving icon

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

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


[Bug 783114] Re: Unity doesn't display the button of Gnome-Screenshot

2011-06-17 Thread Harry van Haaren
Can't reproduce here. Could you tell me which Icon theme you have there?
Perhaps it is related to icon-naming / something like that..?

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  Unity doesn't display the button of Gnome-Screenshot

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

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


[Bug 777615] Re: unable to run unity interface in natty

2011-06-17 Thread Harry van Haaren
Your logfile shows that xrandr  isn't installed, and that upsets compiz quite a 
bit. Could you re-install xrandr and report back?
the command to do that should be something like:sudo apt-get install 
x11-xserver-utils

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  unable to run unity interface in natty

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

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


[Bug 779455] Re: no window borders in unity, no max-min-close buttons

2011-06-17 Thread Harry van Haaren
As mike stated, running unity-window-decorator will restore your
window borders, marking as confirmed bug.

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

Title:
  no window borders in unity, no max-min-close buttons

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

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


[Bug 779455] Re: no window borders in unity, no max-min-close buttons

2011-06-17 Thread Harry van Haaren
Will need a reproducible way of making them dissapear, incomplete for
now, confirmed when there's a list of step on how to get the problem to
arise.

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  no window borders in unity, no max-min-close buttons

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

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


[Bug 795156] Re: Launcher sometimes will not autohide when focus removed

2011-06-16 Thread Harry van Haaren
If you find a way to reproduce this, please post up. For now I'll mark
incomplete.

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  Launcher sometimes will not autohide when focus removed

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

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


[Bug 774066] Re: PidginScreenlet 0.3.3 shown as Window Title in Panel

2011-06-16 Thread Harry van Haaren
** Changed in: unity
   Status: New = Invalid

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  PidginScreenlet 0.3.3 shown as Window Title in Panel

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

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


[Bug 774319] Re: cant move tool bars to different areas

2011-06-16 Thread Harry van Haaren
William, could you try the following guide? 
http://lildude.co.uk/howto-configure-ubuntus-unity-launcher
I don't have the advanced 3D effects here to test, but perhaps there are 
settings to change it there?

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  cant move tool bars to different areas

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

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


[Bug 774368] Re: launcher doesn't show indicator for window/focus

2011-06-16 Thread Harry van Haaren
** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  launcher doesn't show indicator for window/focus

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

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


[Bug 774786] Re: Ugly small line on the bottom of dash

2011-06-16 Thread Harry van Haaren
Could you confirm that the line isn't just one of the spacers between
application groups? With the small screen res perhaps the outside
decoration is off screen, and the line is meant to be there?

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

Title:
  Ugly small line on the bottom of dash

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

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


[Bug 774951] Re: Ubuntu 11.04 does not work on Alienware M15x

2011-06-16 Thread Harry van Haaren
** Also affects: nvidia-drivers-ubuntu
   Importance: Undecided
   Status: New

** Changed in: unity
   Status: New = Invalid

** Changed in: unity (Ubuntu)
   Status: New = Invalid

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

Title:
  Ubuntu 11.04 does not work on Alienware M15x

To manage notifications about this bug go to:
https://bugs.launchpad.net/nvidia-drivers-ubuntu/+bug/774951/+subscriptions

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


[Bug 774812] Re: side pannel work space

2011-06-16 Thread Harry van Haaren
So the problem is that when your on the 4th desktop, the workspace
applet does *not* show 4th desktop, but instead remains on the 1st
desktop?

If that's the problem, I can't reproduce here. Marking as incomplete for
now.

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  side pannel work space

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

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


[Bug 775430] Re: segfault in unity-window-decorator

2011-06-16 Thread Harry van Haaren
** Changed in: unity
   Status: New = Confirmed

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

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

Title:
  segfault in unity-window-decorator

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

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


[Bug 775678] Re: Huge memory consumption

2011-06-16 Thread Harry van Haaren
** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  Huge memory consumption

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

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


[Bug 778075] Re: segfault in unity-window-decorator error 6

2011-06-16 Thread Harry van Haaren
Blurry: On a side note, perhaps grab those commands that prevent Swing
using OpenGL, and stick them into your default java settings. That
should temporarily solve the crashing on your machine.

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

Title:
  segfault in unity-window-decorator error 6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/778075/+subscriptions

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


[Bug 777249] Re: In Unity/Natty the window border disapears [segfault at 318, error 6 in unity-window-decorator]

2011-06-16 Thread Harry van Haaren
** Changed in: unity (Ubuntu)
   Status: New = Confirmed

** Changed in: unity
   Status: New = Confirmed

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

Title:
  In Unity/Natty the window border disapears [segfault at 318, error 6
  in unity-window-decorator]

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

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


[Bug 779123] Re: Compiz ram usage increases over time

2011-06-16 Thread Harry van Haaren
Comment #12 indicates fix is available, although I can't reproduce here.
Gonna mark as invalid for Unity, as its confirmed in Compiz (Buntu)

** Changed in: unity
   Status: New = Invalid

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

Title:
  Compiz ram usage increases over time

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

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


[Bug 781322] Re: Global app menu reveal behavour is not intuitive

2011-06-16 Thread Harry van Haaren
** Changed in: unity
   Status: New = Opinion

** Changed in: unity (Ubuntu)
   Status: New = Opinion

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

Title:
  Global app menu reveal behavour is not intuitive

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

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


[Bug 785101] Re: Unity: unable to remove the Apps Available for Download section

2011-06-16 Thread Harry van Haaren
Could you provide a screenshot of where that Apps available for
download thing appears? I checked the global menu, but it doesn't
appear there for me.. (Unity 3.8.10).  Marking as opinion

** Changed in: unity
   Status: New = Opinion

** Changed in: unity (Ubuntu)
   Status: New = Opinion

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

Title:
  Unity: unable to remove the Apps Available for Download section

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

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


[Bug 780540] Re: Unity does not play well with VNC servers

2011-06-16 Thread Harry van Haaren
** Changed in: unity (Ubuntu)
   Status: New = Confirmed

** Changed in: unity
   Status: New = Confirmed

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

Title:
  Unity does not play well with VNC servers

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

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


[Bug 779867] Re: Secondary X screen doesn't have app launcher

2011-06-16 Thread Harry van Haaren
** Changed in: unity (Ubuntu)
   Status: New = Confirmed

** Changed in: unity
   Status: New = Confirmed

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

Title:
  Secondary X screen doesn't have app launcher

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

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


[Bug 778750] Re: No Sticky Notes with Unity

2011-06-16 Thread Harry van Haaren
** Changed in: unity
   Status: New = Opinion

** Changed in: unity (Ubuntu)
   Status: New = Opinion

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

Title:
  No Sticky Notes with Unity

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

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


[Bug 783240] Re: disable autohide AppMenu (global menu)

2011-06-16 Thread Harry van Haaren
Hit the mod key  (aka windows key), the menu pops up. That's the best
workaround I think. Marking bug as Opinion for now

** Changed in: unity
   Status: New = Opinion

** Changed in: unity (Ubuntu)
   Status: New = Opinion

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

Title:
  disable autohide AppMenu (global menu)

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

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


[Bug 776168] Re: title bar appearing during full screen video play

2011-06-16 Thread Harry van Haaren
Needs some more information: I've seen these graphics overlay problems
with certain drivers, could you provide info on your graphics setup?
Dual screen? Vendor, resolution etc

** Changed in: unity
   Status: New = Incomplete

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  title bar appearing during full screen video play

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

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


  1   2   >