[Bug 1480217] Re: Nautilus background handling screwed when changing scaling factor.

2015-10-30 Thread Lars Uebernickel
** Branch linked: lp:~larsu/nautilus/lp1480217

** Changed in: nautilus (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  Nautilus background handling screwed when changing scaling factor.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1480217/+subscriptions

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


[Bug 1488344] Re: dbus rejected send messages

2015-10-30 Thread Lars Uebernickel
Indeed, accountsservice sends a reply even when the client talking to it
doesn't want one. The dbus daemon doesn't remember messages that have
NO_REPLY_EXPECTED set, so the replies from accountsservice look like
unsolicited messages to it and it denies them.

Gnome bug #755421 argues that this should be fixed in gdbus, and I
agree. gdbus automatically sets NO_REPLY_EXPECTED when no callback is
given, so it makes sense that it also handles the server side by
discarding replies for such messages. I've attached a patch upstream.

** Bug watch added: GNOME Bug Tracker #755421
   https://bugzilla.gnome.org/show_bug.cgi?id=755421

** Also affects: glib via
   https://bugzilla.gnome.org/show_bug.cgi?id=755421
   Importance: Unknown
   Status: Unknown

** Changed in: accountsservice (Ubuntu)
   Status: Confirmed => Invalid

** Also affects: glib2.0 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: glib2.0 (Ubuntu)
   Status: New => Triaged

** Changed in: glib2.0 (Ubuntu)
   Importance: Undecided => High

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

Title:
  dbus rejected send messages

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

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


[Bug 1473269] Re: Wily login screen shows an all black notification bubble

2015-10-12 Thread Lars Uebernickel
** Changed in: gtk+3.0 (Ubuntu)
   Status: In Progress => Opinion

** Changed in: notify-osd (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: notify-osd (Ubuntu)
 Assignee: (unassigned) => Lars Uebernickel (larsu)

** Branch linked: lp:~larsu/notify-osd/lp1473269

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1473269

Title:
  Wily login screen shows an all black notification bubble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1473269/+subscriptions

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


[Bug 1503602] Re: Eog should show an Open with... menu item in the global menu under Unity

2015-10-07 Thread Lars Uebernickel
Thanks for reporting this bug. The way GNOME does menus has changed
quite a bit recently and as a result it is quite hard to have  dynamic
menus of this kind in the global menu bar. We're working on a way to do
this in gtk, but it is too late in the cycle to land that work.

In the meantime, you can "Open With" from the context menu of the image
or from nautilus.

** Changed in: eog (Ubuntu)
   Status: New => Triaged

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

Title:
  Eog should show an Open with... menu item in the global menu under
  Unity

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

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


[Bug 1480387] Re: Clicking a date to go back or forward a month causes repeated jumps between two dates

2015-10-01 Thread Lars Uebernickel
** Package changed: indicator-datetime (Ubuntu) => gtk+3.0 (Ubuntu)

** Changed in: gtk+3.0 (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: gtk+3.0 (Ubuntu)
   Importance: Undecided => High

** Changed in: gtk+3.0 (Ubuntu)
 Assignee: (unassigned) => Lars Uebernickel (larsu)

** Bug watch added: GNOME Bug Tracker #755941
   https://bugzilla.gnome.org/show_bug.cgi?id=755941

** Also affects: gtk via
   https://bugzilla.gnome.org/show_bug.cgi?id=755941
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1480387

Title:
  Clicking a date to go back or forward a month causes repeated jumps
  between two dates

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

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


[Bug 1495173] Re: compiz crashed with SIGSEGV in g_bit_lock()

2015-09-17 Thread Lars Uebernickel
This is not a bug in glib. UploadBlacklist() loops through a list of
strings with

  for (auto item : blacklist_)
// do something with item.c_str()

which makes a copy of each string in every iteration. This means that
item.c_str() is not valid anymore after the loop finishes.
g_settings_set_strv() then rightly complains about invalid utf8  from
whatever is lying around at those memory addresses then.

The attached branch fixes this by using a const reference in the loop.

** Changed in: unity (Ubuntu)
   Status: Invalid => In Progress

** Changed in: glib2.0 (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: unity (Ubuntu)
   Importance: Medium => High

** Branch linked: lp:~larsu/unity/lp1495173

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

Title:
  compiz crashed with SIGSEGV in g_bit_lock()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1495173/+subscriptions

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


[Bug 1448272] Re: White line between the interface and the application window title

2015-09-16 Thread Lars Uebernickel
Hey! Thanks a lot for this patch, but it seems like this has already
been fixed recently:

  http://bazaar.launchpad.net/~jjardon/rhythmbox/trunk/revision/8892

** Changed in: rhythmbox (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  White line between the interface and the application window title

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

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


[Bug 1451924] Re: gnome-terminal's VteTerminal doesn't have overlay scrollbars

2015-08-31 Thread Lars Uebernickel
They do for me?! However, they're hardly usable because they don't
expand on hover. (I think that's because vte doesn't use
GtkScrolledWindow.)

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

Title:
  gnome-terminal's VteTerminal doesn't have overlay scrollbars

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

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


[Bug 627195]

2015-08-24 Thread Lars Uebernickel
Instead of only passing a timestamp, this could be the same platform
data that GApplication uses in its Activate method (of type asv).
This would make passing these kinds of things more uniform and easier to
handle for toolkits, as well as being extensible.

Maybe we could even call it Activate ;)

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

Title:
  Window management - Apps raised from indicators sometimes dont have
  the focus

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

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


[Bug 627195]

2015-08-24 Thread Lars Uebernickel
Created attachment 88321
Add org.mpris.MediaPlayer2.Activate

Alex, the desktop entry spec recently gained support for
org.freedesktop.Application, which has a method Activate() that takes a
platform data. I think it makes sense to reuse this terminology and the
platform-data convention.

The attached patch deprecates Raise() and CanRaise in favor of
Activate() and CanActivate.

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

Title:
  Window management - Apps raised from indicators sometimes dont have
  the focus

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

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


[Bug 1436211] Re: Remove GTK3 from phone images

2015-08-22 Thread Lars Uebernickel
litimezonemap contains gtk3 widgets that are used in unity7's system
settings. Can we make unity-system-settings not depend on it?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution-data-server in Ubuntu.
https://bugs.launchpad.net/bugs/1436211

Title:
  Remove GTK3 from phone images

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1436211/+subscriptions

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


[Bug 1470434] Re: wrong buttons borders in file-rollect extract dialog

2015-07-14 Thread Lars Uebernickel
** Package changed: ubuntu-themes (Ubuntu) = gtk+3.0 (Ubuntu)

** Changed in: gtk+3.0 (Ubuntu)
   Status: Won't Fix = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1470434

Title:
  wrong buttons borders in file-rollect extract dialog

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

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


[Bug 1447224] Re: Regression: Unable to select audio or subtitle tracks

2015-06-05 Thread Lars Uebernickel
This patch is a backport of the upstream patch to 3.14

** Patch added: 0001-Add-a-traditional-menubar.patch
   
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1447224/+attachment/4410401/+files/0001-Add-a-traditional-menubar.patch

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

Title:
  Regression: Unable to select audio or subtitle tracks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/1447224/+subscriptions

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


[Bug 1447224] Re: Regression: Unable to select audio or subtitle tracks

2015-05-27 Thread Lars Uebernickel
Totem's menu xml has placeholders for subtitles and languages, which are
populated dynamically based on the video that is loaded.

The traditional menubar, the gear menu, and the fullscreen gear menu all
share the same placeholder ids and Totem inserts the dynamic submenu in
only one of them. I've worked around this issue in [1] by not populating
the gear menu and fullscreen gear menu at all. I think we can take this
for now.

We're thinking about how to fix this properly in gtk as well.

[1] https://bugzilla.gnome.org/show_bug.cgi?id=749695

** Bug watch added: GNOME Bug Tracker #749695
   https://bugzilla.gnome.org/show_bug.cgi?id=749695

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

Title:
  Regression: Unable to select audio or subtitle tracks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/1447224/+subscriptions

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


[Bug 1453763] Re: Unable to differentiate between toggled and untoggled buttons

2015-05-11 Thread Lars Uebernickel
** Package changed: rhythmbox (Ubuntu) = ubuntu-themes (Ubuntu)

** Changed in: ubuntu-themes (Ubuntu)
   Importance: Undecided = Medium

** Changed in: ubuntu-themes (Ubuntu)
   Status: New = Confirmed

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

Title:
  Unable to differentiate between toggled and untoggled buttons

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

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


[Bug 1222053] Re: per-session gsettings overrides

2015-04-24 Thread Lars Uebernickel
** Bug watch added: GNOME Bug Tracker #746592
   https://bugzilla.gnome.org/show_bug.cgi?id=746592

** Also affects: glib via
   https://bugzilla.gnome.org/show_bug.cgi?id=746592
   Importance: Unknown
   Status: Unknown

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

Title:
  per-session gsettings overrides

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

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


[Bug 1430307] Re: Deprecation warning should be turned off for release

2015-04-16 Thread Lars Uebernickel
Yeah, let's disable them for the release. Developers can still opt in to
showing them while developing an application by setting
G_ENABLE_DIAGNOSTIC to 1.

** Patch added: 0001-Don-t-warn-about-deprecated-properties-by-default.patch
   
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1430307/+attachment/4377438/+files/0001-Don-t-warn-about-deprecated-properties-by-default.patch

** Package changed: gtk+3.0 (Ubuntu) = ubuntu

** Changed in: ubuntu
   Importance: Undecided = High

** Changed in: ubuntu
   Status: New = In Progress

** Package changed: ubuntu = glib2.0 (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1430307

Title:
  Deprecation warning should be turned off for release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1430307/+subscriptions

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


[Bug 1385624] Re: wrapper-2.0 crashed with SIGSEGV in strrchr()

2015-04-16 Thread Lars Uebernickel
This crashes because indicator-messages sends and action name with a '|'
in it, which is invalid. I fixed this in r433 by escaping all ids[1],
which was released in 13.10.1+15.04.20150112-0ubuntu1.

Gtk currently assumes that those inputs are trusted and thus doesn't
verify them. There's been some discussion about changing that at some
point, but I think that's beyond the scope of this bug.

[1] http://bazaar.launchpad.net/~indicator-applet-developers/indicator-
messages/trunk.15.04/revision/433

** Changed in: gtk+3.0 (Ubuntu)
   Status: New = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1385624

Title:
  wrapper-2.0 crashed with SIGSEGV in strrchr()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1385624/+subscriptions

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


[Bug 1385619] Re: libgtk-3.a and libgdk-3.a missing in libgtk-3-dev

2015-04-16 Thread Lars Uebernickel
Statically linking gtk+ is uncommon and discouraged by gtk+ developers
(see Extra Configuration Options in [1]). Also, I don't think we
should increase the package size for such an uncommon a use case.

Please compile gtk+ yourself if you want to link your application to it
statically.

[1] https://developer.gnome.org/gtk3/stable/gtk-building.html

** Changed in: gtk+3.0 (Ubuntu)
   Status: New = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1385619

Title:
  libgtk-3.a and libgdk-3.a missing in libgtk-3-dev

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

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


[Bug 1285783] Re: Right panel has a transparent background

2015-04-14 Thread Lars Uebernickel
** Changed in: gtk+3.0 (Ubuntu)
   Status: Triaged = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1285783

Title:
  Right panel has a transparent background

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1285783/+subscriptions

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


[Bug 797775] Re: gedit crashed with SIGSEGV in g_file_equal()

2015-04-14 Thread Lars Uebernickel
** Changed in: gtk+3.0 (Ubuntu)
   Status: Triaged = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/797775

Title:
  gedit crashed with SIGSEGV in g_file_equal()

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

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


[Bug 440527] Re: evolution crashed with SIGSEGV in g_closure_invoke()

2015-04-14 Thread Lars Uebernickel
** Changed in: gtk+3.0 (Ubuntu)
   Status: Triaged = Invalid

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

Title:
  evolution crashed with SIGSEGV in g_closure_invoke()

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

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


[Bug 803627] Re: empathy crashed with signal 5 in gtk_box_size_allocate()

2015-04-14 Thread Lars Uebernickel
Some widget (probably a  custom one from empathy) reported a negative
minimum size, resulting in gtk to abort on an assertion. So this is not
really a gtk issue. Since it is quite old and I cannot reproduce it in
newer versions, I'll close it.

If this is still a problem for anyone, feel free to reopen this bug and
add empathy as being affected.

** Changed in: gtk+3.0 (Ubuntu)
   Status: Triaged = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/803627

Title:
  empathy crashed with signal 5 in gtk_box_size_allocate()

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

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


[Bug 813653] Re: gedit crashed with SIGSEGV in g_type_check_instance_is_a()

2015-04-14 Thread Lars Uebernickel
This was fixed upstream:
https://bugzilla.gnome.org/show_bug.cgi?id=664137

The upstream bug linked here is a duplicate of the above.

** Bug watch added: GNOME Bug Tracker #664137
   https://bugzilla.gnome.org/show_bug.cgi?id=664137

** Changed in: gtk+3.0 (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/813653

Title:
  gedit crashed with SIGSEGV in g_type_check_instance_is_a()

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

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


[Bug 1443273] [NEW] gdk_set_program_class breaks --class

2015-04-13 Thread Lars Uebernickel
Public bug reported:

When a program itself calls gdk_set_program_class(), passing --class on
the command line is a no-op.

Gnome-terminal does this to change it's WM_CLASS from gnome-terminal-
server to gnome-terminal. Many people use --class in a custom desktop
file to use profiles as applications. While this is not needed in newer
versions of gnome-terminal (it has --app-id now), it makes sense to
support this for backwards compatibility.

** Affects: gtk
 Importance: Unknown
 Status: Unknown

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New

** Bug watch added: GNOME Bug Tracker #747634
   https://bugzilla.gnome.org/show_bug.cgi?id=747634

** Also affects: gtk via
   https://bugzilla.gnome.org/show_bug.cgi?id=747634
   Importance: Unknown
   Status: Unknown

** Branch linked: lp:~larsu/gtk/lp1443273

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1443273

Title:
  gdk_set_program_class breaks --class

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

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


[Bug 1435607] Re: file/folder icons do not zoom in the same way

2015-03-26 Thread Lars Uebernickel
** Branch linked: lp:~larsu/humanity/set-maxsize

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

Title:
  file/folder icons do not zoom in the same way

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

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


[Bug 1426163] Re: no locally integrated menus in gnome-terminal

2015-03-01 Thread Lars Uebernickel
This is because GNOME Terminal doesn't export its menus on D-Bus. We
have unity-gtk-module which does it for legacy menubars, but it gets
confused by the Show Menubar setting sometimes. I've started working
on this upstream (see the linked bug).

** Bug watch added: GNOME Bug Tracker #745329
   https://bugzilla.gnome.org/show_bug.cgi?id=745329

** Also affects: gnome-terminal via
   https://bugzilla.gnome.org/show_bug.cgi?id=745329
   Importance: Unknown
   Status: Unknown

** Changed in: gnome-terminal (Ubuntu)
   Status: New = Confirmed

** Changed in: gnome-terminal (Ubuntu)
 Assignee: (unassigned) = Lars Uebernickel (larsu)

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

Title:
  no locally integrated menus in gnome-terminal

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

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


[Bug 1426163] Re: no locally integrated menus in gnome-terminal

2015-03-01 Thread Lars Uebernickel
Alberto: why does this qualify as a 100 papercuts bug?

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

Title:
  no locally integrated menus in gnome-terminal

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

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


[Bug 1381804] Re: whoopsie test failure since glib2.0 2.41.2-1 uploaded

2014-10-16 Thread Lars Uebernickel
Posting on behalf of Ryan, who cannot log in right now.

He found out that the problem is in the test case itself. It uses
g_main_loop_quit() as a source callback from
test_callback_never_triggered. Source callbacks are supposed to return
bool for if they get issued again or not. Apparently on amd64 we
randomly end up with 0 in the return value register so the source
function gets unregistered. On x386 it's random junk, so the callback
gets run again, with the already freed mainloop.

Also, g_timeout_add_seconds (0.5) is bogus - the first argument is a
uint. Please change that to g_timeout_add(500).


** Package changed: glib2.0 (Ubuntu) = whoopsie (Ubuntu)

** Changed in: whoopsie (Ubuntu)
 Assignee: Ryan Lortie (desrt) = (unassigned)

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

Title:
  whoopsie test failure since glib2.0 2.41.2-1 uploaded

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

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


[Bug 1381897] Re: zoom keybinding requires the use of shift

2014-10-16 Thread Lars Uebernickel
** Changed in: evince (Ubuntu)
   Status: New = In Progress

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

Title:
  zoom keybinding requires the use of shift

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

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


[Bug 1381897] Re: zoom keybinding requires the use of shift

2014-10-16 Thread Lars Uebernickel
** Bug watch added: GNOME Bug Tracker #738609
   https://bugzilla.gnome.org/show_bug.cgi?id=738609

** Also affects: evince via
   https://bugzilla.gnome.org/show_bug.cgi?id=738609
   Importance: Unknown
   Status: Unknown

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

Title:
  zoom keybinding requires the use of shift

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

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


[Bug 1381897] Re: zoom keybinding requires the use of shift

2014-10-16 Thread Lars Uebernickel
Linked the wrong upstream bug, sorry.

** Bug watch added: GNOME Bug Tracker #738625
   https://bugzilla.gnome.org/show_bug.cgi?id=738625

** Changed in: evince
   Importance: Wishlist = Unknown

** Changed in: evince
   Status: Won't Fix = Unknown

** Changed in: evince
 Remote watch: GNOME Bug Tracker #738609 = GNOME Bug Tracker #738625

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

Title:
  zoom keybinding requires the use of shift

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

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


[Bug 1376432] Re: GNOME System Monitor Resources graphs show black borders

2014-10-02 Thread Lars Uebernickel
** Branch linked: lp:~larsu/gnome-system-monitor/draw-graph-transparent-
background

** Changed in: gnome-system-monitor (Ubuntu)
   Status: Triaged = In Progress

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

Title:
  GNOME System Monitor Resources graphs show black borders

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/1376432/+subscriptions

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


[Bug 1375979] Re: 14.10: Gtk sometimes doesn't pickup translations in the about dialog

2014-10-01 Thread Lars Uebernickel
** No longer affects: ubuntu-translations

** Changed in: gtk+3.0 (Ubuntu)
   Status: New = In Progress

** Changed in: gtk+3.0 (Ubuntu)
 Assignee: (unassigned) = Lars Uebernickel (larsu)

** Changed in: gtk+3.0 (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1375979

Title:
  14.10: Gtk sometimes doesn't pickup translations in the about dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1375979/+subscriptions

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


[Bug 1336386] Re: gtk popover widgets are rendered incomplete (cut) in some circumstances

2014-07-01 Thread Lars Uebernickel
That's an unfortunate (but known) limitation of GtkPopover[1].

[1] https://bugzilla.gnome.org/show_bug.cgi?id=729644

** Bug watch added: GNOME Bug Tracker #729644
   https://bugzilla.gnome.org/show_bug.cgi?id=729644

** Summary changed:

- gtk popover widgets are rendered incomplete (cut) in some circumstances
+ gtk popover widgets are constrained to the size of their parent window

** No longer affects: ubuntu-themes (Ubuntu)

** Also affects: gtk via
   https://bugzilla.gnome.org/show_bug.cgi?id=729644
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1336386

Title:
  gtk popover widgets are constrained to the size of their parent window

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

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


[Bug 1330117] Re: eog crashed with SIGSEGV in gtk_application_impl_set_app_menu()

2014-06-17 Thread Lars Uebernickel
** Changed in: eog (Ubuntu)
 Assignee: (unassigned) = Lars Uebernickel (larsu)

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

Title:
  eog crashed with SIGSEGV in gtk_application_impl_set_app_menu()

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

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


[Bug 1330117] Re: eog crashed with SIGSEGV in gtk_application_impl_set_app_menu()

2014-06-17 Thread Lars Uebernickel
** Changed in: eog (Ubuntu)
   Status: New = In Progress

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

Title:
  eog crashed with SIGSEGV in gtk_application_impl_set_app_menu()

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

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


[Bug 1312179] Re: fit and width hotkeys broken

2014-04-29 Thread Lars Uebernickel
** Changed in: evince (Ubuntu)
   Status: New = In Progress

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

Title:
  fit and width hotkeys broken

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

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


[Bug 1310782] Re: Zoom in shortcut should be =/+, not shift +

2014-04-28 Thread Lars Uebernickel
** Branch linked: lp:~larsu/evince/lp1310782

** Changed in: evince (Ubuntu)
   Status: Triaged = In Progress

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

Title:
  Zoom in shortcut should be =/+, not shift +

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

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


[Bug 1313250] Re: Shortcut key Ctrl+L no longer sets cursor to page selector in 3.10.3

2014-04-28 Thread Lars Uebernickel
** Changed in: evince (Ubuntu)
   Status: New = In Progress

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

Title:
  Shortcut key Ctrl+L no longer sets cursor to page selector in 3.10.3

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

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


[Bug 1252026] Re: Message indicator and Empathy showing different status

2014-04-11 Thread Lars Uebernickel
This seems to be a bug in empathy. telepathy-indicator (the component
providing messaging menu integration with empathy) correctly requests
TP_CONNECTION_PRESENCE_TYPE_HIDDEN when I choose invisible from the
messaging menu.

** Package changed: indicator-messages (Ubuntu) = empathy (Ubuntu)

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

Title:
  Message indicator and Empathy showing different status

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

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


[Bug 1077626] Re: Top bar problem with status

2014-04-11 Thread Lars Uebernickel
*** This bug is a duplicate of bug 1252026 ***
https://bugs.launchpad.net/bugs/1252026

** This bug has been marked a duplicate of bug 1252026
   Message indicator and Empathy showing different status

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

Title:
  Top bar problem with status

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

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


[Bug 1077626] Re: Top bar problem with status

2014-04-10 Thread Lars Uebernickel
This seems to be a bug in empathy. telepathy-indicator (the component
providing messaging menu integration with empathy) correctly requests
TP_CONNECTION_PRESENCE_TYPE_HIDDEN when I choose invisible from the
messaging menu.

** Package changed: indicator-messages (Ubuntu) = empathy (Ubuntu)

** Changed in: empathy (Ubuntu)
   Status: New = Triaged

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

Title:
  Top bar problem with status

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

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


[Bug 1289180] Re: Zoom dropdown is broken

2014-03-11 Thread Lars Uebernickel
** Changed in: evince (Ubuntu)
   Status: Confirmed = In Progress

** Branch linked: lp:~larsu/evince/restore-zoom-popup

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

Title:
  Zoom dropdown is broken

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

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


[Bug 1290067] Re: New File menu in nautilus (ubuntu session) is missing option to create a 'New Document'

2014-03-11 Thread Lars Uebernickel
** Branch linked: lp:~larsu/nautilus/lp1290067

** Changed in: nautilus (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  New File menu in nautilus (ubuntu session) is missing option to create
  a 'New Document'

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

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


[Bug 1290104] Re: some shortcuts stopped working

2014-03-11 Thread Lars Uebernickel
** Branch linked: lp:~larsu/evince/lp1290104

** Changed in: evince (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  some shortcuts stopped working

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

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


[Bug 1282203] Re: gnome-terminal not respecting Enable menu access keys setting, inside the Unity desktop environment.

2014-03-05 Thread Lars Uebernickel
*** This bug is a duplicate of bug 1282782 ***
https://bugs.launchpad.net/bugs/1282782

** This bug has been marked a duplicate of bug 1282782
   Newest compiz/unity has decided that it owns my Alt key

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

Title:
  gnome-terminal not respecting Enable menu access keys setting,
  inside the Unity desktop environment.

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

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


[Bug 1285631] Re: alt+keystroke opens menus, despite that feature being switched off

2014-03-05 Thread Lars Uebernickel
*** This bug is a duplicate of bug 1282782 ***
https://bugs.launchpad.net/bugs/1282782

** This bug is no longer a duplicate of bug 1282203
   gnome-terminal not respecting Enable menu access keys setting, inside the 
Unity desktop environment.
** This bug has been marked a duplicate of bug 1282782
   Newest compiz/unity has decided that it owns my Alt key

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

Title:
  alt+keystroke opens menus, despite that feature being switched off

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

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


[Bug 1283235] Re: standard menubar shouldn't be displayed in presentation mode

2014-03-03 Thread Lars Uebernickel
** Changed in: evince (Ubuntu)
   Status: New = In Progress

** Branch linked: lp:~larsu/evince/lp1283235

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

Title:
  standard menubar shouldn't be displayed in presentation mode

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

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


[Bug 1130722] Re: [ffe] Restore a traditional menu under Unity

2014-02-28 Thread Lars Uebernickel
Hi Attila. The patch only enables the menubar when the Gtk/shell-shows-
menubar xsetting is set. That means, only on desktop environments that
show the menu bar outside of the application's window.

I don't think it is wise to check for the desktop environment to decide
whether to show the menu bar in the window or not (we'd need to do that
because we wouldn't want the menus in windows in gnome shell).

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

Title:
  [ffe] Restore a traditional menu under Unity

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

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


[Bug 1130722] Re: Change nautilus menu layout in Unity back to the style of 3.4

2014-02-27 Thread Lars Uebernickel
** Branch linked: lp:~larsu/nautilus/add-menubar-patch

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

Title:
  Change nautilus menu layout in Unity back to the style of 3.4

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

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


[Bug 1277370] Re: Now used Aiatana design blocks Evince accessibility usage if the current session is not Unity

2014-02-12 Thread Lars Uebernickel
Hey Attila. Thanks for mentioning this issue, but it doesn't seem to be
a regression introduced this patch (I'm seeing the same issue with prior
versions of evince 3.10). Can you please file a new bug for that?

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

Title:
  Now used Aiatana design blocks Evince accessibility usage if the
  current session is not Unity

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

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


[Bug 1277370] Re: Now used Aiatana design blocks Evince accessibility usage if the current session is not Unity

2014-02-12 Thread Lars Uebernickel
Yes, one bug report on launchpad is enough. Feel free to assign me to
it. I'll file an upstream report if necessary.

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

Title:
  Now used Aiatana design blocks Evince accessibility usage if the
  current session is not Unity

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

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


[Bug 1277370] Re: Now used Aiatana design blocks Evince accessibility usage if the current session is not Unity

2014-02-11 Thread Lars Uebernickel
Unity will show the more traditional menu bar layout (File, Edit, View,
...) in its global menu bar. Pressing F10 should open those menus.

GNOME applications are moving towards a gear menu on the right side (in
ltr-layouts) of the toolbar. Evince does this as well (it has two new
buttons on the toolbar that open menus: view and actions). You will see
those when using GNOME shell. Pressing F10 will not open them right now.

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

Title:
  Now used Aiatana design blocks Evince accessibility usage if the
  current session is not Unity

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

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


[Bug 1277370] Re: Now used Aiatana design blocks Evince accessibility usage if the current session is not Unity

2014-02-10 Thread Lars Uebernickel
Attila, that patch removes the use of a function that isn't available in
gtk+ 3.10 (we won't upgrade to 3.12 in this cycle). Gtk should pick up
the accelerators from the menu xml, but doesn't for some reason. I've
added a workaround to the patch at  lp:~larsu/evince/fix-accels.

This also fixes your caret navigation issue you mentioned.

** Branch linked: lp:~larsu/evince/fix-accels

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

Title:
  Now used Aiatana design blocks Evince accessibility usage if the
  current session is not Unity

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

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


[Bug 1277370] Re: Now used Aiatana design blocks Evince accessibility usage if the current session is not Unity

2014-02-07 Thread Lars Uebernickel
** Changed in: evince (Ubuntu)
 Assignee: (unassigned) = Lars Uebernickel (larsu)

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

Title:
  Now used Aiatana design blocks Evince accessibility usage if the
  current session is not Unity

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

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


[Bug 1277370] Re: Now used Aiatana design blocks Evince accessibility usage if the current session is not Unity

2014-02-07 Thread Lars Uebernickel
** Changed in: evince (Ubuntu)
   Status: New = In Progress

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

Title:
  Now used Aiatana design blocks Evince accessibility usage if the
  current session is not Unity

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

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


[Bug 1242984] Re: Gedit context menu font is monospace

2014-01-10 Thread Lars Uebernickel
** Changed in: gedit (Ubuntu)
 Assignee: (unassigned) = Lars Uebernickel (larsu)

** Changed in: gedit (Ubuntu)
   Status: Triaged = In Progress

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

Title:
   Gedit context menu font is monospace

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

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


[Bug 1260761] Re: file browser toolbar has wrong background color in Ambiance

2014-01-08 Thread Lars Uebernickel
The problem is that that toolbar is marked as a primary toolbar, which
ambiance colors dark. I've removed that in gedit upstream[1]. I'll
backport the patch when it is accepted.

[1] https://bugzilla.gnome.org/show_bug.cgi?id=721813

** Bug watch added: GNOME Bug Tracker #721813
   https://bugzilla.gnome.org/show_bug.cgi?id=721813

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

Title:
  file browser toolbar has wrong background color in Ambiance

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

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


[Bug 1262801] Re: eog hangs when the print dialog is closed

2014-01-07 Thread Lars Uebernickel
The patch I've attached to [1] fixes the issue, but I'm not sure if it
causes other problems. I'm waiting to hear from a eog maintainer for an
opinion.

[1] https://bugzilla.gnome.org/show_bug.cgi?id=721755

** Bug watch added: GNOME Bug Tracker #721755
   https://bugzilla.gnome.org/show_bug.cgi?id=721755

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

Title:
  eog hangs when the print dialog is closed

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

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


[Bug 553527] Re: Installing Evolution should install evolution-indicator

2013-11-26 Thread Lars Uebernickel
It's still a valid bug, though.

** Changed in: indicator-applet
 Assignee: (unassigned) = Lars Uebernickel (larsu)

** Changed in: evolution (Ubuntu)
 Assignee: (unassigned) = Lars Uebernickel (larsu)

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

Title:
  Installing Evolution should install evolution-indicator

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-applet/+bug/553527/+subscriptions

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


[Bug 1002106] Re: indicator-sound-service crashed with SIGABRT in g_assertion_message()

2013-10-30 Thread Lars Uebernickel
To me, this looks like a bug in gvfs. Are you still experiencing it?

** Package changed: indicator-sound (Ubuntu) = gvfs (Ubuntu)

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

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

Title:
  indicator-sound-service crashed with SIGABRT in g_assertion_message()

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

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


[Bug 1030179] Re: indicator-sound-service crashed with SIGABRT in g_assertion_message()

2013-10-30 Thread Lars Uebernickel
This looks like a bug in gvfs (maybe even the same as bug #1002106).

Jono, is this still happening to you?

** Package changed: indicator-sound (Ubuntu) = gvfs (Ubuntu)

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

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

Title:
  indicator-sound-service crashed with SIGABRT in g_assertion_message()

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

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


[Bug 1099972] Re: Bluetooth devices are not able to control and display playing music from apps and web apps consistently

2013-10-30 Thread Lars Uebernickel
Cool idea, but this would most likely be implemented in the media-keys
plugin of gnome-settings-daemon, which already takes care of media keys.

** Package changed: indicator-sound (Ubuntu) = gnome-settings-daemon
(Ubuntu)

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

Title:
  Bluetooth devices are not able to control and display playing music
  from apps and web apps consistently

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

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


[Bug 748805] Re: Sound level icon is inconsistent with gnome-settings-daemon notifications

2013-10-30 Thread Lars Uebernickel
Ah, neat observation. This seems to be fixed in 13.10.

(Feel free to reopen if this is still an issue for you.)

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: indicator-sound (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Sound level icon is inconsistent with gnome-settings-daemon
  notifications

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

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


[Bug 1099972] Re: Bluetooth devices are not able to control and display playing music from apps and web apps consistently

2013-10-30 Thread Lars Uebernickel
** Also affects: gnome-settings-daemon (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Bluetooth devices are not able to control and display playing music
  from apps and web apps consistently

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

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


[Bug 779544] Re: Play (or play/pause) keyboard shortcut should launch media player if not running

2013-10-30 Thread Lars Uebernickel
gnome-settings-daemon listens to the media keys (and also speaks mpris
if no player grabbed them), it should be responsible for doing this as
well.

** Package changed: indicator-sound (Ubuntu) = gnome-settings-daemon
(Ubuntu)

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

Title:
  Play (or play/pause) keyboard shortcut should launch media player if
  not running

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

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


[Bug 887139] Re: Middle clicking the keyboard layout indicator has behaviour inconsistent with other indicator applets

2013-10-30 Thread Lars Uebernickel
** Changed in: indicator-keyboard
   Status: New = Confirmed

** Changed in: hundredpapercuts
   Status: Confirmed = Invalid

** Changed in: indicator-keyboard
 Assignee: (unassigned) = William Hua (attente)

** No longer affects: gnome-settings-daemon (Ubuntu)

** No longer affects: ubuntu-indicator-mods

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

Title:
  Middle clicking the keyboard layout indicator has behaviour
  inconsistent with other indicator applets

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

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


[Bug 1153251] Re: Sound settings slidebar, togglebutton behavior

2013-10-30 Thread Lars Uebernickel
It does toggle back for me, but only after releasing the mouse button.

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

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

Title:
  Sound settings slidebar, togglebutton behavior

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

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


[Bug 1116280] Re: sound menu should properly handle play/pause/next/previous when multiple audio players are running

2013-10-30 Thread Lars Uebernickel
Strange. I think it's only possible for one application to grab media
keys. Assigning this to gnome-settings-daemon, which handles media keys.

** Package changed: indicator-sound (Ubuntu) = gnome-settings-daemon
(Ubuntu)

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

Title:
  sound menu should properly handle play/pause/next/previous when
  multiple audio players are running

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

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


[Bug 1173804] Re: Sound indicator controlls disabled after suspend

2013-10-30 Thread Lars Uebernickel
Are you still experiencing this issue? I cannot reproduce it in 13.10.

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

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

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

Title:
  Sound indicator controlls disabled after suspend

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

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


[Bug 1233508] Re: Volume keys on keyboard don't adjust volume or display volume popup while using gnome fallback/flashback

2013-10-30 Thread Lars Uebernickel
** Package changed: indicator-sound (Ubuntu) = gnome-session (Ubuntu)

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

Title:
  Volume keys on keyboard don't adjust volume or display volume popup
  while using gnome fallback/flashback

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

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


[Bug 1183505] Re: Ubuntu's custom menu item patch depends on GType

2013-09-10 Thread Lars Uebernickel
** Changed in: gtk+3.0 (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1183505

Title:
  Ubuntu's custom menu item patch depends on GType

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1183505/+subscriptions

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


[Bug 872356] Re: Empathy incorrectly shown running in messaging menu and problem with status indicator

2013-02-19 Thread Lars Uebernickel
** Branch linked: lp:~larsu/telepathy-indicator/watch-empathy

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

Title:
  Empathy incorrectly shown running in messaging menu and problem with
  status indicator

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

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


[Bug 206547] Re: Open (but do not raise) new conversation windows automatically

2013-01-11 Thread Lars Uebernickel
This has indeed regressed. The problem is that telepathy-indicator
doesn't approve incoming messages until the corresponding menu item is
activated. (Approving means that the channel request is forwared to
Empathy.)

My first idea to fix this was to make telepathy-indicator an observer
only, not an approver. Empathy's Display incoming events in the
notification area preference must be turned off for this to work, so
that Empathy approves channels automatically and opens the chat window.
However, as soon as the window is created, Empathy tells telepathy to
remove the pending message, which means that the messaging menu doesn't
contain the new channel (and doesn't turn blue). It works for every
message after the initial one, though.

My second idea was to make telepathy-indicator approve every incoming
channel request, so that it gets handled immediately by Empathy. This
has the same problem as above: the first message is immediately removed
and the messaging menu doesn't turn blue.

[Aside: Both solutions suffer from the problem that Empathy sometimes
opens new chats in the foreground, even though the event is explicitely
marked as not originating from a user action.]

I assume the last option is to patch Empathy to only remove pending
messages when the window is focussed. Maybe someone with more insight
into telepathy has a better idea on how to fix this?


** Also affects: telepathy-indicator
   Importance: Undecided
   Status: New

** Changed in: telepathy-indicator
   Status: New = Triaged

** Changed in: telepathy-indicator
   Importance: Undecided = Medium

** Changed in: telepathy-indicator
 Assignee: (unassigned) = Lars Uebernickel (larsu)

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

Title:
  Open (but do not raise) new conversation windows automatically

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

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


[Bug 1098549] [NEW] Chat windows should always be openend automatically (in the background)

2013-01-11 Thread Lars Uebernickel
Public bug reported:

This is a regression of bug #206547, probably introduced when telepathy-
indicator was introduced.

The problem is that telepathy-indicator doesn't approve incoming
messages until the corresponding menu item is activated. (Approving
means that the channel request is forwared to Empathy.)

My first idea to fix this was to make telepathy-indicator an observer
only, not an approver. Empathy's Display incoming events in the
notification area preference must be turned off for this to work, so
that Empathy approves channels automatically and opens the chat window.
However, as soon as the window is created, Empathy tells telepathy to
remove the pending message, which means that the messaging menu doesn't
contain the new channel (and doesn't turn blue). It works for every
message after the initial one, though.

My second idea was to make telepathy-indicator approve every incoming
channel request, so that it gets handled immediately by Empathy. This
has the same problem as above: the first message is immediately removed
and the messaging menu doesn't turn blue.

[Aside: Both solutions suffer from the problem that Empathy sometimes
opens new chats in the foreground, even though the event is explicitely
marked as not originating from a user action.]

I assume the last option is to patch Empathy to only remove pending
messages when the window is focussed. Maybe someone with more insight
into telepathy has a better idea on how to fix this?

** Affects: telepathy-indicator
 Importance: Medium
 Assignee: Lars Uebernickel (larsu)
 Status: Triaged

** Affects: empathy (Ubuntu)
 Importance: Undecided
 Status: New

** Changed in: telepathy-indicator
   Status: New = Triaged

** Changed in: telepathy-indicator
   Importance: Undecided = Medium

** Changed in: telepathy-indicator
 Assignee: (unassigned) = Lars Uebernickel (larsu)

** Also affects: empathy (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Chat windows should always be openend automatically (in the
  background)

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-indicator/+bug/1098549/+subscriptions

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


[Bug 206547] Re: Open (but do not raise) new conversation windows automatically

2013-01-11 Thread Lars Uebernickel
Sure, why not: bug #1098549.

** No longer affects: telepathy-indicator

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

Title:
  Open (but do not raise) new conversation windows automatically

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

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


[Bug 1053670] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast(), from settings_notify_cb(), in dbusmenu's parser.c

2012-09-24 Thread Lars Uebernickel
** Changed in: dbusmenu
   Status: In Progress = Fix Committed

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

Title:
  nautilus crashed with SIGSEGV in g_type_check_instance_cast(), from
  settings_notify_cb(), in dbusmenu's parser.c

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

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


[Bug 1001229] Re: wrong icon for the power indicator after last 12.04 update

2012-09-20 Thread Lars Uebernickel
** Changed in: indicator-power
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1001229

Title:
  wrong icon for the power indicator after last 12.04 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-power/+bug/1001229/+subscriptions

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


[Bug 1001229] Re: wrong icon for the power indicator after last 12.04 update

2012-09-20 Thread Lars Uebernickel
** Changed in: ubuntu-mono (Ubuntu Quantal)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1001229

Title:
  wrong icon for the power indicator after last 12.04 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-power/+bug/1001229/+subscriptions

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


[Bug 1019569] Re: empathyindicator menus dont work when getting contact requests

2012-09-19 Thread Lars Uebernickel
** Also affects: telepathy-indicator
   Importance: Undecided
   Status: New

** Changed in: indicator-messages
   Status: Triaged = Invalid

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

Title:
  empathyindicator menus dont work when getting contact requests

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-messages/+bug/1019569/+subscriptions

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


[Bug 1039476] Re: gtk_menu_new_from_model doesn't support custom menu items

2012-09-18 Thread Lars Uebernickel
Attached an updated patch that applies against gtk+-3.5.18.

** Patch added: gtk-custom-menu-items.patch
   
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1039476/+attachment/3323075/+files/gtk-custom-menu-items.patch

** Changed in: gtk+3.0 (Ubuntu)
   Status: Fix Released = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1039476

Title:
  gtk_menu_new_from_model doesn't support custom menu items

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1039476/+subscriptions

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


[Bug 1049851] Re: creating screenshot by grabing a region while using global menu does not work

2012-09-12 Thread Lars Uebernickel
For me, this doesn't work with any menu opened, even GIMP's context
menu. Are you sure this is not a gtk+ bug?

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

Title:
  creating screenshot by grabing a region while using global menu does
  not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-appmenu/+bug/1049851/+subscriptions

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


[Bug 872356] Re: empathy incorrectly shown running in messaging menu

2012-09-04 Thread Lars Uebernickel
Comment #8 is right, this is a bug in telepathy-indicator, not the
messaging menu.

** Also affects: telepathy-indicator
   Importance: Undecided
   Status: New

** Changed in: indicator-messages
   Status: Triaged = Invalid

** Changed in: indicator-messages (Ubuntu)
   Status: Confirmed = Invalid

** Also affects: telepathy-indicator (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  empathy incorrectly shown running in messaging menu

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

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


[Bug 1019609] Re: Empathy window doesn't show any message when contacts write

2012-09-04 Thread Lars Uebernickel
** Also affects: telepathy-indicator
   Importance: Undecided
   Status: New

** Changed in: indicator-messages
   Status: Confirmed = Invalid

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

Title:
  Empathy window doesn't show any message when contacts write

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

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


[Bug 537287] Re: The about window shows the indicator applet about information

2012-09-04 Thread Lars Uebernickel
** Changed in: indicator-messages
   Status: Confirmed = Invalid

** Changed in: indicator-session
   Status: Confirmed = Invalid

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

Title:
  The about window shows the indicator applet about information

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

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


[Bug 1043879] Re: xchat-gnome crashed with SIGSEGV in source_action_activated()

2012-08-30 Thread Lars Uebernickel
** Visibility changed to: Public

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

Title:
  xchat-gnome crashed with SIGSEGV in source_action_activated()

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

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


[Bug 953757] Re: Inconsistent behavior of slider widgets

2012-08-27 Thread Lars Uebernickel
** Changed in: ido
   Status: In Progress = Fix Committed

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

Title:
  Inconsistent behavior of slider widgets

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

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


[Bug 999827] Re: Nautilus missing Preferences (incorrect handling of appmenu and menu used together)

2012-06-07 Thread Lars Uebernickel
Nautilus has gained an application menu, which is implemented with
gmenumodel. Its window menus are still using GtkMenuBar, which gets
picked up by the ubuntu-menuproxy plugin and exported with dbusmenu.

indicator-appmenu can handle both dbusmenu and gmenumodel, but as far as
I can see not both at the same time. That means, applications need to
export all their menus using either gmenumodel or dbusmenu. indicator-
appmenu seems to favor dbusmenu, which is why only nautilus' window
menus are visible in the panel.

Does somebody know when nautilus is planned to use gmenumodel for
everything? Are there any other applications in this indermediate state?

** Summary changed:

- Nautilus missing Preferences (incorrect handling of appmenu and menu used 
together)
+ App menus aren't shown in the panel if the app is also exporting menus via 
dbusmenu

** Description changed:

- Nautilus Edit is missing Preferences tab
+ This happens for nautilus, which exposes an application menu but still
+ uses GtkMenu for window menus.  This makes all application actions
+ inaccessible (New Window, Connect to Server, Preferences, About, Help
+ and Quit).
  
  From a new install :
  
  quantal-desktop-amd64.iso  15-May-2012 08:42  711M

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

Title:
  App menus aren't shown in the panel if the app is also exporting menus
  via dbusmenu

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-appmenu/+bug/999827/+subscriptions

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


[Bug 953757] Re: Inconsistent behavior of slider widgets

2012-03-16 Thread Lars Uebernickel
Could we please get a feature freeze exception for this in gtk3?

This would unify slider behavior again and we could get rid of the ugly
act-as-if-middle-button-was-pressed hacks in IDO and gnome-control-
center.

I've submitted the patch upstream at
https://bugzilla.gnome.org/show_bug.cgi?id=563688. GNOME designers
support the change, so it has good chances of being accepted.

The package with my patch builds and works as expected. I've been
running it for a bit on my system and tested every slider I could find,
in particular all default applications.

** Bug watch added: GNOME Bug Tracker #563688
   https://bugzilla.gnome.org/show_bug.cgi?id=563688

** Changed in: gtk+3.0 (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  Inconsistent behavior of slider widgets

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

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


[Bug 922299] Re: Mouse-wheeling Launcher icon size slider moves it the wrong way.

2012-03-16 Thread Lars Uebernickel
The original bug is wrong: only audio-related sliders have their scroll
wheel direction reversed. With this change, the scroll wheel behavior on
sliders in Appearance is different for that in e.g. Mouse and
Touchpad. If we change direction (which we imo should), we should do it
for all sliders in gtk.

In addition, the fix was wrong. It broke moving the slider with the
scroll wheel all together.

I've reverted the fix in lp:~larsu/ubuntu/precise/gnome-control-center
/remove-slider-hacks (together with the left-click-to-position the
slider hack, see bug #953757).

** Also affects: gtk+3.0 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gtk+3.0 (Ubuntu)
 Assignee: (unassigned) = Lars Uebernickel (larsu)

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

Title:
  Mouse-wheeling sliders moves them the wrong way.

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

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


[Bug 922299] Re: Mouse-wheeling sliders moves them the wrong way.

2012-03-16 Thread Lars Uebernickel
Need input from design: should we change all sliders to move to the left
when scrolling down?

** Summary changed:

- Mouse-wheeling Launcher icon size slider moves it the wrong way.
+ Mouse-wheeling sliders moves them the wrong way.

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

Title:
  Mouse-wheeling sliders moves them the wrong way.

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

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


[Bug 953757] Re: Inconsistent behavior of slider widgets

2012-03-16 Thread Lars Uebernickel
** Changed in: gnome-control-center (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: ido
   Status: New = In Progress

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

Title:
  Inconsistent behavior of slider widgets

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

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


[Bug 953757] Re: Inconsistent behavior of slider widgets

2012-03-14 Thread Lars Uebernickel
** Changed in: ido
 Assignee: (unassigned) = Lars Uebernickel (larsu)

** Changed in: gnome-control-center (Ubuntu)
 Assignee: (unassigned) = Lars Uebernickel (larsu)

** Changed in: gtk+3.0 (Ubuntu)
 Assignee: (unassigned) = Lars Uebernickel (larsu)

** Changed in: ido (Ubuntu)
 Assignee: (unassigned) = Lars Uebernickel (larsu)

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

Title:
  Inconsistent behavior of slider widgets

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

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


[Bug 829690] Re: No easy way to turn the Bluetooth menu on/off

2012-03-09 Thread Lars Uebernickel
The checkbox was definitely there at some point in the cycle. I disabled
it some time ago and now have no way of bringing it back (except for
setting the dconf key manually).

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

Title:
  No easy way to turn the Bluetooth menu on/off

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/829690/+subscriptions

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


[Bug 928762] Re: Theme and Launcher labels are hundreds of pixels away from their controls

2012-02-08 Thread Lars Uebernickel
Actually, the HIG specifies 12 pixels between the longest label its
corresponding option widget, at least in figure 8-4 on the page Matthew
linked to.

Nevertheless, neither the existing gnome capplets nor the spec on google
docs is very consistent. I see three different ways in which option
label widgets are presented:

(1) left-aligned label
(2) right-aligned label
(3) bold left-aligned label with optional detail text and the option widget to 
the far right

The HIG recommends (1), and that is what's used in the capplets that Seb
mentioned. The spec on google docs uses all three (!) in different
applets.  The implementation uses all three and adds a fourth, right-
aligned label without colon (for example in Network and Online
Accounts).

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

Title:
  Theme and Launcher labels are hundreds of pixels away from their
  controls

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

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


[Bug 906042] Re: Menu items are miscapitalized, and Preferences is out of date

2012-02-01 Thread Lars Uebernickel
Charles, could you please also replace the three single dots '...' by
the unicode symbol U+2026 (…).

I think (actually, I hope) we do that in all menus.

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

Title:
  Menu items are miscapitalized, and Preferences is out of date

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/906042/+subscriptions

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

[Bug 893676] Re: Cups disrupts unity window theme

2011-12-07 Thread Lars Uebernickel
** Changed in: gnome-settings-daemon (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  Cups disrupts unity window theme

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

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


[Bug 893676] Re: Cups disrupts unity window theme

2011-12-06 Thread Lars Uebernickel
I just submitted a patch to gnome-settings-daemon upstream at

  https://bugzilla.gnome.org/show_bug.cgi?id=665689

which fixes the issue from the other side.

** Bug watch added: GNOME Bug Tracker #665689
   https://bugzilla.gnome.org/show_bug.cgi?id=665689

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  Cups disrupts unity window theme

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

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


[Bug 893676] Re: Cups disrupts unity window theme

2011-11-29 Thread Lars Uebernickel
Found the problem: when generating a d-bus message, CUPS's dbus notifier
ignores parameters which contain invalid utf8 strings, but sends the
message anyway. This results in a PrinterStateChanged message with less
than the needed 6 parameters. This in turn crashes gnome-settings-
daemon.

Attached is a patch for CUPS which doesn't send the malformed d-bus
message in the first place.  This means that you won't get notifications
for that print job, but it will work nevertheless.

@Till, I think this is worth SRUing.

@watgrad, I still don't know where the invalid utf8 string comes from in
your case. Your PPD files are valid. Maybe it's the name of the document
you were trying to print?  Please look for strange characters in the
list of completed print jobs:

  http://localhost:631/jobs?which_jobs=completed

I'm adding gnome-settings-daemon to the list of affected packages, as it
shouldn't crash when receiving a malformed message.

** Patch added: dont-send-malformed-dbus-messages.patch
   
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/893676/+attachment/2612620/+files/dont-send-malformed-dbus-messages.patch

** Changed in: cups (Ubuntu)
   Status: Confirmed = In Progress

** Also affects: gnome-settings-daemon (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: New = Confirmed

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

Title:
  Cups disrupts unity window theme

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

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


  1   2   >