[Bug 197290] Re: 2 gb max inbox

2009-06-04 Thread Olivier Tilloy
Is there any chance the patched package will install fine on Gutsy, or that the 
package will be backported there as well?
My Mom's computer has been running Gutsy for ages and she ran into this issue a 
week ago.

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

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


[Bug 197290] Re: 2 gb max inbox

2009-06-05 Thread Olivier Tilloy
Don't be :)
That's one more good reason to seriously consider upgrading my mom's machine to 
Jaunty, although living 1000km from her won't help.

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

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


[Bug 607793] Re: Audio preview of CD tracks fails if totem is not installed

2010-10-13 Thread Olivier Tilloy
An updated patch has been committed upstream (see
http://git.gnome.org/browse/nautilus/commit/?id=ebcbb167876f8b4491af0bc86bc29015c211b3af).

-- 
Audio preview of CD tracks fails if totem is not installed
https://bugs.launchpad.net/bugs/607793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 750058] [NEW] Default application entry for banshee has incorrect executable

2011-04-04 Thread Olivier Tilloy
Public bug reported:

Binary package hint: gnome-control-center

In /usr/share/gnome-control-center/default-apps/gnome-default-
applications.xml (installed by capplets-data), the default entry for
banshee reads banshee-1 for the executable and the command. This
should be banshee. As a result, there is no entry for banshee in the
Multimedia tab of gnome-default-applications-properties.


lsb_release -rd
Description:Ubuntu Natty (development branch)
Release:11.04

gnome-control-center:
  Installed: 1:2.32.1-0ubuntu12
  Candidate: 1:2.32.1-0ubuntu12
  Version table:
 *** 1:2.32.1-0ubuntu12 0
500 http://archive.ubuntu.com/ubuntu/ natty/main i386 Packages
500 http://es.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
100 /var/lib/dpkg/status

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

-- 
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/750058

Title:
  Default application entry for banshee has incorrect executable

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


[Bug 750058] Re: Default application entry for banshee has incorrect executable

2011-04-04 Thread Olivier Tilloy
The fix is trivial, it should revert the change applied to fix bug
#533888: just remove the patch 112_banshee_in_media_dropdown.patch.

-- 
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/750058

Title:
  Default application entry for banshee has incorrect executable

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


[Bug 607793] [NEW] Audio preview of CD tracks fails if totem is not installed

2010-07-20 Thread Olivier Tilloy
Public bug reported:

Binary package hint: nautilus

To perform audio preview, Nautilus uses totem-audio-preview. If not
present (i.e. if totem is not installed), it falls back on gst-
launch-0.10 with a playbin pipeline. Unfortunately playbin doesn't
understand the cdda:// URIs when trying to preview tracks on an audio
CD.

Steps to reproduce:
1) Uninstall totem:
sudo apt-get remove totem
2) Install gstreamer0.10-tools:
sudo apt-get install gstreamer0.10-tools
3) Make sure audio previews are active:
gconftool-2 --type string --set /apps/nautilus/preferences/preview_sound 
always
4) Insert an audio CD, when prompted what to do choose Open Folder
5) Hover the mouse cursor over one of the tracks in nautilus (typically Track 
n.wav)

Expected result: after a delay (about 1 second), the track starts playing.
Current result: nothing happens.

Note that when totem is installed, the preview works.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: nautilus 1:2.30.1-0ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic i686
NonfreeKernelModules: nvidia wl
Architecture: i386
Date: Tue Jul 20 16:14:38 2010
EcryptfsInUse: Yes
ProcEnviron:
 LANG=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: nautilus

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


** Tags: apport-bug i386 lucid oem-services patch

-- 
Audio preview of CD tracks fails if totem is not installed
https://bugs.launchpad.net/bugs/607793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 607793] Re: Audio preview of CD tracks fails if totem is not installed

2010-07-20 Thread Olivier Tilloy

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/52212207/Dependencies.txt

** Attachment added: usr_lib_nautilus.txt
   http://launchpadlibrarian.net/52212208/usr_lib_nautilus.txt

-- 
Audio preview of CD tracks fails if totem is not installed
https://bugs.launchpad.net/bugs/607793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 607793] Re: Audio preview of CD tracks fails if totem is not installed

2010-07-20 Thread Olivier Tilloy
The issue is with the way nautilus builds the URI to pass to playbin.
The attached patch mimics totem's behaviour to build URIs that playbin
is happy with.

** Patch added: oem-preview-audio-cd-tracks-with-playbin.patch
   
http://launchpadlibrarian.net/52212753/oem-preview-audio-cd-tracks-with-playbin.patch

** Tags added: patch

-- 
Audio preview of CD tracks fails if totem is not installed
https://bugs.launchpad.net/bugs/607793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 607793] Re: Audio preview of CD tracks fails if totem is not installed

2010-07-20 Thread Olivier Tilloy
** Bug watch added: GNOME Bug Tracker #624841
   https://bugzilla.gnome.org/show_bug.cgi?id=624841

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

-- 
Audio preview of CD tracks fails if totem is not installed
https://bugs.launchpad.net/bugs/607793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 607793] Re: Audio preview of CD tracks fails if totem is not installed

2010-07-20 Thread Olivier Tilloy
I'm perfectly fine waiting for the next upload, there's no hurry
considering the importance of the bug.

-- 
Audio preview of CD tracks fails if totem is not installed
https://bugs.launchpad.net/bugs/607793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 607793] Re: Audio preview of CD tracks fails if totem is not installed

2010-07-20 Thread Olivier Tilloy
** Bug watch added: Debian Bug tracker #589749
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589749

** Also affects: nautilus (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589749
   Importance: Unknown
   Status: Unknown

-- 
Audio preview of CD tracks fails if totem is not installed
https://bugs.launchpad.net/bugs/607793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 197589] Re: Numeric keypad no longer works after upgrade

2011-02-02 Thread Olivier Tilloy
A recent ugrade on my mom’s machine running lucid (lsb_release says
10.04.2) turned on the mouse keys in keyboard accessibility by default,
when they were previously disabled. This had the very annoying
consequence of the numeric keypad apparently not functioning any longer,
and only by googling the issue did I find this bug report and understood
what had happened. Needless to say, a normal user wouldn’t have found
this kind of solution by herself…

I’m attaching apt’s recent log with the list of packages that were
upgraded. This list doesn’t contain gnome-control-center, so the issue
may actually be with another package.

** Attachment added: history.log
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/197589/+attachment/1826024/+files/history.log

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

Title:
  Numeric keypad no longer works after upgrade

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

[Bug 197589] Re: Numeric keypad no longer works after upgrade

2011-02-03 Thread Olivier Tilloy
I downloaded all the source packages listed in apt’s upgrade log
attached above in a lucid chroot, and I grep’ed through in search of
mousekeys (the gconf key that controls whether mouse keys are enabled
is /desktop/gnome/accessibility/keyboard/mousekeys_enable), but this
didn’t yield any result.

The upgrade trail may be a red herring…

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

Title:
  Numeric keypad no longer works after upgrade

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

[Bug 776972] Re: Can't maximise evolution

2011-05-06 Thread Olivier Tilloy
It looks more like bug #281217 to me, although both of them are old bugs
and the situation may have improved/degraded in newer versions of
evolution. In any case, it definitely looks like a bug in evolution
itself, so I’ll change the affected project.

** Project changed: unity-2d = evolution

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

** Changed in: evolution
   Status: Incomplete = New

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

Title:
  Can't maximise evolution

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

[Bug 607793] Re: Audio preview of CD tracks fails if totem is not installed

2010-08-03 Thread Olivier Tilloy
Sure, updating the patch is on my list.

-- 
Audio preview of CD tracks fails if totem is not installed
https://bugs.launchpad.net/bugs/607793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 607793] Re: Audio preview of CD tracks fails if totem is not installed

2010-08-04 Thread Olivier Tilloy
Updated patch submitted upstream.

-- 
Audio preview of CD tracks fails if totem is not installed
https://bugs.launchpad.net/bugs/607793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 607793] Re: Audio preview of CD tracks fails if totem is not installed

2010-08-17 Thread Olivier Tilloy
Sure.

-- 
Audio preview of CD tracks fails if totem is not installed
https://bugs.launchpad.net/bugs/607793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 578717] [NEW] User Agent string says Debian/squeeze/sid () instead of Ubuntu/10.04 (lucid)

2010-05-11 Thread Olivier Tilloy
Public bug reported:

Binary package hint: epiphany-browser

In epiphany 2.30.2 in lucid, the user agent string is the following:

Mozilla/5.0 (X11; U; Linux i686; fr-fr) AppleWebKit/531.2+ (KHTML, like
Gecko) Safari/531.2+ Debian/squeeze/sid () Epiphany/2.30.2

To be compared with the user agent string exposed by firefox:

Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.3) Gecko/20100423
Ubuntu/10.04 (lucid) Firefox/3.6.3

This makes detecting the version of Ubuntu at best difficult.
The user agent string can be inspected easily at e.g. 
http://useragentstring.com/.

** Affects: epiphany-browser (Ubuntu)
 Importance: Undecided
 Status: New

-- 
User Agent string says Debian/squeeze/sid () instead of Ubuntu/10.04 (lucid)
https://bugs.launchpad.net/bugs/578717
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 578717] Re: User Agent string says Debian/squeeze/sid () instead of Ubuntu/10.04 (lucid)

2010-05-11 Thread Olivier Tilloy
The fix is pretty trivial, the information to be changed sits in
/usr/share/epiphany-browser/branding.conf.

-- 
User Agent string says Debian/squeeze/sid () instead of Ubuntu/10.04 (lucid)
https://bugs.launchpad.net/bugs/578717
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 578717] Re: User Agent string says Debian/squeeze/sid () instead of Ubuntu/10.04 (lucid)

2010-05-11 Thread Olivier Tilloy
diff /usr/share/epiphany-browser/branding.conf.orig 
/usr/share/epiphany-browser/branding.conf
2,4c2,4
 Vendor=Debian
 VendorSub=squeeze/sid
 VendorComment=
---
 Vendor=Ubuntu
 VendorSub=10.04
 VendorComment=lucid

-- 
User Agent string says Debian/squeeze/sid () instead of Ubuntu/10.04 (lucid)
https://bugs.launchpad.net/bugs/578717
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 578717] Re: User Agent string says Debian/squeeze/sid () instead of Ubuntu/10.04 (lucid)

2010-05-11 Thread Olivier Tilloy
** Branch linked: lp:~osomon/ubuntu/lucid/epiphany-browser/user_agent

-- 
User Agent string says Debian/squeeze/sid () instead of Ubuntu/10.04 (lucid)
https://bugs.launchpad.net/bugs/578717
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 578717] Re: User Agent string says Debian/squeeze/sid () instead of Ubuntu/10.04 (lucid)

2010-05-17 Thread Olivier Tilloy
I linked a new branch that targets Maverick.
Note that the patch could probably be made more generic using lsb_release to 
dynamically fill the vendor information, but that would mean more intrusive 
changes which should probably be applied upstream first.
Thanks for reviewing.

** Branch linked: lp:~osomon/ubuntu/maverick/epiphany-browser/user_agent

-- 
User Agent string says Debian/squeeze/sid () instead of Ubuntu/10.04 (lucid)
https://bugs.launchpad.net/bugs/578717
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 578717] Re: User Agent string says Debian/squeeze/sid () instead of Ubuntu/10.04 (lucid)

2010-05-28 Thread Olivier Tilloy
@Luke: I followed steps 1 to 3 of the procedure for an SRU, please let
me know if more input is needed from my side.

** Description changed:

  Binary package hint: epiphany-browser
  
  In epiphany 2.30.2 in lucid, the user agent string is the following:
  
  Mozilla/5.0 (X11; U; Linux i686; fr-fr) AppleWebKit/531.2+ (KHTML, like
  Gecko) Safari/531.2+ Debian/squeeze/sid () Epiphany/2.30.2
  
  To be compared with the user agent string exposed by firefox:
  
  Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.3) Gecko/20100423
  Ubuntu/10.04 (lucid) Firefox/3.6.3
  
  This makes detecting the version of Ubuntu at best difficult.
  The user agent string can be inspected easily at e.g. 
http://useragentstring.com/.
+ 
+ 
+ Information for an SRU:
+ 
+ Impact of the bug on users: when browsing a dynamic website that relies
+ on the user agent string to determine the OS and its version and display
+ content accordingly, the user may not get the intended content (such a
+ web site may be e.g. the Ubuntu support and learning center, as was
+ discussed last UDS: see
+ https://blueprints.launchpad.net/ubuntu/+spec/community-m-ubuntu-
+ support-and-learning-center).
+ 
+ Fixed in the development branch: by modifying the branding.conf file
+ (see related branches).
+ 
+ TEST CASE:
+  1) Open Epiphany (Applications menu  Internet  Epiphany Web Browser)
+  2) Browse to http://useragentstring.com/
+  3) Inspect the user agent string
+  Expected result: the string contains Ubuntu/10.04 LTS
+  Current result: the string contains Debian/squeeze/sid
+ 
+ Regression potential: None as far as I know.

** Summary changed:

- User Agent string says Debian/squeeze/sid () instead of Ubuntu/10.04 
(lucid)
+ User Agent string says Debian/squeeze/sid () instead of Ubuntu/10.04 LTS 
(lucid)

-- 
User Agent string says Debian/squeeze/sid () instead of Ubuntu/10.04 LTS 
(lucid)
https://bugs.launchpad.net/bugs/578717
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 578717] Re: User Agent string says Debian/squeeze/sid () instead of Ubuntu/10.04 LTS (lucid)

2010-06-01 Thread Olivier Tilloy
Tested epiphany-browser 2.30.2-1ubuntu1.1 from proposed, the user agent
string now contains Ubuntu/10.04 LTS as expected.

-- 
User Agent string says Debian/squeeze/sid () instead of Ubuntu/10.04 LTS 
(lucid)
https://bugs.launchpad.net/bugs/578717
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 97686] Re: Totem-GStreamer doesn't play CNN Pipeline

2010-01-26 Thread Olivier Tilloy
The issue seems to be in libmms (see bug #212064).

-- 
Totem-GStreamer doesn't play CNN Pipeline
https://bugs.launchpad.net/bugs/97686
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 344198] Re: .ppsx (Office 2007 slideshows) files not recognized

2010-01-27 Thread Olivier Tilloy
I can confirm the issue on Karmic. Note that I've had a look at the package in 
Lucid, and it's not fixed there.
It seems to me that all that's needed is to add an entry for 
application/vnd.openxmlformats-officedocument.presentationml.slideshow in 
/usr/share/mime/packages/freedesktop.org.xml. I don't know where to look for 
the upstream reference version of this document, though.

** Changed in: shared-mime-info (Ubuntu)
   Status: New = Confirmed

-- 
.ppsx (Office 2007 slideshows) files not recognized
https://bugs.launchpad.net/bugs/344198
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shared-mime-info in ubuntu.

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


[Bug 344198] Re: .ppsx (Office 2007 slideshows) files not recognized

2010-01-27 Thread Olivier Tilloy
IMHO, the importance of this bug should be bumped. It's easy enough to
work around it for an advanced user, either by changing the file's
extension or by selecting Open with another application, but it's just
not a reasonable solution for normal users. To them, the only conclusion
will be: Ubuntu cannot open my presentation.

-- 
.ppsx (Office 2007 slideshows) files not recognized
https://bugs.launchpad.net/bugs/344198
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shared-mime-info in ubuntu.

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


[Bug 344198] Re: .ppsx (Office 2007 slideshows) files not recognized

2010-01-27 Thread Olivier Tilloy
I reported the bug upstream
(https://bugs.freedesktop.org/show_bug.cgi?id=26276) and attached a
patch there.

** Bug watch added: freedesktop.org Bugzilla #26276
   https://bugs.freedesktop.org/show_bug.cgi?id=26276

-- 
.ppsx (Office 2007 slideshows) files not recognized
https://bugs.launchpad.net/bugs/344198
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shared-mime-info in ubuntu.

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


[Bug 426232] Re: From search field, Down key selects first result but doesn't focus it

2010-04-20 Thread Olivier Tilloy
Is this bug still valid? I can't reproduce with software center 2.0.2.
Whenever the search results list is updated, the first item is always selected, 
regardless of keyboard navigation. Pressing the down key gives the focus to the 
first item that was already selected.

-- 
From search field, Down key selects first result but doesn't focus it
https://bugs.launchpad.net/bugs/426232
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 938751] Re: jpeg images are washed out or colors are skewed

2012-08-31 Thread Olivier Tilloy
I was observing the same issue since a recent update in precise (I have 
upgraded to quantal since then and the issue persisted).
Unsetting the ICC profile as suggested by Felix in comment #14 solved the issue.

Before unsetting the ICC profile, I took the test suggested in comment
#19 (opened the image in gimp, and verified that ticking Try to use the
system monitor profile resulted in the same washed out colours observed
in eog). So it’s definitely an issue with the profile, not eog itself.

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

Title:
  jpeg images are washed out or colors are skewed

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

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

[Bug 212789] Re: gvfs fuse mount is not functional after logout and subsequent login

2011-08-18 Thread Olivier Tilloy
I’m seeing this issue in Natty.

It is a fresh install, my home directory is encrypted and it has
annoying consequences, such as Déjà-Dup failing to backup my home
directory because of ~/.gvfs (Transport endpoint is not connected).
And since the .gvfs folder cannot be browsed to, I can’t even add it to
the list of excluded directories in Déjà-Dup (I figured out how to work
around this by manually editing the corresponding GConf key though).

osomon@granuja:~$ LANG=C cd .gvfs
bash: cd: .gvfs: Transport endpoint is not connected

osomon@granuja:~$ mount | grep gvfs
gvfs-fuse-daemon on /home/osomon/.gvfs type fuse.gvfs-fuse-daemon 
(rw,nosuid,nodev,user=osomon)

Should I re-open this bug, or should I file a new one?

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

Title:
  gvfs fuse mount is not functional after logout and subsequent login

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

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

[Bug 850840] Re: file-roller crashed with SIGSEGV in g_simple_async_result_complete()

2012-09-24 Thread Olivier Tilloy
This crash also happens to me when opening an RPM file
(ftp://ftp.icm.edu.pl/vol/rzm2/linux-fedora-
secondary/releases/15/Everything/source/SRPMS/libsocialweb-0.25.16-1.fc15.src.rpm).

file-roller 3.5.92-0ubuntu1
12.10 fully up-to-date

-- 
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/850840

Title:
  file-roller crashed with SIGSEGV in g_simple_async_result_complete()

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

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


[Bug 938751] Re: jpeg images are washed out or colors are skewed

2012-09-26 Thread Olivier Tilloy
A recent update in quantal re-added an ICC profile and the bug re-
surfaced. Removing the profile with `xprop -root -remove _ICC_PROFILE`
fixed it again.

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

Title:
  jpeg images are washed out or colors are skewed

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

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


[Bug 1182658] Re: Location services not working in Google Maps

2013-09-24 Thread Olivier Tilloy
I’m seeing the same problem. The browser prompts for authorization to
use the device’s location, but it seems the device is unable to provide
its location. I looked for satellite visibility updates in dmesg, but
couldn’t find anything relevant (`dmesg | grep -i sat` is empty).

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

Title:
  Location services not working in Google Maps

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+subscriptions

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

[Bug 1182658] Re: Location services not working in Google Maps

2013-10-08 Thread Olivier Tilloy
I’m seeing the same as bjv, with the latest image flashed today (#83).

** Changed in: webbrowser-app
 Assignee: (unassigned) = Olivier Tilloy (osomon)

** Changed in: webbrowser-app (Ubuntu Saucy)
 Assignee: (unassigned) = Olivier Tilloy (osomon)

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

Title:
  Location services not working in Google Maps

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+subscriptions

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

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-08 Thread Olivier Tilloy
** Summary changed:

- Location services not working in Google Maps
+ Geolocation is not working in the browser

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

Title:
  Geolocation is not working in the browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+subscriptions

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


[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-08 Thread Olivier Tilloy
Following Thomas’ advice, I tested again with my device hanging from a window, 
and the test application eventually picked up the location from the GPS. 
However I still can’t get it to work in the browser, so it seems the issue is 
in QtWebKit itself.
Investigating now.

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

Title:
  Geolocation is not working in the browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+subscriptions

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

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-08 Thread Olivier Tilloy
Note that geolocation works in webbrowser-app on the desktop, so the
issue is somewhere in the communication between the location provider
and QtWebKit on devices.

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

Title:
  Geolocation is not working in the browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+subscriptions

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


[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-08 Thread Olivier Tilloy
I wrote a simple C++ application that uses QtLocation to monitor
location updates and print them out on the console, I built it on my
device and ran it, and after a while (cold start is really slow) I got
location updates, so I can confirm that the location stack works.

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

Title:
  Geolocation is not working in the browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+subscriptions

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

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-08 Thread Olivier Tilloy
When trying to use geolocation in the browser, the app sits idle for a
while, and is eventually terminated with the following:

terminate called after throwing an instance of 'std::runtime_error'
  what():  Did not receive a reply. Possible causes include: the remote 
application did not send a reply, the message bus security policy blocked the 
reply, the reply timeout expired, or the network connection was broken.
Aborted (core dumped)

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

Title:
  Geolocation is not working in the browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+subscriptions

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


[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-08 Thread Olivier Tilloy
Unfortunately I’m unable to get a useful stacktrace from the crash, so I
don’t know exactly where the crash happens.

It seems that the app fails to reach the service, for some reason.

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

Title:
  Geolocation is not working in the browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+subscriptions

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

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-09 Thread Olivier Tilloy
I managed to get a partially useful stacktrace:

#0  0x40f99706 in ?? () from /lib/arm-linux-gnueabihf/libc.so.6
#1  0x40fa75fe in raise () from /lib/arm-linux-gnueabihf/libc.so.6
#2  0x40fa9e1a in abort () from /lib/arm-linux-gnueabihf/libc.so.6
#3  0x40f217b4 in __gnu_cxx::__verbose_terminate_handler ()
at ../../../../src/libstdc++-v3/libsupc++/vterminate.cc:95
#4  0x40f201d4 in __cxxabiv1::__terminate (handler=optimized out)
at ../../../../src/libstdc++-v3/libsupc++/eh_terminate.cc:38
#5  0x40f1f67e in __cxa_call_terminate (ue_header=0x48a2e058)
at ../../../../src/libstdc++-v3/libsupc++/eh_call.cc:54
#6  0x40f1ff0c in __cxxabiv1::__gxx_personality_v0 (state=optimized out, 
ue_header=0x48a2e058, context=optimized out)
at ../../../../src/libstdc++-v3/libsupc++/eh_personality.cc:670
#7  0x4008879a in unwind_phase2 (ucbp=ucbp@entry=0x48a2e058, 
vrs=vrs@entry=0xbed5a004) at ../../../src/libgcc/unwind-arm-common.inc:294
#8  0x4008896a in __gnu_Unwind_Resume (ucbp=0x48a2e058, entry_vrs=0xbed5a004)
at ../../../src/libgcc/unwind-arm-common.inc:502
#9  0x40089172 in _Unwind_Resume ()
at ../../../src/libgcc/config/arm/libunwind.S:344
#10 0x42daaee6 in 
com::ubuntu::location::service::session::Stub::stop_position_updates() () from 
/usr/lib/arm-linux-gnueabihf/libubuntu-location-service.so.0
#11 0x490f44c4 in ?? () from /usr/lib/arm-linux-gnueabihf/libQt5WebKit.so.5
#12 0x490f44c4 in ?? () from /usr/lib/arm-linux-gnueabihf/libQt5WebKit.so.5
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Unfortunately if I install the debug symbols for QtWebKit, gdb runs out
of memory when loading them. At least we know where in the location
service the exception is thrown.

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

Title:
  Geolocation is not working in the browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+subscriptions

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

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-09 Thread Olivier Tilloy
I am able to reproduce the crash with a simple test program written in
C++ that uses QtLocation to retrieve the current location. The crash
happens when calling QGeoPositionInfoSource::stopUpdates() (which itself
calls
com::ubuntu::location::service::session::Stub::stop_position_updates()),
so I’d say the problem lies in the location provider after all.

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

Title:
  Geolocation is not working in the browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+subscriptions

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

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-09 Thread Olivier Tilloy
** Branch linked: lp:~thomas-voss/location-service/fulfill-noexcept-
promise

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

Title:
  Geolocation is not working in the browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+subscriptions

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


[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-09 Thread Olivier Tilloy
For reference, I’m attaching the sources of the simple test program with
which I can reproduce the crash on a device.

** Attachment added: test-location.tar.gz
   
https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+attachment/3868678/+files/test-location.tar.gz

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

Title:
  Geolocation is not working in the browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+subscriptions

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

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-10 Thread Olivier Tilloy
I installed libubuntu-location-service0 built from the latest trunk
(revision 40), that supposedly removes some exception throwing, however
I’m still getting a very similar stacktrace:

[…]
#9  0x400af172 in _Unwind_Resume ()
at ../../../src/libgcc/config/arm/libunwind.S:344
#10 0x42e23eee in 
com::ubuntu::location::service::session::Stub::stop_position_updates() () from 
/usr/lib/arm-linux-gnueabihf/libubuntu-location-service.so.0
#11 0x4f7b4a08 in ?? ()
Cannot access memory at address 0x1f
#12 0x4f7b4a08 in ?? ()
Cannot access memory at address 0x1f
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

So it seems stop_position_updates() still throws an exception. Here is
the current implementation of this method:

void culss::Stub::stop_position_updates() noexcept
{
auto result = 
d-object-invoke_method_synchronouslyInterface::StopPositionUpdates,void();

if (result.is_error())
LOG(WARNING)  result.error();
}

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

Title:
  Geolocation is not working in the browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+subscriptions

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

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-10 Thread Olivier Tilloy
invoke_method_synchronously calls send_with_reply_and_block_for_at_most, which 
might throw a std::runtime error.
So we need to surround this call with a try…catch block to ensure we respect 
the noexcept promise.

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

Title:
  Geolocation is not working in the browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+subscriptions

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

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-10 Thread Olivier Tilloy
I can confirm that geolocation in the browser works with the last two
fixes applied to lp:location-service.

** Changed in: webbrowser-app (Ubuntu Saucy)
   Status: Confirmed = Invalid

** Changed in: webbrowser-app
   Status: Confirmed = Invalid

** Changed in: location-service (Ubuntu Saucy)
   Status: Confirmed = Fix Committed

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

Title:
  Geolocation is not working in the browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+subscriptions

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


[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-10 Thread Olivier Tilloy
Attaching a visual proof that it works :)

** Attachment added: geolocation.jpg
   
https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+attachment/3871907/+files/geolocation.jpg

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

Title:
  Geolocation is not working in the browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+subscriptions

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


[Bug 1240878] Re: ubuntu-location-serviced uses 100% CPU

2013-10-17 Thread Olivier Tilloy
After killing the daemon process, it is respawned automatically by
upstart, and it’s back to a normal CPU usage (0% when idle).

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

Title:
  ubuntu-location-serviced uses 100% CPU

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

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

[Bug 1240878] [NEW] ubuntu-location-serviced uses 100% CPU

2013-10-17 Thread Olivier Tilloy
Public bug reported:

On build #100.
After playing with geolocation in the browser (browsing to maps.google.com) a 
few times, I found out that the location service daemon is using 100% CPU all 
the time:

top - 09:06:49 up 24 min,  1 user,  load average: 1.15, 2.10, 2.45
Tasks: 184 total,   1 running, 183 sleeping,   0 stopped,   0 zombie
%Cpu(s): 12.9 us, 41.0 sy,  0.0 ni, 46.1 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
KiB Mem:710104 total,   537912 used,   172192 free, 2196 buffers
KiB Swap:   524284 total,23208 used,   501076 free,   236516 cached

  PID USER  PR  NI  VIRT  RES  SHR S  %CPU %MEMTIME+  COMMAND   
  527 root  20   0  103m 5200 4180 S  99.7  0.7  15:15.13 ubuntu-location   
 2482 root  20   0  8840  832  324 S   3.0  0.1   0:55.90 systemd-udevd 
  725 root  20   0  8844 1244  744 S   2.0  0.2   0:40.96 systemd-udevd 
 6245 root  20   0  2352 1100  740 R   1.0  0.2   0:00.07 top   
   78 root  20   0 000 S   0.3  0.0   0:02.17 kworker/u:2   
  642 root  20   0   380   92   72 S   0.3  0.0   0:05.03 ueventd   
  718 root  20   0  2092  808  496 S   0.3  0.1   0:09.65 upstart-udev-br   
 1360 phablet9 -11  104m 2880 1752 S   0.3  0.4   0:10.75 pulseaudio
 1389 phablet   20   0  438m 107m  69m S   0.3 15.5   0:38.28 unity8
1 root  20   0  3276 2036 1008 S   0.0  0.3   0:04.02 init  
2 root  20   0 000 S   0.0  0.0   0:00.01 kthreadd  
3 root  20   0 000 S   0.0  0.0   0:00.06 ksoftirqd/0   
6 root  rt   0 000 S   0.0  0.0   0:00.00 migration/0   
7 root  rt   0 000 S   0.0  0.0   0:00.00 migration/1   
8 root  20   0 000 S   0.0  0.0   0:00.00 kworker/1:0   
9 root  20   0 000 S   0.0  0.0   0:00.07 ksoftirqd/1

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubuntu-location-service-bin 0.0.2+13.10.20131016.1-0ubuntu1
Uname: Linux 3.0.0-3-maguro armv7l
ApportVersion: 2.12.5-0ubuntu2
Architecture: armhf
Date: Thu Oct 17 09:08:32 2013
InstallationDate: Installed on 2013-10-17 (0 days ago)
InstallationMedia: Ubuntu 13.10 - armhf (20131017)
MarkForUpload: True
SourcePackage: location-service
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: location-service (Ubuntu)
 Importance: High
 Assignee: Thomas Voß (thomas-voss)
 Status: Triaged


** Tags: apport-bug armhf saucy

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

Title:
  ubuntu-location-serviced uses 100% CPU

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

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

[Bug 1240878] Re: ubuntu-location-serviced uses 100% CPU

2013-10-17 Thread Olivier Tilloy
I’m not seeing any crash file for the location service, however the
browser did crash in the course of my tests.

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

Title:
  ubuntu-location-serviced uses 100% CPU

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

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

[Bug 1240025] Re: webbrowser-app crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler() when allowing location request

2013-10-17 Thread Olivier Tilloy
Marking invalid for the browser app, as I managed to get geolocation to
work several times in a row in the browser (closing the app in between
each attempt). I haven’t seen a crash of the location service either,
but I have verified that when killed it is automatically respawned by
upstart, so the case where reaching the service times out and throws an
exception should now be covered.

** Changed in: webbrowser-app (Ubuntu Saucy)
   Status: Confirmed = Invalid

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

Title:
  webbrowser-app crashed with SIGABRT in
  __gnu_cxx::__verbose_terminate_handler() when allowing location
  request

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

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

[Bug 1240878] Re: ubuntu-location-serviced uses 100% CPU

2013-10-17 Thread Olivier Tilloy
Output of strace on the daemon when it’s consuming 100% CPU:

root@ubuntu-phablet:/# strace -p `pidof ubuntu-location-serviced`
Process 6619 attached
futex(0x453ff4c8, FUTEX_WAIT, 6633, NULL


** Branch linked: lp:~thomas-voss/location-service/fix-1240878

** Changed in: location-service (Ubuntu)
   Status: Triaged = In Progress

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

Title:
  ubuntu-location-serviced uses 100% CPU

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

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

[Bug 1240878] Re: ubuntu-location-serviced uses 100% CPU

2013-10-17 Thread Olivier Tilloy
The attached branch (lp:~thomas-voss/location-service/fix-1240878)
doesn’t fix the CPU usage. I’ve installed the packages built from the
branch, rebooted, and I’m still able to reproduce the issue.

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

Title:
  ubuntu-location-serviced uses 100% CPU

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

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

[Bug 1240878] Re: ubuntu-location-serviced uses 100% CPU

2013-10-17 Thread Olivier Tilloy
Attaching the stacktrace obtained by attaching gdb to the running
daemon. Not very useful.

** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1240878/+attachment/3880145/+files/ThreadStacktrace.txt

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

Title:
  ubuntu-location-serviced uses 100% CPU

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

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


[Bug 1182658] Re: Geolocation is not working in the browser

2014-06-19 Thread Olivier Tilloy
** Changed in: webbrowser-app
   Status: Confirmed = In Progress

** Branch linked: lp:~osomon/webbrowser-app/geolocation-permission

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

Title:
  Geolocation is not working in the browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+subscriptions

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


[Bug 1182658] Re: Geolocation is not working in the browser

2014-06-20 Thread Olivier Tilloy
** Changed in: webbrowser-app
   Status: In Progress = Fix Released

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

Title:
  Geolocation is not working in the browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+subscriptions

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


[Bug 1375896] Re: location not working reliably in browser or webapps

2014-09-30 Thread Olivier Tilloy
FWIW, here’s my experience: I flashed image #72 (14.09-proposed) onto my
krillin and tested both maps.google.com and here.com, for which I got
geolocation working. I then applied the OTA update to #73, rebooted, and
it is still working.

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

Title:
  location not working reliably in browser or webapps

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1375896/+subscriptions

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

[Bug 1375896] Re: location not working reliably in browser or webapps

2014-09-30 Thread Olivier Tilloy
 I run OSMtouch app and it is able to locate me. I do get a popup
 saying No GPS available. Position is approximate but the location
 on the map is roughly accurate.

I had a look at OSMtouch’s code, and this message indicates that the app
failed to get a position fix from the location service, and fell back to
GeoIP, which does a simple query to http://geoip.ubuntu.com/lookup (and
thus doesn’t go through the location service at all).

See
http://bazaar.launchpad.net/~yohanboniface/osmtouch/trunk/view/head:/OSMTouch.qml#L50
and
http://bazaar.launchpad.net/~yohanboniface/osmtouch/trunk/view/head:/models/GeoIPModel.qml.

At least this indicates that getting a position from the location
service fails both in OSMTouch and in oxide.

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

Title:
  location not working reliably in browser or webapps

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1375896/+subscriptions

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

[Bug 1462664] Re: Geolocation app is freezing in a few mobiles

2015-06-16 Thread Olivier Tilloy
It looks like the issue is with the location service that stops
reporting position updates under certain conditions (that sometimes
involve wifi networks).

I’m marking location-service affected, in the hope that someone familiar
with the location service can comment (maybe it’s a known issue?).

** Also affects: location-service (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Geolocation app is freezing in a few mobiles

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

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

[Bug 1512618] Re: Locate location always failed with "location-based services has been closed"

2015-11-03 Thread Olivier Tilloy
Works here on my krillin running rc-proposed #163.
Note that it consistently failed in all applications using the location service 
until I rebooted the device, and it started working again.
This is most likely a bug in location-service anyway, not in webbrowser-app. 
Can you confirm that you fail to get a location fix in e.g. the OSMTouch 
application?

** Changed in: webbrowser-app (Ubuntu)
   Status: New => Invalid

** Also affects: location-service (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Locate location always failed with "location-based services has been
  closed"

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

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


[Bug 1512618] Re: Locate location always failed with "location-based services has been closed"

2015-11-03 Thread Olivier Tilloy
That’s puzzling because Here Maps and facebook in the browser use
exactly the same code path (they both poke at the location service
through oxide).

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

Title:
  Locate location always failed with "location-based services has been
  closed"

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

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

[Bug 1551686] Re: browser leaks old location data to web pages

2016-03-02 Thread Olivier Tilloy
According to the specification¹, when the 'maximumAge' parameter of a
call to getCurrentPosition() is not explicitly set, its value defaults
to 0, which instructs the user agent to request a new position, and not
return a cached one.

However pages that call getCurrentPosition() with a maximumAge parameter
> 0 might get a cached location, without your explicit consent.

That said, I had a look at the code at http://www.where-am-i.net/, and
it appears getCurrentPosition() is called without a maximumAge
parameter, so it should not disclose a cached location, instead it
should always try to get a fresh position.

Assuming this is correctly implemented in chromium (which the browser’s
web engine uses under the hood), the issue could be somewhere else in
the stack (maybe the location provider returning a stale position with a
fresh timestamp?). This is merely a conjecture, more investigation is
needed. I’m tentatively adding an ubuntu-location-service task.


¹ https://dev.w3.org/geo/api/spec-source.html#position_options_interface

** Also affects: location-service (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: webbrowser-app (Ubuntu)
   Status: New => Invalid

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

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

Title:
  browser leaks old location data to web pages

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

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

[Bug 1604446] Re: getcurrentPosition in oxide does not cause a wake up of the GPS

2016-07-19 Thread Olivier Tilloy
** Package changed: webbrowser-app (Ubuntu) => oxide

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

Title:
  getcurrentPosition in oxide does not cause a wake up of the GPS

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

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


[Bug 1604446] Re: getcurrentPosition in oxide does not cause a wake up of the GPS

2016-07-20 Thread Olivier Tilloy
The issue I’m seeing on my laptop seems to be specific to the geoclue
location plugin: the last known position is serialized on disk, and it’s
always emitted at startup, regardless of whether an update was
requested:
https://github.com/qt/qtlocation/blob/dev/src/plugins/position/geoclue/qgeopositioninfosource_geocluemaster.cpp#L289

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

Title:
  getcurrentPosition in oxide does not cause a wake up of the GPS

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

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

[Bug 1604446] Re: getcurrentPosition in oxide does not cause a wake up of the GPS

2016-07-20 Thread Olivier Tilloy
I just had a chat with Thomas, and it appears that the
GeoPositionInfoSource as implemented in qtubuntu-sensors always returns
the last known position first on purpose, before starting to request
updates. This is similar to what the geoclue plugin does.

However it’s not clear that this should be happening:
QGeoPositionInfoSource has a lastKnownPosition() method¹ that allows
clients to query the last know position explicitly, so I don’t think a
call to startUpdates() should return that last known position first.
Instead clients should be calling lastKnownPosition() themselves to get
a first approximation, and then call startUpdates() to get an updated
position (and thus expect that the first response will be with an
accurate position).


¹ https://doc.qt.io/qt-5/qgeopositioninfosource.html#lastKnownPosition

** Changed in: location-service (Ubuntu)
 Assignee: (unassigned) => Thomas Voß (thomas-voss)

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

Title:
  getcurrentPosition in oxide does not cause a wake up of the GPS

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

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

[Bug 1604446] Re: getcurrentPosition in oxide does not cause a wake up of the GPS

2016-07-20 Thread Olivier Tilloy
And to expand on this: even when requesting a single position with
getCurrentPosition, oxide calls in to
QGeoPositionInfoSource::startUpdates()¹. I wonder if there’s a bug in
QtPositioning, or maybe incorrect documentation, as on my laptop (which
doesn’t have a GPS chipset), when calling startUpdates() I’m getting a
positionUpdated() signal almost instantly, with what seems to be the
last known position, and its timestamp is 2016-03-24, i.e. 4 months ago.
So it looks like it’s not even trying to get an updated position. Maybe
it does, but prior to this it returns the last known position, and since
we requested only one position (not regular updates), the source is shut
down right away, thus not giving it time to get an actual update?


¹ https://doc.qt.io/qt-5/qgeopositioninfosource.html#startUpdates

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

Title:
  getcurrentPosition in oxide does not cause a wake up of the GPS

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

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

[Bug 1604446] Re: getcurrentPosition in oxide does not cause a wake up of the GPS

2016-07-20 Thread Olivier Tilloy
@Alberto: the maximumAge parameter is not exposed in the chromium
content API. See
https://cs.chromium.org/chromium/src/content/public/browser/location_provider.h.

Additionally, see my previous comment: I’m seeing the same issue on my
laptop, which is not running the location service. It looks like
QtPositioning will instantly return the last known position even when an
actual update has been requested.

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

Title:
  getcurrentPosition in oxide does not cause a wake up of the GPS

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

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

[Bug 1604446] Re: getcurrentPosition in oxide does not cause a wake up of the GPS

2016-07-20 Thread Olivier Tilloy
Right, but as long as the location service doesn’t return the last known
location when updates were requested, it’s okay. There’s a specific
method for querying the last known location, and it does what it says on
the tin. Note that the last known position isn’t necessarily very
accurate either. Position objects have attributes that convey the
horizontal and vertical accuracy.

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

Title:
  getcurrentPosition in oxide does not cause a wake up of the GPS

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

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

[Bug 1604446] Re: getcurrentPosition in oxide does not cause a wake up of the GPS

2016-07-20 Thread Olivier Tilloy
> I am a little unconvinced it calls startupdates at all, because then
> repeated calls would presumably eventually work and they don't?

startUpdates() is being called, but because oxide gets a position right
away (the last known one), it calls stopUpdates(), which prevents the
GPS from actually being woken up at all.

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

Title:
  getcurrentPosition in oxide does not cause a wake up of the GPS

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

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


[Bug 343395] Re: Multi-instance private browsing mode

2017-04-26 Thread Olivier Tilloy
AFAICT everything requested by the OP is implemented in recent versions
of chromium-browser.

** Changed in: chromium-browser (Ubuntu)
   Status: New => Fix Released

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

Title:
  Multi-instance private browsing mode

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

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


[Bug 1174162] Re: chrome-browser makes gnome-keyring-daemon use 100% cpu

2017-04-26 Thread Olivier Tilloy
** Branch unlinked: lp:~cjwatson/launchpad/snap-find-by-url-prefixes

-- 
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/1174162

Title:
  chrome-browser makes gnome-keyring-daemon use 100% cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1174162/+subscriptions

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


[Bug 1685747] JournalErrors.txt

2017-04-24 Thread Olivier Tilloy
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1685747/+attachment/4867210/+files/JournalErrors.txt

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

Title:
  xchat-gnome crashed with SIGSEGV in gdk_wayland_display_get_selection

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

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


[Bug 1685747] ProcCpuinfoMinimal.txt

2017-04-24 Thread Olivier Tilloy
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1685747/+attachment/4867211/+files/ProcCpuinfoMinimal.txt

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

Title:
  xchat-gnome crashed with SIGSEGV in gdk_wayland_display_get_selection

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

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


[Bug 1685747] [NEW] xchat-gnome crashed with SIGSEGV in gdk_wayland_display_get_selection

2017-04-24 Thread Olivier Tilloy
Public bug reported:

Trying to file a bug with apport-cli from the crash file, but it won’t
open a browser window. So here’s a manual bug report with the crash file
attached, and retraced stacktrace:

#0  0x7f600a8c1c00 in gdk_wayland_display_get_selection 
(display=display@entry=0x0) at ././gdk/wayland/gdkdisplay-wayland.c:1318
#1  0x7f600a8c8b8c in gdk_wayland_selection_add_targets_libgtk_only 
(window=0x0, selection=0x1, ntargets=4, targets=0x282ae80) at 
././gdk/wayland/gdkselection-wayland.c:1495
#2  0x7f600adf5869 in gtk_selection_add_targets (widget=0x284b6f0 
[GtkXText], selection=0x1, targets=, ntargets=4) at 
././gtk/gtkselection.c:976
#3  0x7f60098e601b in g_type_create_instance (type=) at 
../../../../gobject/gtype.c:1866
#4  0x7f60098c7eab in g_object_new_internal (class=class@entry=0x27e1b40, 
params=params@entry=0x0, n_params=n_params@entry=0) at 
../../../../gobject/gobject.c:1783
#5  0x7f60098c98bd in g_object_newv 
(object_type=object_type@entry=41755792, n_parameters=n_parameters@entry=0, 
parameters=parameters@entry=0x0) at ../../../../gobject/gobject.c:1930
#6  0x7f60098ca074 in g_object_new (object_type=41755792, 
first_property_name=0x0) at ../../../../gobject/gobject.c:1623
#7  0x0043e68d in gtk_xtext_new ()
#8  0x0041e60e in  ()
#9  0x7f60098e601b in g_type_create_instance (type=) at 
../../../../gobject/gtype.c:1866
#10 0x7f60098c7eab in g_object_new_internal (class=class@entry=0x27e1400, 
params=params@entry=0x0, n_params=n_params@entry=0) at 
../../../../gobject/gobject.c:1783
#11 0x7f60098c98bd in g_object_newv (object_type=42123136, n_parameters=0, 
parameters=0x0) at ../../../../gobject/gobject.c:1930
#12 0x7f600ac5d6ea in _gtk_builder_construct (builder=0x26e10e0 
[GtkBuilder], info=0x27db460, error=0x7ffe7892fb20) at ././gtk/gtkbuilder.c:717
#13 0x7f600ac5ed45 in builder_construct 
(object_info=object_info@entry=0x27db460, error=error@entry=0x7ffe7892fb20, 
data=) at ././gtk/gtkbuilderparser.c:139
#14 0x7f600ac607f1 in end_element (context=, 
element_name=, user_data=0x26e1400, error=0x7ffe7892fb20) at 
././gtk/gtkbuilderparser.c:1075
#15 0x7f60095ec927 in emit_end_element (context=context@entry=0x26e28a0, 
error=error@entry=0x7ffe7892fc30) at ../../../../glib/gmarkup.c:1076
#16 0x7f60095ed753 in g_markup_parse_context_parse (context=0x26e28a0, 
text=text@entry=0x26e6bf0 "\n\n\n  \n

[Bug 1685747] Dependencies.txt

2017-04-24 Thread Olivier Tilloy
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1685747/+attachment/4867209/+files/Dependencies.txt

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

Title:
  xchat-gnome crashed with SIGSEGV in gdk_wayland_display_get_selection

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

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


[Bug 1685747] ProcEnviron.txt

2017-04-24 Thread Olivier Tilloy
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1685747/+attachment/4867212/+files/ProcEnviron.txt

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

Title:
  xchat-gnome crashed with SIGSEGV in gdk_wayland_display_get_selection

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

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


[Bug 1174162] Re: chrome-browser makes gnome-keyring-daemon use 100% cpu

2017-04-24 Thread Olivier Tilloy
There is an upstream plan to trim the dependency of chromium on gnome-
keyring to a bare minimum, see
https://bugs.chromium.org/p/chromium/issues/detail?id=571003.

-- 
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/1174162

Title:
  chrome-browser makes gnome-keyring-daemon use 100% cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1174162/+subscriptions

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


[Bug 1711178] Re: Gnome Software consumes way too much CPU resources at times

2017-08-19 Thread Olivier Tilloy
It's done it again this morning. See attached screenshot.

Again, I have not opened the gnome-software GUI, only applied a few
updates manually with apt:

Start-Date: 2017-08-19  10:03:08
Commandline: apt dist-upgrade
Requested-By: osomon (1000)
Install: gnome-shell-extension-ubuntu-dock:amd64 (0.2, automatic)
Upgrade: ubuntu-settings:amd64 (17.10.10, 17.10.12), 
gnome-control-center-data:amd64 (1:3.24.3-0ubuntu3, 1:3.24.3-0ubuntu4), 
libqpdf17:amd64 (6.0.0-2, 6.0.0-2ubuntu1), libaugeas0:amd64 (1.8.0-1, 1.8.1-1), 
gnome-video-effects:amd64 (0.4.1-3ubuntu1, 0.4.3-1ubuntu1), gnome-session:amd64 
(3.24.1-0ubuntu20, 3.24.1-0ubuntu21), gedit:amd64 (3.22.1-0ubuntu1, 
3.22.1-1ubuntu1), gnome-session-common:amd64 (3.24.1-0ubuntu20, 
3.24.1-0ubuntu21), unity-session:amd64 (3.24.1-0ubuntu20, 3.24.1-0ubuntu21), 
gnome-control-center:amd64 (1:3.24.3-0ubuntu3, 1:3.24.3-0ubuntu4), 
libsystemd0:amd64 (234-2ubuntu2, 234-2ubuntu6), libsystemd0:i386 (234-2ubuntu2, 
234-2ubuntu6), libpugixml1v5:amd64 (1.8.1-3, 1.8.1-5), xdg-user-dirs:amd64 
(0.15-2ubuntu7, 0.15-3ubuntu1), snapd:amd64 (2.27.2+17.10, 2.27.3+17.10), 
augeas-lenses:amd64 (1.8.0-1, 1.8.1-1), gdebi-core:amd64 (0.9.5.7+nmu1, 
0.9.5.7+nmu1ubuntu1), ubuntu-standard:amd64 (1.394, 1.395), 
ubuntu-session:amd64 (3.24.1-0ubuntu20, 3.24.1-0ubuntu21), ubuntu-desktop:am
 d64 (1.394, 1.395), udev:amd64 (234-2ubuntu2, 234-2ubuntu6), gdebi:amd64 
(0.9.5.7+nmu1, 0.9.5.7+nmu1ubuntu1), libudev1:amd64 (234-2ubuntu2, 
234-2ubuntu6), libio-socket-ssl-perl:amd64 (2.049-1, 2.050-1), 
libapt-pkg-perl:amd64 (0.1.32build1, 0.1.33), libgmime-3.0-0:amd64 (3.0.1-3, 
3.0.1-4), ubuntu-minimal:amd64 (1.394, 1.395), libudev-dev:amd64 (234-2ubuntu2, 
234-2ubuntu6), libnss-myhostname:amd64 (234-2ubuntu2, 234-2ubuntu6), 
systemd-sysv:amd64 (234-2ubuntu2, 234-2ubuntu6), gnome-shell-common:amd64 
(3.24.3-0ubuntu3, 3.24.3-0ubuntu4), libpam-systemd:amd64 (234-2ubuntu2, 
234-2ubuntu6), gedit-common:amd64 (3.22.1-0ubuntu1, 3.22.1-1ubuntu1), 
systemd:amd64 (234-2ubuntu2, 234-2ubuntu6), libwebkit2gtk-4.0-37:amd64 
(2.17.90-1ubuntu1, 2.17.91-1ubuntu1), gnome-session-bin:amd64 
(3.24.1-0ubuntu20, 3.24.1-0ubuntu21), qpdf:amd64 (6.0.0-2, 6.0.0-2ubuntu1), 
libgcab-1.0-0:amd64 (0.7-3, 0.7-4), gnome-control-center-faces:amd64 
(1:3.24.3-0ubuntu3, 1:3.24.3-0ubuntu4), libnss-resolve:amd64 (234-2ubuntu2
 , 234-2ubuntu6), gir1.2-webkit2-4.0:amd64 (2.17.90-1ubuntu1, 
2.17.91-1ubuntu1), gnome-shell:amd64 (3.24.3-0ubuntu3, 3.24.3-0ubuntu4), 
ubuntu-web-launchers:amd64 (17.10.10, 17.10.12), 
libjavascriptcoregtk-4.0-18:amd64 (2.17.90-1ubuntu1, 2.17.91-1ubuntu1), 
libidn2-0:amd64 (2.0.2-1, 2.0.2-3), libwebkit2gtk-4.0-37-gtk2:amd64 
(2.17.90-1ubuntu1, 2.17.91-1ubuntu1), gir1.2-javascriptcoregtk-4.0:amd64 
(2.17.90-1ubuntu1, 2.17.91-1ubuntu1)
End-Date: 2017-08-19  10:03:58


Contents of syslog:

osomon@bribon:~$ grep -i gnome-software /var/log/syslog
Aug 19 10:10:39 bribon gnome-software[6948]: no app for changed 
suspend-button@laserb
Aug 19 10:10:39 bribon gnome-software[6948]: no app for changed 
timezone@jwendell
Aug 19 10:10:39 bribon gnome-software[6948]: no app for changed 
dash-to-d...@micxgx.gmail.com
Aug 19 10:42:52 bribon gnome-software[6948]: no app for changed 
dash-to-d...@micxgx.gmail.com
Aug 19 10:42:52 bribon gnome-software[6948]: no app for changed 
suspend-button@laserb
Aug 19 10:42:52 bribon gnome-software[6948]: no app for changed 
timezone@jwendell


** Attachment added: "gnome-software-maxout-cpu.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1711178/+attachment/4935214/+files/gnome-software-maxout-cpu.png

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

Title:
  Gnome Software consumes way too much CPU resources at times

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

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


[Bug 1711178] Re: Gnome Software consumes way too much CPU resources at times

2017-08-18 Thread Olivier Tilloy
Seen that this morning on a fully updated artful. Shortly after boot, a 
gnome-software process started consuming 100% CPU and continued doing so for a 
few hours, after which I killed it.
I had not opened the gnome-software GUI, only applied a few updates manually 
with apt:

Start-Date: 2017-08-18  07:57:43
Commandline: apt dist-upgrade
Requested-By: osomon (1000)
Upgrade: lxc-common:amd64 (2.0.8-0ubuntu3, 2.0.8-0ubuntu5), exim4-base:amd64 
(4.89-3ubuntu2, 4.89-5ubuntu1), libefivar1:amd64 (30-1ubuntu1, 31-1), 
python3-software-properties:amd64 (0.96.24.14, 0.96.24.15), python3-lxc:amd64 
(2.0.8-0ubuntu3, 2.0.8-0ubuntu5), snapd:amd64 (2.27.1+17.10, 2.27.2+17.10), 
libefiboot1:amd64 (30-1ubuntu1, 31-1), exim4-daemon-light:amd64 (4.89-3ubuntu2, 
4.89-5ubuntu1), lxc-templates:amd64 (2.0.8-0ubuntu3, 2.0.8-0ubuntu5), 
lxc1:amd64 (2.0.8-0ubuntu3, 2.0.8-0ubuntu5), software-properties-gtk:amd64 
(0.96.24.14, 0.96.24.15), libunity-gtk2-parser0:amd64 
(0.0.0+17.10.20170816-0ubuntu1, 0.0.0+17.10.20170817-0ubuntu1), lxc:amd64 
(2.0.8-0ubuntu3, 2.0.8-0ubuntu5), liblxc1:amd64 (2.0.8-0ubuntu3, 
2.0.8-0ubuntu5), libappstream-glib8:amd64 (0.7.1-1, 0.7.1-2), 
unity-gtk-module-common:amd64 (0.0.0+17.10.20170816-0ubuntu1, 
0.0.0+17.10.20170817-0ubuntu1), exim4-config:amd64 (4.89-3ubuntu2, 
4.89-5ubuntu1), chromium-browser:amd64 (61.0.3163.39-0ubuntu1.1381, 
61.0.3163.49-0ubuntu1.1382), unity-gtk2-module:amd64 
(0.0.0+17.10.20170816-0ubuntu1, 0.0.0+17.10.20170817-0ubuntu1), 
libunity-gtk3-parser0:amd64 (0.0.0+17.10.20170816-0ubuntu1, 
0.0.0+17.10.20170817-0ubuntu1), chromium-codecs-ffmpeg-extra:amd64 
(61.0.3163.39-0ubuntu1.1381, 61.0.3163.49-0ubuntu1.1382), ufw:amd64 (0.35-4, 
0.35-5), exim4:amd64 (4.89-3ubuntu2, 4.89-5ubuntu1), 
chromium-browser-l10n:amd64 (61.0.3163.39-0ubuntu1.1381, 
61.0.3163.49-0ubuntu1.1382), poppler-data:amd64 (0.4.7-8, 0.4.8-1), 
libsamplerate0:amd64 (0.1.8-8, 0.1.9-1), libsamplerate0:i386 (0.1.8-8, 
0.1.9-1), unity-gtk3-module:amd64 (0.0.0+17.10.20170816-0ubuntu1, 
0.0.0+17.10.20170817-0ubuntu1), libclutter-gtk-1.0-0:amd64 (1.8.2-2, 1.8.4-1), 
software-properties-common:amd64 (0.96.24.14, 0.96.24.15)
End-Date: 2017-08-18  07:58:17


Contents of syslog:

$ grep -i gnome-software /var/log/syslog
Aug 18 07:25:53 bribon gnome-software[6539]: no app for changed 
dash-to-d...@micxgx.gmail.com
Aug 18 07:25:53 bribon gnome-software[6539]: no app for changed 
suspend-button@laserb
Aug 18 07:25:53 bribon gnome-software[6539]: no app for changed 
timezone@jwendell
Aug 18 07:31:24 bribon gnome-software[6539]: no app for changed 
timezone@jwendell
Aug 18 07:31:24 bribon gnome-software[6539]: no app for changed 
suspend-button@laserb
Aug 18 07:31:24 bribon gnome-software[6539]: no app for changed 
dash-to-d...@micxgx.gmail.com
Aug 18 07:49:44 bribon gnome-software[6539]: no app for changed 
dash-to-d...@micxgx.gmail.com
Aug 18 07:49:44 bribon gnome-software[6539]: no app for changed 
suspend-button@laserb
Aug 18 07:49:44 bribon gnome-software[6539]: no app for changed 
timezone@jwendell
Aug 18 07:57:49 bribon gnome-software[6539]: failed to rescan: Failed to parse 
/usr/share/applications/chromium-browser.desktop.dpkg-new file: cannot process 
file of type text/plain
Aug 18 07:57:49 bribon gnome-software[6539]: failed to rescan: Failed to parse 
/usr/share/applications/chromium-browser.desktop.dpkg-tmp file: cannot process 
file of type text/plain
Aug 18 07:57:49 bribon gnome-software[6539]: failed to rescan: Failed to parse 
/usr/share/applications/chromium-browser.desktop file: cannot process file of 
type application/x-desktop
Aug 18 07:57:55 bribon gnome-software[6539]: failed to rescan: Failed to parse 
/usr/share/applications/software-properties-drivers.desktop file: cannot 
process file of type application/x-desktop
Aug 18 07:57:55 bribon gnome-software[6539]: failed to rescan: Failed to parse 
/usr/share/applications/software-properties-gnome.desktop file: cannot process 
file of type application/x-desktop
Aug 18 07:57:55 bribon gnome-software[6539]: failed to rescan: Failed to parse 
/usr/share/applications/software-properties-gtk.desktop file: cannot process 
file of type application/x-desktop
Aug 18 07:58:01 bribon gnome-software[6539]: failed to rescan: Failed to parse 
/usr/share/applications/bamf-2.index file: cannot process file of type 
text/plain
Aug 18 08:03:13 bribon gnome-software[6539]: no app for changed 
timezone@jwendell
Aug 18 08:03:13 bribon gnome-software[6539]: no app for changed 
suspend-button@laserb
Aug 18 08:03:13 bribon gnome-software[6539]: no app for changed 
dash-to-d...@micxgx.gmail.com
Aug 18 08:07:41 bribon gnome-software[6539]: no app for changed 
dash-to-d...@micxgx.gmail.com
Aug 18 08:07:41 bribon gnome-software[6539]: no app for changed 
suspend-button@laserb
Aug 18 08:07:41 bribon gnome-software[6539]: no app for changed 
timezone@jwendell
Aug 18 08:16:19 bribon gnome-software[6539]: no app for changed 
timezone@jwendell
Aug 18 08:16:19 bribon gnome-software[6539]: no 

[Bug 1696659] [NEW] Please merge gconf 3.2.6-4 (universe) from Debian unstable (main)

2017-06-08 Thread Olivier Tilloy
Public bug reported:

Please merge gconf 3.2.6-4 (universe) from Debian unstable (main).

** Affects: gconf (Ubuntu)
 Importance: Wishlist
 Assignee: Olivier Tilloy (osomon)
 Status: In Progress

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

Title:
  Please merge gconf 3.2.6-4 (universe) from Debian unstable (main)

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

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


[Bug 1696659] Re: Please merge gconf 3.2.6-4 (universe) from Debian unstable (main)

2017-06-08 Thread Olivier Tilloy
* Merge from Debian unstable (LP: #1696659). Remaining changes:
  + don't package the gsettings backend since it's not meant to be distributed
  + debian/patches/02_xml-gettext-domain.patch: use gettext from schemas 
translations
  + debian/patches/05_nodisplay_autostart.patch: don't show in "Startup 
Applications"
  + debian/70gconfd_path-on-session, debian/gconf2-common.install: add 
additional gconf path depending on selected desktop session
  + debian/gconf-schemas:
- convert to python3
- encode and decode from UTF-8 to avoid postinst failing when schemas 
contain non ascii chars
- shrink the generated %gconf-tree.xml, by filtering out locale specific 
defaults for uninstalled locales, leading tabs, empty short descriptions, and 
mtimes (which aren't interesting for system-wide defaults)
  + debian/update-gconf-defaults:
- convert to python3
- encode and decode from UTF-8 to avoid postinst failing when schemas 
contain non ascii chars
  + debian/gconf2.triggers, debian/gconf2.postinst, debian/gconf2.postrm: 
declare a new trigger on /usr/share/GConf/gsettings to watch when new gsettings 
convert files are installed
  + split gconf-service further into gconf-service and gconf-service-backend, 
one package being Multi-Arch: foreign and the other Multi-Arch: none, so that 
we correctly handle the fact that gconf2 needs backend modules of the same arch 
whereas other reverse-dependencies just need a working daemon
  + debian/patches/0001-Support-s-to-as-migrations-v2.patch: support 's' to 
'as' migrations
  + debian/patches/call-dbus_g_thread_init.patch: Initialize dbus threads 
before doing anything. This fixes crashes in multithreaded applications that 
don't use libdbus directly.
  + debian/patches/pytwonisms.patch: fix gsettings-schema-convert pythonisms
  + debian/patches/reduce-polling.patch: call the cleanup routine every minute, 
instead of twice per minute, to reduce wakeups and therefore power usage
  + debian/rules:
- updated for python3
- call dh_python3 with --shebang=/usr/bin/python3
  + debian/{control,control.in}: updated for python3

** Changed in: gconf (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

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

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

Title:
  Please merge gconf 3.2.6-4 (universe) from Debian unstable (main)

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

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


[Bug 1580168] Re: Tab descriptions are unreadable, black text on black background

2017-06-25 Thread Olivier Tilloy
The chromium bug in comment #7 is
https://bugs.chromium.org/p/chromium/issues/detail?id=442111, but from
the original bug description it doesn't appear to be the same bug as
reported by Aki.

** No longer affects: chromium-browser (Ubuntu)

-- 
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/1580168

Title:
  Tab descriptions are unreadable, black text on black background

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

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


[Bug 1689825] Re: gnome-keyring not unlocked on boot

2017-06-19 Thread Olivier Tilloy
Although chromium-browser is affected by the issue, it doesn't appear to
be the cause of the issue itself (other apps like gnome-terminal appear
to be similarly affected), so I'm marking this bug invalid for chromium-
browser.

** Changed in: chromium-browser (Ubuntu)
   Status: Confirmed => Invalid

-- 
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/1689825

Title:
  gnome-keyring not unlocked on boot

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

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


[Bug 1696388] Re: xdg-open filename.tar.xz mounts tarball in nautilus but doesn't open a nautilus window

2017-06-07 Thread Olivier Tilloy
When I run xdg-open, here are the processes that get spawned:

/bin/sh /usr/bin/xdg-open linux-3.2.89.tar.xz
/usr/bin/perl /usr/bin/run-mailcap --action=view linux-3.2.89.tar.xz
/usr/lib/gvfs/gvfsd-archive file=/tmp/filenaxeY1.2.89.tar

-- 
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/1696388

Title:
  xdg-open filename.tar.xz mounts tarball in nautilus but doesn't open a
  nautilus window

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

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


[Bug 1696388] [NEW] xdg-open filename.tar.xz mounts tarball in nautilus but doesn't open a nautilus window

2017-06-07 Thread Olivier Tilloy
Public bug reported:

I initially spotted the issue when opening a downloaded source tarball
from chromium-browser, which uses xdg-open under the covers to open
downloaded files.

Steps to reproduce:
 1) wget https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.11.3.tar.xz
 2) xdg-open linux-4.11.3.tar.xz

Expected result: the tarball is mounted in nautilus and a nautilus
window is open to display the contents of the tarball

Actual result: the tarball is mounted in nautilus, but no window is
shown, thus leaving the user thinking that nothing happened

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: file-roller 3.24.1-0ubuntu1
ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
Uname: Linux 4.10.0-22-generic x86_64
NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
ApportVersion: 2.20.5-0ubuntu4
Architecture: amd64
CurrentDesktop: GNOME
Date: Wed Jun  7 12:22:47 2017
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-07-02 (339 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: file-roller
UpgradeStatus: Upgraded to artful on 2017-06-04 (2 days ago)

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


** Tags: amd64 apport-bug artful

-- 
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/1696388

Title:
  xdg-open filename.tar.xz mounts tarball in nautilus but doesn't open a
  nautilus window

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

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

[Bug 1696388] Re: xdg-open filename.tar.xz mounts tarball in nautilus but doesn't open a nautilus window

2017-06-07 Thread Olivier Tilloy
$ run-mailcap --action=view --debug linux-3.2.89.tar.xz 
 - parsing parameter "linux-3.2.89.tar.xz"
 - file "linux-3.2.89.tar.xz" has encoding "xz"
 - Reading mime.types file "/home/osomon/.mime.types"...
   could not read "/home/osomon/.mime.types" -- No such file or directory
 - Reading mime.types file "/usr/local/etc/mime.types"...
   could not read "/usr/local/etc/mime.types" -- No such file or directory
 - Reading mime.types file "/usr/share/etc/mime.types"...
   could not read "/usr/share/etc/mime.types" -- No such file or directory
 - Reading mime.types file "/etc/mime.types"...
 - extension "tar" maps to mime-type "application/x-tar"
 - Reading mailcap file "/home/osomon/.mailcap"...
   could not read "/home/osomon/.mailcap" -- No such file or directory
 - Reading mailcap file "/etc/mailcap"...
 - Reading mailcap file "/usr/local/etc/mailcap"...
   could not read "/usr/local/etc/mailcap" -- No such file or directory
 - Reading mailcap file "/usr/share/etc/mailcap"...
   could not read "/usr/share/etc/mailcap" -- No such file or directory
 - Reading mailcap file "/usr/etc/mailcap"...
   could not read "/usr/etc/mailcap" -- No such file or directory
Processing file "linux-3.2.89.tar.xz" of type "application/x-tar" 
(encoding=xz)...
 - decoding "linux-3.2.89.tar.xz" as "/tmp/fileIegizX.2.89.tar"
 - checking mailcap entry "application/x-tar; /usr/lib/gvfs/gvfsd-archive 
file=%s; test=test -n "$DISPLAY""
 - program to execute: /usr/lib/gvfs/gvfsd-archive file=%s
 - running test: test -n "$DISPLAY"  (result=0=true)
 - executing: /usr/lib/gvfs/gvfsd-archive file=/tmp/fileIegizX.2.89.tar

-- 
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/1696388

Title:
  xdg-open filename.tar.xz mounts tarball in nautilus but doesn't open a
  nautilus window

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

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


[Bug 1696388] Re: xdg-open filename.tar.xz mounts tarball in nautilus but doesn't open a nautilus window

2017-06-07 Thread Olivier Tilloy
In a zesty VM, xdg-open runs file-roller, whereas in artful it runs 
`run-mailcap --action=view`.
xdg-open itself hasn't changed recently though.

-- 
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/1696388

Title:
  xdg-open filename.tar.xz mounts tarball in nautilus but doesn't open a
  nautilus window

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

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


[Bug 1696388] Re: xdg-open filename.tar.xz mounts tarball in nautilus but doesn't open a nautilus window

2017-06-07 Thread Olivier Tilloy
`xdg-mime query filetype linux-3.2.89.tar.xz` returns nothing on artful,
whereas it returns "application/x-xz-compressed-tar" on zesty, which
explains why xdg-open takes a different code path.

-- 
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/1696388

Title:
  xdg-open filename.tar.xz mounts tarball in nautilus but doesn't open a
  nautilus window

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

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


[Bug 1710637] Re: Input falls through to gdm3 and terminates the session on Ctrl+C

2017-09-14 Thread Olivier Tilloy
I hadn't experienced that issue until yesterday, but it happened to me 5
or 6 times since then. Always when pressing Ctrl+C while working in
gnome-terminal. I'm in a default Ubuntu session (wayland).

osomon@bribon:~$ LANG=C apt policy gdm3 gnome-shell gnome-terminal console-setup
gdm3:
  Installed: 3.25.90.1-0ubuntu4
  Candidate: 3.26.0-1ubuntu1
  Version table:
 3.26.0-1ubuntu1 500
500 http://es.archive.ubuntu.com/ubuntu artful/main amd64 Packages
 *** 3.25.90.1-0ubuntu4 100
100 /var/lib/dpkg/status
gnome-shell:
  Installed: 3.25.91-0ubuntu4
  Candidate: 3.25.91-0ubuntu5
  Version table:
 3.25.91-0ubuntu5 500
500 http://es.archive.ubuntu.com/ubuntu artful/main amd64 Packages
 *** 3.25.91-0ubuntu4 100
100 /var/lib/dpkg/status
gnome-terminal:
  Installed: 3.24.2-0ubuntu4
  Candidate: 3.24.2-0ubuntu4
  Version table:
 *** 3.24.2-0ubuntu4 500
500 http://es.archive.ubuntu.com/ubuntu artful/main amd64 Packages
100 /var/lib/dpkg/status
console-setup:
  Installed: 1.166ubuntu4
  Candidate: 1.166ubuntu4
  Version table:
 *** 1.166ubuntu4 500
500 http://es.archive.ubuntu.com/ubuntu artful/main amd64 Packages
500 http://es.archive.ubuntu.com/ubuntu artful/main i386 Packages
100 /var/lib/dpkg/status

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

Title:
  Input falls through to gdm3 and terminates the session on Ctrl+C

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

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

[Bug 1710637] Re: Input falls through to gdm3 and terminates the session on Ctrl+C

2017-09-18 Thread Olivier Tilloy
Running "snap remove libreoffice" triggered a state change for me from
K_OFF to K_UNICODE. And sure enough, the next Ctrl+C logged me out.

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

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

Title:
  Input falls through to gdm3 and terminates the session on Ctrl+C

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

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

[Bug 1718026] Re: Applications from installed snaps don't appear in activities overview

2017-09-18 Thread Olivier Tilloy
I guess unity was made to look for desktop files in
/var/lib/snapd/desktop/applications/ (which is where snapd installs
them), and gnome-shell would need to be patched to do the same.

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

Title:
  Applications from installed snaps don't appear in activities overview

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

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

[Bug 1718026] [NEW] Applications from installed snaps don't appear in activities overview

2017-09-18 Thread Olivier Tilloy
Public bug reported:

Under Unity, by specifying desktop files for apps in snapcraft.yaml, the
apps would show up in the dash when installed, and could be launched
from there. This doesn't appear to work in gnome-shell. Try e.g. the
libreoffice snap.

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

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

Title:
  Applications from installed snaps don't appear in activities overview

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

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

[Bug 1718026] Re: Applications from installed snaps don't appear in activities overview

2017-09-18 Thread Olivier Tilloy
And hopefully that would make the ubuntu dash-to-dock extension display
the right icon for the running app.

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

Title:
  Applications from installed snaps don't appear in activities overview

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

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

[Bug 1718026] Re: Applications from installed snaps don't appear in activities overview

2017-09-18 Thread Olivier Tilloy
https://lwn.net/Articles/709769/ seems to indicate there's no Wayland
equivalent to /etc/X11/Xsession.d/

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

Title:
  Applications from installed snaps don't appear in activities overview

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

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

[Bug 1718026] Re: Applications from installed snaps don't appear in activities overview

2017-09-18 Thread Olivier Tilloy
Ah, in fact this works in an X session, but not under Wayland. This is
because the file that adds that path to XDG_DATA_DIRS is
/etc/X11/Xsession.d/65snappy.

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

Title:
  Applications from installed snaps don't appear in activities overview

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

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

[Bug 1718026] Re: Applications from installed snaps don't appear in activities overview

2017-09-18 Thread Olivier Tilloy
This is clearly not a gnome-shell bug, tentatively re-targetting to
snapd, although it might have to be addressed somewhere else.

** Package changed: gnome-shell (Ubuntu) => snapd (Ubuntu)

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

Title:
  Applications from installed snaps don't appear in activities overview

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

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

[Bug 1718026] Re: Applications from installed snaps don't appear in activities overview

2017-09-18 Thread Olivier Tilloy
It looks like appending /var/lib/snapd/desktop to XDG_DATA_DIRS would
make g_app_info_get_all() consider desktop files under
/var/lib/snapd/desktop/applications.

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

Title:
  Applications from installed snaps don't appear in activities overview

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

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

[Bug 1718446] Re: Ensure wayland -> xorg fallback to the corresponding session

2017-10-05 Thread Olivier Tilloy
Upstream bug report (where I requested a review):
https://bugzilla.gnome.org/show_bug.cgi?id=788552

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

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

Title:
  Ensure wayland -> xorg fallback to the corresponding session

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

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

  1   2   3   4   >