[Touch-packages] [Bug 1539055] Re: latest update broke overlay scrollbar on terminals

2016-02-08 Thread Lars Uebernickel
** Branch linked: lp:~larsu/ubuntu-themes/fix-terminal

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1539055

Title:
  latest update broke overlay scrollbar on terminals

Status in ubuntu-themes package in Ubuntu:
  Confirmed

Bug description:
  14.04+16.04.20160120-0ubuntu1 broke overlay scrollbar on terminals
  (tested gnome-terminal, terminator), downgrading to
  14.04+16.04.20151216-0ubuntu1 fixes it.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1488344

Title:
  dbus rejected send messages

Status in GLib:
  Unknown
Status in accountsservice package in Ubuntu:
  Invalid
Status in glib2.0 package in Ubuntu:
  Triaged

Bug description:
  Seeing these log entries in the syslog

  Aug 24 18:26:36 M1 dbus[783]: [system] Rejected send message, 9 matched
  rules; type="method_return", sender=":1.5" (uid=0 pid=733
  comm="/usr/lib/accountsservice/accounts-daemon ") interface="(unset)"
  member="(unset)" error name="(unset)" requested_reply="0"
  destination=":1.59" (uid=1000 pid=4326
  comm="/usr/lib/x86_64-linux-gnu/indicator-messages/indic")

  Hope the attached info helps locating the issue?

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: dbus 1.8.12-1ubuntu5
  ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4
  Uname: Linux 3.19.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  Date: Tue Aug 25 18:30:51 2015
  InstallationDate: Installed on 2014-10-31 (298 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  SourcePackage: dbus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1503693] Re: Dim timeout gsetting key not set anymore

2015-10-29 Thread Lars Uebernickel
We've changed the way the changed signal is dispatched due to Qt bug
32859 (tracked as bug #1460970 here), which leads to these signals not
being emitted at all anymore when changing a setting from qml.

I've attached a branch that explicitely emits those signals in that
case.

** Branch linked: lp:~larsu/gsettings-qt/lp1503693

** Changed in: gsettings-qt (Ubuntu)
   Status: New => In Progress

** Changed in: gsettings-qt (Ubuntu)
   Importance: Undecided => High

** Changed in: gsettings-qt (Ubuntu)
 Assignee: (unassigned) => Lars Uebernickel (larsu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gsettings-qt in Ubuntu.
https://bugs.launchpad.net/bugs/1503693

Title:
  Dim timeout gsetting key not set anymore

Status in Canonical System Image:
  Confirmed
Status in gsettings-qt package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Incomplete

Bug description:
  The dim-timeout gsettings key is not set anymore when the activity-
  timeout key changes, so a default value of 45sec is used for dim-
  timeout regardless of the activity timeout selected by the user in the
  batter plugin.

  The logic to set the dim timeout value is there in
  battery/SleepValues.xml in the GSettings onChanged handler, but it
  seems that the onChanged handler is not called when the activity-
  timeout value changes.

  Not sure if this is a problem in the way ubuntu-system-settings uses
  the GSettings QML item, or if the item implementation itself is broken
  somehow.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, 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

Status in gtk+3.0 package in Ubuntu:
  Opinion
Status in notify-osd package in Ubuntu:
  In Progress

Bug description:
  Wily login screen shows an all black notification bubble. No idea what
  it says, obviously.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
** Branch linked: lp:~larsu/gtk/calendar-day-selected

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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

Status in GTK+:
  Unknown
Status in gtk+3.0 package in Ubuntu:
  In Progress

Bug description:
  I asked in #ubuntu-desktop and people couldn't reproduce this in vivid
  or trusty. It happened for me in the most recent wily iso.

  Open the indicator, click one of the greyed dates at the start or end
  of the month (sometimes requires more than one go). The active date
  starts to repeatedly jump between this date and another one. I ran
  with G_MESSAGES_DEBUG=all and when it's happening this is spammed (I
  clicked a date in 2015-05).

  (process:32382): Indicator-Datetime-DEBUG: PlannerMonth 0x2727310 setting 
calendar month range: [2015-05-01 00:00:00..2015-05-31 23:59:59]
  (process:32382): Indicator-Datetime-DEBUG: 0x2728730 setting date range to 
[2015-05-30 00:00:00..2015-06-30 00:00:00]
  (process:32382): Indicator-Datetime-DEBUG: rebuilding because the date range 
changed
  (process:32382): Indicator-Datetime-DEBUG: PlannerMonth 0x2727310 setting 
calendar month range: [2015-05-01 00:00:00..2015-05-31 23:59:59]
  (process:32382): Indicator-Datetime-DEBUG: 0x2728730 setting date range to 
[2015-05-29 00:00:00..2015-06-29 00:00:00]
  (process:32382): Indicator-Datetime-DEBUG: rebuilding because the date range 
changed
  (process:32382): Indicator-Datetime-DEBUG: PlannerMonth 0x2727310 setting 
calendar month range: [2015-05-01 00:00:00..2015-05-31 23:59:59]
  (process:32382): Indicator-Datetime-DEBUG: 0x2728730 setting date range to 
[2015-05-30 00:00:00..2015-06-30 00:00:00]
  (process:32382): Indicator-Datetime-DEBUG: rebuilding because the date range 
changed
  (process:32382): Indicator-Datetime-DEBUG: PlannerMonth 0x2727310 setting 
calendar month range: [2015-05-01 00:00:00..2015-05-31 23:59:59]
  (process:32382): Indicator-Datetime-DEBUG: 0x2728730 setting date range to 
[2015-05-29 00:00:00..2015-06-29 00:00:00]
  (process:32382): Indicator-Datetime-DEBUG: rebuilding because the date range 
changed
  (process:32382): Indicator-Datetime-DEBUG: PlannerMonth 0x2727310 setting 
calendar month range: [2015-05-01 00:00:00..2015-05-31 23:59:59]
  (process:32382): Indicator-Datetime-DEBUG: 0x2728730 setting date range to 
[2015-05-30 00:00:00..2015-06-30 00:00:00]
  (process:32382): Indicator-Datetime-DEBUG: rebuilding because the date range 
changed
  (process:32382): Indicator-Datetime-DEBUG: PlannerMonth 0x2727310 setting 
calendar month range: [2015-05-01 00:00:00..2015-05-31 23:59:59]
  (process:32382): Indicator-Datetime-DEBUG: 0x2728730 setting date range to 
[2015-05-29 00:00:00..2015-06-29 00:00:00]
  (process:32382): Indicator-Datetime-DEBUG: rebuilding because the date range 
changed

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: indicator-datetime 13.10.0+15.10.20150728-0ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-2.2-generic 4.1.3
  Uname: Linux 4.1.0-2-generic x86_64
  ApportVersion: 2.18-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jul 31 17:09:43 2015
  InstallationDate: Installed on 2012-10-07 (1026 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Beta amd64 (20121007)
  SourcePackage: indicator-datetime
  UpgradeStatus: Upgraded to wily on 2013-05-07 (815 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, 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

Status in GTK+:
  Unknown
Status in gtk+3.0 package in Ubuntu:
  In Progress

Bug description:
  I asked in #ubuntu-desktop and people couldn't reproduce this in vivid
  or trusty. It happened for me in the most recent wily iso.

  Open the indicator, click one of the greyed dates at the start or end
  of the month (sometimes requires more than one go). The active date
  starts to repeatedly jump between this date and another one. I ran
  with G_MESSAGES_DEBUG=all and when it's happening this is spammed (I
  clicked a date in 2015-05).

  (process:32382): Indicator-Datetime-DEBUG: PlannerMonth 0x2727310 setting 
calendar month range: [2015-05-01 00:00:00..2015-05-31 23:59:59]
  (process:32382): Indicator-Datetime-DEBUG: 0x2728730 setting date range to 
[2015-05-30 00:00:00..2015-06-30 00:00:00]
  (process:32382): Indicator-Datetime-DEBUG: rebuilding because the date range 
changed
  (process:32382): Indicator-Datetime-DEBUG: PlannerMonth 0x2727310 setting 
calendar month range: [2015-05-01 00:00:00..2015-05-31 23:59:59]
  (process:32382): Indicator-Datetime-DEBUG: 0x2728730 setting date range to 
[2015-05-29 00:00:00..2015-06-29 00:00:00]
  (process:32382): Indicator-Datetime-DEBUG: rebuilding because the date range 
changed
  (process:32382): Indicator-Datetime-DEBUG: PlannerMonth 0x2727310 setting 
calendar month range: [2015-05-01 00:00:00..2015-05-31 23:59:59]
  (process:32382): Indicator-Datetime-DEBUG: 0x2728730 setting date range to 
[2015-05-30 00:00:00..2015-06-30 00:00:00]
  (process:32382): Indicator-Datetime-DEBUG: rebuilding because the date range 
changed
  (process:32382): Indicator-Datetime-DEBUG: PlannerMonth 0x2727310 setting 
calendar month range: [2015-05-01 00:00:00..2015-05-31 23:59:59]
  (process:32382): Indicator-Datetime-DEBUG: 0x2728730 setting date range to 
[2015-05-29 00:00:00..2015-06-29 00:00:00]
  (process:32382): Indicator-Datetime-DEBUG: rebuilding because the date range 
changed
  (process:32382): Indicator-Datetime-DEBUG: PlannerMonth 0x2727310 setting 
calendar month range: [2015-05-01 00:00:00..2015-05-31 23:59:59]
  (process:32382): Indicator-Datetime-DEBUG: 0x2728730 setting date range to 
[2015-05-30 00:00:00..2015-06-30 00:00:00]
  (process:32382): Indicator-Datetime-DEBUG: rebuilding because the date range 
changed
  (process:32382): Indicator-Datetime-DEBUG: PlannerMonth 0x2727310 setting 
calendar month range: [2015-05-01 00:00:00..2015-05-31 23:59:59]
  (process:32382): Indicator-Datetime-DEBUG: 0x2728730 setting date range to 
[2015-05-29 00:00:00..2015-06-29 00:00:00]
  (process:32382): Indicator-Datetime-DEBUG: rebuilding because the date range 
changed

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: indicator-datetime 13.10.0+15.10.20150728-0ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-2.2-generic 4.1.3
  Uname: Linux 4.1.0-2-generic x86_64
  ApportVersion: 2.18-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jul 31 17:09:43 2015
  InstallationDate: Installed on 2012-10-07 (1026 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Beta amd64 (20121007)
  SourcePackage: indicator-datetime
  UpgradeStatus: Upgraded to wily on 2013-05-07 (815 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1482181] Re: Media keys (ctrl-alt-t, brightness, play/pause) don't work randomly after logging

2015-09-26 Thread Lars Uebernickel
Problem figured out by Trevinho and didrocks on irc: unity only emits
AcceleratorActivated() for the first id returned by GrabAccelerator()
and doesn't watch the unique name of the grabbing process. Thus, when
something other than unity-settings-daemon grabs the key before it, or
u-s-d crashes, those keys it grabbed at the very beginning can never be
regrabbed.

After a couple of rounds of testing and some code review, I can't make
unity-settings-daemon subscribe to the same accelerator twice and thus
getting into that situation itself. Feel free to reassign it to u-s-d
once unity is fixed but this problem still persists.

** Changed in: unity-settings-daemon (Ubuntu)
   Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1482181

Title:
  Media keys (ctrl-alt-t, brightness, play/pause) don't work randomly
  after logging

Status in Unity:
  Triaged
Status in unity package in Ubuntu:
  Triaged
Status in unity-settings-daemon package in Ubuntu:
  Invalid

Bug description:
  I've installed 15.10 and I can't open a terminal using ctrl-alt-t or
  use any other media keys. All system shorcuts as well don't work.

  Note that this started at least in 14.10.

  Restarting Unity "fixes" it (or logging out/logging back), so it seems
  a race between Unity and settings daemon at startup.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1495173

Title:
  compiz crashed with SIGSEGV in g_bit_lock()

Status in glib2.0 package in Ubuntu:
  Invalid
Status in unity package in Ubuntu:
  In Progress

Bug description:
  Error occurred while trying to unlock from launcher disk volume icon using 
context menu.
  The error can be reproduced.

  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: unity 7.3.2+15.10.20150910.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-7.7-generic 4.2.0
  Uname: Linux 4.2.0-7-generic x86_64
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Sun Sep 13 01:10:59 2015
  ExecutablePath: /usr/bin/compiz
  InstallationDate: Installed on 2015-09-13 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150911)
  ProcCmdline: compiz
  SegvAnalysis:
   Segfault happened at: 0x7f33bc884338 :lock bts 
%r12d,(%rbx)
   PC (0x7f33bc884338) ok
   source "%r12d" ok
   destination "(%rbx)" (0x0020) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   g_bit_lock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_variant_serialiser_needed_size () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  Title: compiz crashed with SIGSEGV in g_bit_lock()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1197969] Re: Date and Time config missing cities

2015-09-07 Thread Lars Uebernickel
*** This bug is a duplicate of bug 1045224 ***
https://bugs.launchpad.net/bugs/1045224

** This bug has been marked a duplicate of bug 1045224
   does not support substring search

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libtimezonemap in Ubuntu.
https://bugs.launchpad.net/bugs/1197969

Title:
  Date and Time config missing cities

Status in Ubuntu Geonames:
  New
Status in libtimezonemap package in Ubuntu:
  Invalid
Status in unity-control-center package in Ubuntu:
  Invalid

Bug description:
  Date and Time configuration tool is missing Jerusalem and Tel Aviv,
  making it hard to properly set the current time zone.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: compizconfig-settings-manager 0.9.5.92-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-48.74-generic 3.2.46
  Uname: Linux 3.2.0-48-generic i686
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  Date: Fri Jul  5 00:05:14 2013
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: compizconfig-settings-manager
  UpgradeStatus: Upgraded to precise on 2013-04-14 (80 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-geonames/+bug/1197969/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1450747] Re: Native overlay scrollbars aren't themed

2015-09-03 Thread Lars Uebernickel
Some of this work has already landed:

  http://bazaar.launchpad.net/~ubuntu-art-pkg/ubuntu-
themes/trunk/revision/444

Marco is working on refining them a bit (currently waiting on further
design input):

  https://code.launchpad.net/~3v1n0/ubuntu-themes/osd-scrollbars-
improvements/+merge/269245

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1450747

Title:
  Native overlay scrollbars aren't themed

Status in ubuntu-themes package in Ubuntu:
  Triaged

Bug description:
  In 3.16 (from ppa:ubuntu-desktop/ww + overlay-scrollbar from this
  PPA), applications have native overlay scrollbars provided by GTK. We
  want to use these in Ubuntu, but currently they are not themed so look
  a bit incongruous. I think we want to theme them to fit in with
  Ambiance/Radiance.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1466890] Re: eog overlay buttons lack special theming

2015-08-28 Thread Lars Uebernickel
Indeed, we only styled buttons inside overlay toolbars. Eog overlays
buttons directly. The attached branch should fix that.

** Branch linked: lp:~larsu/ubuntu-themes/eog-overlay-buttons

** Changed in: ubuntu-themes (Ubuntu)
   Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1466890

Title:
  eog overlay buttons lack special theming

Status in ubuntu-themes package in Ubuntu:
  In Progress

Bug description:
  Using the eog version in wily the overlay buttons for
  next/previous/rotation have what seems to be an incorrect background,
  unsure what they should look like but the current version is wrong

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/627195

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

Status in Ayatana Design:
  Fix Committed
Status in Compiz:
  Invalid
Status in Messaging Menu:
  Fix Released
Status in Messaging Menu 13.04 series:
  Fix Released
Status in The Sound Menu:
  Fix Released
Status in The Sound Menu 13.04 series:
  Fix Released
Status in DBus Menu:
  Triaged
Status in MPRIS:
  Confirmed
Status in Ubuntu One Client:
  Fix Committed
Status in Unity:
  Invalid
Status in compiz package in Ubuntu:
  Invalid
Status in empathy package in Ubuntu:
  Fix Released
Status in indicator-messages package in Ubuntu:
  Fix Released
Status in indicator-sound package in Ubuntu:
  Fix Released
Status in libdbusmenu package in Ubuntu:
  Confirmed
Status in tomboy package in Ubuntu:
  Confirmed
Status in ubuntuone-client package in Ubuntu:
  Fix Released
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 11.10 beta
  compiz 1:0.9.5.94+bzr2803-0ubuntu5
  unity 4.16.0-0ubuntu1

  1. open banshee, start a song in it and minimize
  2. open another application lets say gnome-terminal
  3. click on the sound menu and select banshee

  What happens
  banshee icon in the launcher wiggles and banshee main window is not shown

  What should happen
  banshee main window should come to focus

  This is a long standing bug which Ted Gould thinks should be fixed at
  window manager's level.

  Some other observations=
  The problem wont happen
  1. if every other app is minimized or
  2. Banshee is the only opened app or
  3. after opening gnome-terminal, banshee window is closed so that it hides to 
the SoundMenu and opened again

  =Comment from Ted Gould=
   tedg, Hi! any thoughts on the long standing bug 627195 ? Its been 
there before unity so I guess we can conclude unity not to be responsible

   om26er, My thought is that window managers should $%#$ get
  fixed... though I haven't convinced smspillaz of it yet.

  =The good rule=
  3v1n0: Indicators should present the application windows by passing to them 
the timestamp of the menu item activation event.

  Unfortunately for indicator-sound, this is not trival as it sounds, since it 
needs a change to the MPRIS dbus specification.
  See comment https://bugs.launchpad.net/ayatana-design/+bug/627195/comments/26 
for more informations.

  For what concerns libappindicator based indicators (such as the one used by 
tomboy), since it's not currently possible in libdbusmenu to pass the event 
during activation (so that clients will be able to get the proper timestamp 
using gtk_get_current_event_time), there are two "hackish" ways:
  1. Use the server time to present a window:
     https://bugzilla.gnome.org/show_bug.cgi?id=688830
  2. Get the event timestamp from the dbus-menu linked to the gtk-menus:
     http://paste.ubuntu.com/5701235/
  3. Qt applications workaround: http://is.gd/WnW9eN

  Window managers will obey to it.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/627195

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

Status in Ayatana Design:
  Fix Committed
Status in Compiz:
  Invalid
Status in Messaging Menu:
  Fix Released
Status in Messaging Menu 13.04 series:
  Fix Released
Status in The Sound Menu:
  Fix Released
Status in The Sound Menu 13.04 series:
  Fix Released
Status in DBus Menu:
  Triaged
Status in MPRIS:
  Confirmed
Status in Ubuntu One Client:
  Fix Committed
Status in Unity:
  Invalid
Status in compiz package in Ubuntu:
  Invalid
Status in empathy package in Ubuntu:
  Fix Released
Status in indicator-messages package in Ubuntu:
  Fix Released
Status in indicator-sound package in Ubuntu:
  Fix Released
Status in libdbusmenu package in Ubuntu:
  Confirmed
Status in tomboy package in Ubuntu:
  Confirmed
Status in ubuntuone-client package in Ubuntu:
  Fix Released
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 11.10 beta
  compiz 1:0.9.5.94+bzr2803-0ubuntu5
  unity 4.16.0-0ubuntu1

  1. open banshee, start a song in it and minimize
  2. open another application lets say gnome-terminal
  3. click on the sound menu and select banshee

  What happens
  banshee icon in the launcher wiggles and banshee main window is not shown

  What should happen
  banshee main window should come to focus

  This is a long standing bug which Ted Gould thinks should be fixed at
  window manager's level.

  Some other observations=
  The problem wont happen
  1. if every other app is minimized or
  2. Banshee is the only opened app or
  3. after opening gnome-terminal, banshee window is closed so that it hides to 
the SoundMenu and opened again

  =Comment from Ted Gould=
   tedg, Hi! any thoughts on the long standing bug 627195 ? Its been 
there before unity so I guess we can conclude unity not to be responsible

   om26er, My thought is that window managers should $%#$ get
  fixed... though I haven't convinced smspillaz of it yet.

  =The good rule=
  3v1n0: Indicators should present the application windows by passing to them 
the timestamp of the menu item activation event.

  Unfortunately for indicator-sound, this is not trival as it sounds, since it 
needs a change to the MPRIS dbus specification.
  See comment https://bugs.launchpad.net/ayatana-design/+bug/627195/comments/26 
for more informations.

  For what concerns libappindicator based indicators (such as the one used by 
tomboy), since it's not currently possible in libdbusmenu to pass the event 
during activation (so that clients will be able to get the proper timestamp 
using gtk_get_current_event_time), there are two "hackish" ways:
  1. Use the server time to present a window:
     https://bugzilla.gnome.org/show_bug.cgi?id=688830
  2. Get the event timestamp from the dbus-menu linked to the gtk-menus:
     http://paste.ubuntu.com/5701235/
  3. Qt applications workaround: http://is.gd/WnW9eN

  Window managers will obey to it.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1320634] Re: The "blacklisted-media-players" key doesn't work

2015-08-22 Thread Lars Uebernickel
Indeed, the "blacklisted-media-players" settings key hasn't been honored
for a couple of ubuntu releases.

The idea is that applications have UI to disable integration into the
sound menu. For example in VLC, you can disable it in Preferences (look
for "DBus control interface"). It might make sense to disable it by
default for this app.

** Changed in: indicator-sound (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: indicator-sound (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1320634

Title:
  The "blacklisted-media-players" key doesn't work

Status in indicator-sound package in Ubuntu:
  Triaged

Bug description:
  I only want Audacious show in the sound menu. So I removed vlc from the 
"interested-media-players" to the  "blacklisted-media-players" via dconf. So 
far everything works as supposed, but when I start vlc it adds itself to the 
"interested-media-players" and apears in the sound menu and stays there after 
vlc is closed
  At this point vlc is still in the"blacklisted-media-players". that should 
override the "interested-media-players" tag, but doesn't.

  screen: http://i.imgur.com/dOXGL0W.png

  I've also tested this with Rhythmbox; same problem.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, which is subscribed to address-book-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1436211

Title:
  Remove GTK3 from phone images

Status in Canonical System Image:
  In Progress
Status in address-book-service package in Ubuntu:
  Confirmed
Status in evolution-data-server package in Ubuntu:
  In Progress
Status in gnome-control-center-signon package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed
Status in ubuntu-touch-meta package in Ubuntu:
  Invalid
Status in unity-asset-pool package in Ubuntu:
  Confirmed
Status in evolution-data-server package in Debian:
  New

Bug description:
  This is a wishlist bug to eventually remove GTK3 from Ubuntu Phone
  images to save some space.

  ===TODO===

  -- address-book-service --

  address-book-service depends on evolution-data-server, which depends
  on GTK3. evolution-data-server further depends on libgweather-3-6 and
  libgcr-ui-3-1 which both directly depend on GTK3 too.

  Would it be possible to work with libfolks-eds25 and other libraries
  alone? Or would it be possible to modify evolution-data-server
  building to not depend on GTK3 since we're not using the toolkit
  anyway?

  -- themes (unity-asset-pool, adwaita-icon-theme...) --

  humanity-icon-theme, ubuntu-mono and unity-asset-pool depend on
  adwaita-icon-theme. adwaita-icon-theme directly depends on GTK3.

  -- ubuntu-system-settings --

  ubuntu-system-settings depends on libtimezonemap1 which directly
  depends on GTK3. Maybe the library could be made not to depend on
  GTK3?

  ===DONE===
  -- gnome-control-center-signon --
  Since libaccount-plugin-1.0-0 is included on Ubuntu Phone images, would it be 
possible to refactor it so that it would not depend on GTK3 bringing it on the 
images?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1473029] Re: notification (image update, gmail, calls) displayed twice

2015-07-16 Thread Lars Uebernickel
Thanks for reporting this. When it happens again, could you please paste
the output of

  gdbus call --session --dest com.canonical.indicator.messages --object-
path /com/canonical/indicator/messages/phone --method
org.gtk.Menus.Start [0,1]

This is to find out whether the service thinks there are two messages
(due to a bug or because something has posted two messages) or unity
falsely shows two messages when there's actually only one.

Also, please attach ~/.cache/upstart/indicator-messages.log.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1473029

Title:
  notification (image update, gmail, calls) displayed twice

Status in Canonical System Image:
  New
Status in indicator-messages package in Ubuntu:
  Confirmed

Bug description:
  current build number: 54
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en
  last update: 2015-07-09 08:43:49
  version version: 54
  version ubuntu: 20150708.1
  version device: 20150706-a9e00a0
  version custom: 20150707-800-5-34

  Sometimes notifications are displayed twice in the indicator. It
  happens randomly with all kind of notifications (image update, gmail,
  calls) Push client logs shows a single notification. There is nothing
  specific to reproduce, sometimes it happens, sometimes it doesn't.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1463848] Re: [gtk 3.16] sidebar has unused space at the bottom

2015-07-15 Thread Lars Uebernickel
** Branch linked: lp:~larsu/ubuntu-themes/nautilus-sidebar

** Changed in: ubuntu-themes (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1463848

Title:
  [gtk 3.16] sidebar has unused space at the bottom

Status in ubuntu-themes package in Ubuntu:
  In Progress

Bug description:
  The nautilus sidebar has some ~1+ row equivalent of empty space as its
  bottom with gtk3.16, that doesn't happen with the previous gtk version

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1470434

Title:
  wrong buttons borders in file-rollect extract dialog

Status in GTK+:
  Confirmed
Status in gtk+3.0 package in Ubuntu:
  In Progress

Bug description:
  Using current wily versions
  - open an archive in file-roller
  - select a file
  - click on the extract button
  - extract it somewhere

  the "summary" dialog button have "cut" borders (like the orange lines
  are not on every side)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


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

2015-07-08 Thread Lars Uebernickel
Our theme cannot do anything to fix this other than setting the button-
spacing specifically for that one dialog. This problem will most
certainly appear somewhere else as well as it's a case of a bad default.
Let's fix it in gtk.

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

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

** Changed in: ubuntu-themes (Ubuntu)
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1470434

Title:
  wrong buttons borders in file-rollect extract dialog

Status in GTK+ GUI Toolkit:
  Unknown
Status in ubuntu-themes package in Ubuntu:
  Won't Fix

Bug description:
  Using current wily versions
  - open an archive in file-roller
  - select a file
  - click on the extract button
  - extract it somewhere

  the "summary" dialog button have "cut" borders (like the orange lines
  are not on every side)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1462346] Re: Wrong size of folder-drag-accept/gnome-fs-directory-accept icon at zoom levels bigger than 100% in Nautilus

2015-07-06 Thread Lars Uebernickel
** Changed in: humanity-icon-theme (Ubuntu)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to humanity-icon-theme in
Ubuntu.
https://bugs.launchpad.net/bugs/1462346

Title:
  Wrong size of folder-drag-accept/gnome-fs-directory-accept icon at
  zoom levels bigger than 100% in Nautilus

Status in humanity-icon-theme package in Ubuntu:
  In Progress

Bug description:
  Hello,

  the icon size of the  folder-drag-accept/gnome-fs-directory-accept
  icon in Nautilus is too small when a zoom level bigger than 100% in
  the icon view is used. This can be reproduced the following way:

  - Start Nautilus (or Nemo)
  - Open a directory that contains at least one subdirectory plus at least one 
file (or a second subdirectory)
  - Switch to icon view, set a zoom level bigger than 100%
  - Try to move a file/directory into another directory
  - When the mouse moves over the target directory, it's icon will switch to 
the folder-drag-accept/gnome-fs-directory-accept icon, but in a version that is 
no larger than 48x48, even if the zoom level (and thus the icon size) is set 
greater. I have attached a screenshot that illustrates the problem.

  With the Adwaita icon theme the problem does not happen, the icon
  seems to get the correct size at all zoom levels.

  Currently the Humanity icon theme contains (as symlink) a svg file of
  the responsible folder-drag-accept/gnome-fs-directory-accept icon in
  the directories Humanity/status/24 and Humanity/48. The dirs for
  bigger icons (e.g. 128) do not contain that icons, so I assumed it may
  be a quick fix to symlink them to also to those dirs. But that caused
  just other problems - now the icons had always the 128x128 size
  regardless of zoom level and was often too big instead of too small!

  A way to fix this seems to be to place png files of the icons in all
  of the Humanity/status/[icon size]-directories, each png scaled to the
  appropriate size. That is a bit more hassle but seems to work for the
  Adwaita theme.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: humanity-icon-theme 0.6.8
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jun  5 10:53:39 2015
  InstallationDate: Installed on 2015-04-16 (49 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Beta amd64 (20150415)
  PackageArchitecture: all
  SourcePackage: humanity-icon-theme
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/humanity-icon-theme/+bug/1462346/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1462346] Re: Wrong size of folder-drag-accept/gnome-fs-directory-accept icon at zoom levels bigger than 100% in Nautilus

2015-06-29 Thread Lars Uebernickel
** Changed in: humanity-icon-theme (Ubuntu)
 Assignee: (unassigned) => Lars Uebernickel (larsu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to humanity-icon-theme in
Ubuntu.
https://bugs.launchpad.net/bugs/1462346

Title:
  Wrong size of folder-drag-accept/gnome-fs-directory-accept icon at
  zoom levels bigger than 100% in Nautilus

Status in humanity-icon-theme package in Ubuntu:
  New

Bug description:
  Hello,

  the icon size of the  folder-drag-accept/gnome-fs-directory-accept
  icon in Nautilus is too small when a zoom level bigger than 100% in
  the icon view is used. This can be reproduced the following way:

  - Start Nautilus (or Nemo)
  - Open a directory that contains at least one subdirectory plus at least one 
file (or a second subdirectory)
  - Switch to icon view, set a zoom level bigger than 100%
  - Try to move a file/directory into another directory
  - When the mouse moves over the target directory, it's icon will switch to 
the folder-drag-accept/gnome-fs-directory-accept icon, but in a version that is 
no larger than 48x48, even if the zoom level (and thus the icon size) is set 
greater. I have attached a screenshot that illustrates the problem.

  With the Adwaita icon theme the problem does not happen, the icon
  seems to get the correct size at all zoom levels.

  Currently the Humanity icon theme contains (as symlink) a svg file of
  the responsible folder-drag-accept/gnome-fs-directory-accept icon in
  the directories Humanity/status/24 and Humanity/48. The dirs for
  bigger icons (e.g. 128) do not contain that icons, so I assumed it may
  be a quick fix to symlink them to also to those dirs. But that caused
  just other problems - now the icons had always the 128x128 size
  regardless of zoom level and was often too big instead of too small!

  A way to fix this seems to be to place png files of the icons in all
  of the Humanity/status/[icon size]-directories, each png scaled to the
  appropriate size. That is a bit more hassle but seems to work for the
  Adwaita theme.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: humanity-icon-theme 0.6.8
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jun  5 10:53:39 2015
  InstallationDate: Installed on 2015-04-16 (49 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Beta amd64 (20150415)
  PackageArchitecture: all
  SourcePackage: humanity-icon-theme
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/humanity-icon-theme/+bug/1462346/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1426335] Re: gsettings-qt uses a private symbol

2015-06-02 Thread Lars Uebernickel
I don't know if this is supposed to be a private symbol or not, but it
gets pulled in when using the protected constructor of QQmlPropertyMap
as documented [1].

I don't think there's anything we can change in gsettings-qt to solve
this issue.

[1] http://doc.qt.io/qt-5/qqmlpropertymap.htmlg

** Changed in: gsettings-qt (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1426335

Title:
  gsettings-qt uses a private symbol

Status in gsettings-qt package in Ubuntu:
  Invalid
Status in qtbase-opensource-src package in Ubuntu:
  New

Bug description:
  gsettings-qt uses a Qt private symbol
  _ZN7QObjectC2ER14QObjectPrivatePS_@Base from its
  libGSettingsQmlPlugin.so library. Could that usage be debugged how
  it's being used and removed?

  The symbol is cause a dependency on qtbase-abi-5-4-0, which means a
  rebuild is needed when new Qt version like 5.4.1 is uploaded.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1460970] [NEW] DeferredDelete events not handled in time when created by GLib dispatched events

2015-06-02 Thread Lars Uebernickel
Public bug reported:

DeferredDelete events are handled only for the main loop "level" that
object->deleteLater() was called in. Events dispatched directly from
GLib don't pass through qt's dispatching, thus getting a level of 0,
which means that they aren't handled until the program exits (i.e., as
long as level 0 exists).

This is causing apparent memory leaks in long-running applications.
We're working around this by using queued signal connections or calling
sendPostedEvents(). For example in

https://code.launchpad.net/~lukas-kde/gsettings-qt/queued-
processing/+merge/259883

Upstream: https://bugreports.qt.io/browse/QTBUG-32859

** Affects: qtbase-opensource-src (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1460970

Title:
  DeferredDelete events not handled in time when created by GLib
  dispatched events

Status in qtbase-opensource-src package in Ubuntu:
  New

Bug description:
  DeferredDelete events are handled only for the main loop "level" that
  object->deleteLater() was called in. Events dispatched directly from
  GLib don't pass through qt's dispatching, thus getting a level of 0,
  which means that they aren't handled until the program exits (i.e., as
  long as level 0 exists).

  This is causing apparent memory leaks in long-running applications.
  We're working around this by using queued signal connections or
  calling sendPostedEvents(). For example in

  https://code.launchpad.net/~lukas-kde/gsettings-qt/queued-
  processing/+merge/259883

  Upstream: https://bugreports.qt.io/browse/QTBUG-32859

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1460970/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1453763

Title:
  Unable to differentiate between toggled and untoggled buttons

Status in ubuntu-themes package in Ubuntu:
  Confirmed

Bug description:
  Open rhythmbox.
  Press the shuffle or repeat buttons.
  It's impossible to tell whether they're on or off as their state doesn't 
change.

  See the two attached screenshots. One has shuffle enabled, one
  doesn't. It's impossible (for me) to tell which is which.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: rhythmbox 3.2.1-1ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  Uname: Linux 3.19.0-16-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon May 11 12:00:03 2015
  InstallationDate: Installed on 2014-06-16 (329 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: rhythmbox
  UpgradeStatus: Upgraded to wily on 2015-05-09 (1 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1197969] Re: Date and Time config missing cities

2015-05-07 Thread Lars Uebernickel
** Also affects: ubuntu-geonames
   Importance: Undecided
   Status: New

** Changed in: libtimezonemap (Ubuntu)
   Status: New => Invalid

** Changed in: unity-control-center (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libtimezonemap in Ubuntu.
https://bugs.launchpad.net/bugs/1197969

Title:
  Date and Time config missing cities

Status in Ubuntu Geonames:
  New
Status in libtimezonemap package in Ubuntu:
  Invalid
Status in unity-control-center package in Ubuntu:
  Invalid

Bug description:
  Date and Time configuration tool is missing Jerusalem and Tel Aviv,
  making it hard to properly set the current time zone.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: compizconfig-settings-manager 0.9.5.92-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-48.74-generic 3.2.46
  Uname: Linux 3.2.0-48-generic i686
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  Date: Fri Jul  5 00:05:14 2013
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: compizconfig-settings-manager
  UpgradeStatus: Upgraded to precise on 2013-04-14 (80 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-geonames/+bug/1197969/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1440157] Re: WARNING **: Could not connect to geoname lookup server: Operation was cancelled

2015-05-07 Thread Lars Uebernickel
** Also affects: libtimezonemap (Ubuntu)
   Importance: Undecided
   Status: New

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

** Changed in: libtimezonemap (Ubuntu)
   Status: New => In Progress

** Changed in: libtimezonemap (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libtimezonemap in Ubuntu.
https://bugs.launchpad.net/bugs/1440157

Title:
  WARNING **: Could not connect to geoname lookup server: Operation was
  cancelled

Status in One Hundred Papercuts:
  Confirmed
Status in Unity Control Center:
  New
Status in libtimezonemap package in Ubuntu:
  In Progress
Status in unity-control-center package in Ubuntu:
  Confirmed

Bug description:
  Test Case:
  open Date & Time panel > Clock 
  Enable Time in other locations
  Click Choose Locations...

  No other locations can be added

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: indicator-datetime 13.10.0+15.04.20150331-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
  Uname: Linux 3.19.0-10-generic x86_64
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.358
  CurrentDesktop: Unity
  Date: Fri Apr  3 23:54:13 2015
  LiveMediaBuild: Ubuntu 15.04 "Vivid Vervet" - Beta amd64 (20150326)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: indicator-datetime
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1448969] Re: GTK3 can't resize treeviewcolumn

2015-04-30 Thread Lars Uebernickel
** Description changed:

- there's a bug in gtk+ 3.10 and 3.12 (Ubuntu 14.04 and 14.10) which prevents 
user from resizing a column in TreeView.
- In the sample code below, when started, try to resize the 'File Name' column 
so the "Size in bytes' column would go out of the view - right now it's not 
possible. It was working with gtk2 and it's working with gtk 3.14. 
+ This is a regression from 3.8 present until 3.12 (it is fixed on 3.14+).
  
- Please use sample code from attachement
+ Two issues regarding tree view columns:
+ 
+ 1. When columns in a tree view are set to be resizeable and the
+ horizontal scrollbar is shown, they cannot be resized.
+ 
+ 2. When columns are of fixed width, the horizontal scrollbar is not
+ visible when it should be.
+ 
+ The proposed fix is to backport a couple of reverts from gtk+ 3.14.
+ 
+ [Test Case]
+ 
+ For 1) Open nautilus and change it to list mode (Ctrl+1). Resize the
+ window so that the horizontal scroll bar appears. The name column is not
+ resizeable but should be with this fix applied.
+ 
+ For 2) Open gtk3-demo (from gtk-3-examples) and run the "Tree Store"
+ demo (under "Tree View"). Resize the window so that content on the right
+ gets hidden. No horizontal scrollbar becomes visible unless this fix is
+ applied.
+ 
+ [Regression Potential]
+ 
+ Any application using gtk's tree view with visible columns is
+ potentially affected. However, resizing columns is not a common
+ operation and horizontal scrollbars should rarely be visible.

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

Title:
  GTK3 can't resize treeviewcolumn

Status in gtk+3.0 package in Ubuntu:
  Fix Released
Status in gtk+3.0 source package in Trusty:
  In Progress
Status in gtk+3.0 source package in Utopic:
  In Progress

Bug description:
  This is a regression from 3.8 present until 3.12 (it is fixed on
  3.14+).

  Two issues regarding tree view columns:

  1. When columns in a tree view are set to be resizeable and the
  horizontal scrollbar is shown, they cannot be resized.

  2. When columns are of fixed width, the horizontal scrollbar is not
  visible when it should be.

  The proposed fix is to backport a couple of reverts from gtk+ 3.14.

  [Test Case]

  For 1) Open nautilus and change it to list mode (Ctrl+1). Resize the
  window so that the horizontal scroll bar appears. The name column is
  not resizeable but should be with this fix applied.

  For 2) Open gtk3-demo (from gtk-3-examples) and run the "Tree Store"
  demo (under "Tree View"). Resize the window so that content on the
  right gets hidden. No horizontal scrollbar becomes visible unless this
  fix is applied.

  [Regression Potential]

  Any application using gtk's tree view with visible columns is
  potentially affected. However, resizing columns is not a common
  operation and horizontal scrollbars should rarely be visible.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1445540] Re: GTK draws its own (double) window decorations under Mir

2015-04-30 Thread Lars Uebernickel
Many gtk applications are moving towards client side decorations in
order to put widgets into their title bars. We'd like to stop patching
them (upstream or downstream) with the move to Mir and Unity 8, as that
is a break in design anyways and many of the newly designed default
applications will use client side decorations as well.

Do we really still need the csd/ssd duality or could we just let all
apps draw their decorations themselves?

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

Title:
  GTK draws its own (double) window decorations under Mir

Status in gtk+3.0 package in Ubuntu:
  Triaged

Bug description:
  GTK draws its own window decorations under Mir.

  This is not ideal. It should default to letting the shell decorate all
  windows.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1448969] Re: GTK3 can't resize treeviewcolumn

2015-04-29 Thread Lars Uebernickel
Thanks for reporting and investigating this bug. Reverting the commit
you mentioned breaks the GTK_POLICY_NEVER case for me (as mentioned in
the commit message). Cherry-picking a couple of reverts from the 3.14
cycle seems to work though. Attached is a combined patch of those
commits. I'd appreciate if you could test that one as well.

** Patch added: 
"0001-treeview-enable-column-resizing-with-horizontal-scro.patch"
   
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1448969/+attachment/4387453/+files/0001-treeview-enable-column-resizing-with-horizontal-scro.patch

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

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

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

Title:
  GTK3 can't resize treeviewcolumn

Status in gtk+3.0 package in Ubuntu:
  In Progress

Bug description:
  there's a bug in gtk+ 3.10 and 3.12 (Ubuntu 14.04 and 14.10) which prevents 
user from resizing a column in TreeView.
  In the sample code below, when started, try to resize the 'File Name' column 
so the "Size in bytes' column would go out of the view - right now it's not 
possible. It was working with gtk2 and it's working with gtk 3.14. 

  Please use sample code from attachement

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1222053

Title:
  per-session gsettings overrides

Status in The "G" Library - GLib:
  Unknown
Status in glib2.0 package in Ubuntu:
  New

Bug description:
  There have been several occasions now where Ubuntu GNOME has had to
  patch code, that could in theory instead be handled by per-session
  gsettings overrides. A recent example is the background plugin in
  gnome-settings-daemon (LP: #1219148), this should be loaded under
  unity, gnome-flashback sessions but not gnome-shell session. A per-
  session override would make this possible without any patches to the
  codebase.

  As I understand it the overrides are processed by glib-compile-schemas
  so perhaps we would have to recompile schemas on each login to achieve
  this? Any thoughts on how we can achieve this?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1430307

Title:
  Deprecation warning should be turned off for release

Status in glib2.0 package in Ubuntu:
  In Progress

Bug description:
  A lot of applications that are currently shipping in vivid display gtk
  deprecation warnings. While this is useful to developers, it is a
  nuisance for users who are powerless to fix these issues.

  For certain graphical applications, printing warnings on the console
  isn't much of an issue, but for others, such as gedit, it's annoying
  and inelegant.

  Here are a few examples:

  $ ubuntu-bug sdasdasd
  dpkg-query: no packages found matching sdasdasd
  Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

  $ gedit
  sys:1: Warning: The property GtkSettings:gtk-menu-images is deprecated and 
shouldn't be used anymore. It will be removed in a future version.
  sys:1: Warning: The property GtkToolButton:stock-id is deprecated and 
shouldn't be used anymore. It will be removed in a future version.
  sys:1: Warning: The property GtkWidget:margin-right is deprecated and 
shouldn't be used anymore. It will be removed in a future version.
  sys:1: Warning: The property GtkButton:use-stock is deprecated and shouldn't 
be used anymore. It will be removed in a future version.
  sys:1: Warning: The property GtkSettings:gtk-button-images is deprecated and 
shouldn't be used anymore. It will be removed in a future version.
  sys:1: Warning: The property GtkButton:xalign is deprecated and shouldn't be 
used anymore. It will be removed in a future version.
  sys:1: Warning: The property GtkAlignment:left-padding is deprecated and 
shouldn't be used anymore. It will be removed in a future version.
  sys:1: Warning: The property GtkTreeView:rules-hint is deprecated and 
shouldn't be used anymore. It will be removed in a future version.

  $ brasero

  (brasero:5606): GLib-GObject-WARNING **: The property 
GtkSettings:gtk-menu-images is deprecated and shouldn't be used anymore. It 
will be removed in a future version.
  (brasero:5606): GLib-GObject-WARNING **: The property 
GtkSettings:gtk-button-images is deprecated and shouldn't be used anymore. It 
will be removed in a future version.
  (brasero:5606): GLib-GObject-WARNING **: The property GtkAlignment:xalign is 
deprecated and shouldn't be used anymore. It will be removed in a future 
version.
  (brasero:5606): GLib-GObject-WARNING **: The property GtkAlignment:yalign is 
deprecated and shouldn't be used anymore. It will be removed in a future 
version.
  (brasero:5606): GLib-GObject-WARNING **: The property GtkButton:use-stock is 
deprecated and shouldn't be used anymore. It will be removed in a future 
version.

  
  $ gnote

  (gnote:5712): GLib-GObject-WARNING **: The property GSettings:schema is 
deprecated and shouldn't be used anymore. It will be removed in a future 
version.
  (gnote:5712): GLib-GObject-WARNING **: The property GtkTextTag:foreground-gdk 
is deprecated and shouldn't be used anymore. It will be removed in a future 
version.
  (gnote:5712): GLib-GObject-WARNING **: The property 
GtkSettings:gtk-menu-images is deprecated and shouldn't be used anymore. It 
will be removed in a future version.
  (gnote:5712): GLib-GObject-WARNING **: The property GtkAlignment:xalign is 
deprecated and shouldn't be used anymore. It will be removed in a future 
version.
  (gnote:5712): GLib-GObject-WARNING **: The property GtkAlignment:yalign is 
deprecated and shouldn't be used anymore. It will be removed in a future 
version.
  (gnote:5712): GLib-GObject-WARNING **: The property GtkAlignment:xscale is 
deprecated and shouldn't be used anymore. It will be removed in a future 
version.
  (gnote:5712): GLib-GObject-WARNING **: The property GtkAlignment:yscale is 
deprecated and shouldn't be used anymore. It will be removed in a future 
version.
  (gnote:5712): GLib-GObject-WARNING **: The property GtkImage:stock is 
deprecated and shouldn't be used anymore. It will be removed in a future 
version.
  (gnote:5712): GLib-GObject-WARNING **: The property 
GtkSettings:gtk-button-images is deprecated and shouldn't be used anymore. It 
will be removed in a future version.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: libgtk-3-0 3.14.8

[Touch-packages] [Bug 1352478] Re: rapid flickering in menu bar.sound volume couldnot control

2015-04-16 Thread Lars Uebernickel
Sorry, this bug doesn't provide enough information to be useful for
developers to reproduce.

Is this happening on a regular basis? Which version of Ubuntu are you
running?

** Changed in: gtk+3.0 (Ubuntu)
   Status: New => Incomplete

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

Title:
  rapid flickering in menu bar.sound volume couldnot control

Status in gtk+3.0 package in Ubuntu:
  Incomplete

Bug description:
  coudnot able to start properly.everything flickers.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1101157] Re: libgdk-pixbuf2.0-dev unusable for static builds

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: gdk-pixbuf (Ubuntu)
   Status: Triaged => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdk-pixbuf in Ubuntu.
https://bugs.launchpad.net/bugs/1101157

Title:
  libgdk-pixbuf2.0-dev unusable for static builds

Status in gdk-pixbuf package in Ubuntu:
  Won't Fix

Bug description:
  The package does not provide a static version of library.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, 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

Status in The Linux Mint Distribution:
  New
Status in gtk+3.0 package in Ubuntu:
  Won't Fix

Bug description:
  The static libraries are missing in libgtk-3-dev 3.10.8~6+qiana.

  Upstream (Ubuntu) also has this issue, but since this is a specialized
  qiana build, I felt I should also report this here.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1385624

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

Status in gtk+3.0 package in Ubuntu:
  Won't Fix
Status in xfce4-indicator-plugin package in Ubuntu:
  New
Status in xfce4-panel package in Ubuntu:
  Confirmed

Bug description:
  It just crashed.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: xfce4-panel 4.11.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-23.31-lowlatency 3.16.4
  Uname: Linux 3.16.0-23-lowlatency x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Oct 25 12:26:05 2014
  ExecutablePath: /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0
  InstallationDate: Installed on 2011-11-13 (1076 days ago)
  InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  ProcCmdline: /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0 
/usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libindicator-plugin.so 5 18874401 
indicator Indicator\ Plugin Provides\ a\ panel\ area\ for\ Unity\ indicators.\ 
Indicators\ allow\ applications\ and\ system\ services\ to\ display\ their\ 
status\ and\ interact\ with\ the\ user.
  SegvAnalysis:
   Segfault happened at: 0x7f6d654461f5 :   movdqu (%rdi),%xmm0
   PC (0x7f6d654461f5) ok
   source "(%rdi)" (0x) not located in a known VMA region (needed 
readable region)!
   destination "%xmm0" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: xfce4-panel
  StacktraceTop:
   strrchr () at ../sysdeps/x86_64/strrchr.S:32
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
  Title: wrapper-2.0 crashed with SIGSEGV in strrchr()
  UpgradeStatus: Upgraded to utopic on 2014-10-25 (0 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lp lpadmin 
mythtv netdev plugdev sambashare scanner tape vboxusers video wireshark

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1444174] Re: gtk fails to build if mir backend enabled with x11 backend disabled

2015-04-15 Thread Lars Uebernickel
Thanks! Pushed the patch to upstream master and put up a MR to backport
it to our package.

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

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

Title:
  gtk fails to build if mir backend enabled with x11 backend disabled

Status in gtk+3.0 package in Ubuntu:
  In Progress

Bug description:
  gtk fails to build if mir backend enabled with x11 backend disabled.

  ./configure --enable-x11-backend=no --enable-mir-backend=yes

  ...

  gtkdbusgenerated.c:15:31: fatal error: gio/gunixfdlist.h: No such file or 
directory
   #  include 
 ^

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1444174] Re: gtk fails to build if mir backend enabled with x11 backend disabled

2015-04-15 Thread Lars Uebernickel
Note that you still need to disable libcanberra in order for this to
work. It's only used in examples, but enabled by default.

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

Title:
  gtk fails to build if mir backend enabled with x11 backend disabled

Status in gtk+3.0 package in Ubuntu:
  In Progress

Bug description:
  gtk fails to build if mir backend enabled with x11 backend disabled.

  ./configure --enable-x11-backend=no --enable-mir-backend=yes

  ...

  gtkdbusgenerated.c:15:31: fatal error: gio/gunixfdlist.h: No such file or 
directory
   #  include 
 ^

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, 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()

Status in GTK+ GUI Toolkit:
  Invalid
Status in gtk+3.0 package in Ubuntu:
  Fix Released

Bug description:
  trying to open a second file in gedit
  on a Flaky oneiric install

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: gedit 3.1.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-5.6-generic 3.0.0-rc7
  Uname: Linux 3.0.0-5-generic x86_64
  Architecture: amd64
  Date: Wed Jul 20 18:33:05 2011
  ExecutablePath: /usr/bin/gedit
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110417)
  ProcCmdline: gedit
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x7fa91b173ff0 :   
testb  $0x4,0x16(%rdi)
   PC (0x7fa91b173ff0) ok
   source "$0x4" ok
   destination "0x16(%rdi)" (0x7fa900100016) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: gedit
  StacktraceTop:
   g_type_check_instance_is_a () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   g_file_equal () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   ?? () from /usr/lib/libgtk-3.so.0
   ?? () from /usr/lib/libgtk-3.so.0
   ?? () from /usr/lib/libgtk-3.so.0
  Title: gedit crashed with SIGSEGV in g_type_check_instance_is_a()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin netdev plugdev sambashare

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, 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()

Status in GTK+ GUI Toolkit:
  New
Status in gtk+3.0 package in Ubuntu:
  Invalid

Bug description:
  Open empathy and click in "link contacts..." (Facebook) and crash. My
  acount is Gabble, butterfly and IRC.

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.1.2.1-1ubuntu1
  Uname: Linux 3.0.0-0300rc5-generic x86_64
  Architecture: amd64
  Date: Wed Jun 29 16:02:32 2011
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha amd64 (20110531.1)
  ProcCmdline: empathy
  ProcEnviron:
   LANGUAGE=es_ES:en
   PATH=(custom, no user)
   LANG=es_CL.UTF-8
   LC_MESSAGES=es_ES.UTF-8
   SHELL=/bin/bash
  Signal: 5
  SourcePackage: empathy
  StacktraceTop:
   gtk_box_size_allocate (widget=, allocation=) at /build/buildd/gtk+3.0-3.1.6/./gtk/gtkbox.c:480
   g_closure_invoke (closure=0x27815b0, return_value=0x0, n_param_values=2, 
param_values=0x7f19e4066760, invocation_hint=) at 
/build/buildd/glib2.0-2.29.8/./gobject/gclosure.c:771
   signal_emit_unlocked_R (node=, detail=0, 
instance=0x301dcb0, emission_return=0x0, instance_and_params=0x7f19e4066760) at 
/build/buildd/glib2.0-2.29.8/./gobject/gsignal.c:3186
   g_signal_emit_valist (instance=, signal_id=, detail=, var_args=0x7fff9337b688) at 
/build/buildd/glib2.0-2.29.8/./gobject/gsignal.c:2987
   g_signal_emit (instance=, signal_id=, detail=) at 
/build/buildd/glib2.0-2.29.8/./gobject/gsignal.c:3044
  Title: empathy crashed with signal 5 in gtk_box_size_allocate()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/440527

Title:
  evolution crashed with SIGSEGV in g_closure_invoke()

Status in The Evolution Mail & Calendaring Tool:
  Invalid
Status in GTK+ GUI Toolkit:
  Expired
Status in gtk+3.0 package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: evolution

  I was not actively using evolution when it crashed, no idea how to
  reproduce.

  ProblemType: Crash
  Architecture: amd64
  Date: Fri Oct  2 14:39:29 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/evolution
  Package: evolution 2.28.0-0ubuntu2
  ProcCmdline: evolution --component=mail
  ProcEnviron:
   PATH=(custom, user)
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
  SegvAnalysis:
   Segfault happened at: 0x7ffeb442faa8:mov(%rax),%edx
   PC (0x7ffeb442faa8) ok
   source "(%rax)" (0x) not located in a known VMA region (needed 
readable region)!
   destination "%edx" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: evolution
  StacktraceTop:
   ?? () from /usr/lib/libgtk-x11-2.0.so.0
   ?? () from /usr/lib/libgtk-x11-2.0.so.0
   g_closure_invoke ()
   ?? () from /usr/lib/libgobject-2.0.so.0
   g_signal_emit_valist ()
  Title: evolution crashed with SIGSEGV in g_closure_invoke()
  Uname: Linux 2.6.31-11-generic x86_64
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/797775

Title:
  gedit crashed with SIGSEGV in g_file_equal()

Status in GTK+ GUI Toolkit:
  Expired
Status in gtk+3.0 package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: gedit

  Not easily reproducible.

  I was trying to reproduce bug 797443 and playing with the folder
  buttons of the "Save As..." dialog, 2 buttons where highlighted at the
  same time (I haven't found a way to reproduce how yet) and then this
  crash.

  ---
  Ubuntu Bug Squad volunteer triager
  http://wiki.ubuntu.com/BugSquad

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: gedit 3.0.4-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0-0.1-generic 3.0.0-rc2
  Uname: Linux 3.0-0-generic i686
  Architecture: i386
  Date: Wed Jun 15 17:18:26 2011
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/gedit
  ProcCmdline: gedit
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LC_MESSAGES=en_US.utf8
   LANG=en_US.utf8
   LANGUAGE=en_US:en
  SegvAnalysis:
   Segfault happened at: 0x784182 :   mov(%edx),%ecx
   PC (0x00784182) ok
   source "(%edx)" (0x0001) not located in a known VMA region (needed 
readable region)!
   destination "%ecx" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gedit
  StacktraceTop:
   g_file_equal (file1=0x9a850b0, file2=0xb09e0d40) at 
/build/buildd/glib2.0-2.29.8/./gio/gfile.c:585
   ?? () from /usr/lib/libgtk-3.so.0
   ?? () from /usr/lib/libgtk-3.so.0
   ?? () from /usr/lib/libgtk-3.so.0
   g_simple_async_result_complete (simple=0x9af1d00) at 
/build/buildd/glib2.0-2.29.8/./gio/gsimpleasyncresult.c:749
  Title: gedit crashed with SIGSEGV in g_file_equal()
  UpgradeStatus: Upgraded to oneiric on 2011-05-16 (29 days ago)
  UserGroups: adm admin audio cdrom dialout dip floppy fuse libvirtd lpadmin 
netdev plugdev scanner sudo video

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1285783

Title:
  Right panel has a transparent background

Status in gtk+3.0 package in Ubuntu:
  Invalid
Status in ubuntu-themes package in Ubuntu:
  Fix Released

Bug description:
  Launching gnome-tweak-tool and choosing a category on the left panel
  makes the right panel transparent.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


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

2015-04-12 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
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1443273

Title:
  gdk_set_program_class breaks --class

Status in GTK+ GUI Toolkit:
  Unknown
Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  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.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1376565] Re: Utopic system log wrong design

2015-03-16 Thread Lars Uebernickel
** Description changed:

  On ubuntu 14.10 gnome-system-log has the new headerbars (look at the 
screenshot).
  It should look like all other ubuntu applications.
+ 
+ Fixing this entails changing the style of header bars in css files and
+ adding new icons which are used for the window buttons (close, minimize,
+ maximize, restore). "window-close-symbolic" is also used on tab widgets
+ in some applications, such as gnome-terminal and gedit. Those look
+ slightly different with the change.
+ 
+ Rationale for including this after UI freeze: more than anticipated
+ GNOME applications in the archive got updated to use a header bar
+ instead of a traditional title bar. We've patched default applications,
+ but there's a lot of apps left (for example, gnome-system-logs, devhelp,
+ gnome-font-viewer). Making them look a bit more consistent with other
+ apps is desirable, as they look very much out of place now.

** Summary changed:

- Utopic system log wrong design
+ GNOME apps with headerbars look out of place in Unity

** Changed in: ubuntu-themes (Ubuntu)
   Status: In Progress => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1376565

Title:
  GNOME apps with headerbars look out of place in Unity

Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  On ubuntu 14.10 gnome-system-log has the new headerbars (look at the 
screenshot).
  It should look like all other ubuntu applications.

  Fixing this entails changing the style of header bars in css files and
  adding new icons which are used for the window buttons (close,
  minimize, maximize, restore). "window-close-symbolic" is also used on
  tab widgets in some applications, such as gnome-terminal and gedit.
  Those look slightly different with the change.

  Rationale for including this after UI freeze: more than anticipated
  GNOME applications in the archive got updated to use a header bar
  instead of a traditional title bar. We've patched default
  applications, but there's a lot of apps left (for example, gnome-
  system-logs, devhelp, gnome-font-viewer). Making them look a bit more
  consistent with other apps is desirable, as they look very much out of
  place now.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1425155] Re: totem 3.14's OSD looks bad in Ambiance

2015-03-16 Thread Lars Uebernickel
** Description changed:

  In our theme, totem's OSD (player controls) doesn't look very nice. It's
  not really styled.
  
- Just play a video and look at the in-window controls to see this.
+ Fixing this involves only changes to css files, and in there only adding
+ rules for the .osd style class (and sub widgets).
+ 
+ Rationale for including this after UI freeze: it's really quite ugly and
+ it's hard to discern the overlay widgets from the video as they are
+ missing a background. Please see the attached screenshots.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: totem 3.14.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
  Uname: Linux 3.18.0-13-generic x86_64
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Feb 24 16:01:38 2015
  InstallationDate: Installed on 2012-10-07 (869 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Beta amd64 (20121007)
  SourcePackage: totem
  UpgradeStatus: Upgraded to vivid on 2013-05-07 (658 days ago)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1425155

Title:
  totem 3.14's OSD looks bad in Ambiance

Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  In our theme, totem's OSD (player controls) doesn't look very nice.
  It's not really styled.

  Fixing this involves only changes to css files, and in there only
  adding rules for the .osd style class (and sub widgets).

  Rationale for including this after UI freeze: it's really quite ugly
  and it's hard to discern the overlay widgets from the video as they
  are missing a background. Please see the attached screenshots.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: totem 3.14.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
  Uname: Linux 3.18.0-13-generic x86_64
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Feb 24 16:01:38 2015
  InstallationDate: Installed on 2012-10-07 (869 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Beta amd64 (20121007)
  SourcePackage: totem
  UpgradeStatus: Upgraded to vivid on 2013-05-07 (658 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1376565] Re: Utopic system log wrong design

2015-03-16 Thread Lars Uebernickel
This is a bug in the theme, not in gnome-system-log.

** Branch linked: lp:~larsu/ubuntu-themes/titlebars

** Package changed: gnome-system-log (Ubuntu) => ubuntu-themes (Ubuntu)

** Changed in: ubuntu-themes (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1376565

Title:
  Utopic system log wrong design

Status in ubuntu-themes package in Ubuntu:
  In Progress

Bug description:
  On ubuntu 14.10 gnome-system-log has the new headerbars (look at the 
screenshot).
  It should look like all other ubuntu applications.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1425155] Re: totem 3.14's OSD looks bad in Ambiance

2015-03-16 Thread Lars Uebernickel
Screenshot of totem with the new theme.

** Attachment added: "totem-osd.png"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1425155/+attachment/4347063/+files/totem-osd.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1425155

Title:
  totem 3.14's OSD looks bad in Ambiance

Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  In our theme, totem's OSD (player controls) doesn't look very nice.
  It's not really styled.

  Just play a video and look at the in-window controls to see this.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: totem 3.14.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
  Uname: Linux 3.18.0-13-generic x86_64
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Feb 24 16:01:38 2015
  InstallationDate: Installed on 2012-10-07 (869 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Beta amd64 (20121007)
  SourcePackage: totem
  UpgradeStatus: Upgraded to vivid on 2013-05-07 (658 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1425155] Re: totem 3.14's OSD looks bad in Ambiance

2015-03-16 Thread Lars Uebernickel
After quite some tinkering with backgrounds and borders to give these
widgets a buttony feel (like Adwaita does) while trying to make them
look similar to our other buttons, I gave up and decided for a very
minimal approach.

Branch is attached. Please let me know what you think.

** Branch linked: lp:~larsu/ubuntu-themes/osd-totem

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1425155

Title:
  totem 3.14's OSD looks bad in Ambiance

Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  In our theme, totem's OSD (player controls) doesn't look very nice.
  It's not really styled.

  Just play a video and look at the in-window controls to see this.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: totem 3.14.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
  Uname: Linux 3.18.0-13-generic x86_64
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Feb 24 16:01:38 2015
  InstallationDate: Installed on 2012-10-07 (869 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Beta amd64 (20121007)
  SourcePackage: totem
  UpgradeStatus: Upgraded to vivid on 2013-05-07 (658 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1429354] Re: Systemd takes very long to boot with error in swap mounting

2015-03-09 Thread Lars Uebernickel
** Attachment added: "udevadm"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1429354/+attachment/4338780/+files/udevadm

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1429354

Title:
  Systemd takes very long to boot with error in swap mounting

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  My system boots almost instantly with upstart. Today i tried booting with 
systemd via the additional grub option.
  However, with systemd it takes really long to boot but – so long that i 
forced a reboot once because i thought i got stuck.

  Looking in to boot journal, i found the following error concerning the swap:
  Mär 07 09:28:00 darw1n systemd[1]: dev-sda3.swap swap process exited, 
code=exited status=255
  Mär 07 09:28:00 darw1n systemd[1]: Failed to activate swap Swap Partition.
  Mär 07 09:28:00 darw1n systemd[1]: Unit dev-sda3.swap entered failed state.

  And this concerning nvidia-persistenced
  Mär 07 09:28:00 darw1n nvidia-persistenced[433]: Started (433)
  Mär 07 09:28:00 darw1n nvidia-persistenced[433]: Failed to query NVIDIA 
devices. Please ensure that the NVIDIA device files (/dev/nvidia*) exist, and 
that user 116 has read and write permissions for thos
  Mär 07 09:28:00 darw1n nvidia-persistenced[433]: The daemon no longer has 
permission to remove its runtime data directory /var/run/nvidia-persistenced

  I checked that /dev/sda3 exists and is a swap partition and i check for the 
/dev/nvidia files:
  $ ls -Alst /dev/nvidia0
  0 crw-rw-rw- 1 root root 195, 0 Mär  7 09:29 /dev/nvidia0

  However, the interesting part is here, where nothing seems to happen for a 
minute: (see the timestamps):
  Mär 07 09:28:01 darw1n systemd[1]: Started LSB: AppArmor initialization.
  Mär 07 09:28:31 darw1n systemd-journal[234]: Forwarding to syslog missed 99 
messages.
  Mär 07 09:29:29 darw1n systemd[1]: Job 
dev-disk-by\x2duuid-0b93a0a2\x2d115c\x2d4a45\x2d9075\x2d5f31454c5a41.device/start
 timed out.
  Mär 07 09:29:29 darw1n systemd-journal[234]: Forwarding to syslog missed 1 
messages.
  Mär 07 09:29:29 darw1n systemd[1]: Timed out waiting for device 
dev-disk-by\x2duuid-0b93a0a2\x2d115c\x2d4a45\x2d9075\x2d5f31454c5a41.device.
  Mär 07 09:29:29 darw1n systemd[1]: Dependency failed for Cryptography Setup 
for cryptswap1.
  Mär 07 09:29:29 darw1n systemd[1]: Dependency failed for 
dev-mapper-cryptswap1.device.
  Mär 07 09:29:29 darw1n systemd[1]: Dependency failed for 
/dev/mapper/cryptswap1.
  Mär 07 09:29:29 darw1n systemd[1]: Dependency failed for Swap.
  Mär 07 09:29:29 darw1n systemd[1]: Job swap.target/start failed with result 
'dependency'.
  Mär 07 09:29:29 darw1n systemd[1]: Job dev-mapper-cryptswap1.swap/start 
failed with result 'dependency'.
  Mär 07 09:29:29 darw1n systemd[1]: Job dev-mapper-cryptswap1.device/start 
failed with result 'dependency'.
  Mär 07 09:29:29 darw1n systemd[1]: Dependency failed for Encrypted Volumes.
  Mär 07 09:29:29 darw1n systemd[1]: Job cryptsetup.target/start failed with 
result 'dependency'.
  Mär 07 09:29:29 darw1n systemd[1]: Job 
systemd-cryptsetup@cryptswap1.service/start failed with result 'dependency'.
  Mär 07 09:29:29 darw1n systemd[1]: Job 
dev-disk-by\x2duuid-0b93a0a2\x2d115c\x2d4a45\x2d9075\x2d5f31454c5a41.device/start
 failed with result 'timeout'.
  Mär 07 09:29:29 darw1n systemd[1]: Reached target System Initializatio

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-4ubuntu3
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Mar  7 09:31:09 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-02-05 (29 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic.efi.signed 
root=UUID=63ea7e2a-9b00-4298-b58c-7a68c2775a87 ro vt.handoff=7 
init=/lib/systemd/systemd systemd.debugshell
  SourcePackage: systemd
  UpgradeStatus: Upgraded to vivid on 2015-02-23 (11 days ago)
  dmi.bios.date: 12/17/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.60
  dmi.board.name: H97 Performance
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.60:bd12/17/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH97Performance:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

To manage notifi

[Touch-packages] [Bug 1429354] Re: Systemd takes very long to boot with error in swap mounting

2015-03-09 Thread Lars Uebernickel
** Attachment added: "crypttab"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1429354/+attachment/4338779/+files/crypttab

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1429354

Title:
  Systemd takes very long to boot with error in swap mounting

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  My system boots almost instantly with upstart. Today i tried booting with 
systemd via the additional grub option.
  However, with systemd it takes really long to boot but – so long that i 
forced a reboot once because i thought i got stuck.

  Looking in to boot journal, i found the following error concerning the swap:
  Mär 07 09:28:00 darw1n systemd[1]: dev-sda3.swap swap process exited, 
code=exited status=255
  Mär 07 09:28:00 darw1n systemd[1]: Failed to activate swap Swap Partition.
  Mär 07 09:28:00 darw1n systemd[1]: Unit dev-sda3.swap entered failed state.

  And this concerning nvidia-persistenced
  Mär 07 09:28:00 darw1n nvidia-persistenced[433]: Started (433)
  Mär 07 09:28:00 darw1n nvidia-persistenced[433]: Failed to query NVIDIA 
devices. Please ensure that the NVIDIA device files (/dev/nvidia*) exist, and 
that user 116 has read and write permissions for thos
  Mär 07 09:28:00 darw1n nvidia-persistenced[433]: The daemon no longer has 
permission to remove its runtime data directory /var/run/nvidia-persistenced

  I checked that /dev/sda3 exists and is a swap partition and i check for the 
/dev/nvidia files:
  $ ls -Alst /dev/nvidia0
  0 crw-rw-rw- 1 root root 195, 0 Mär  7 09:29 /dev/nvidia0

  However, the interesting part is here, where nothing seems to happen for a 
minute: (see the timestamps):
  Mär 07 09:28:01 darw1n systemd[1]: Started LSB: AppArmor initialization.
  Mär 07 09:28:31 darw1n systemd-journal[234]: Forwarding to syslog missed 99 
messages.
  Mär 07 09:29:29 darw1n systemd[1]: Job 
dev-disk-by\x2duuid-0b93a0a2\x2d115c\x2d4a45\x2d9075\x2d5f31454c5a41.device/start
 timed out.
  Mär 07 09:29:29 darw1n systemd-journal[234]: Forwarding to syslog missed 1 
messages.
  Mär 07 09:29:29 darw1n systemd[1]: Timed out waiting for device 
dev-disk-by\x2duuid-0b93a0a2\x2d115c\x2d4a45\x2d9075\x2d5f31454c5a41.device.
  Mär 07 09:29:29 darw1n systemd[1]: Dependency failed for Cryptography Setup 
for cryptswap1.
  Mär 07 09:29:29 darw1n systemd[1]: Dependency failed for 
dev-mapper-cryptswap1.device.
  Mär 07 09:29:29 darw1n systemd[1]: Dependency failed for 
/dev/mapper/cryptswap1.
  Mär 07 09:29:29 darw1n systemd[1]: Dependency failed for Swap.
  Mär 07 09:29:29 darw1n systemd[1]: Job swap.target/start failed with result 
'dependency'.
  Mär 07 09:29:29 darw1n systemd[1]: Job dev-mapper-cryptswap1.swap/start 
failed with result 'dependency'.
  Mär 07 09:29:29 darw1n systemd[1]: Job dev-mapper-cryptswap1.device/start 
failed with result 'dependency'.
  Mär 07 09:29:29 darw1n systemd[1]: Dependency failed for Encrypted Volumes.
  Mär 07 09:29:29 darw1n systemd[1]: Job cryptsetup.target/start failed with 
result 'dependency'.
  Mär 07 09:29:29 darw1n systemd[1]: Job 
systemd-cryptsetup@cryptswap1.service/start failed with result 'dependency'.
  Mär 07 09:29:29 darw1n systemd[1]: Job 
dev-disk-by\x2duuid-0b93a0a2\x2d115c\x2d4a45\x2d9075\x2d5f31454c5a41.device/start
 failed with result 'timeout'.
  Mär 07 09:29:29 darw1n systemd[1]: Reached target System Initializatio

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-4ubuntu3
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Mar  7 09:31:09 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-02-05 (29 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic.efi.signed 
root=UUID=63ea7e2a-9b00-4298-b58c-7a68c2775a87 ro vt.handoff=7 
init=/lib/systemd/systemd systemd.debugshell
  SourcePackage: systemd
  UpgradeStatus: Upgraded to vivid on 2015-02-23 (11 days ago)
  dmi.bios.date: 12/17/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.60
  dmi.board.name: H97 Performance
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.60:bd12/17/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH97Performance:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

To manage noti

[Touch-packages] [Bug 1429354] Re: Systemd takes very long to boot with error in swap mounting

2015-03-09 Thread Lars Uebernickel
I have the same issue. Attaching my fstab and crypttab.

** Attachment added: "fstab"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1429354/+attachment/4338777/+files/fstab

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1429354

Title:
  Systemd takes very long to boot with error in swap mounting

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  My system boots almost instantly with upstart. Today i tried booting with 
systemd via the additional grub option.
  However, with systemd it takes really long to boot but – so long that i 
forced a reboot once because i thought i got stuck.

  Looking in to boot journal, i found the following error concerning the swap:
  Mär 07 09:28:00 darw1n systemd[1]: dev-sda3.swap swap process exited, 
code=exited status=255
  Mär 07 09:28:00 darw1n systemd[1]: Failed to activate swap Swap Partition.
  Mär 07 09:28:00 darw1n systemd[1]: Unit dev-sda3.swap entered failed state.

  And this concerning nvidia-persistenced
  Mär 07 09:28:00 darw1n nvidia-persistenced[433]: Started (433)
  Mär 07 09:28:00 darw1n nvidia-persistenced[433]: Failed to query NVIDIA 
devices. Please ensure that the NVIDIA device files (/dev/nvidia*) exist, and 
that user 116 has read and write permissions for thos
  Mär 07 09:28:00 darw1n nvidia-persistenced[433]: The daemon no longer has 
permission to remove its runtime data directory /var/run/nvidia-persistenced

  I checked that /dev/sda3 exists and is a swap partition and i check for the 
/dev/nvidia files:
  $ ls -Alst /dev/nvidia0
  0 crw-rw-rw- 1 root root 195, 0 Mär  7 09:29 /dev/nvidia0

  However, the interesting part is here, where nothing seems to happen for a 
minute: (see the timestamps):
  Mär 07 09:28:01 darw1n systemd[1]: Started LSB: AppArmor initialization.
  Mär 07 09:28:31 darw1n systemd-journal[234]: Forwarding to syslog missed 99 
messages.
  Mär 07 09:29:29 darw1n systemd[1]: Job 
dev-disk-by\x2duuid-0b93a0a2\x2d115c\x2d4a45\x2d9075\x2d5f31454c5a41.device/start
 timed out.
  Mär 07 09:29:29 darw1n systemd-journal[234]: Forwarding to syslog missed 1 
messages.
  Mär 07 09:29:29 darw1n systemd[1]: Timed out waiting for device 
dev-disk-by\x2duuid-0b93a0a2\x2d115c\x2d4a45\x2d9075\x2d5f31454c5a41.device.
  Mär 07 09:29:29 darw1n systemd[1]: Dependency failed for Cryptography Setup 
for cryptswap1.
  Mär 07 09:29:29 darw1n systemd[1]: Dependency failed for 
dev-mapper-cryptswap1.device.
  Mär 07 09:29:29 darw1n systemd[1]: Dependency failed for 
/dev/mapper/cryptswap1.
  Mär 07 09:29:29 darw1n systemd[1]: Dependency failed for Swap.
  Mär 07 09:29:29 darw1n systemd[1]: Job swap.target/start failed with result 
'dependency'.
  Mär 07 09:29:29 darw1n systemd[1]: Job dev-mapper-cryptswap1.swap/start 
failed with result 'dependency'.
  Mär 07 09:29:29 darw1n systemd[1]: Job dev-mapper-cryptswap1.device/start 
failed with result 'dependency'.
  Mär 07 09:29:29 darw1n systemd[1]: Dependency failed for Encrypted Volumes.
  Mär 07 09:29:29 darw1n systemd[1]: Job cryptsetup.target/start failed with 
result 'dependency'.
  Mär 07 09:29:29 darw1n systemd[1]: Job 
systemd-cryptsetup@cryptswap1.service/start failed with result 'dependency'.
  Mär 07 09:29:29 darw1n systemd[1]: Job 
dev-disk-by\x2duuid-0b93a0a2\x2d115c\x2d4a45\x2d9075\x2d5f31454c5a41.device/start
 failed with result 'timeout'.
  Mär 07 09:29:29 darw1n systemd[1]: Reached target System Initializatio

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-4ubuntu3
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Mar  7 09:31:09 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-02-05 (29 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic.efi.signed 
root=UUID=63ea7e2a-9b00-4298-b58c-7a68c2775a87 ro vt.handoff=7 
init=/lib/systemd/systemd systemd.debugshell
  SourcePackage: systemd
  UpgradeStatus: Upgraded to vivid on 2015-02-23 (11 days ago)
  dmi.bios.date: 12/17/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.60
  dmi.board.name: H97 Performance
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.60:bd12/17/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH97Performance:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi

[Touch-packages] [Bug 1427286] Re: g_variant_unref warning displayed when calling back after a missed call

2015-03-02 Thread Lars Uebernickel
This is an issue in telephony-service: it calls g_variant_unref() on a
variant that it doesn't own a reference to [1].

g_variant_new_strv() returns a floating reference which is consumed by
the call to messaging_menu_message_add_action(). Another bug in that
code is g_variant_unref() might be called with a NULL variant when the
condition in line 212 is false. Both of those things will be fixed when
removing the unref call.

[1] http://bazaar.launchpad.net/~phablet-team/telephony-
service/trunk/view/head:/indicator/messagingmenu.cpp#L239

** Package changed: indicator-messages (Ubuntu) => telephony-service
(Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1427286

Title:
  g_variant_unref warning displayed when calling back after a missed
  call

Status in telephony-service package in Ubuntu:
  New

Bug description:
  On ubuntu touch rtm 248, those warning are displayed when selecting
  the "call back" action in the messaging menu, following a missed call

  "g_variant_unref: assertion 'value->ref_count > 0' failed"

  backtrace of a warning

  "#0  g_log (log_domain=0xb6598a70 "GLib", 
  log_level=log_level@entry=G_LOG_LEVEL_CRITICAL, 
  format=0xb65a17d4 "%s: assertion '%s' failed")
  at /build/buildd/glib2.0-2.41.5/./glib/gmessages.c:1075
  #1  0xb656ad62 in g_return_if_fail_warning (log_domain=, 
  pretty_function=, expression=)
  at /build/buildd/glib2.0-2.41.5/./glib/gmessages.c:1088
  #2  0xb6516664 in action_free (data=0xb3000e70) at messaging-menu-message.c:76
  #3  0xb657aae8 in g_slist_foreach (list=, list@entry=0xf72490, 
  func=0xb6516621 , user_data=user_data@entry=0x0)
  at /build/buildd/glib2.0-2.41.5/./glib/gslist.c:877
  #4  0xb657aafa in g_slist_free_full (list=0xf72490, free_func=)
  at /build/buildd/glib2.0-2.41.5/./glib/gslist.c:172
  #5  0xb651672c in messaging_menu_message_finalize (object=0xb2603b50)
  at messaging-menu-message.c:101
  #6  0xb66139f8 in g_object_unref (_object=0xb2603b50)
  at /build/buildd/glib2.0-2.41.5/./gobject/gobject.c:3170
  #7  0xb65596a0 in g_hash_table_remove_internal (hash_table=0xf70608, 
  key=0xfbb4c0, notify=1) at 
/build/buildd/glib2.0-2.41.5/./glib/ghash.c:1300
  #8  0xb651518e in messaging_menu_app_remove_message_internal (app=0xf70640, 
  message_id=0xfbb4c0 "") at 
messaging-menu-app.c:510
  #9  0xb6515348 in messaging_menu_app_activate_message 
(app_interface=0xf3ba70, 
  invocation=0xf70678, message_id=0xfbb4c0 "", 
  action_id=0xf92460 "callBack", params=0xf777c8, user_data=0xf70640)
  at messaging-menu-app.c:593
  #10 0xb5cda948 in ffi_call_VFP () from 
/usr/lib/arm-linux-gnueabihf/libffi.so.6
  #11 0xb5cdafc0 in ffi_call () from /usr/lib/arm-linux-gnueabihf/libffi.so.6
  #12 0xb6610b6c in g_cclosure_marshal_generic (closure=, 
  return_gvalue=, n_param_values=5, 
  param_values=, invocation_hint=0xbedc4070, 
marshal_data=0x0)
  at /build/buildd/glib2.0-2.41.5/./gobject/gclosure.c:1448
  #13 0xb66105b4 in g_closure_invoke (closure=0xf726d8, 
return_value=0xbedc4050, 
  n_param_values=5, param_values=0xf9dbc0, invocation_hint=0xbedc4070)
  at /build/buildd/glib2.0-2.41.5/./gobject/gclosure.c:768
  #14 0xb661d0aa in signal_emit_unlocked_R (node=node@entry=0xf62da0, 
  detail=detail@entry=0, instance=instance@entry=0xf3ba70, 
  emission_return=emission_return@entry=0xbedc4160, 
  instance_and_params=instance_and_params@entry=0xf9dbc0)
  at /build/buildd/glib2.0-2.41.5/./gobject/gsignal.c:3553
  #15 0xb6622a30 in g_signal_emitv (instance_and_params=0xf9dbc0, 
  signal_id=, detail=0, return_value=0xbedc4160)
  at /build/buildd/glib2.0-2.41.5/./gobject/gsignal.c:3048
  #16 0xb651aac4 in _indicator_messages_application_skeleton_handle_method_call 
(
  connection=0xb3006048, sender=0xb26055b8 ":1.52", 
  object_path=0xb2605c48 
"/com/canonical/indicator/messages/telephony_service_call_desktop", 
  interface_name=0xb26052a8 "com.canonical.indicator.messages.application", 
  method_name=0xb26055e8 "ActivateMessage", parameters=0xf8a508, 
  invocation=0xf70678, user_data=0xf3ba70)
  at indicator-messages-application.c:1917
  #17 0xb66f0fa4 in g_dbus_interface_method_dispatch_helper (
  invocation=0xf70678, 
  method_call_func=0xb651a8a1 
<_indicator_messages_application_skeleton_handle_method_call>, 
interface=0xf3ba70)
  at /build/buildd/glib2.0-2.41.5/./gio/gdbusinterfaceskeleton.c:609
  #18 skeleton_intercept_handle_method_call (connection=, 
  sender=, object_path=, 
  interface_name=, method_name=0xb26055e8 "ActivateMessage", 
  parameters=0xf8a508, invocation=0xf70678, user_data=0xf3ba70)
  at /build/buildd/glib2.0-2.41.5/./gio/gdbusinterfaceskeleton.c:650
  #19 0xb66df692 in call_in_idle_cb (user_data=0xf70678)
  at /build/buildd/glib2.0-2.41.5/./gi

[Touch-packages] [Bug 1421919] Re: clock is missing ~10% of the time

2015-02-27 Thread Lars Uebernickel
indicator-datetime-service seems to do the right thing when it loses its
name (exit the process). Maybe it gets stuck in a deadlock and doesn't
respond to D-Bus calls anymore?

Can someone please attach a backtrace of the running process when this
happens again?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1421919

Title:
  clock is missing ~10% of the time

Status in indicator-datetime package in Ubuntu:
  Confirmed

Bug description:
  This bug is maybe related to Bug #1239710, as in comment #34 mentioned
  I created a new bug report.

  After start of my pc the clock in the notification area is missing sometimes. 
When you kill the indicator-datetime the clock is displaying again:
  sudo pkill -9 indicator-date

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: indicator-datetime 13.10.0+14.04.20140415.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  NonfreeKernelModules: wl tbs6982fe tbs6680fe tbs6923fe tbs6985se tbs6928se 
tbs6982se tbs6991fe tbs6618fe tbs6983fe tbs6922fe tbs6928fe tbs6991se tbs6290fe
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Feb 14 10:26:41 2015
  InstallationDate: Installed on 2014-03-30 (320 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Daily amd64 (20140329)
  SourcePackage: indicator-datetime
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1416810] Re: indicator-messages should depent (or recommend) libmessaging-menu0

2015-02-24 Thread Lars Uebernickel
Seems to me like Thunderbird's messaging menu integration is optional.
Please file a bug against it to make it depend on libmessaging-menu.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1416810

Title:
  indicator-messages should depent (or recommend) libmessaging-menu0

Status in indicator-messages package in Ubuntu:
  Won't Fix

Bug description:
  indicator-messages does not work without libmessaging-menu0, hence
  there should be some sort of dependency.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1416810] Re: indicator-messages should depent (or recommend) libmessaging-menu0

2015-02-24 Thread Lars Uebernickel
> They could use DBus directly if they wanted.

No, the D-Bus interface is not part of the public API.

> [...] the messaging menu never appears in the panel, unless
libmessaging-menu0 gets installed, although applications using it are
installed [...]

It doesn't appear until an application registers itself. (If that
doesn't happen for some reason, please file a bug.)

** Changed in: indicator-messages (Ubuntu)
   Status: Opinion => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1416810

Title:
  indicator-messages should depent (or recommend) libmessaging-menu0

Status in indicator-messages package in Ubuntu:
  Won't Fix

Bug description:
  indicator-messages does not work without libmessaging-menu0, hence
  there should be some sort of dependency.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1414025] Re: "Call back" and the phone icon don't work in messaging indicator

2015-01-26 Thread Lars Uebernickel
** Branch linked: lp:~larsu/indicator-messages/lp1414025

** Changed in: indicator-messages (Ubuntu)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1414025

Title:
  "Call back" and the phone icon don't work in messaging indicator

Status in indicator-messages package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  With devel-proposed image 73 on mako, the "call back" button and the
  phone icon don't work. To reproduce:

  * produce a missed call on the phone by calling it and hanging up again
  * pull down messaging indicator
  * click on "call back" button

  => nothing happens

  * click on phone icon

  => nothing happens

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1390011] Re: using new gtk, gedit's fileselector "encoding combo" has no preselected value

2015-01-26 Thread Lars Uebernickel
This is an issue with gedit-encodings-combobox chaining up to
constructed() too late. Fixed in 3.14 [1]. Let's backport that if we
decide to stay with 3.10.

[1]
https://git.gnome.org/browse/gedit/commit/?id=f012999aebefd226fa04a35b71506d4b67dd99dd

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

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

Title:
  using new gtk, gedit's fileselector "encoding combo" has no
  preselected value

Status in gtk+3.0 package in Ubuntu:
  Triaged

Bug description:
  Trying to the new gtk candidate version for vivid, gedit fileselectors
  (in open/save dialogs) have an encoding combobox. That one displays a
  selected value by default using gtk 3.12, but not with the update

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1344990] Re: Volume control jumps back and forth

2015-01-23 Thread Lars Uebernickel
** Branch linked: lp:~larsu/ido/fix-volume-slider

** Project changed: indicator-sound => ido

** Changed in: ido
   Status: New => Fix Committed

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

** Package changed: indicator-sound (Ubuntu) => ido (Ubuntu)

** Changed in: ido (Ubuntu)
 Assignee: Ted Gould (ted) => Lars Uebernickel (larsu)

** Changed in: ido (Ubuntu)
   Status: Triaged => Invalid

** Changed in: ido (Ubuntu)
   Status: Invalid => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1344990

Title:
  Volume control jumps back and forth

Status in Indicator Display Objects:
  Fix Committed
Status in Unity:
  Invalid
Status in ido package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce:

  1) Listen to music via Audacious
  2) Open volume control from Unity's panel
  3) Try to change the volume

  What happens:

  - The volume control doesn't follow mouse properly and jumps back and
  forth

  What should happen:

  - The obvious thing

  I believe this is regression as didn't notice anything weird in 13.10
  with exactly same setup.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-30.54-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Sat Jul 19 19:51:32 2014
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 958431] Re: GtkSwitch background isn't logical

2015-01-19 Thread Lars Uebernickel
Interesting. I've always thought of the whole widget lighting up when it
is turned to ON, because the frame is drawn in the active color as well.

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

Title:
  GtkSwitch background isn't logical

Status in gtk+3.0 package in Ubuntu:
  Confirmed

Bug description:
  Step to reproduce the bug:
   - Open a GTK3 program with Ambiance or Radiance theme (e.g: Gnome Tweak 
Tool)
   - Find a "Switchbutton" (see "Switchbuttons.png")
   - Click on it and see the background canging from Orange (ON) to Light 
Brown (OFF)
   - Drag slowly the switchbutton and see both ON and OFF position with 
Orange or Light Brown (see "Switchbuttons_real.png")

  Expected behaviour:
   - Dragging a switchbutton should reveal Orange background color under ON 
position and Light Brown under OFF position (see "Switchbuttons_expected.png")

  For further information see images related

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1332858] Re: Speaker icon should change to indicate that sound is muted

2014-11-23 Thread Lars Uebernickel
It already does this.

Please provide more information on when this doesn't work for you. Is
the "Mute" menu item in the sound menu checked when sound is on mute,
but the icon in the panel shows that volume is above 0? How about the
"Mute" checkbox in System Settings > Sound?

** Changed in: indicator-sound (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1332858

Title:
  Speaker icon should change to indicate that sound is muted

Status in “indicator-sound” package in Ubuntu:
  Incomplete

Bug description:
  The speaker icon on the menu bar should change to indicate that the
  sound is muted.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: indicator-sound 12.10.2+14.10.20140611-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.3-0ubuntu2
  Architecture: armhf
  Date: Sat Jun 21 11:25:24 2014
  InstallationDate: Installed on 2014-06-19 (2 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140619.1)
  SourcePackage: indicator-sound
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1389725] Re: g_app_info warning on start (utouch)

2014-11-07 Thread Lars Uebernickel
** Changed in: indicator-messages (Ubuntu)
   Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1389725

Title:
  g_app_info warning on start (utouch)

Status in “indicator-messages” package in Ubuntu:
  In Progress

Bug description:
  Using rtm 143, indicator-messages displays warnings on start

  backtrace of one of those

  #0  g_log (log_domain=0xb6f87914 "GLib-GIO", 
  log_level=log_level@entry=G_LOG_LEVEL_CRITICAL, 
  format=0xb6e247d4 "%s: assertion '%s' failed")
  at /build/buildd/glib2.0-2.41.5/./glib/gmessages.c:1075
  #1  0xb6dedd62 in g_return_if_fail_warning (log_domain=, 
  pretty_function=, expression=)
  at /build/buildd/glib2.0-2.41.5/./glib/gmessages.c:1088
  #2  0xb6ef610c in g_app_info_equal (appinfo1=0x4e088, appinfo2=0x0)
  at /build/buildd/glib2.0-2.41.5/./gio/gappinfo.c:132
  #3  0x000170d2 in g_app_info_is_default_for_uri_scheme (
  uri_scheme=0x1d63c "mailto", info=0x4e088) at im-desktop-menu.c:87
  #4  im_desktop_menu_app_added (applist=, 
  app_id=0x50b80 "telephony-service-call", app_info=0x4e088, 
  user_data=0x3fe40) at im-desktop-menu.c:176
  #5  0x000173ee in im_desktop_menu_constructed (object=0x3fe40)
  at im-desktop-menu.c:380
  #6  0xb6e96fae in g_object_new_internal (class=class@entry=0x0, 
  params=params@entry=0xbefff354, n_params=n_params@entry=1)
  at /build/buildd/glib2.0-2.41.5/./gobject/gobject.c:1814
  #7  0xb6e98650 in g_object_new_valist (object_type=object_type@entry=346680, 
  first_property_name=first_property_name@entry=0x1d054 "application-list", 
  var_args=..., var_args@entry=...)
  at /build/buildd/glib2.0-2.41.5/./gobject/gobject.c:2034
  #8  0xb6e987ec in g_object_new (object_type=346680, 
  first_property_name=0x1d054 "application-list")
  at /build/buildd/glib2.0-2.41.5/./gobject/gobject.c:1617
  #9  0x00017510 in im_desktop_menu_new (applist=)
  at im-desktop-menu.c:427
  #10 0x00014d16 in main (argc=, argv=)
  at messages-service.c:277

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1386584] Re: SIGSEGV when notification contains |

2014-11-05 Thread Lars Uebernickel
** Project changed: unity => indicator-messages

** Package changed: unity (Ubuntu) => indicator-messages (Ubuntu)

** Changed in: indicator-messages
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1386584

Title:
  SIGSEGV when notification contains |

Status in The Messaging Menu:
  In Progress
Status in “indicator-messages” package in Ubuntu:
  Confirmed

Bug description:
  When a notification on the messages menu contains the | character (in
  my case a nickname in xchat), the process unity-panel-service crashes
  with:

  ngl@BEATRIX:~/Scrivania/database$ /usr/lib/unity/unity-panel-service

  (unity-panel-service:11336): Gtk-CRITICAL **:
  gtk_widget_set_accel_path: assertion 'GTK_IS_ACCEL_GROUP
  (accel_group)' failed

  (unity-panel-service:11336): Gtk-CRITICAL **:
  gtk_widget_add_accelerator: assertion 'GTK_IS_ACCEL_GROUP
  (accel_group)' failed

  (unity-panel-service:11336): Gtk-CRITICAL **:
  gtk_widget_set_accel_path: assertion 'GTK_IS_ACCEL_GROUP
  (accel_group)' failed

  (unity-panel-service:11336): Gtk-CRITICAL **:
  gtk_widget_add_accelerator: assertion 'GTK_IS_ACCEL_GROUP
  (accel_group)' failed

  (unity-panel-service:11336): Gtk-CRITICAL **:
  gtk_widget_set_accel_path: assertion 'GTK_IS_ACCEL_GROUP
  (accel_group)' failed

  (unity-panel-service:11336): Gtk-CRITICAL **:
  gtk_widget_add_accelerator: assertion 'GTK_IS_ACCEL_GROUP
  (accel_group)' failed

  
  (unity-panel-service:11336): Gtk-CRITICAL **: 
gtk_label_set_text_with_mnemonic: assertion 'str != NULL' failed

  (unity-panel-service:11336): Gtk-CRITICAL **:
  gtk_label_set_text_with_mnemonic: assertion 'str != NULL' failed

  (unity-panel-service:11336): Gtk-CRITICAL **:
  gtk_label_set_text_with_mnemonic: assertion 'str != NULL' failed

  (unity-panel-service:11336): Gtk-CRITICAL **:
  gtk_label_set_text_with_mnemonic: assertion 'str != NULL' failed

  (unity-panel-service:11336): Gtk-CRITICAL **:
  gtk_label_set_text_with_mnemonic: assertion 'str != NULL' failed

  (unity-panel-service:11336): Gtk-CRITICAL **:
  gtk_label_set_text_with_mnemonic: assertion 'str != NULL' failed

  (unity-panel-service:11336): Gtk-CRITICAL **:
  gtk_label_set_text_with_mnemonic: assertion 'str != NULL' failed

  (unity-panel-service:11336): Gtk-CRITICAL **: gtk_print_action_and_target: 
assertion 'strchr (action_name, '|') == NULL' failed
  Segmentation fault (core dumped)

  
  ngl@BEATRIX:~/Scrivania/database$ lsb_release -rd
  Description:  Ubuntu 14.10
  Release:  14.10

  ngl@BEATRIX:~/Scrivania/database$ apt-cache policy unity-services
  unity-services:
Installed: 7.3.1+14.10.20141016-0ubuntu1
Candidate: 7.3.1+14.10.20141016-0ubuntu1
Version table:
   *** 7.3.1+14.10.20141016-0ubuntu1 0
  500 http://it.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
  100 /var/lib/dpkg/status

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1381871] Re: [wizard] volume notification showing up during wizard (with volume as 0)

2014-10-16 Thread Lars Uebernickel
** Changed in: indicator-sound (Ubuntu)
 Assignee: (unassigned) => Lars Uebernickel (larsu)

** Changed in: indicator-sound (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1381871

Title:
  [wizard] volume notification showing up during wizard (with volume as
  0)

Status in “indicator-sound” package in Ubuntu:
  In Progress
Status in “ubuntu-system-settings” package in Ubuntu:
  Invalid

Bug description:
  The volume notification shows up at the 'lock security' page on the
  wizard, showing volume as 0.

  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 109
  device name: krillin
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2014-10-16 04:39:16
  version version: 109
  version ubuntu: 20141016
  version device: 20141014-acf0142
  version custom: 1413412663

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1381871] Re: [wizard] volume notification showing up during wizard (with volume as 0)

2014-10-16 Thread Lars Uebernickel
** Branch linked: lp:~larsu/indicator-sound/lp1381871

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1381871

Title:
  [wizard] volume notification showing up during wizard (with volume as
  0)

Status in “indicator-sound” package in Ubuntu:
  Confirmed
Status in “ubuntu-system-settings” package in Ubuntu:
  Invalid

Bug description:
  The volume notification shows up at the 'lock security' page on the
  wizard, showing volume as 0.

  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 109
  device name: krillin
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2014-10-16 04:39:16
  version version: 109
  version ubuntu: 20141016
  version device: 20141014-acf0142
  version custom: 1413412663

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, 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

Status in “whoopsie” package in Ubuntu:
  New

Bug description:
  The whoopsie test callback-triggered-once started to fail, on every
  architecture except amd64, after whoopsie version 0.2.37 was uploaded
  to utopic on 2014-08-29.  That upload contains no changes to
  test_monitor or monitor.
  (https://launchpadlibrarian.net/183527163/whoopsie_0.2.36_0.2.37.diff.gz)

  We can see the test failure here:
  https://launchpadlibrarian.net/183527214/buildlog_ubuntu-
  utopic-i386.whoopsie_0.2.37_UPLOADING.txt.gz

  Previously the test passed: https://launchpadlibrarian.net/181010654
  /buildlog_ubuntu-utopic-i386.whoopsie_0.2.36_UPLOADING.txt.gz

  Looking at the utopic-changes mailing list it looks like glib2.0 was
  uploaded between 2014-07-29 (0.2.36 upload) and 2014-08-29 (0.2.37
  upload).  Running the tests from whoopsie version 0.2.37 in a trusty
  chroot I've discovered that callback-triggered-once does pass.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1381546] Re: Please backport patches to add '.csd' class to CSDed windows

2014-10-15 Thread Lars Uebernickel
These patches are harmless. I'm fine with adding them in an SRU.

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

Title:
  Please backport patches to add '.csd' class to CSDed windows

Status in “gtk+3.0” package in Ubuntu:
  Confirmed

Bug description:
  Please backport these two patches:

   * 
https://github.com/GNOME/gtk/commit/bde4e863579f05368661347bfaf55e0480e4555c
   * 
https://github.com/GNOME/gtk/commit/60cd7076cf885cbc421babfba44c9081ded3ad78

  They are useful to have a '.csd' class on the CSDed windows.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1381069] Re: We should hide the player controls in the sound indicator until the music player is fixed to work with them

2014-10-14 Thread Lars Uebernickel
** Changed in: indicator-sound (Ubuntu)
   Status: New => In Progress

** Changed in: indicator-sound (Ubuntu)
 Assignee: Thomas Strehl (strehl-t) => Lars Uebernickel (larsu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1381069

Title:
  We should hide the player controls in the sound indicator until the
  music player is fixed to work with them

Status in “indicator-sound” package in Ubuntu:
  In Progress

Bug description:
  see these two bugs:
  https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1378048
   
https://bugs.launchpad.net/ubuntu/+source/unity-scope-mediascanner/+bug/1361232

  Essentially, the music player does not work with the sound menu, and
  the fix is involved. Until the default experience works, I suggest
  that we do not show these controls.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1372061] Re: SMS notification: time format not translatable

2014-10-13 Thread Lars Uebernickel
** No longer affects: indicator-messages (Ubuntu)

** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Nick Dedekind (nick-dedekind)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1372061

Title:
  SMS notification: time format not translatable

Status in Ubuntu Translations:
  Triaged
Status in “telephony-service” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  New

Bug description:
  See the attached screenshot. The time for the notification seems to be
  hardcoded to "hh:mm - mm, d". This works well for the US, but it's not
  a format that is used in all other countries. In Spain, for example,
  the date would rather be "d mm".

  The time format needs to be marked for translation.

  Not sure from which project the notifications come from, for some
  reason I seem to remember they were moved to u-s-s, but if it's the
  wrong project/package, please reassign. Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/1372061/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1378821] Re: today/yesterday label on sms and calls is incorrect

2014-10-13 Thread Lars Uebernickel
** Changed in: indicator-messages (Ubuntu)
 Assignee: (unassigned) => Nick Dedekind (nick-dedekind)

** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Nick Dedekind (nick-dedekind)

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1378821

Title:
  today/yesterday label on sms and calls is incorrect

Status in “indicator-messages” package in Ubuntu:
  Invalid
Status in “unity8” package in Ubuntu:
  New

Bug description:
  rtm image on krillin, build 88

  I'm in timzone UTC -4
  If I have a missed call or sms that shows up in the indicator, it will 
sometimes incorrect be displayed as "Yesterday"  even though it happened 
today. This happens if the missed call is anytime after 8pm local time.

  I believe it's because the determination for that label is using UTC
  time rather than converting to the local timezone. It should be
  changed to use local time zone.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1378811] Re: If a SIM slot with no signal is selected as the default SIM then replying via the indicator fails silently

2014-10-10 Thread Lars Uebernickel
Reassigning to the components that actually send the message.

** Package changed: indicator-messages (Ubuntu) => messaging-app
(Ubuntu)

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to messaging-app in Ubuntu.
https://bugs.launchpad.net/bugs/1378811

Title:
  If a SIM slot with no signal is selected as the default SIM then
  replying via the indicator fails silently

Status in “messaging-app” package in Ubuntu:
  New
Status in “telepathy-ofono” package in Ubuntu:
  New

Bug description:
  Prerquisites:

  The 'For messages use' option in System Settings Cellular panel should
  be set to a slot that contains a SIM card with no signal

  Steps to reproduce:

  1. Send a message to the SUT (with the messaging-app closed)
  2. Wait for the snap notification to disappear
  3. Open the messaging indicator and press anywhere on the message (except on 
the message icon which will open the messaging app)
  4. Enter your reply in the text field that appears (keeping in mind that 
there may be a bug that stops the Send button from being enabled if the 
keyboard is in the middle of autocorrecting a word)
  5.) Hit the send button when it is enabled

  Expected result:

  I'm either informed that sending failed because the SIM had no signal,
  or better, offered the option to rectify this by choosing a SIM for
  that action.

  Actual result:

  The message disappears from the menu, the same as if it was
  successfully sent, but it was not successfully sent (as it was not
  received on the other end).

  Note that if the 'For messages use' option is set to nothing, or 'Ask
  me each time' then the user will be prompted to choose a SIM

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: indicator-messages 13.10.1+14.10.20140925-0ubuntu1 [origin: unknown]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu3
  Architecture: armhf
  Date: Wed Oct  8 12:49:00 2014
  InstallationDate: Installed on 2014-10-08 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20141008-030204)
  SourcePackage: indicator-messages
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1378463] Re: notifications are very hard to read when indicators open

2014-10-10 Thread Lars Uebernickel
Notifications are handled in unity8, which also knows when the indicator
menu is opened. It could suppress or differently color the bubbles in
that case.

The messaging menu itself never sends notifications.

** Package changed: indicator-messages (Ubuntu) => unity8 (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1378463

Title:
  notifications are very hard to read when indicators open

Status in Ubuntu UX bugs:
  New
Status in “unity-notifications” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  New

Bug description:
  The background color of notifications and the indicator panel is the
  same, making it extremely hard to differentiate a notification from a
  menu item.

  Steps to reproduce:
  - ulock phone
  - send an sms to the phone
  - wait until it arrives and pull down the messageing menu
  - while the menu is pulled down, send another sms to the phone

  Notice when it arrives it looks like another menu item, very hard to
  distinguish that it's a notification

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1378463/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1378469] Re: messaging-menu should be closed after sending last message

2014-10-10 Thread Lars Uebernickel
** Package changed: indicator-messages (Ubuntu) => unity8 (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1378469

Title:
  messaging-menu should be closed after sending last message

Status in Ubuntu UX bugs:
  New
Status in “unity8” package in Ubuntu:
  New

Bug description:
  if you open the messaging-menu and reply to items in there, it should
  be closed automatically after replying to the last item.

  To reproduce:
  - send an sms to the phone
  - open the messaging-menu
  - reply to the message

  Expected results:
  - the menu should close

  Actual results:
  - a blank messaging-menu stays open, forcing user to close it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1378469/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1350952] Re: [Indicators] replace the text "Empty!" with something more useful

2014-10-10 Thread Lars Uebernickel
** Changed in: indicator-messages (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1350952

Title:
  [Indicators] replace the text "Empty!" with something more useful

Status in Transfer Indicator:
  Invalid
Status in Ubuntu UX bugs:
  Fix Committed
Status in “indicator-messages” package in Ubuntu:
  Invalid
Status in “indicator-transfer” package in Ubuntu:
  Invalid
Status in “unity8” package in Ubuntu:
  In Progress

Bug description:
  when clearing the menu on this indicator (and others), the text
  "Empty!" is displayed. Can we please remove that and put something
  more useful there. It looks bad. Need advise from design..

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1378462] Re: cannot reply to second notification

2014-10-10 Thread Lars Uebernickel
indicator-messages doesn't supply the state of whether or not a message
item is expanded or not.

** Changed in: unity8 (Ubuntu)
   Status: Opinion => Triaged

** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Nick Dedekind (nick-dedekind)

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1378462

Title:
  cannot reply to second notification

Status in “indicator-messages” package in Ubuntu:
  Invalid
Status in “unity8” package in Ubuntu:
  Triaged

Bug description:
  build 88, rtm on krillin

  - unlock the phone
  - make sure messaging-app is not running
  - send two sms messages to the phone
  - once they appear, open the messaging-menu
  - reply to the first message by clicking the message which makes it expand to 
reveal the send field
  - this works
  - attempt to reply to the second message by clicking the message to make it 
expand

  Expected results:
  the item should expand and allow you to send a message

  Actual results:
  the item cannot be expanded and you can't reply

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1369737] Re: Send button does not enable until you press spacebar

2014-10-10 Thread Lars Uebernickel
This is not an issue in indicator-messages. Action parameters (the reply
string is the parameter in this case) cannot have insensitive states.

** Package changed: indicator-messages (Ubuntu) => unity8 (Ubuntu)

** Changed in: unity8 (Ubuntu)
 Assignee: Lars Uebernickel (larsu) => Nick Dedekind (nick-dedekind)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1369737

Title:
  Send button does not enable until you press spacebar

Status in “unity8” package in Ubuntu:
  Confirmed

Bug description:
  krillin build 40, rtm image

  - make sure word prediction/preditive text is turned on (this is now the 
default)
  - receive a text message on your phone
  - pull down messaging indicator
  - click on the message
  - type "Hello" in the entry field

  Expected result:
  - the send button should become active as soon as you start typing

  Actual result:
  - send button stays disabled until you press the spacebar

  The send button should not wait until the word is committed before
  becoming active, but instead should listen for any change and enable
  the button accordingly. The messaging app does this correctly.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1378103] Re: Indicator does not display message and there is no notification when screen is locked and message is in messaging app

2014-10-06 Thread Lars Uebernickel
Unlikely to be a bug in the messaging indicator itself. The messaging
app displays notifications and adds an entry into the messaging menu. If
you can't see notifications either, it's probably a bug in the app.

** Package changed: indicator-messages (Ubuntu) => messaging-app
(Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1378103

Title:
  Indicator does not display message and there is no notification when
  screen is locked and message is in messaging app

Status in “messaging-app” package in Ubuntu:
  New

Bug description:
  Steps:
  I used skype for this to make it easy to repro

  0. Set your phone by opening the messaging app to a thread for a conversation 
that you are not about to test then use the power button to blank the screen
  1. Open skype you on your desktop
  2. Use skype to send a text to your phone
  3. Wait a few seconds for the alert
  4. Click on the notification to open it as a conversation in the messaging app
  5. use the power button to blank your screen again
  6. use skype to send another text

  Result:
  The alert sounds plays, and the screen turns on, but there is no notification 
and the message is not in the messaging menu. If you unlock the phone you see 
the message in the conversation.

  Expected:
  The notification shows and the message is in the indicator.

  This is krillin, r84

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1378048] Re: Forward button does not work

2014-10-06 Thread Lars Uebernickel
Unlikely to be a bug in the sound menu, as that works with all other
players.

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

** Also affects: media-hub (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: indicator-sound (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1378048

Title:
  Forward button does not work

Status in “indicator-sound” package in Ubuntu:
  Incomplete
Status in “media-hub” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  New

Bug description:
  Steps:
  1. Play an album in the music player
  2. Pull down sound indicator
  3. Click forward button

  Observed: the music does not advance
  Expected: the music advances

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1317828] Re: sound indicator disappeared after updates

2014-10-01 Thread Lars Uebernickel
** Changed in: indicator-sound (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1317828

Title:
  sound indicator disappeared after updates

Status in “indicator-sound” package in Ubuntu:
  Invalid

Bug description:
  indicator-sound is missing all over sudden,
  tried to reinstall, no luck there.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: indicator-sound 12.10.2+14.04.20140401-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ActionStates: ({'next.vlc.desktop': (true, signature '', @av []), 'mute': 
(true, '', []), 'phone-settings': (true, '', []), 'mic-volume': (true, 
'', [<0.123504638671875>]), 'scroll': (true, 'i', []), 'vlc.desktop': (true, 
'', [<{'running': , 'state': <'Paused'>}>]), 'play.clementine.desktop': 
(true, '', [<'Paused'>]), 'previous.vlc.desktop': (true, '', []), 
'desktop-settings': (true, '', []), 'play-playlist.vlc.desktop': (true, 's', 
[]), 'clementine.desktop': (true, '', [<{'running': , 'state': 
<'Paused'>}>]), 'play-playlist.clementine.desktop': (true, 's', []), 'volume': 
(true, 'i', [<0.3541107177734375>]), 'next.clementine.desktop': (true, '', []), 
'previous.clementine.desktop': (true, '', []), 'root': (true, '', [<{'title': 
<'Sound'>, 'accessible-desc': <'Volume (35%)'>, 'icon': <('themed', 
<['audio-volume-medium-panel', 'audio-volume-medium', 'audio-volume', 
'audio']>)>, 'visible': }>]), 'play.vlc.desktop': (true, '', 
[<'Paused'>])},)
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri May  9 11:52:11 2014
  InstallationDate: Installed on 2014-04-17 (21 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: indicator-sound
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1343681] Re: VLC media player uses ugly motif theme when opened through sound indicator

2014-10-01 Thread Lars Uebernickel
I can't reproduce this in 14.10. Is it still a problem for you? If it
is, please also add VLC as affected.

** Changed in: indicator-sound (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1343681

Title:
  VLC media player uses ugly motif theme when opened through sound
  indicator

Status in “indicator-sound” package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu Trusty 14.04

  Steps to reproduce:
  1. Install vlc
  2. Run it once & close
  3. Go into sound indicator and click on the play in mpris indicator for vlc
  4. Vlc opens with some motif / gtk 1.0 theme

  I didn't have time to test, but possibly affects other players like
  Clementine and Amarok, which use QT.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1347713] Re: cannot launch sound settings from indicator-sound applet panel

2014-10-01 Thread Lars Uebernickel
*** This bug is a duplicate of bug 1359248 ***
https://bugs.launchpad.net/bugs/1359248

** This bug has been marked a duplicate of bug 1359248
   Sound settings no longer works with Gnome Control Center Sound in Xfce

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1347713

Title:
  cannot launch sound settings from indicator-sound applet panel

Status in “indicator-sound” package in Ubuntu:
  New

Bug description:
  XUBUNTU  14.04 full updated.

  1) lsb_release -rd : 
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  2) sudo apt-cache policy indicator-sound
  [sudo] password for $USER: 
  indicator-sound:
Installed: 12.10.2+14.04.20140401-0ubuntu1
Candidate: 12.10.2+14.04.20140401-0ubuntu1
Version table:
   *** 12.10.2+14.04.20140401-0ubuntu1 0
  500 http://es.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  3) launch pulse audio volumen control
  4) nothing. I captured the 
log(/home/$USER/.cache/upstart/indicator-sound.log):


  ** (process:1854): WARNING **: service.vala:222: unable to launch
  sound settings: Failed to execute child process "gnome-control-center"
  (No such file or directory)

  ** (process:1854): WARNING **: volume-control.vala:487: unable to sync
  volume to AccountsService:
  GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: No such interface
  'com.ubuntu.AccountsService.Sound'

  ** (process:1854): WARNING **: volume-control.vala:487: unable to sync
  volume to AccountsService:
  GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: No such interface
  'com.ubuntu.AccountsService.Sound'

  ** (process:1854): WARNING **: volume-control.vala:487: unable to sync
  volume to AccountsService:
  GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: No such interface
  'com.ubuntu.AccountsService.Sound'

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: indicator-sound 12.10.2+14.04.20140401-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ActionStates: ({'next.vlc.desktop': (true, signature '', @av []), 'mute': 
(true, '', []), 'phone-settings': (true, '', []), 
'next.gmusicbrowser.desktop': (true, '', []), 'mic-volume': (true, '', 
[<0.2196044921875>]), 'scroll': (true, 'i', []), 
'play-playlist.gmusicbrowser.desktop': (true, 's', []), 
'gmusicbrowser.desktop': (true, '', [<{'running': , 'state': 
<'Paused'>}>]), 'desktop-settings': (true, '', []), 'previous.vlc.desktop': 
(true, '', []), 'vlc.desktop': (true, '', [<{'running': , 'state': 
<'Paused'>}>]), 'volume': (true, 'i', [<0.46710526315789475>]), 
'play-playlist.vlc.desktop': (true, 's', []), 'root': (true, '', [<{'title': 
<'Sound'>, 'accessible-desc': <'Volume (46%)'>, 'icon': <('themed', 
<['audio-volume-medium-panel', 'audio-volume-medium', 'audio-volume', 
'audio']>)>, 'visible': }>]), 'previous.gmusicbrowser.desktop': (true, 
'', []), 'play.gmusicbrowser.desktop': (true, '', [<'Paused'>]), 
'play.vlc.desktop': (true, '', [<'Paused'>])},)
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Jul 23 15:47:23 2014
  InstallationDate: Installed on 2014-05-31 (52 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  SourcePackage: indicator-sound
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1369468] Re: no warning when volume increased to maximum and headphones plugged

2014-10-01 Thread Lars Uebernickel
** Changed in: indicator-sound (Ubuntu)
   Status: New => Triaged

** Changed in: indicator-sound (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1369468

Title:
  no warning when volume increased to maximum and headphones plugged

Status in “indicator-sound” package in Ubuntu:
  Triaged

Bug description:
  Android gives the user a warning if they attempt to raise the volume
  to 100% when headphones are plugged.

  This is a sensible precaution both to save the user from tinnitus and
  to avoid any potential legal repercussions.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1374249] Re: Scrolling works erratically when sound center balance is off-center

2014-10-01 Thread Lars Uebernickel
Indeed, good catch. The sound menu always manipulated the left channel.

I've attached a branch fixes most of the problem by making it handle
channels in the same way that system settings does. Changing the volume
to 0 still resets the balance to center, though (same as in system
settings).

** Also affects: unity-control-center (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: indicator-sound (Ubuntu)
   Status: New => Triaged

** Changed in: unity-control-center (Ubuntu)
   Status: New => Triaged

** Changed in: indicator-sound (Ubuntu)
 Assignee: (unassigned) => Lars Uebernickel (larsu)

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

** Changed in: indicator-sound (Ubuntu)
   Importance: Undecided => Medium

** Changed in: unity-control-center (Ubuntu)
   Importance: Undecided => Critical

** Changed in: unity-control-center (Ubuntu)
   Importance: Critical => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1374249

Title:
  Scrolling works erratically when sound center balance is off-center

Status in “indicator-sound” package in Ubuntu:
  Triaged
Status in “unity-control-center” package in Ubuntu:
  Triaged

Bug description:
  When the center balance is adjusted to the right, scrolling on the
  volume icon in the panel produces erratic results. The same thing
  happens when trying to adjust the volume in the sound menu. The volume
  buttons still function correctly though.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1374517] Re: Back & Forward buttons don't rewind or fast-forward, respectively, the track for however long they are pushed

2014-10-01 Thread Lars Uebernickel
Good point. I didn't implement it yet because it's hard to get right
with MPRIS (the D-Bus protocol we use to talk to media players). Players
do provide a Seek() method, but no way to put them into a seeking state.
That means, it would continue playing while the previous or next button
is pressed and then jump to the new position after the button is
released.

** Changed in: indicator-sound (Ubuntu)
   Status: New => Triaged

** Changed in: indicator-sound (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1374517

Title:
  Back & Forward buttons don't rewind or fast-forward, respectively, the
  track for however long they are pushed

Status in “indicator-sound” package in Ubuntu:
  Triaged

Bug description:
  According to specifications
  https://wiki.ubuntu.com/Sound#Playback_item:

   - If a track is currently playing, the Back button should rewind the track 
for however long it is pushed.
   - If a track is currently playing, the Forward button should fast-forward 
the track for however long it is pushed.

  That doesn't happen.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: indicator-sound 12.10.2+14.04.20140401-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Sep 26 17:44:39 2014
  InstallationDate: Installed on 2014-06-07 (111 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: indicator-sound
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.xdg.autostart.indicator.sound.desktop: 
2014-06-07T15:18:04.803967

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


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

2014-10-01 Thread Lars Uebernickel
** Branch linked: lp:~larsu/gtk/lp1375979

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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

Status in “gtk+3.0” package in Ubuntu:
  In Progress

Bug description:
  In 14.10: Gtk sometimes doesn't pickup translations in the general
  about dialog. Even though all strings for the general about dialog are
  translated in the gtk-packages, the general about dialog for certain
  programs still only shows the English language. See attached
  screenshots in zip. Tested in Swedish and Spanish translations, which
  both have the gtk-packages  translated. So it seems to be a general
  error, and not a language-specific one.

  To reproduce:
  1) Observe in launchpad, or any other way you like, that the gtk-packages are 
translated, for example, in Swedish and Spanish.
  2) Install the languages in the language support in latest 14.10
  3) Change to another language, and look in the about dialogs in, for example, 
Rhytmbox and Disks - they aren't translated altough they should be. In, for 
example, Gparted, they are Ok.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [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
Touch seeded packages, 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

Status in “gtk+3.0” package in Ubuntu:
  In Progress

Bug description:
  In 14.10: Gtk sometimes doesn't pickup translations in the general
  about dialog. Even though all strings for the general about dialog are
  translated in the gtk-packages, the general about dialog for certain
  programs still only shows the English language. See attached
  screenshots in zip. Tested in Swedish and Spanish translations, which
  both have the gtk-packages  translated. So it seems to be a general
  error, and not a language-specific one.

  To reproduce:
  1) Observe in launchpad, or any other way you like, that the gtk-packages are 
translated, for example, in Swedish and Spanish.
  2) Install the languages in the language support in latest 14.10
  3) Change to another language, and look in the about dialogs in, for example, 
Rhytmbox and Disks - they aren't translated altough they should be. In, for 
example, Gparted, they are Ok.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365408] Re: Should ship a PNG icon instead of using the theme

2014-09-16 Thread Lars Uebernickel
I've added support for X-Ubuntu-SymbolicIcon in indictor-messages to get
around the problem Renato described.

However, I'd like to get rid of that patch and make applications use the
theme again. Processes that open one application icon tend to open a
bunch of them, so they benefit a lot from the icon cache. Also, we
already have specified ways for dealing with symbolic icons, overrides,
and fallbacks; all of which we're losing with this change.

This bug doesn't give a proper rationale for this change. If it is
because click packages are not allowed to install icons outside of their
directory, I suggest making the installer unpack application icons and
add them to the icon cache.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to address-book-app in
Ubuntu.
https://bugs.launchpad.net/bugs/1365408

Title:
  Should ship a PNG icon instead of using the theme

Status in Ubuntu UX bugs:
  Fix Committed
Status in “address-book-app” package in Ubuntu:
  Confirmed
Status in “dialer-app” package in Ubuntu:
  Confirmed
Status in “mediaplayer-app” package in Ubuntu:
  Confirmed
Status in “messaging-app” package in Ubuntu:
  Confirmed
Status in “sync-monitor” package in Ubuntu:
  Invalid
Status in “ubuntu-system-settings” package in Ubuntu:
  Confirmed
Status in “webbrowser-app” package in Ubuntu:
  Confirmed

Bug description:
  By design request, all apps, click or not, should ship their own icon
  as PNG instead of using icons from the theme.

  Please download the respective icon from http://bazaar.launchpad.net
  /~ubuntu-art-pkg/ubuntu-themes/trunk/files/head:/suru-icons/apps/256/
  and include in your packages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1365408/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365408] Re: Should ship a PNG icon instead of using the theme

2014-09-16 Thread Lars Uebernickel
** Branch linked: lp:~larsu/indicator-messages/lp1365408

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to address-book-app in
Ubuntu.
https://bugs.launchpad.net/bugs/1365408

Title:
  Should ship a PNG icon instead of using the theme

Status in Ubuntu UX bugs:
  Fix Committed
Status in “address-book-app” package in Ubuntu:
  Confirmed
Status in “dialer-app” package in Ubuntu:
  Confirmed
Status in “mediaplayer-app” package in Ubuntu:
  Confirmed
Status in “messaging-app” package in Ubuntu:
  Confirmed
Status in “sync-monitor” package in Ubuntu:
  Invalid
Status in “ubuntu-system-settings” package in Ubuntu:
  Confirmed
Status in “webbrowser-app” package in Ubuntu:
  Confirmed

Bug description:
  By design request, all apps, click or not, should ship their own icon
  as PNG instead of using icons from the theme.

  Please download the respective icon from http://bazaar.launchpad.net
  /~ubuntu-art-pkg/ubuntu-themes/trunk/files/head:/suru-icons/apps/256/
  and include in your packages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1365408/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1350952] Re: [Indicators] replace the text "Empty!" with something more useful

2014-09-12 Thread Lars Uebernickel
> Third, some code in the indicator system itself is inserting the word
"Empty!" into empty indicator menus and should not

Indeed, unity8 is putting that in while the menu has not been loaded
yet:

  http://bazaar.launchpad.net/~unity-
team/unity8/trunk/view/head:/qml/Panel/Indicators/DefaultIndicatorPage.qml#L200

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1350952

Title:
  [Indicators] replace the text "Empty!" with something more useful

Status in Transfer Indicator:
  Invalid
Status in Ubuntu UX bugs:
  Fix Committed
Status in “indicator-messages” package in Ubuntu:
  Confirmed
Status in “indicator-transfer” package in Ubuntu:
  Invalid
Status in “unity8” package in Ubuntu:
  Triaged

Bug description:
  when clearing the menu on this indicator (and others), the text
  "Empty!" is displayed. Can we please remove that and put something
  more useful there. It looks bad. Need advise from design..

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1350544] Re: Some translations are not loaded

2014-09-08 Thread Lars Uebernickel
** Branch linked: lp:~larsu/indicator-datetime/dont-escape-unicode-chars

** Changed in: indicator-datetime
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1350544

Title:
  Some translations are not loaded

Status in The Date and Time Indicator:
  In Progress
Status in Ubuntu Translations:
  Incomplete
Status in “indicator-datetime” package in Ubuntu:
  New

Bug description:
  The translations for some messages don't seem to be loaded. E.g.
  "Tomorrow" always appears in English in the list of upcoming events
  when sliding down the indicator.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1347321] Re: Inherited shadows in GtkPopover text cause readability problems

2014-09-05 Thread Lars Uebernickel
** Branch linked: lp:~larsu/ubuntu-themes/lp1347321

** Changed in: ubuntu-themes
   Status: New => In Progress

** Changed in: ubuntu-themes
 Assignee: (unassigned) => Lars Uebernickel (larsu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1347321

Title:
  Inherited shadows in GtkPopover text cause readability problems

Status in California GNOME 3 Calendar:
  Confirmed
Status in Themes for Ubuntu:
  In Progress
Status in “ubuntu-themes” package in Ubuntu:
  Triaged

Bug description:
  I'm currently developing an application which uses GtkPopovers.  It
  works fine under GNOME Shell on Utopic 14.10 but under Unity text
  inside the popover is blurry.  I will attach screenshots indicating
  what I'm talking about.

  Oddly, the text inside a GtkButton displays fine.  It's the text
  labels elsewhere (GtkLabels, combo boxes, etc.) that are blurred.

To manage notifications about this bug go to:
https://bugs.launchpad.net/california-calendar/+bug/1347321/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1358436] Re: Indicator sound missing from unity panel

2014-08-19 Thread Lars Uebernickel
I'm not sure what the bug is here. The setting controls whether the
sound menu is shown or not. If it is set to false, it is not visible. It
can be controlled from the sound panel in System Settings.

** Changed in: indicator-sound (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1358436

Title:
  Indicator sound missing from unity panel

Status in “indicator-sound” package in Ubuntu:
  Invalid

Bug description:
  Indicator sound is missing from the panel. Restarting the panel
  service doesn't bring it up. Neither does a reboot.

  The menu reappeared only after toggling the dconf setting:

  gsettings set com.canonical.indicator.sound visible false
  gsettings set com.canonical.indicator.sound visible true

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: indicator-sound 12.10.2+14.10.20140611-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-9.14-generic 3.16.1
  Uname: Linux 3.16.0-9-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Aug 18 14:31:05 2014
  InstallationDate: Installed on 2013-12-19 (242 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20131218)
  SourcePackage: indicator-sound
  SystemImageInfo: Error: [Errno 2] No such file or directory: 
'system-image-cli'
  UpgradeStatus: Upgraded to utopic on 2014-05-09 (101 days ago)
  upstart.indicator-sound.log:
   (process:7458): GLib-GObject-CRITICAL **: g_object_unref: assertion 
'G_IS_OBJECT (object)' failed
   
   ** (process:12518): CRITICAL **: volume_control_set_volume_internal: 
assertion '_tmp1_ == PA_CONTEXT_READY' failed

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1329289] Re: Messaging indicator sometimes fails to send a reply

2014-07-26 Thread Lars Uebernickel
I've seen similar issues recently. I'm pretty sure that this is not an
issue in the service, but in the UI layer in unity8.

** Also affects: unity8
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/1329289

Title:
  Messaging indicator sometimes fails to send a reply

Status in The Unity 8 shell:
  New
Status in “indicator-messages” package in Ubuntu:
  Confirmed

Bug description:
  STEPS:
  1. Open the messaging app
  2. Send a message to your own phone
  3. Close the messaging app
  4. Hit the power button
  5. Drag down the indicator
  6. Reply to the message
  7 Repeat steps 5-6 until the indicator nolonger send the meassage and instead 
saves it.

  See attached screenshot  note the greyed send button

  WORKAROUND:
  Remove all messages from the indicator and use the messaging app once to 
reply, you will then be good till your indicator locks up again.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: indicator-messages 13.10.1+14.10.20140611-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.3-0ubuntu1
  Architecture: armhf
  Date: Thu Jun 12 12:01:29 2014
  InstallationDate: Installed on 2014-06-12 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140612)
  SourcePackage: indicator-messages
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1342398] Re: display tests fail

2014-07-16 Thread Lars Uebernickel
Sorry Robert, I can't reproduce this failure (and neither can seb128).
Is there anything weird about your display settings that I might not
have though about?

** Changed in: gtk+3.0 (Ubuntu)
   Status: New => Incomplete

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

Title:
  display tests fail

Status in “gtk+3.0” package in Ubuntu:
  Incomplete

Bug description:
  When building from lp:~ubuntu-desktop/gtk/ubuntugtk3 the following
  tests fail:

  make[4]: Entering directory 
'/home/bob/bzr/ubuntu/build-area/gtk+3.0-3.12.2/debian/build/shared/testsuite/gdk'
  ...
  TEST: display... (pid=20429)
/display/unset-display:  **
  
ERROR:/home/bob/bzr/ubuntu/build-area/gtk+3.0-3.12.2/./testsuite/gdk/display.c:29:test_unset_display:
 child process (/display/unset-display/subprocess/1 [20448]) failed unexpectedly
  FAIL
  GTester: last random seed: R02Scd205e936736e45c81367fd045319a1b
  (pid=20451)
/display/bad-display:**
  
ERROR:/home/bob/bzr/ubuntu/build-area/gtk+3.0-3.12.2/./testsuite/gdk/display.c:60:test_bad_display:
 child process (/display/bad-display/subprocess/1 [20465]) failed unexpectedly
  FAIL
  GTester: last random seed: R02Sc24a7df014203697a2a5cae40b501d27
  (pid=20468)
  FAIL: display

  However when I change to the build directory and run "make check" they
  pass.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp