[Bug 260211] Re: foomatic-rip crashed with SIGSEGV in strlen()

2008-08-25 Thread Lars Uebernickel
Thanks for reporting this bug. Unfortunately, I cannot reproduce it.
Could you please attach the exact PPD you are using
(/etc/cups/ppd/.ppd) and the cups error log
(/var/log/cups/error_log). The error log is most useful if the log level
is set to debug (set "LogLevel" in /etc/cups/cupsd.conf to "debug").

-- 
foomatic-rip crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/260211
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 338999] Re: Custom PageSize has broken with lp/foo2zjs after upgrade to 8.10

2009-03-11 Thread Lars Uebernickel
Pavneet,

the problem is the order of options given to foomatic-rip. You can see
it in this line of the log:

D [08/Mar/2009:20:00:19 -0400] [Job 501]
argv[5]="PageSize=Custom.2.75x6.25in landscape media=Letter finishings=3
number-up=1 job-uuid=urn:uuid:ac90edd7-8cd0-303a-79fd-cfd201e2af9a"

First, the PageSize is set and after that the media option, which
effectively overwrites the PageSize option (which is the correct
behaviour). I have no idea *why* these options are in the wrong order.
If I print the attached PDF with the attached PPD file and your lp
command line, I get the correct ordering (first "media", then the
options supplied on the command line, "PageSize" and "landscape"). A
quick fix could be to explicitly give all of these options to lp in the
correct order:

lp -o media=Letter -o PageSize=CustomXXX -o landscape

This might stop CUPS from inserting media=Letter again.

But the question of where these options come from remains: Do you have a
~/.lpoptions, ~/.cups/loptions, or /etc/cups/lpoptions?

-- 
Custom PageSize has broken with lp/foo2zjs after upgrade to 8.10
https://bugs.launchpad.net/bugs/338999
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 235404] Re: foomatic-rip crashes

2008-05-31 Thread Lars Uebernickel
Ismail,

Sorry for closing without explaining what I did.

The crash happened always when using the -P option. Foomatic-rip is
reimplemented in C and I have mostly tested it as a CUPS filter. That's
why this bug must have slipped by me somehow. It is a very small fix
(only one line). I pushed it upstream (http://bzr.openprinting.org/devel
/foomatic-filters-devel), it should be in Intrepid soon.

Thanks a lot for reporting it,
Lars

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

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


[Bug 276573] Re: P2POutputStream: write error

2008-10-01 Thread Lars Uebernickel
Fixed upstream (in foomatic-filters).

** Changed in: foomatic-filters (Ubuntu)
   Status: Triaged => Fix Committed

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

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


[Bug 241979] Re: "/usr/lib/cups/filter/foomatic-rip failed" (status 9)

2008-06-23 Thread Lars Uebernickel
I can reproduce this bug in intrepid.

Strange thing is: If I install foomatic-filters from source (the exatct
same version, retreived via "apt-get source foomatic-filters"), it works
fine. If I then reinstall the package itself, it doesn't work again.

Till, do you know what could be causing this?

** Changed in: foomatic-filters (Ubuntu)
   Status: Incomplete => Confirmed

-- 
"/usr/lib/cups/filter/foomatic-rip failed" (status 9)
https://bugs.launchpad.net/bugs/241979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 241979] Re: "/usr/lib/cups/filter/foomatic-rip failed" (status 9)

2008-06-23 Thread Lars Uebernickel
Some data was written over array bounds. The foomatic-filters package
doesn't use the default compilation options, that's why I didn't get it
on my system (I guess).

The fix is upstream.

** Changed in: foomatic-filters (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
"/usr/lib/cups/filter/foomatic-rip failed" (status 9)
https://bugs.launchpad.net/bugs/241979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 241979] Re: "/usr/lib/cups/filter/foomatic-rip failed" (status 9)

2008-06-23 Thread Lars Uebernickel
> Wow, guys. Very swift action on this bug! I don't suppose you still
> need the information requested of me by Pascal earlier, do you?

Nope, everything I needed was in the troubleshoot file (it includes the
cups_error log and some other useful stuff).

-- 
"/usr/lib/cups/filter/foomatic-rip failed" (status 9)
https://bugs.launchpad.net/bugs/241979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 235404] Re: foomatic-rip crashes

2008-05-28 Thread Lars Uebernickel
** Changed in: foomatic-filters (Ubuntu)
   Status: New => Fix Committed

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

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


[Bug 335397] Re: foomatic-rip fails to rip PDF

2009-03-01 Thread Lars Uebernickel
Ghostscript dies because the PostScript file which is generated by
pdftops is not valid. I have verified this by manually calling pdftops
and feeding that into GhostScript. Feeding it the original PDF works.

Till, where is pdftops maintained? In the CUPS project?

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

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


[Bug 338999] Re: Custom PageSize has broken with lp/foo2zjs after upgrade to 8.10

2009-03-30 Thread Lars Uebernickel
Pavneet, I just tried the explicit method (prepending media=letter)
again on 8.10 and got an error in foo2zjs. This is a bug which has
already been fixed in Jaunty, we will try to backport it.

As for the real cause of this problem: I have filed a CUPS bug here:

  http://cups.org/str.php?L3148+P0+S-2+C0+I0+E0+M20+Q

-- 
Custom PageSize has broken with lp/foo2zjs after upgrade to 8.10
https://bugs.launchpad.net/bugs/338999
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 351630] Re: foo2zjs does not print with custom paper sizes

2009-03-31 Thread Lars Uebernickel
The package in intrepid-proposed works fine for me.

-- 
foo2zjs does not print with custom paper sizes
https://bugs.launchpad.net/bugs/351630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263118] Re: HP LaserJet 1600 refuse to print in Intrepid

2008-09-06 Thread Lars Uebernickel
** Changed in: foomatic-filters (Ubuntu)
 Assignee: (unassigned) => Lars Uebernickel (larsuebernickel)

-- 
HP LaserJet 1600 refuse to print in Intrepid
https://bugs.launchpad.net/bugs/263118
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 258577] Re: Printing with HP DeskJet 720C fails

2008-09-06 Thread Lars Uebernickel
This seems to be the same bug as

http://bugs.linux-foundation.org/show_bug.cgi?id=153

I've fixed that some time ago. It should be working if you have the
latest foomatic-filters packages installed.

** Changed in: foomatic-filters (Ubuntu)
Sourcepackagename: cups => foomatic-filters
 Assignee: Till Kamppeter (till-kamppeter) => Lars Uebernickel 
(larsuebernickel)

-- 
Printing with HP DeskJet 720C fails
https://bugs.launchpad.net/bugs/258577
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263118] Re: HP LaserJet 1600 refuse to print in Intrepid

2008-09-06 Thread Lars Uebernickel
Unfortunately, I cannot reproduce this bug. Do you have the latest
foomatic-filters package installed?

Could you please set "LogLevel" to "debug" in your /etc/cups/cupsd.conf,
try to print the document again, and post /var/log/cups/error_log?

Thanks.

-- 
HP LaserJet 1600 refuse to print in Intrepid
https://bugs.launchpad.net/bugs/263118
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 267510] Re: Printer stops when last page is being printed (last page half printed)

2008-09-08 Thread Lars Uebernickel
** Changed in: foomatic-filters (Ubuntu)
Sourcepackagename: cupsys => foomatic-filters
 Assignee: (unassigned) => Lars Uebernickel (larsuebernickel)
   Status: New => Incomplete

-- 
Printer stops when last page is being printed (last page half printed)
https://bugs.launchpad.net/bugs/267510
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 267510] Re: Printer stops when last page is being printed (last page half printed)

2008-09-08 Thread Lars Uebernickel
I don't know if the KDE version of system-config-printer has the same
troubleshooting assistant as the GNOME version. If so it is probably in
the Help menu. Could you please go through the steps and attach its
output to this bug?

If not, you can get the debug log by setting "LogLevel" to "debug" in
your /etc/cups/cupsd.conf. Then reprint your document and attach
/var/log/cups/error_log to this bug.

Thanks!

-- 
Printer stops when last page is being printed (last page half printed)
https://bugs.launchpad.net/bugs/267510
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


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

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

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

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

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

Title:
  Installing Evolution should install evolution-indicator

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

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


[Bug 1255076] Re: /usr/sbin/unity-greeter:*** Error in `/usr/sbin/unity-greeter': free(): invalid pointer: ADDR ***

2013-11-26 Thread Lars Uebernickel
** Branch linked: lp:~larsu/ido/lp1255076

** Also affects: ido
   Importance: Undecided
   Status: New

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

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

** No longer affects: indicator-datetime (Ubuntu)

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

Title:
  /usr/sbin/unity-greeter:*** Error in `/usr/sbin/unity-greeter':
  free(): invalid pointer: ADDR ***

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

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


[Bug 1253810] Re: Messages in Incoming not always display the correct date and content

2013-11-28 Thread Lars Uebernickel
Thanks Ricardo. The timestamps in your log are correct. So this is
indeed a display issue in unity8.

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

Title:
  Messages in Incoming not always display the correct date and content

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

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


[Bug 1255981] Re: Indicator options stopped working with glib 2.39.1

2013-11-28 Thread Lars Uebernickel
** Branch linked: lp:~larsu/indicator-power/use-gsettings-actions

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

Title:
  Indicator options stopped working with glib 2.39.1

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

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


[Bug 1318821] Re: No background defined for GtkToolbar

2014-05-27 Thread Lars Uebernickel
Setting backgrounds on all of those widgets turns out to be a bad idea.
Instead, the window containing the transparent widget should set itself
as app-paintable. I've done Ubuntu's transparency patch for gnome-
terminal in  lp:~larsu/gnome-terminal/update-restore-transparency-patch.

I'm closing this bug for the theme.

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

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

Title:
  No background defined for GtkToolbar

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

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


[Bug 1318821] Re: No background defined for GtkToolbar

2014-05-27 Thread Lars Uebernickel
> I'll get in touch with Debarshi to figure this out and get your work
backported.

Thanks, but I've already send him the patch for review, as it is based
on his original patch. We want to maintain the same version between
Fedora and Ubuntu.

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

Title:
  No background defined for GtkToolbar

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

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


[Bug 1315384] Re: python-indicate not showing up in message indicator

2014-05-28 Thread Lars Uebernickel
Jochen: that's strange. Do you import it like other gobject-
introspection modules?

  from gi.repository import MessagingMenu

Feel free to ping me about this on freenode (larsu in #ubuntu-desktop).

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

Title:
  python-indicate not showing up in message indicator

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

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


[Bug 1315384] Re: python-indicate not showing up in message indicator

2014-05-28 Thread Lars Uebernickel
libmessaging-menu doesn't depend on gtk. It shouldn't matter which gtk
version you use as long as glib is up to date.

I agree that the package should be removed.

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

Title:
  python-indicate not showing up in message indicator

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

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


[Bug 1323992] Re: Logout doesn't call com.canonical.Unity.Session.RequestLogout

2014-05-29 Thread Lars Uebernickel
** Changed in: indicator-session (Ubuntu)
   Importance: High => Critical

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

Title:
  Logout doesn't call com.canonical.Unity.Session.RequestLogout

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

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


[Bug 1325649] Re: Notification displays phone number instead of a name

2014-06-02 Thread Lars Uebernickel
Thanks for reporting this bug! Reassigning to telephony-service, as the
messaging menu only displays the information that the sms app gives it.

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

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

Title:
  Notification displays phone number instead of a name

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

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


[Bug 1248880] Re: spends lots of time spinning on D-BUS when ofono restarts

2013-11-07 Thread Lars Uebernickel
** Branch linked: lp:~larsu/indicator-network/dont-activate-ofono

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

Title:
  spends lots of time spinning on D-BUS when ofono restarts

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

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


[Bug 404658] Re: notification summary doesn't change for synchronous messages

2013-11-07 Thread Lars Uebernickel
** Branch linked: lp:~larsu/notify-osd/update-sync

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

Title:
  notification summary doesn't change for synchronous messages

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

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


[Bug 1225063] Re: cannot remove/uninstall online/offline indicator

2013-11-08 Thread Lars Uebernickel
Thanks for reporting this bug, Trifon.

It is indeed a regression. If no applications that use the chat status
items are installed (or their messaging menu integration is turned off),
the whole section should disappear.

** Changed in: indicator-messages
   Status: New => Triaged

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

** Changed in: indicator-messages (Ubuntu)
   Importance: Undecided => Medium

** Changed in: indicator-messages
   Importance: Undecided => Medium

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

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

Title:
  cannot remove/uninstall online/offline indicator

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

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


[Bug 1204036] Re: [Regression]Mouse wheel to change volume stopped working on Saucy

2013-09-09 Thread Lars Uebernickel
** Changed in: indicator-sound
   Status: Triaged => In Progress

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

Title:
  [Regression]Mouse wheel to change volume stopped working on Saucy

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

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


[Bug 1221242] Re: [regression] middle-clicking on the sound indicator doesn't toggle the mute state

2013-09-09 Thread Lars Uebernickel
** Changed in: indicator-sound
 Assignee: (unassigned) => Lars Uebernickel (larsu)

** Changed in: indicator-sound
   Status: Triaged => In Progress

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

Title:
  [regression] middle-clicking on the sound indicator doesn't toggle the
  mute state

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

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


[Bug 1204036] Re: [Regression]Mouse wheel to change volume stopped working on Saucy

2013-09-09 Thread Lars Uebernickel
** Also affects: libindicator
   Importance: Undecided
   Status: New

** Changed in: libindicator
   Status: New => In Progress

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

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

Title:
  [Regression]Mouse wheel to change volume stopped working on Saucy

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

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


[Bug 1221242] Re: [regression] middle-clicking on the sound indicator doesn't toggle the mute state

2013-09-09 Thread Lars Uebernickel
** Also affects: libindicator
   Importance: Undecided
   Status: New

** Changed in: libindicator
   Status: New => In Progress

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

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

Title:
  [regression] middle-clicking on the sound indicator doesn't toggle the
  mute state

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

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


[Bug 1219057] Re: volume up/down key is not working anymore with the new indicator-sound

2013-09-09 Thread Lars Uebernickel
** Changed in: unity8 (Ubuntu)
   Status: New => In Progress

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

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

Title:
  volume up/down key is not working anymore with the new indicator-sound

To manage notifications about this bug go to:
https://bugs.launchpad.net/touch-preview-images/+bug/1219057/+subscriptions

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


[Bug 1081754] Re: Crash in g_variant_valist_get_leaf when highlighted

2013-09-10 Thread Lars Uebernickel
** Changed in: indicator-messages
   Status: Fix Committed => Fix Released

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

Title:
  Crash in g_variant_valist_get_leaf when highlighted

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

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


[Bug 1075263] Re: Items of a menubar built from GMenu do not always work

2013-09-10 Thread Lars Uebernickel
** Changed in: indicator-appmenu
   Status: Fix Committed => Fix Released

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

Title:
  Items of a menubar built from GMenu do not always work

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

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


[Bug 1195595] Re: indicator-session-service consuming resources

2013-09-10 Thread Lars Uebernickel
** Changed in: indicator-session
   Status: Fix Committed => Fix Released

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

Title:
  indicator-session-service consuming resources

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

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


[Bug 1061867] Re: indicator-datetime-service crashed with SIGSEGV in e_client_open_sync()

2013-09-10 Thread Lars Uebernickel
** Changed in: indicator-datetime
   Status: Fix Committed => Fix Released

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

Title:
  indicator-datetime-service crashed with SIGSEGV in
  e_client_open_sync()

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

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


[Bug 1206181] Re: the properties don't get updated when the key value changes

2013-09-10 Thread Lars Uebernickel
** Changed in: gsettings-qt
   Status: Fix Committed => Fix Released

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

Title:
  the properties don't get updated when the key value changes

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

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


[Bug 1216843] Re: some sources don't get cleared out of the indicator

2013-09-10 Thread Lars Uebernickel
** Changed in: indicator-messages
   Status: Fix Committed => Fix Released

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

Title:
  some sources don't get cleared out of the indicator

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

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


[Bug 1024392] Re: Clicking on user locks screen

2013-09-10 Thread Lars Uebernickel
** Changed in: indicator-session
   Status: Fix Committed => Fix Released

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

Title:
  Clicking on user locks screen

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

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


[Bug 1132712] Re: Wrong color theme in media control buttons for Rhythmbox in indicator-sound

2013-09-10 Thread Lars Uebernickel
** Changed in: indicator-sound
   Status: Fix Committed => Fix Released

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

Title:
  Wrong color theme in media control buttons for Rhythmbox in indicator-
  sound

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

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


[Bug 1089997] Re: Hidden, non-existent 'empty' menu/indicator entries exported through DBus

2013-09-10 Thread Lars Uebernickel
** Changed in: indicator-appmenu
   Status: Fix Committed => Fix Released

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

Title:
  Hidden, non-existent 'empty' menu/indicator entries exported through
  DBus

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

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


[Bug 1077095] Re: Please blacklist "IBM Notes"

2013-09-10 Thread Lars Uebernickel
** Changed in: appmenu-gtk
   Status: Fix Committed => Fix Released

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

Title:
  Please blacklist "IBM Notes"

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

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


[Bug 1071640] Re: sources shows time rather than count in messaging menu when count set to 0

2013-09-10 Thread Lars Uebernickel
** Changed in: indicator-messages
   Status: Fix Committed => Fix Released

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

Title:
  sources shows time rather than count in messaging menu when count set
  to 0

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

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


[Bug 1090538] Re: Allow other apps to query what panel icon is being used

2013-09-10 Thread Lars Uebernickel
** Changed in: indicator-power
 Assignee: Lars Uebernickel (larsu) => Charles Kerr (charlesk)

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

Title:
  Allow other apps to query what panel icon is being used

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

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


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

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

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

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

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

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


[Bug 1215644] Re: Messaging menu does not change icon when a new message appears

2013-09-10 Thread Lars Uebernickel
** Changed in: indicator-messages
   Status: Fix Committed => Fix Released

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

Title:
  Messaging menu does not change icon when a new message appears

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

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


[Bug 1202932] Re: Missing sound menu icons after rev. 353

2013-09-10 Thread Lars Uebernickel
** Changed in: indicator-sound
   Status: Fix Committed => Fix Released

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

Title:
  Missing sound menu icons after rev. 353

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

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


[Bug 1221242] Re: [regression] middle-clicking on the sound indicator doesn't toggle the mute state

2013-09-10 Thread Lars Uebernickel
** Changed in: indicator-sound
   Status: In Progress => Fix Committed

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

Title:
  [regression] middle-clicking on the sound indicator doesn't toggle the
  mute state

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

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


[Bug 1202933] Re: Rhythmbox widget always shows after rev. 353

2013-09-10 Thread Lars Uebernickel
** Changed in: indicator-sound
   Status: Fix Committed => Fix Released

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

Title:
  Rhythmbox widget always shows after rev. 353

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

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


[Bug 1088778] Re: Evince menu items do not appear in HUD

2013-09-10 Thread Lars Uebernickel
This is not an issue for evince anymore, as it switched to having a gear
menu. Bug #1026088 still tracks the general problem.

** Changed in: indicator-appmenu
   Status: In Progress => Invalid

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

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

Title:
  Evince menu items do not appear in HUD

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

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


[Bug 1215180] Re: Deprecated method call causes failing quaternourly release.

2013-08-22 Thread Lars Uebernickel
** Branch linked: lp:~larsu/indicator-messages/dont-use-deprecated-
functions

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

Title:
  Deprecated method call causes failing quaternourly release.

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

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


[Bug 1080076] Re: Music titles in SoundMenu too small

2014-04-23 Thread Lars Uebernickel
** Description changed:

- When looking at the currently running track in SoundMenu (clementine
- music player), the space for the title of the track and album are too
- small, because the album art is directly next to it. Both titles are
- truncated and thus almost unreadable, when longer than about 10
- characters.
+ [Impact]
+ The artist/title/album labels in the sound menu are often hard to read 
because they get ellipsized fairly quickly (i.e., for relatively short labels). 
Also, the menu is visually unbalanced in languages with longer strings (making 
the menu wider), because the playback controls are hardcoded with a ~100px left 
margin.
+ 
+ The fix for this bug makes the font size a bit smaller, according to the
+ design spec for the sound menu. It also makes sure that labels with a
+ width of about 25 characters are always shown in full, independent of
+ the font size. The playback controls are centered.
+ 
+ [Test Case]
+ Play a song in Rhythmbox that has an track name (or artist or album name) 
that is longer than about 20 characters. Open the sound menu and see that the 
long label is ellpsized.
+ 
+ [Regression Potential]
+ If the fix to this bug is faulty, it might lead to weird menu sizes (too 
small or too large). The playback controls used hard-coded coordinates for 
drawing and hit detection. Rendering or selection bugs might occur.
+ 
+ 
+ [Original Description]
+ When looking at the currently running track in SoundMenu (clementine music 
player), the space for the title of the track and album are too small, because 
the album art is directly next to it. Both titles are truncated and thus almost 
unreadable, when longer than about 10 characters.
  
  Is it possible to put the album artwork in a different column? Or make
  the SoundMenu wider?

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

Title:
  Music titles in SoundMenu too small

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

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


[Bug 1308667] Re: indicator incoming can be taken out of action from the welcome screen

2014-04-23 Thread Lars Uebernickel
It's unlikely that this is a bug in the messaging menu. Even if it were
restarting, it would request all currently pending messages from the
applications again. Reassigning.

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

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

Title:
  indicator incoming can be taken out of action from the welcome screen

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

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


[Bug 1302107] Re: Message counter not working

2014-04-23 Thread Lars Uebernickel
** Changed in: indicator-messages
   Status: New => Invalid

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

Title:
  Message counter not working

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

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


[Bug 1312097] Re: "in Ubuntu14.04, the indicator don't work corretly"

2014-04-24 Thread Lars Uebernickel
What do you mean by "the sound go in the other way"? Scrolling up is
supposed to increase the volume and scrolling down decrease it. Is it
the other way around for you?

Do you mean scrolling over the sound menu title in the panel or
scrolling on the volume slider in the sound menu itself?

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

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

Title:
  "in Ubuntu14.04,  the indicator don't work corretly"

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

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


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

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

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

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

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

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

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


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

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

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

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

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

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


[Bug 1313333] Re: Links are unclickable in several ubuntu apps

2014-04-28 Thread Lars Uebernickel
Hey Adolfo. Thanks for reporting this bug. Unfortunately, I cannot
reproduce this on an up-to-date trusty. Do the applications in which
this happens print anything to stdout when you try to left-click a link
button?

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

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

Title:
  Links are unclickable in several ubuntu apps

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

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


[Bug 1310490] Re: indicator-messages is hidden on 14.04 LTS

2014-04-21 Thread Lars Uebernickel
Hey, thanks for reporting this issue. The messaging menu hides itself
when no applications are using it. The output of

  gsettings get com.canonical.indicator.messages applications

shows a list of applications that have registered to appear in the menu.
Do Thunderbird and gmail-notifier appear in that list?

Also, is indicator-messages-service running?

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

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

Title:
  indicator-messages is hidden on 14.04 LTS

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

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


[Bug 1310490] Re: indicator-messages is hidden on 14.04 LTS

2014-04-21 Thread Lars Uebernickel
The gmail-notifier doesn't register to use the messaging menu, then.
Reassigning this bug to that project.

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

** Changed in: gm-notify (Ubuntu)
   Status: Incomplete => New

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

Title:
  indicator-messages is hidden on 14.04 LTS

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

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


[Bug 1295105] Re: Wrong background color in "Back Up" window

2014-03-27 Thread Lars Uebernickel
** Branch linked: lp:~larsu/ubuntu-themes/fix-dejadup-assistants

** Package changed: deja-dup (Ubuntu) => ubuntu-themes

** Changed in: ubuntu-themes
 Assignee: (unassigned) => Lars Uebernickel (larsu)

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

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

Title:
  Wrong background color in "Back Up" window

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

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


[Bug 1304434] Re: indicator-printers not working on Ubuntu 14.04

2014-05-15 Thread Lars Uebernickel
Sorry about that bug. I wonder how it even got through unnoticed.

** Branch linked: lp:~larsu/indicator-printers/lp1304434

** Project changed: unity => indicator-printers

** Changed in: indicator-printers
   Status: New => In Progress

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

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

Title:
  indicator-printers not working on Ubuntu 14.04

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

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


[Bug 1304434] Re: indicator-printers not working on Ubuntu 14.04

2014-05-15 Thread Lars Uebernickel
** Description changed:

- even after lates updates still no printer notifications in the panel . I
- checked and the package "indicator-printers" is correctly installed and
- the printer prints without problems. But, there is no notification icons
- on unity panel. I had no problems at all with 13.10 instead
+ [Impact]
+ The panel should have a print indicator as long as there are any print jobs 
queued or processed. Currently, this indicator never appears, even though 
printing works fine.
+ 
+ This is because the service that listens to CUPS fails to register its
+ D-Bus name (as of revision 68), which results in the panel component not
+ finding the service. The attached branch fixes this by making the
+ service register the name the panel expects.
+ 
+ [Test Case]
+ Print a document from any application and check whether the print indicator 
appears while it is printing.
+ 
+ [Regression Potential]
+ Almost none. The print indicator is not working at all right now, and the fix 
only touches that indicator.
+ 
+ [Original Description]
+ even after lates updates still no printer notifications in the panel . I 
checked and the package "indicator-printers" is correctly installed and the 
printer prints without problems. But, there is no notification icons on unity 
panel. I had no problems at all with 13.10 instead

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

Title:
  indicator-printers not working on Ubuntu 14.04

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

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


[Bug 1319983] Re: notify-osd loses pending bubble if append occurs when bubble is not yet visible

2014-05-16 Thread Lars Uebernickel
** Changed in: notify-osd (Ubuntu)
   Status: New => In Progress

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

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

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

Title:
  notify-osd loses pending bubble if append occurs when bubble is not
  yet visible

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

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


[Bug 1319983] Re: notify-osd loses pending bubble if append occurs when bubble is not yet visible

2014-05-16 Thread Lars Uebernickel
** Description changed:

- When a notification specifiying x-canonical-append:true is recieved and
- merges with a bubble the bubble will be lost if the bubble is not yet
- visible.  We will also update times incorrectly on any synchronous
- bubble.
+ [Impact]
+ When a notification specifiying x-canonical-append:true is recieved and 
merges with a bubble the bubble will be lost if the bubble is not yet visible.  
We will also update times incorrectly on any synchronous bubble.
+ 
+ [Test Case]
+ Running the attached scripts (play.py and play2.py) show the issue: bubbles 
after the first one aren't shown, because they specify x-canonical-append. The 
attached branch fixes that.
+ 
+ [Regression Potential]
+ The patch only touches code that is concerned with updating an existing 
notification. This is currently broken anyway.

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

Title:
  notify-osd loses pending bubble if append occurs when bubble is not
  yet visible

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

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


[Bug 856284] Re: Application shown twice, before and after "Clear" item

2012-04-05 Thread Lars Uebernickel
Omer is right, this cannot be a bug in xchat.

Unfortunately, I can't reproduce it. I've tried getting two versions of
the same program into the menu by

* quickly exiting and restarting the program (manually, and from a terminal)
* starting the program more than once (this works for xchat)
* adding a file in ~/.config/indicators/messages/applications that contains the 
path to the app's desktop file

Looking at the code, it clearly tries to avoid showing the same
application twice (src/messages-service.c:1384 ff.).

I've also not succeeded in getting an application show up after the "Clear" 
item. This commit tries to make sure this can't happen:

revno: 217.1.14
committer: Ted Gould 
branch nick: clear-notifications
timestamp: Fri 2011-07-22 12:15:00 -0500
message:
  Make sure clear attention stays at the end

Maybe that commit wasn't yet released into 11.10 when Matthew reported
this bug?

Please feel free to reopen this bug if you find a way to reproduce it,
or it still happens on your machine.

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

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

** Changed in: indicator-messages
   Status: Confirmed => Incomplete

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

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

Title:
  Application shown twice, before and after "Clear" item

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

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


[Bug 975064] Re: Test page contains bad date

2012-04-06 Thread Lars Uebernickel
** Package changed: cups (Ubuntu) => bannertopdf

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

** Also affects: cups-filters (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Test page contains bad date

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

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


[Bug 975064] Re: Test page contains bad date

2012-04-06 Thread Lars Uebernickel
Thanks for reporting this Felix. I'll try to get a fix out asap.

** Changed in: bannertopdf
   Status: New => Confirmed

** Changed in: cups-filters (Ubuntu)
   Status: New => Confirmed

** Changed in: bannertopdf
   Importance: Undecided => High

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

Title:
  Test page contains bad date

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

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


[Bug 975064] Re: Test page contains bad date

2012-04-06 Thread Lars Uebernickel
Fixed in r31.

Till, please include this in the next release of cups-filters.

** Changed in: bannertopdf
   Status: Confirmed => Fix Committed

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

Title:
  Test page contains bad date

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

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


[Bug 975927] Re: Incorrect placement of icons in the global menu

2012-04-10 Thread Lars Uebernickel
This is how menus in Ubuntu should behave according to the design at
[1]. However, a designer should probably reply to the concerns raised in
this bug report (epsecially the decreased readability bit).

[1] https://wiki.ubuntu.com/MenuLayout

** Changed in: dbusmenu
   Status: Confirmed => Opinion

** Changed in: appmenu-gtk (Ubuntu)
   Status: New => Opinion

** Also affects: ayatana-design
   Importance: Undecided
   Status: New

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

** Changed in: appmenu-gtk (Ubuntu)
 Assignee: (unassigned) => Lars Uebernickel (larsu)

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

Title:
  Incorrect placement of icons in the global menu

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

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


[Bug 956147] Re: thunderbird message indicator icons

2012-04-11 Thread Lars Uebernickel
** Changed in: indicator-messages
   Status: Confirmed => Fix Committed

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

Title:
  thunderbird message indicator icons

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

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


[Bug 975064] Re: Test page contains bad date

2012-04-11 Thread Lars Uebernickel
** Changed in: bannertopdf
   Status: Fix Committed => Fix Released

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

Title:
  Test page contains bad date

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

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


[Bug 845037] Re: battery-*-symbolic icon not properly rendered in the panel

2012-04-11 Thread Lars Uebernickel
indicator-power requests icons of size GTK_ICON_SIZE_LARGE_TOOLBAR
instead of GTK_ICON_SIZE_MENU. If I change this, the gnome icon theme
looks correct, but the battery icons from ubuntu-mono-dark become tiny.

Daniel, you seem to be the one who last touched the battery icons in
ubuntu-mono-dark. Do you know what I need to change in there to make the
icons appear at the right size? I'm hesitant to include the fix to
indicator-power in precise if it breaks the default icon set.

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

Title:
  battery-*-symbolic icon not properly rendered in the panel

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

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


[Bug 664647] Re: All menu item text is invisible in Adobe Reader

2012-04-11 Thread Lars Uebernickel
This has already been fixed in acroread's packaging: the startup script
contains `UBUNTU_MENUPROXY=0`, which disables the global menu for this
application. In precise, the menu is inside the window and all items are
visible.

** Changed in: appmenu-gtk
   Status: Triaged => Invalid

** Changed in: appmenu-gtk (Ubuntu)
   Status: Triaged => Invalid

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

Title:
  All menu item text is invisible in Adobe Reader

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

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


[Bug 939258] Re: Messaging indicator not respecting blacklist

2012-04-04 Thread Lars Uebernickel
Fixed in lp:~larsu/indicator-messages/fix-blacklist-again, which will
most probably land in the release charles is planning on doing later
today.

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

Title:
  Messaging indicator not respecting blacklist

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

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


[Bug 956147] Re: thunderbird message indicator icons

2012-04-04 Thread Lars Uebernickel
** Changed in: indicator-messages
   Status: Confirmed => Fix Committed

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

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

Title:
  thunderbird message indicator icons

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

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


[Bug 956147] Re: thunderbird message indicator icons

2012-04-05 Thread Lars Uebernickel
** Changed in: indicator-messages
   Status: In Progress => Fix Committed

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

Title:
  thunderbird message indicator icons

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

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


[Bug 953757] [NEW] Inconsistent behavior of slider widgets

2012-03-12 Thread Lars Uebernickel
Public bug reported:

In gtk+, left-clicking on any point inside the bar of a slider widget
moves the thumb one step towards that point. The thumb can be moved to a
specific point directly by middle-clicking that point on the bar.

In Ubuntu, some slider widgets have been altered to always jump to the
clicked point directly, regardless of the mouse button that was pressed.

This is inconsistent and confusing, especially when sliders in the same
app behave differently. For example, the mouse, keyboard, brightness,
and accessibility settings in System Settings use the gtk+ style slider,
while the sound and appearance settings use the other style.

Furthermore, this kind of change should not be made inside applications,
but in gtk+ itself (even if the two kinds of behaviors are desired).

Assigning to Christian Giordano, as he's the bug contact on bug #898611,
which made me aware of this issue.

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

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

Title:
  Inconsistent behavior of slider widgets

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

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


[Bug 953757] Re: Inconsistent behavior of slider widgets

2012-03-12 Thread Lars Uebernickel
I can't add ayatana-design as being affected by this bug. Can someone
with the appropriate rights please do this for me?

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

Title:
  Inconsistent behavior of slider widgets

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

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


[Bug 953757] Re: Inconsistent behavior of slider widgets

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

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

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

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

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

Title:
  Inconsistent behavior of slider widgets

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

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


[Bug 953757] Re: Inconsistent behavior of slider widgets

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

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

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

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

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

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

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

Title:
  Inconsistent behavior of slider widgets

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

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


[Bug 957032] Re: bzr crashed with MalformedTransform in resolve_conflicts(): Tree transform is malformed [('versioning no contents', 'new-451')]

2012-03-16 Thread Lars Uebernickel
** Visibility changed to: Public

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

Title:
  bzr crashed with MalformedTransform in resolve_conflicts(): Tree
  transform is malformed [('versioning no contents', 'new-451')]

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

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


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

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

** Summary changed:

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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


[Bug 953757] Re: Inconsistent behavior of slider widgets

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

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

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

Title:
  Inconsistent behavior of slider widgets

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

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


[Bug 905528] Re: create command to launch printer-specific print queue viewer

2012-02-16 Thread Lars Uebernickel
Unfortunately, the switch to gnome-control-center's printer panel didn't
get finished this cycle.

I squeezed in a small patch to system-config-printer before feature
freeze yesterday that adds a command line switch "--show-jobs" that
opens the print queue for that printer:

  system-config-printer --show-jobs 

** Changed in: system-config-printer (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  create command to launch printer-specific print queue viewer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/905528/+subscriptions

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


[Bug 899051] Re: Can't find some graphical tools when searching for mercurial

2012-02-16 Thread Lars Uebernickel
Works on precise for me too. Thanks!

** Changed in: software-center (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  Can't find some graphical tools when searching for mercurial

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

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


[Bug 905528] Re: create command to launch printer-specific print queue viewer

2012-02-16 Thread Lars Uebernickel
It's in Ubuntu precise since today (final release of precise will be in
April).

The patch is in my branch here (hit the "download diff" link to get a
raw version):

  http://bazaar.launchpad.net/~larsu/system-config-printer/remove-
applet/revision/214

It's a fairly simple patch that does from the command line what Ctrl+F
did in the GUI. I don't think that system-config-printer can show queues
across all printers right now. Adding that would be a bit more work.

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

Title:
  create command to launch printer-specific print queue viewer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/905528/+subscriptions

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


[Bug 824657] Re: IM status icons aren't lined up with application icons

2012-02-17 Thread Lars Uebernickel
** Changed in: indicator-messages
   Status: In Progress => Fix Released

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

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

Title:
  IM status icons aren't lined up with application icons

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

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


[Bug 653573] Re: left align of count

2012-02-17 Thread Lars Uebernickel
** Changed in: indicator-messages
   Status: In Progress => Fix Released

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

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

Title:
  left align of count

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

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


[Bug 323322] Re: Do not auto-start the python applet

2012-02-17 Thread Lars Uebernickel
Fixed with the introduction of indicator-printers.

system-config-printer-applet autostart was removed in
1.3.8+20120201-0ubuntu2.

** Changed in: system-config-printer (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Do not auto-start the python applet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/323322/+subscriptions

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


[Bug 928772] Re: "Finishing" and "Color" settings are in "Advanced" instead of their own Print dialog tabs

2012-02-17 Thread Lars Uebernickel
** Changed in: gtk+3.0 (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  "Finishing" and "Color" settings are in "Advanced" instead of their
  own Print dialog tabs

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

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


[Bug 890705] Re: temp file links left in /tmp to ppd file in /etc/cups after printing

2012-02-17 Thread Lars Uebernickel
Added colord and removed cups, since this is definitely a bug in the
applications. Please add applications which you suspect of doing this.

@John you can add other projects by clicking "Also affects
distribution". (I don't know why that makes sense ;) )

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

** Changed in: cups (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  temp file links left in /tmp to ppd file in /etc/cups after printing

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

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


[Bug 323322] Re: Do not auto-start the python applet

2012-02-17 Thread Lars Uebernickel
Around 2.8 megs according to gnome-system-monitor, which is a bit more
than the other indicators and about the same as indicator-messages.

I wonder where that comes from, indicator-printers is really only
listening to some d-bus messages and shows a menu in the panel. I'll
have a look at it.

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

Title:
  Do not auto-start the python applet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/323322/+subscriptions

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


[Bug 932759] Re: [MIR] indicator-printers

2012-02-17 Thread Lars Uebernickel
i18n landed yesterday with indicator-printers-0.1.1.

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

Title:
  [MIR] indicator-printers

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

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


[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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1342398

Title:
  display tests fail

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

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


[Bug 1436211] Re: Remove GTK3 from phone images

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

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

Title:
  Remove GTK3 from phone images

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

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


[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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1320634

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

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

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


  1   2   3   4   5   6   7   8   9   >