[Bug 412966] Re: nautilus crashed with SIGSEGV in g_object_ref()

2013-07-17 Thread Ads20000
Ubuntu 9.10 EoL and Alpha 3 out-of-date.

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

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

Title:
  nautilus crashed with SIGSEGV in g_object_ref()

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

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


[Bug 413152] Re: nautilus crashed with SIGSEGV in g_type_class_ref()

2013-07-17 Thread Ads20000
Ubuntu 9.10 EoL

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

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

Title:
  nautilus crashed with SIGSEGV in g_type_class_ref()

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

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


[Bug 1059449] Re: Set Airplane Mode On, Bluetooth still work properly .

2013-07-17 Thread Franz Hsieh
@ara

I have tried to apply the patch to 3.4.2 and got some errors:

franz@callisto:/tmp/gnome-cc/gnome-control-center-3.4.2$ patch -p1  
~/Downloads/gnome-control-center.patch 
patching file panels/network/Makefile.am
Hunk #1 succeeded at 31 (offset -14 lines).
patching file panels/network/cc-network-panel.c
Hunk #1 succeeded at 50 with fuzz 2 (offset 12 lines).
Hunk #2 succeeded at 84 (offset 15 lines).
Hunk #3 FAILED at 209.
Hunk #4 succeeded at 2300 (offset 1642 lines).
Hunk #5 succeeded at 3366 with fuzz 2 (offset 2344 lines).
Hunk #6 FAILED at 1094.
2 out of 6 hunks FAILED -- saving rejects to file 
panels/network/cc-network-panel.c.rej
patching file panels/network/rfkill-glib.c
patching file panels/network/rfkill-glib.h
patching file panels/network/rfkill.h

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

Title:
  Set Airplane Mode On, Bluetooth still work properly .

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

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


[Bug 1202116] [NEW] gnome-session crashed with SIGSEGV in g_object_unref()

2013-07-17 Thread Dmitrijs Ledkovs
Public bug reported:

Crash! =)

ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: gnome-session-bin 3.8.2.1-1ubuntu4
ProcVersionSignature: Ubuntu 3.10.0-2.11-generic 3.10.0
Uname: Linux 3.10.0-2-generic x86_64
ApportVersion: 2.10.2-0ubuntu4
Architecture: amd64
Date: Wed Jul 17 09:10:03 2013
ExecutablePath: /usr/bin/gnome-session
InstallationDate: Installed on 2012-01-12 (551 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130318)
MarkForUpload: True
ProcCmdline: gnome-session --session=ubuntu
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, user)
 XDG_RUNTIME_DIR=set
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SegvAnalysis:
 Segfault happened at: 0x7f1732cdfb04 g_object_unref+20:  cmpq   
$0x50,(%rax)
 PC (0x7f1732cdfb04) ok
 source $0x50 ok
 destination (%rax) (0x) not located in a known VMA region 
(needed writable region)!
SegvReason: writing unknown VMA
Signal: 11
SourcePackage: gnome-session
StacktraceTop:
 g_object_unref (_object=0x22c79e0) at 
/build/buildd/glib2.0-2.37.3/./gobject/gobject.c:3086
 ?? ()
 ?? ()
 dbus_connection_dispatch () from /lib/x86_64-linux-gnu/libdbus-1.so.3
 message_queue_dispatch (source=source@entry=0x213e4d0, callback=optimised 
out, user_data=optimised out) at dbus-gmain.c:90
Title: gnome-session crashed with SIGSEGV in g_object_unref()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm autopilot cdrom dip libvirtd lpadmin plugdev sambashare sbuild 
sudo

** Affects: gnome-session (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash need-amd64-retrace saucy third-party-packages

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

Title:
  gnome-session crashed with SIGSEGV in g_object_unref()

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

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


[Bug 1201180] Re: Pressing power button turns off the PC ignoring the presence of another session manager

2013-07-17 Thread Iain Lane
I did some investigation last night. Here's what I found out. gnome-
session doesn't (successfully) set a shutdown inhibitor lock, meaning
that logind shuts the system down as soon as it is asked to. When run,
gnome-session outputs the following warning

  gnome-session[6124]: WARNING: Error getting login monitor: -2

That comes from the following block of code

if ((ret = sd_login_monitor_new (NULL, sd_source-monitor))  0) {
g_warning (Error getting login monitor: %d, ret);
} else {
sd_source-pollfd.fd = sd_login_monitor_get_fd 
(sd_source-monitor);
sd_source-pollfd.events = G_IO_IN;
g_source_add_poll (source, sd_source-pollfd);
}

The return code there is '-2' which corresponds to ENOENT.

Checking the code for sd_login_monitor_new() in systemd shows that this
function tries to inotify_add_watch() on a number of paths systemd cares
about. If we strace -f -e trace=inotify_add_watch gnome-session then the
output shows

  [pid  5439] inotify_add_watch(14, /sys/fs/cgroup/systemd/machine,
IN_MOVED_TO|IN_CREATE|IN_DELETE) = -1 ENOENT (No such file or directory)

And indeed this directory has not been created. In
systemd:src/core/cgroup.c, these hierarchies are created here:

if (m-running_as == SYSTEMD_SYSTEM) {
cg_create(SYSTEMD_CGROUP_CONTROLLER, m-cgroup_hierarchy, 
../user);
cg_create(SYSTEMD_CGROUP_CONTROLLER, m-cgroup_hierarchy, 
../machine);
}

I believe the if check there is essentially systemd as PID 1, i.e. not
true for Ubuntu.

In systemd git this seems to have moved to /run/systemd/machines/
created by systemd-machined.

Now, I'm not totally sure that this broken call is why the inhibitor
lock isn't being set, but sd_login_monitor_new() definitely shouldn't be
broken anyway and fixing this seems like a good place to start.

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

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

Title:
  Pressing power button turns off the PC ignoring the presence of
  another session manager

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

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


[Bug 1202123] [NEW] gnome-session crashed with SIGSEGV

2013-07-17 Thread Andrea Caratti
*** This bug is a security vulnerability ***

Public security bug reported:

No strange behavior, I got this message from apport just after booting
into the system.

ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: gnome-session-bin 3.8.2.1-1ubuntu4
ProcVersionSignature: Ubuntu 3.10.0-3.12-generic 3.10.1
Uname: Linux 3.10.0-3-generic i686
ApportVersion: 2.10.2-0ubuntu4
Architecture: i386
Date: Tue Jul 16 22:43:31 2013
Disassembly: = 0xb6bc42d0: Cannot access memory at address 0xb6bc42d0
ExecutablePath: /usr/bin/gnome-session
InstallationDate: Installed on 2013-04-20 (87 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130419)
MarkForUpload: True
ProcCmdline: gnome-session --session=ubuntu
ProcEnviron:
 LANGUAGE=it
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SegvAnalysis:
 Segfault happened at: 0xb6bc42d0:  Cannot access memory at address 
0xb6bc42d0
 PC (0xb6bc42d0) ok
 SP (0xbfd11700) ok
 Reason could not be automatically determined.
Signal: 11
SourcePackage: gnome-session
Stacktrace:
 #0  0xb6bc42d0 in ?? ()
 No symbol table info available.
 Cannot access memory at address 0xbfd11700
StacktraceTop: ?? ()
Title: gnome-session crashed with SIGSEGV
UpgradeStatus: Upgraded to saucy on 2013-07-03 (13 days ago)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Affects: gnome-session (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash i386 need-i386-retrace saucy

** Information type changed from Private to Public Security

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

Title:
  gnome-session crashed with SIGSEGV

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

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


[Bug 1201180] Re: Pressing power button turns off the PC ignoring the presence of another session manager

2013-07-17 Thread Martin Pitt
** Changed in: systemd (Ubuntu)
   Status: New = Triaged

** Changed in: systemd (Ubuntu)
Milestone: None = ubuntu-13.07

** Changed in: systemd (Ubuntu)
   Importance: Undecided = High

** Changed in: systemd (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

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

Title:
  Pressing power button turns off the PC ignoring the presence of
  another session manager

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

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


[Bug 574050] Re: gstreamer detects HDV video and can play but causes totem / pitivi problems

2013-07-17 Thread Bug Watch Updater
** Changed in: gstreamer
   Status: Confirmed = Expired

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

Title:
  gstreamer detects HDV video and can play but causes totem / pitivi
  problems

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

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


[Bug 1170647] Re: Nautilus opens new window instead of restoring the minimized window

2013-07-17 Thread Shukhrat Mukimov
I can confirm, that this bug can be reproduced in latest 13.04. Nautilus
opens second instance,  instead to recover the old one. It's always
reproduced for me.

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

Title:
  Nautilus opens new window instead of restoring the minimized window

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

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


[Bug 518056] Re: cedilla appears as accented c (ć instead of ç) when typing 'c

2013-07-17 Thread Josip Krapac
Just to answer your question and then I'm out of here: I used to write š
with [AltGr+Shift+.]+s and Ð with AltGr+Shift+D.

I agree that having Linux version of user-friendly editor of keyboard
layout would solve a lot of problems.

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

Title:
  cedilla appears as accented c (ć instead of ç) when typing 'c

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

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

[Bug 1202188] [NEW] gvfsd-mtp crashed with SIGSEGV in LIBMTP_Get_Storage()

2013-07-17 Thread Alin Andrei
Public bug reported:

This showed up on login, I'm not sure what caused it.

ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: gvfs-backends 1.17.2-0ubuntu2
ProcVersionSignature: Ubuntu 3.10.0-3.12-generic 3.10.1
Uname: Linux 3.10.0-3-generic x86_64
ApportVersion: 2.11-0ubuntu1
Architecture: amd64
Date: Wed Jul 10 10:56:05 2013
ExecutablePath: /usr/lib/gvfs/gvfsd-mtp
InstallationDate: Installed on 2012-12-30 (199 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
ProcCmdline: /usr/lib/gvfs/gvfsd-mtp --spawner :1.2 /org/gtk/gvfs/exec_spaw/3
SegvAnalysis:
 Segfault happened at: 0x7f0ce878:  lock add $0x7f0ce809,%eax
 PC (0x7f0ce878) in non-executable VMA region: 
0x7f0ce800-0x7f0ce8098000 rw-p None
 source $0x7f0ce809 ok
 destination %eax ok
 Stack memory exhausted (SP below stack segment)
SegvReason: executing writable VMA None
Signal: 11
SourcePackage: gvfs
StacktraceTop:
 ?? ()
 ?? () from /usr/lib/x86_64-linux-gnu/libmtp.so.9
 ?? () from /usr/lib/x86_64-linux-gnu/libmtp.so.9
 ?? () from /usr/lib/x86_64-linux-gnu/libmtp.so.9
 LIBMTP_Get_Storage () from /usr/lib/x86_64-linux-gnu/libmtp.so.9
Title: gvfsd-mtp crashed with SIGSEGV in LIBMTP_Get_Storage()
UpgradeStatus: Upgraded to saucy on 2013-01-12 (185 days ago)
UserGroups: adm audio cdrom debian-tor dip fuse lpadmin plugdev sambashare sudo 
vboxusers video

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


** Tags: amd64 apport-crash need-amd64-retrace saucy

** Information type changed from Private to Public

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

Title:
  gvfsd-mtp crashed with SIGSEGV in LIBMTP_Get_Storage()

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

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


[Bug 1131099] Re: Can not edit or add new bookmarks/places to nautilus

2013-07-17 Thread Kabanov Dmitry
I try to add a folder locating inside my Documents folder. When I open
the cog menu, the item Bookmark this location is greyed out. So,
obviously, there is a bug.

Gnome Files 3.8.2, Arch Linux.

Unfortunately, cannot attach a screenshot because Gnome doesn't allow to
take one when the menu is opened.

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

Title:
  Can not edit or add new bookmarks/places to nautilus

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

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


[Bug 1202198] [NEW] gnome-settings daemon notifies as error an info message

2013-07-17 Thread Javier Bahillo
Public bug reported:

When sending a document to a printer, gnome-settings daemon will show a
message like:

ERROR: connecting to printer

Nevertheless, the document will print without any issue.

Actually this message is a warning or info message, as it is telling the
user that it is connecting to the printer.

This leads to users sending twice or more any document as they think an
issue has happened.

Please find enclosed a screenshoot which shows the error message on the
top left of the window

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-settings-daemon 3.4.2-0ubuntu0.6.2 [modified: 
usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.print-notifications.gschema.xml]
Uname: Linux 3.3.6-030306-generic i686
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: i386
Date: Wed Jul 17 15:30:23 2013
InstallationMedia:
 
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-settings-daemon
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise

** Attachment added: Error message
   
https://bugs.launchpad.net/bugs/1202198/+attachment/3739920/+files/Captura%20de%20pantalla%20de%202013-07-17%2015%3A28%3A08.png

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

Title:
  gnome-settings daemon notifies as error an info message

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

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


[Bug 1132215] Re: rhythmbox crashes when syncing library to ipod

2013-07-17 Thread Julien-Charles Lévesque
Can't someone push a proper fix to the Ubuntu repositories? This is
silly.

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

Title:
  rhythmbox crashes when syncing library to ipod

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

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


[Bug 185165] Re: Ubuntu does not open MS Windows internet shortcuts with 'url' extension

2013-07-17 Thread Joachim
Am having this problem still in Linux Mint 15 with Cinnamon. Most of the
above links from 2009ff do not work anymore. Someone still has the perl
or python script to attach to this bug report, so user can fix this
issue themselves?

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

Title:
  Ubuntu does not open MS Windows internet shortcuts with 'url'
  extension

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

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


[Bug 1202235] Re: Newer Version Available

2013-07-17 Thread Adolfo Jayme Barrientos
** Also affects: precise-backports
   Importance: Undecided
   Status: New

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

Title:
  Newer Version Available

To manage notifications about this bug go to:
https://bugs.launchpad.net/precise-backports/+bug/1202235/+subscriptions

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


[Bug 185165] Re: Ubuntu does not open MS Windows internet shortcuts with 'url' extension

2013-07-17 Thread Endolith
Mine still exists: https://gist.github.com/endolith/77635

I no longer use Ubuntu, though, so I don't know if it still works.

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

Title:
  Ubuntu does not open MS Windows internet shortcuts with 'url'
  extension

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

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


[Bug 1202235] [NEW] Newer Version Available

2013-07-17 Thread James
Public bug reported:

Please update to 2.8 in Precise 12.04. I do not like adding PPAs so
please add!

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

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

Title:
  Newer Version Available

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

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


[Bug 561540] Re: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0

2013-07-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0

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

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


[Bug 1164462] Re: Unknown Application Name title

2013-07-17 Thread Adolfo Jayme Barrientos
** Changed in: epiphany-browser (Ubuntu)
   Importance: Undecided = Low

** Changed in: epiphany-browser (Ubuntu)
   Status: New = Confirmed

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

Title:
  Unknown Application Name title

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

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


[Bug 1202198] Re: gnome-settings daemon notifies as error an info message

2013-07-17 Thread Alex Moldovan
** Changed in: gnome-settings-daemon (Ubuntu)
   Status: New = Confirmed

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

Title:
  gnome-settings daemon notifies as error an info message

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

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


[Bug 1202198] Re: gnome-settings daemon notifies as error an info message

2013-07-17 Thread xavy
More info in case it was needed:

Versions and repository:

gnome-settings-daemon:
Installed version: 3.4.2-0ubuntu0.6.2
Repo used: http://es.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages

gnome-fallback:
Installed version: 3.2.1-0ubuntu8
Repo Used: http://es.archive.ubuntu.com/ubuntu/ precise/universe i386 Packages 


Printer used: This has been testd with several printers: Canon ir5035 and Xerox 
Phaser 6180MFP-D. Tests on the latests one were done using Xerox Phaser 
6180MFP-D Foomatic/Postscript, being the printer connected through the LAN.

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

Title:
  gnome-settings daemon notifies as error an info message

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

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


[Bug 1064113] Re: can't connect to google apps gchat account account requires authorisation

2013-07-17 Thread Muelli
this is very annoying. Ubuntu's patched Empathy tries to outsmart the
user by wanting to do Google auth, but that fails for some reason:

session_process_cb: Error processing the session: 
GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.UserInteraction: 
userActionFinished error: 10
g_variant_unref: assertion `value != NULL' failed

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

Title:
  can't connect to google apps gchat account account requires
  authorisation

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

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


[Bug 1197569] Re: Move from zeitgeist-1.0 to zeitgeist-2.0

2013-07-17 Thread Launchpad Bug Tracker
** Branch linked: lp:cairo-dock-plug-ins

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

Title:
  Move from zeitgeist-1.0 to zeitgeist-2.0

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

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


[Bug 942192] Re: power bar doesn't show correct when full charged

2013-07-17 Thread Bug Watch Updater
** Changed in: gnome-control-center
   Status: Confirmed = In Progress

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

Title:
  power bar doesn't show correct when full charged

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

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


[Bug 1202315] [NEW] nautilus crashed with SIGSEGV in g_object_unref()

2013-07-17 Thread rebel maroc
Public bug reported:

crash

ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: nautilus 1:3.8.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.10.0-3.12-generic 3.10.1
Uname: Linux 3.10.0-3-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.10.2-0ubuntu4
Architecture: amd64
Date: Wed Jul 17 03:36:28 2013
ExecutablePath: /usr/bin/nautilus
GsettingsChanges:
 b'org.gnome.nautilus.window-state' b'geometry' b'840x550+523+121'
 b'org.gnome.nautilus.window-state' b'maximized' b'true'
InstallationDate: Installed on 2013-06-24 (22 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130623)
MarkForUpload: True
ProcCmdline: nautilus -n
ProcCwd: /home/valve
SegvAnalysis:
 Segfault happened at: 0x7f80eb7ffafc g_object_unref+12:  mov
(%rdi),%rax
 PC (0x7f80eb7ffafc) ok
 source (%rdi) (0x) not located in a known VMA region (needed 
readable region)!
 destination %rax ok
SegvReason: reading unknown VMA
Signal: 11
SourcePackage: nautilus
StacktraceTop:
 g_object_unref () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
 ?? ()
 g_simple_async_result_complete () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
 ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
 g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
Title: nautilus crashed with SIGSEGV in g_object_unref()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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


** Tags: amd64 apport-crash need-amd64-retrace saucy third-party-packages

** Information type changed from Private to Public

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

Title:
  nautilus crashed with SIGSEGV in g_object_unref()

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

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


[Bug 1202313] [NEW] rhythmbox crashed with SIGSEGV in g_object_unref()

2013-07-17 Thread walterclozet
Public bug reported:

1) The release of Ubuntu you are using, via 'lsb_release -rd' or System - 
About Ubuntu
Description:Ubuntu Saucy Salamander (development branch)
Release:13.10

2) The version of the package you are using, via 'apt-cache policy pkgname' or 
by checking in Software Center
rhythmbox:
  已安装:  2.99.1-0ubuntu1
  候选软件包:2.99.1-0ubuntu1
  版本列表:
 *** 2.99.1-0ubuntu1 0
500 http://mirrors.ustc.edu.cn/ubuntu/ saucy/main amd64 Packages
100 /var/lib/dpkg/status

3) What you expected to happen
play some music
4) What happened instead
it crushed

ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: rhythmbox 2.99.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.10.0-2.11-generic 3.10.0
Uname: Linux 3.10.0-2-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.10.2-0ubuntu4
Architecture: amd64
CrashCounter: 1
Date: Wed Jul 17 23:55:48 2013
ExecutablePath: /usr/bin/rhythmbox
ExecutableTimestamp: 1368697273
InstallationDate: Installed on 2013-03-09 (130 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
ProcCmdline: rhythmbox
ProcCwd: /home/walter
ProcEnviron:
 XDG_RUNTIME_DIR=set
 SHELL=/bin/bash
 LANGUAGE=zh_CN:zh
 PATH=(custom, no user)
 LANG=zh_CN.UTF-8
SegvAnalysis:
 Segfault happened at: 0x7f9b6cc46b04 g_object_unref+20:  cmpq   
$0x50,(%rax)
 PC (0x7f9b6cc46b04) ok
 source $0x50 ok
 destination (%rax) (0x) not located in a known VMA region 
(needed writable region)!
SegvReason: writing unknown VMA
Signal: 11
SourcePackage: rhythmbox
StacktraceTop:
 g_object_unref () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
 ?? () from /usr/lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so
 ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
 ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
 g_callable_info_invoke () from /usr/lib/libgirepository-1.0.so.1
Title: rhythmbox crashed with SIGSEGV in g_object_unref()
UpgradeStatus: Upgraded to saucy on 2013-07-07 (10 days ago)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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


** Tags: amd64 apport-crash need-amd64-retrace saucy third-party-packages

** Information type changed from Private to Public

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

Title:
  rhythmbox crashed with SIGSEGV in g_object_unref()

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

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

[Bug 1199103] Re: gdm-session-worker crashed with SIGSEGV in g_simple_async_result_complete()

2013-07-17 Thread Kelly Hyde
Just had this happen after installing updates from July 16. This bug
happened simultaneously with bug #1202318.

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

Title:
  gdm-session-worker crashed with SIGSEGV in
  g_simple_async_result_complete()

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

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


[Bug 374101] Re: Brasero hangs at Normalizing tracks

2013-07-17 Thread Daniel Quirk
I have this problem in 13.04, 64 bit, confirm the same workaround. Cant
believe this bug has been open for four years!

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

Title:
  Brasero hangs at Normalizing tracks

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

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


[Bug 932177] Re: XFCE (and other non-GNOME) desktops do not initialise gnome-keyring correctly / WARNING: gnome-keyring:: couldn't connect to PKCS11

2013-07-17 Thread Ron Johnson
Confirmed in xubuntu 13.04.  The OnlyShowIn modification works.

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

Title:
  XFCE (and other non-GNOME) desktops do not initialise gnome-keyring
  correctly / WARNING: gnome-keyring:: couldn't connect to PKCS11

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

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


Re: [Bug 374101] Re: Brasero hangs at Normalizing tracks

2013-07-17 Thread Andreas Moog
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 07/17/2013 07:41 PM, Daniel Quirk wrote:
 Cant believe this bug has been open for four years!
 

Your message seems to be missing the patch, can you resend it so that
we can check your fix? Thank you very much!

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iQIcBAEBAgAGBQJR5um0AAoJEGHzRCZ03mYk9DkP/2gq10RBW+i870BbfK62NJeb
h3prX8xTPHLxAlnXPY5UDCFP2ycFtehy4Fs/k/FwP5ySQ6ubYfiPmQzknhijtebE
MfcNbDXkDYSJZaEM+7e1QN/ItqeWuAFTubjP+GI2oY+26pNyf5wjHtlQ1sxpBCCA
YOiNWJdtZyxtB9I1JvV7wkL95S9IpQwtMcqY5TO7ZwZowp96OU8HzxCMUrrNOS7T
grxWHN5AzmpH2daJoJc+MGQCfvZSwLb08Kto8ZqMOWMdKVmBMcdWDwjEebzirVwP
86RQaZW3ym7JKTirsOdS4A4SeWQCj5lDxmQOrAbRdEMC9s8htulPtuNwYOIDkKAS
gl5+LRQISqy5g+t3DQkErUOQ7g5Rmtjcn+NT+Tc0+exwCfdLomvligS8TbBZ9zuj
QcIS1I58wWHulZx1DrXY4d+S5zGboxxA+/tNZSdHVWvyZx4LxBX97mlTge9YvLE+
Vx42Db/omCk39tV9J0Hbz6ptrW5+0VF2KrVQf//LQB3c/Z4gyNdnZ4Gs/Yq6xMrq
Ol95txHf4KKsnXtNLxeWIYlxNSReKoPWgzY3YCcHP/uBiEBOZTJo1q8p7MZ0LYvX
HYSNvRwXQIhfnGwodPg+fIycffAobyL7h3B1hRduXSMii34y+ZqHM089wMUMEIdv
hnEBxMPuGlRpKCf1UDfw
=67dx
-END PGP SIGNATURE-

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

Title:
  Brasero hangs at Normalizing tracks

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

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


[Bug 987986] Re: Cannot browse files via bluetooth on Android device

2013-07-17 Thread Tuomas Lähteenmäki
This bug is also in 10.04 LTS version (but not live version??) and 12.10 
version.
I have a years of this problem. I have sent all the bug reports, but this has 
not been fixed.

And now im find little help.  Only this  small mount point command working 
Ubuntu 12.10. yeah!
obexfs -b A8:7E:33:B2:D5:EA /home/username/Nokia2720a

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

Title:
  Cannot browse files via bluetooth on Android device

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

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


[Bug 1202378] [NEW] package file-roller 3.6.3-1ubuntu4.1 failed to install/upgrade: package file-roller is already installed and configured

2013-07-17 Thread Michał Faflik
Public bug reported:

It crashed during automatic update

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: file-roller 3.6.3-1ubuntu4.1
ProcVersionSignature: Ubuntu 3.8.0-23.34-generic 3.8.11
Uname: Linux 3.8.0-23-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
Date: Wed Jul 17 22:07:06 2013
DuplicateSignature: package:file-roller:3.6.3-1ubuntu4.1:package file-roller is 
already installed and configured
ErrorMessage: package file-roller is already installed and configured
InstallationDate: Installed on 2012-04-11 (462 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
MarkForUpload: True
SourcePackage: file-roller
Title: package file-roller 3.6.3-1ubuntu4.1 failed to install/upgrade: package 
file-roller is already installed and configured
UpgradeStatus: Upgraded to raring on 2013-05-03 (75 days ago)

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check raring

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

Title:
  package file-roller 3.6.3-1ubuntu4.1 failed to install/upgrade:
  package file-roller is already installed and configured

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

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


[Bug 1170647] Re: Nautilus opens new window instead of restoring the minimized window

2013-07-17 Thread Vahid Mardani
I have the same problem, in 13.04. i decided to use another file
manager.until debug

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

Title:
  Nautilus opens new window instead of restoring the minimized window

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

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


[Bug 517021] Re: gvfsd-metadata causes 100% CPU usage

2013-07-17 Thread Paul Sokolovsky
Brave guy at http://www.linuxquestions.org/questions/linux-newbie-8
/what-is-gvfsd-metadata-4175458624/ proposes more permanent workaround:
chmod -x /usr/lib/gvfs/gvfsd-metadata. If you think about it for a
bit, that solution has its merit: if you already have your metadata in
your file system, then why would you want to run stupid buggy-for-years
gnome daemons for its kinds of metadata?

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

Title:
  gvfsd-metadata causes 100% CPU usage

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

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


[Bug 1017131] Re: Track info for box sets incorrect

2013-07-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Track info for box sets incorrect

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

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


[Bug 1017131] Re: Track info for box sets incorrect

2013-07-17 Thread Ron W6FM
I am also experiencing this bug with all of my boxed sets.

Ubuntu 12.04 LTS
Rhythmbox 2.96-0ubuntu4.3

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

Title:
  Track info for box sets incorrect

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

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


[Bug 1174211] Re: Mouse settings are missing for wireless mice in Ubuntu 13.04

2013-07-17 Thread Zeejet
*** This bug is a duplicate of bug 1132063 ***
https://bugs.launchpad.net/bugs/1132063

I have an old OEM Hewlet-Packard wireless mouse that also does not offer
sensitivity or acceleration sliders.

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

Title:
  Mouse settings are missing for wireless mice in Ubuntu 13.04

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

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


[Bug 1202235] Re: Newer Version Available

2013-07-17 Thread James
Any news on this?

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

Title:
  Newer Version Available

To manage notifications about this bug go to:
https://bugs.launchpad.net/precise-backports/+bug/1202235/+subscriptions

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


[Bug 1188395] Re: evince fires asserts

2013-07-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  evince fires asserts

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

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


[Bug 951145] Re: GLib-GObject-WARNING **: /build/buildd/glib2.0-2.31.20/./gobject/gsignal.c:2572: instance `0x7fc09ced1ca0' has no handler with id `4146'

2013-07-17 Thread Alexandros
Same as comment #3. I'm on a fresh install of Ubuntu 13.04.

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

Title:
  GLib-GObject-WARNING **:
  /build/buildd/glib2.0-2.31.20/./gobject/gsignal.c:2572: instance
  `0x7fc09ced1ca0' has no handler with id `4146'

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

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


[Bug 1202054] Re: PostgreSQL Being Listed on Login Screen

2013-07-17 Thread Martin Pitt
 postgres:x:1001:1001:PostgreSQL:/etc/PostgreSQL/9.0:/bin/sh

You created this yourself, didn't you? postgresql-common creates that
user as a system user (uid  500), but this is a normal (human) user.
For system wide services you should rather do something like sudo
adduser --system postgres.

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

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

Title:
  PostgreSQL Being Listed on Login Screen

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

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