[Bug 1750273] Re: UI scaling broken after last update in Xenial

2018-02-19 Thread Tobias Quinn
I can confirm that this also broke on my system where I have scaling set
to 1.62

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

Title:
  UI scaling broken after last update in Xenial

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

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

[Bug 776499] Re: gvim gets no global menu, timeout warning on the console

2012-05-01 Thread Tobias Quinn
Placing the line:

export UBUNTU_MENUPROXY=0

at them end of ~/.bashrc stops the spurious line being emitted when gvim
is launched from the terminal.

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

Title:
  gvim gets no global menu, timeout warning on the console

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

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


[Bug 972968] Re: Spurious delayed command line output when using gvim and gnome-shell

2012-04-28 Thread Tobias Quinn
*** This bug is a duplicate of bug 776499 ***
https://bugs.launchpad.net/bugs/776499

Removing ibus as per suggestion in #776499 doesn't get rid of the line
output on the terminal (after about 20 seconds):

** (gvim:5620): WARNING **: Unable to create Ubuntu Menu Proxy: Timeout
was reached

This is using gnome-shell 3.4.1, there is a menubar shown as gnome-shell
doesn't have global menus so I'm not sure if this is actually a
duplicate of https://bugs.launchpad.net/bugs/776499

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

Title:
  Spurious delayed command line output when using gvim and gnome-shell

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

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


[Bug 776499] Re: gvim gets no global menu, timeout warning on the console

2012-04-19 Thread Tobias Quinn
This also happens with gnome-shell 3.4.1 and gtk+-3.0 3.4.1

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

Title:
  gvim gets no global menu, timeout warning on the console

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

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


[Bug 973491] Re: nautilus popup menu highlighting using copy and paste incorrect

2012-04-05 Thread Tobias Quinn
Hi, I can recreate it using a guest session...
I've attached a screen capture video showing how to reproduce.


** Attachment added: nautilus_bug.ogv
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/973491/+attachment/3009183/+files/nautilus_bug.ogv

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

Title:
  nautilus popup menu highlighting using copy and paste incorrect

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

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


[Bug 973491] [NEW] nautilus popup menu highlighting using copy and paste incorrect

2012-04-04 Thread Tobias Quinn
Public bug reported:

When an item is right clicked and cut or copy are selected, at the time
of paste (using right click) the menu doesn't reflect that there is an
item available to be pasted. While the paste is still possible, the menu
line is grayed out.

If another nautilus window is opened then the Paste menu item is
correctly enabled and not greyed out.

When nautilus is restarted and there is nothing availble to be pasted
the menu item is greyed out and not selectable.

This is with Precise 12.04 beta 2 using gnome-shell

** Affects: nautilus (Ubuntu)
 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/973491

Title:
  nautilus popup menu highlighting using copy and paste incorrect

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

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


[Bug 972968] Re: Spurious delayed command line output when using gvim and gnome-shell

2012-04-04 Thread Tobias Quinn
 Sounds very similar to bug 776499.

Placing this in ~/.bashrc seems to be a workaround

# workaround for gvim
function gvim () { /usr/bin/gvim -f $*  }

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

Title:
  Spurious delayed command line output when using gvim and gnome-shell

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

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


[Bug 972968] [NEW] Spurious delayed command line output when using gvim and gnome-shell

2012-04-03 Thread Tobias Quinn
Public bug reported:

When gvim is launched from the command line, gvim edits files correctly
but after a delay the following line is output to the terminal:

** (gvim:32345): WARNING **: Unable to create Ubuntu Menu Proxy: Timeout
was reached

This interrupts the flow of output in the terminal that gvim was
launched from.

** Affects: vim (Ubuntu)
 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/972968

Title:
  Spurious delayed command line output when using gvim and gnome-shell

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

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


[Bug 972968] Re: Spurious delayed command line output when using gvim and gnome-shell

2012-04-03 Thread Tobias Quinn
Precise 12.04 beta 2 with latest updates

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

Title:
  Spurious delayed command line output when using gvim and gnome-shell

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

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


[Bug 973017] Re: gnome-shell crashed with SIGSEGV in g_main_context_dispatch()

2012-04-03 Thread Tobias Quinn
*** This bug is a duplicate of bug 962298 ***
https://bugs.launchpad.net/bugs/962298


** Visibility changed to: Public

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

Title:
  gnome-shell crashed with SIGSEGV in g_main_context_dispatch()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/973017/+subscriptions

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


[Bug 962298] Re: gnome-shell crashed with SIGSEGV in _clutter_actor_finish_queue_redraw()

2012-04-03 Thread Tobias Quinn
This happens when a new application is installed using apt-get from the
command line that has a new icon that would be shown in the activities
display.

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

Title:
  gnome-shell crashed with SIGSEGV in
  _clutter_actor_finish_queue_redraw()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/962298/+subscriptions

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


Re: [ubuntu-uk] Grub Problem

2011-09-15 Thread Tobias Quinn

On 15/09/11 09:30, Alan Pope wrote:

On 15 September 2011 09:24, Nigel Veritynigelver...@hotmail.com  wrote:

While I could type this in with every boot, you will appreciate that it
would be a bit of a pain. Could anybody suggest a way of saving these
commands so that they run automatically, thereby restoring my machine fully
back to normal?


Boot to Ubuntu using those command and then issue:-

sudo grub-install /dev/sda

It will find all installed OS's and make the menu, and install back on the MBR.

Cheers,
Al.


I'd also run a:

sudo update-grub

to force a refresh of the boot menu as well...

-Tobias

--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


[Bug 846191] Re: unity develops titlebar focus problems in normal usage (unity loses track of titlebar)

2011-09-10 Thread Tobias Quinn
I can reproduce this - or similar by doing the following - have firefox
open, open thunderbird from the top right panel mail entry. Minimize
thunderbird, click on thunderbird icon to maximize thunderbird, a click
on the title bar pushes thunderbird to the bottom of the window stack
and the window is rendered unusable. To fix, you must quit thunderbird
and restart.

I am using focus follows mouse and raise to click (set using ccsm).

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

Title:
  unity develops titlebar focus problems in normal usage (unity loses
  track of titlebar)

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

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


[Bug 835434] [NEW] 0.6.3 does not run on oneiric

2011-08-27 Thread Tobias Quinn
Public bug reported:

fresh install of oneiric  (alpha 3 - apt-get update - apt-get upgrade - 
apt-get dist-upgrade)
0.6.3 does not run giving the warning:

(radiotray:4119): Gtk-WARNING **: Unable to locate theme engine in
module_path: 

0.6.4 ubuntu package from http://radiotray.sf.net does work

** Affects: radiotray (Ubuntu)
 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/835434

Title:
  0.6.3 does not run on oneiric

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

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


[Bug 822314] [NEW] avahi ssh browser fails to launch more than once without existing terminal open

2011-08-07 Thread Tobias Quinn
Public bug reported:

Use Oneiric alpha 3 with avahi-ui-utils installed and unity desktop.

Make sure no terminals are open. Launch 'Avahi SSH Server Browser',
select a server (terminal window will open). Then attempt to click the
server browser icon again and nothing happens. If the same process is
repeated with an existing (local) terminal open, the terminal captures
the open window allowing the ssh browser to be launched twice.

** Affects: avahi (Ubuntu)
 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/822314

Title:
  avahi ssh browser fails to launch more than once without existing
  terminal open

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

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


[Bug 696035] [NEW] gnome-volume-control sliders work incorrectly

2010-12-31 Thread Tobias Quinn
Public bug reported:

Binary package hint: gnome-media

The channel sliders using gnome-volume-control always decrease the
volume of the channel when using the mouse scroll wheel. The expected
behaviour is for a mouse scroll wheel to be able to adjust the volume
both up an down.

This is fixed in the upstream git branch gnome-2-32 of gnome-media but
not in the released tarball.

A patch is attached to fix the problem.

gnome-media:
  Installed: 2.32.0-0ubuntu3
  Candidate: 2.32.0-0ubuntu3
  Version table:
 *** 2.32.0-0ubuntu3 0
500 http://gb.archive.ubuntu.com/ubuntu/ natty/main amd64 Packages
100 /var/lib/dpkg/status

** Affects: gnome-media (Ubuntu)
 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/696035

Title:
  gnome-volume-control sliders work incorrectly

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


[Bug 696035] Re: gnome-volume-control sliders work incorrectly

2010-12-31 Thread Tobias Quinn

** Patch added: Fix the slider behaviour in gnome-volume-control
   
https://bugs.launchpad.net/bugs/696035/+attachment/1780382/+files/gnome_volume_control_fix_channel_bars.patch

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

Title:
  gnome-volume-control sliders work incorrectly

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