[Bug 1662031] Re: Switching language and format broken

2017-10-06 Thread Olivier Tilloy
In /etc/pam.d/gdm-launch-environment: session requiredpam_env.so readenv=1 user_readenv=1 envfile=/etc/default/locale In pam_env.c (handle_env function), the env should be set from /etc/default/locale and then overridden by ~/.pam_environment. If I add the 'debug' parameter to the

[Bug 1662031] Re: Switching language and format broken

2017-10-06 Thread Olivier Tilloy
/etc/pam.d/gdm-launch-environment is run as user gdm, so it's not what we're interested in. /etc/pam.d/gdm-password appears to be what sets the environment upon user login. When adding some logging to that module, I'm seeing the following: pam_env(gdm-password:session): username=ubuntu

[Bug 1662031] Re: Switching language and format broken

2017-10-06 Thread Olivier Tilloy
/usr/share/language-tools/save-to-pam-env is the script that writes to ~/.pam_environment with an incorrect syntax. -- 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/1662031 Title:

[Bug 1662031] Re: Switching language and format broken

2017-10-06 Thread Olivier Tilloy
I added a FOOBAR variable to both ~/.pam_environment and /etc/default/locale, with different values in each file, and after logging in the value is the one from ~/.pam_environment. So I don't think gdm sources /etc/default/locale after ~/.pam_environment. However variables LANG, LANGUAGE and LC_*

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

2017-10-04 Thread Olivier Tilloy
I can reliably reproduce in an up-to-date artful VM. In my default session, GDMSESSION=ubuntu. If I then uncomment WaylandEnable=false in /etc/gdm3/custom.conf and reboot, the session selected by default is gnome-xorg instead of being ubuntu-xorg. ** Changed in: gdm3 (Ubuntu) Status: New

[Bug 1662031] Re: Switching language and format broken

2017-10-10 Thread Olivier Tilloy
I filed https://bugzilla.gnome.org/show_bug.cgi?id=788762 to continue the conversation upstream. ** Bug watch added: GNOME Bug Tracker #788762 https://bugzilla.gnome.org/show_bug.cgi?id=788762 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

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

2017-10-05 Thread Olivier Tilloy
** Also affects: gdm via https://bugzilla.gnome.org/show_bug.cgi?id=788552 Importance: Unknown Status: Unknown -- 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

[Bug 1662031] Re: Switching language and format broken

2017-10-06 Thread Olivier Tilloy
I didn't click "Apply System-Wide". When I changed the language in g-c-c /etc/default/locale was written to (LANG and LANGUAGE were updated). I agree that this is unexpected behaviour though, I wouldn't expect the current user's setting to be applied system-wide unless explicitly requested. --

[Bug 1662031] Re: Switching language and format broken

2017-10-06 Thread Olivier Tilloy
Testing in an up-to-date artful VM, when switching languages in g-c-c, both LANG and LANGUAGE are updated in both ~/.pam_environment and /etc/default/locale. That VM is an artful install that has been updated daily, not an upgrade from a previous release. -- You received this bug notification

[Bug 1716341] Re: Settings for external monitor are deleted after reboot, suspension, log out

2017-09-13 Thread Olivier Tilloy
Reported upstream: https://bugzilla.gnome.org/show_bug.cgi?id=787629 ** Bug watch added: GNOME Bug Tracker #787629 https://bugzilla.gnome.org/show_bug.cgi?id=787629 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1662031] Re: Switching language and format broken

2017-10-08 Thread Olivier Tilloy
And I can confirm that the packages in Gunnar's PPA appear to fix the issue here, without any visible regression, from my limited testing. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm3 in Ubuntu.

[Bug 1722151] [NEW] Incorrect syntax when writing to ~/.pam_environment

2017-10-08 Thread Olivier Tilloy
Public bug reported: While investigating bug #1662031, I found out that /usr/share/language- tools/save-to-pam-env writes to ~/.pam_environment using an incorrect syntax: "VARIABLE=value" on each line. The expected syntax is "VARIABLE [DEFAULT=[value]] [OVERRIDE=[value]]" (man pam_env.conf).

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

2017-10-04 Thread Olivier Tilloy
** Changed in: gdm3 (Ubuntu) Status: Confirmed => In Progress -- 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

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

2017-10-11 Thread Olivier Tilloy
Here is a distro-patch approach that I think is reasonable with the 17.10 final freeze in mind: - https://code.launchpad.net/~osomon/gdm/fix-1718446/+merge/332145 - https://code.launchpad.net/~osomon/gnome-session/fix-1718446/+merge/332146 (the two branches are required for a complete fix).

[Bug 1662031] Re: Switching language and format broken

2017-10-10 Thread Olivier Tilloy
See conversation on the upstream bug report. It turns out calling set_up_session_language() earlier (e.g. in on_setup_complete_cb) doesn't fix the problem: gdm_session_start_session() calls send_environment(), which overrides the environment set up by pam with the values from /etc/default/locale

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

2017-10-18 Thread Olivier Tilloy
** Description changed: - Use case: - 1. install gnome-session or gnome-classic or unity, you will end up with additional xorg session. - 2. Log in on a system you don't have wayland capability + [Impact] - -> you will be fallback to a random xorg session, being vanilla gnome, - or

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

2017-10-17 Thread Olivier Tilloy
> If gnome-session is installed, won't it instead default to GNOME > instead of the Ubuntu session? This is a case I tested, and no it won't default to GNOME. Under the covers it will still default to the last enabled session, in that case ubuntu-xorg (because the desktop file is there). The

[Bug 1727232] Re: Default color profile looks very dull

2017-11-07 Thread Olivier Tilloy
Same here, my external monitor actually didn't have a color profile associated. I added one, but that didn't make a difference in chromium. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.

[Bug 1714518] Re: GTK+3 doesn't show FUSE/GVFS, smb (SMB/CIFS), sftp (SFTP/SSH) network shares in file chooser

2017-11-06 Thread Olivier Tilloy
** No longer affects: chromium (Ubuntu) ** Also affects: chromium-browser (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vinagre in Ubuntu. https://bugs.launchpad.net/bugs/1714518

[Bug 1770163] Re: my system crashed when i try to open android emulator

2018-05-09 Thread Olivier Tilloy
Per attached screenshot, what crashed is systemd-logind. ** Package changed: chromium-browser (Ubuntu) => systemd (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1770163

[Bug 1768786] Re: Desktop is displayed when resuming from suspend

2018-06-05 Thread Olivier Tilloy
** Changed in: gnome-shell (Ubuntu) Assignee: Didier Roche (didrocks) => Olivier Tilloy (osomon) ** Changed in: gnome-shell (Ubuntu Bionic) Assignee: Didier Roche (didrocks) => Olivier Tilloy (osomon) -- You received this bug notification because you are a member of Ubuntu D

[Bug 1765261] Re: [regression] Ubuntu 18.04 login screen rejects a valid password on first attempt (if starting with Shift key). Usually works on the second attempt

2018-06-05 Thread Olivier Tilloy
** Changed in: gnome-shell (Ubuntu) Assignee: Didier Roche (didrocks) => Olivier Tilloy (osomon) ** Changed in: gnome-shell (Ubuntu Bionic) Assignee: Didier Roche (didrocks) => Olivier Tilloy (osomon) -- You received this bug notification because you are a member of Ubuntu D

[Bug 1749481] [NEW] Wrong session marked as selected in session dropdown on login screen

2018-02-14 Thread Olivier Tilloy
Public bug reported: My usual session is "Ubuntu" (/usr/share/xsessions/ubuntu.desktop). When I reboot my machine, on the login screen if I click the cog icon to show the list of sessions available, a dot is displayed to the left of the first session in the list ("GNOME"), instead of "Ubuntu".

[Bug 1749481] Re: Wrong session marked as selected in session dropdown on login screen

2018-02-14 Thread Olivier Tilloy
Bug reported upstream: https://bugzilla.gnome.org/show_bug.cgi?id=793456 ** Bug watch added: GNOME Bug Tracker #793456 https://bugzilla.gnome.org/show_bug.cgi?id=793456 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm3 in

[Bug 1780996] Re: Convert triggers to noawait

2018-08-03 Thread Olivier Tilloy
** Changed in: libreoffice (Ubuntu Xenial) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to shared-mime-info in Ubuntu. https://bugs.launchpad.net/bugs/1780996 Title: Convert triggers to noawait

[Bug 1775226] Re: Gnome Software offers installation of updates on shutdown independently from update-manager and unattended-upgrades

2018-07-31 Thread Olivier Tilloy
** Changed in: gnome-software (Ubuntu) Status: Confirmed => In Progress -- 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/1775226 Title: Gnome Software offers

[Bug 1775226] Re: Gnome Software offers installation of updates on shutdown independently from update-manager and unattended-upgrades

2018-07-31 Thread Olivier Tilloy
I can confirm that clicking the refresh button in the title bar in gnome-software's update tab triggers packagekit to write /var/lib/PackageKit/prepared-update, which in turn makes the shutdown dialog offer to install updates before shutting down. A few observations: - contrary to what's stated

[Bug 1775226] Re: Gnome Software offers installation of updates on shutdown independently from update-manager and unattended-upgrades

2018-07-31 Thread Olivier Tilloy
Yes, if we return early in gs_plugin_refresh in plugins/packagekit/gs- plugin-packagekit-refresh.c just after refreshing the metadata (i.e. if we skip downloading updates), the prepared-update file is never written, so that appears to be what we want. -- You received this bug notification

[Bug 1775226] Re: Gnome Software offers installation of updates on shutdown independently from update-manager and unattended-upgrades

2018-07-31 Thread Olivier Tilloy
> during my tests in a bionic VM, I also observed once that > prepared-update file being created without interaction with > gnome-software: I simply ran "sudo apt update" in a terminal window, > then requested shutdown, and the dialog offered to install updates, > so something else also triggered

[Bug 1775226] Re: Gnome Software offers installation of updates on shutdown independently from update-manager and unattended-upgrades

2018-07-31 Thread Olivier Tilloy
Tentative fix: https://gitlab.gnome.org/Community/Ubuntu/gnome- software/merge_requests/4 -- 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/1775226 Title: Gnome Software

[Bug 1775226] Re: Gnome Software offers installation of updates on shutdown independently from update-manager and unattended-upgrades

2018-08-02 Thread Olivier Tilloy
** Also affects: gnome-software (Ubuntu Bionic) Importance: Undecided Status: New ** Changed in: gnome-software (Ubuntu Bionic) Assignee: (unassigned) => Olivier Tilloy (osomon) ** Changed in: gnome-software (Ubuntu Bionic) Status: New => In Progress ** Changed in:

[Bug 1775226] Re: [SRU] Gnome Software offers installation of updates on shutdown independently from update-manager and unattended-upgrades

2018-08-02 Thread Olivier Tilloy
** Summary changed: - Gnome Software offers installation of updates on shutdown independently from update-manager and unattended-upgrades + [SRU] Gnome Software offers installation of updates on shutdown independently from update-manager and unattended-upgrades ** Description changed: +

[Bug 1754864] Re: Flatpak runtime extensions are not installed when using GNOME Software on Ubuntu

2018-08-08 Thread Olivier Tilloy
Great, thanks Andrew for the detailed heads-up! That sounds like a good SRU candidate if it lands in a 3.28 point release indeed. Can you point me to the upstream branch that has those changes? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

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

2018-08-08 Thread Olivier Tilloy
Can you open chrome://password-manager-internals/ in a tab, save the contents of the log and share it after you reproduce the issue? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.

[Bug 1780996] Re: Convert triggers to noawait

2018-08-08 Thread Olivier Tilloy
I successfully tested libreoffice in xenial-proposed (libreoffice/1:5.1.6~rc2-0ubuntu1~xenial4) with the instructions in comment #51 (xenial ➞ xenial-proposed ➞ upgrade to bionic without disabling -proposed). -- You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 1786944] Re: package ubuntu-software 3.20.5-0ubuntu0.16.04.11 failed to install/upgrade: package ubuntu-software is not ready for configuration cannot configure (current status 'half-installed')

2018-08-14 Thread Olivier Tilloy
According to the attached the problem is older than 2018-08-02. We would need logs from when the problem started happening to understand what caused it. Please try running the following command and let us know if this fixes the issue: apt-get -f install If it doesn't, please inspect

[Bug 1742997] Re: Newly installed applications are not showing in "Installed"

2018-08-08 Thread Olivier Tilloy
I can reliably observe the issue on bionic. Not on cosmic. ** Changed in: gnome-software (Ubuntu) Status: Triaged => Fix Released ** Also affects: packagekit (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: gnome-software (Ubuntu Bionic) Importance:

[Bug 1754864] Re: Flatpak runtime extensions are not installed when using GNOME Software on Ubuntu

2018-08-08 Thread Olivier Tilloy
Curiously I cannot find "GNOME Web" when searching flathub from my cosmic VM. However I installed org.gnome.Eolie from GNOME Software and observed that it is started with Adwaita and an English locale, whereas the system theme is Ambiance and locale is French. When installing from the CLI

[Bug 1788112] Re: ubuntu software not synced with synaptic

2018-08-21 Thread Olivier Tilloy
Ubuntu Software uses appstream data to list available applications, as opposed to synaptic which is a plain package management GUI (it doesn't make a distinction between applications and other types of packages). In Ubuntu 18.04, Font Manager is listed in Ubuntu Software, because the upstream

[Bug 1789432] Re: Unable to complete authentication login to UbuntuOne through SoftwareCenter

2018-08-29 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1721735 *** https://bugs.launchpad.net/bugs/1721735 Sounds like the UbuntuOne authentication dialog should never be shown in the first place, see bug #1721735. I'm marking this as a duplicate. ** This bug has been marked a duplicate of bug 1721735

[Bug 1775226] Re: [SRU] Gnome Software offers installation of updates on shutdown independently from update-manager and unattended-upgrades

2018-08-29 Thread Olivier Tilloy
Thanks for confirming the fix Balint! -- 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/1775226 Title: [SRU] Gnome Software offers installation of updates on shutdown

[Bug 1788380] Re: gnome-software crash at startup: Gs failed to call gs_plugin_add_updates_historical on fwupd

2018-08-29 Thread Olivier Tilloy
I can't seem to manage to extract a useful backtrace from the crash file, even with debug symbols attached. @Theor: can you still reproduce the crash with the latest gnome-software update (3.28.1-0ubuntu4.18.04.2) ? If so, can you install debug symbols (gnome-software-dbgsym) following the

[Bug 1790339] Re: vim package not installed properly

2018-09-06 Thread Olivier Tilloy
This appears to be a packaging problem with vim. Package vim-common installs /usr/share/applications/vim.desktop, and its exec line points to "vim", which isn't necessarily installed. ** Package changed: gnome-software (Ubuntu) => vim (Ubuntu) -- You received this bug notification because you

[Bug 1776069] Re: "Don't know how to handle 'file:///home//Downloads/.flatpakref'"

2018-09-06 Thread Olivier Tilloy
@shock99er: yours is probably a different issue. @Jeb: I'm seeing a slightly different problem. Note that after installing gnome-software-plugin-flatpak, you'll need to kill the running instance of gnome-software for it to reload the flatpak plugin (`killall gnome-software`). When I do that and

[Bug 1776069] Re: "Don't know how to handle 'file:///home//Downloads/.flatpakref'"

2018-09-06 Thread Olivier Tilloy
@Jeb: can you confirm that after killing and restarting gnome-software, you're seeing the same issue I describe? -- 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/1776069 Title:

[Bug 1790294] Re: Tools=>Bibliography launches Software Centre but fails to find "libreoffice-base" package

2018-09-06 Thread Olivier Tilloy
The D-Bus method org.freedesktop.PackageKit.Query.IsInstalled correctly reports that "libreoffice-base" is not installed, and that "libreoffice- writer" is installed. So it looks like packagekit is doing its job. This might be a problem in gnome-software. ** Also affects: gnome-software (Ubuntu)

[Bug 1573408] Re: GNOME Software does not install third-party .deb packages

2018-09-06 Thread Olivier Tilloy
I'm unable to observe the issue. In firefox, I browsed to https://google.com/chrome, clicked the link to download the deb and chose to execute it with the default application (which turns out to be gnome-software), clicked "Install", and Chrome got installed. It is not, however, listed in the

[Bug 1789911] Re: Uninstalled software [still] appears as "installed" [after uninstallation]

2018-09-06 Thread Olivier Tilloy
Just tested in a clean bionic VM. I'm not seeing gnome shell extensions listed in the "Installed" section, not sure whether they are supposed to show up there? As for regular applications, I removed vim, and it disappeared from the list, as expected. @Jeb: can you describe a concrete use case

[Bug 1776069] Re: "Don't know how to handle 'file:///home//Downloads/.flatpakref'"

2018-09-06 Thread Olivier Tilloy
@Jeb: so if I understand correctly the issue as initially reported cannot be reproduced any longer? Can it be closed? Regarding the excessive amount of time to load the information on screen, please file a separate bug indeed. Thanks! -- You received this bug notification because you are a

[Bug 1791227] Re: ubuntu software can't find "isof"

2018-09-07 Thread Olivier Tilloy
What package is "isof" ? ** Changed in: gnome-software (Ubuntu) Status: New => Incomplete -- 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/1791227 Title: ubuntu

[Bug 1788380] Re: gnome-software crash at startup: Gs failed to call gs_plugin_add_updates_historical on fwupd

2018-08-30 Thread Olivier Tilloy
Thanks Theor. I'm closing the bug, feel free to re-open if the crash were to happen again. ** Changed in: gnome-software (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1789943] Re: Ubuntu Software only shows snap app's without any explanations or advices

2018-08-31 Thread Olivier Tilloy
There are definitely rough edges in some snap apps as they are today, but many others work just fine out of the box, and an end-user shouldn't have to know what a snap is in the first place, much like regular end- users today don't know what a debian package is. The rough edges have to be

[Bug 1791227] Re: ubuntu software can't find "isof"

2018-09-11 Thread Olivier Tilloy
See comment #3: "I believe it's a design decision to generally not show command line utilities in Ubuntu Software." -- 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/1791227

[Bug 1791555] Re: Gnome-software segmentation faults on open

2018-09-11 Thread Olivier Tilloy
Is there a corresponding crash file under /var/crash/ ? Can you please run the following command to attach additional debug info? apport-collect 1791555 ** Changed in: gnome-software (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of

[Bug 1778607] Re: Incorrect licenses listed in the GNOME Software for Snap Apps.

2018-07-06 Thread Olivier Tilloy
I updated the chromium license to BSD-3-Clause (see https://cs.chromium.org/chromium/src/LICENSE). The snapcraft dashboard allows selecting multiple licenses, but it says "Multiple licenses can be selected to indicate alternative choices", so I don't think that's what we want (chromium code is

[Bug 1778607] Re: Incorrect licenses listed in the GNOME Software for Snap Apps.

2018-07-09 Thread Olivier Tilloy
On a related note, the store supposedly allows specifying a custom SPDX expression, so I tried the following for chromium, but it failed with a "Error: Invalid syntax" message: (BSD-3-Clause AND MIT AND LGPL-2.0-only AND LGPL-2.1-only AND MS-PL AND (MPL-1.1 OR GPL-2.0+ OR LGPL-2.1+) AND

[Bug 1447345] Re: Support the unprivileged namespace sandbox

2018-03-12 Thread Olivier Tilloy
** Changed in: chromium-browser (Ubuntu) Assignee: Chad Miller (cmiller) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1447345 Title: Support the unprivileged

[Bug 1257505] Re: Create Unity Control Center so can remain on old GNOME Control Center version

2018-03-09 Thread Olivier Tilloy
Not relevant any longer. ** Changed in: chromium-browser (Ubuntu) Status: In Progress => Won't Fix ** Changed in: chromium-browser (Ubuntu) Assignee: Chad Miller (cmiller) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 1317116] Re: libgtk2.0-dev is not multiarch-ready

2018-03-21 Thread Olivier Tilloy
Same problem with gtk3: $ sudo apt install libgtk-3-dev:amd64 libgtk-3-dev:i386 Reading package lists... Done Building dependency tree Reading state information... Done libgtk-3-dev is already the newest version (3.22.28-1ubuntu3). Some packages could not be installed. This may mean that you have

[Bug 1752112] [NEW] JS stack trace when copying characters

2018-02-27 Thread Olivier Tilloy
Public bug reported: No crash or loss of functionality, but I noticed numerous JS stack traces being printed when I ran gnome-characters from a terminal, and copied a character, they all look like that: (org.gnome.Characters:1204): Gjs-CRITICAL **: 15:46:20.767: Object .Gjs_CharacterDialog

[Bug 1745355] Re: gnome-software does not show the right version of a snap when open with xdg-open

2018-02-28 Thread Olivier Tilloy
Same here with the libreoffice snap when it's not installed. Running "xdg-open snap://libreoffice" shows in the details: Channel: stable Version: 6.0.2.1 but the version in the stable channel currently is 6.0.1.1, 6.0.2.1 is in the candidate channel (see screenshot). ** Attachment added:

[Bug 1798053] Re: Click on the back icon in gnome-software don't work

2018-10-17 Thread Olivier Tilloy
This is not fixed, I can still reproduce the issue by opening the details page for any app (snap or deb, installed or not), then closing gnome-software, then opening it again. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1794649] Re: Closing ubuntu-software on an app page then prevents returning to main (all) page

2018-10-17 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1798053 *** https://bugs.launchpad.net/bugs/1798053 ** This bug has been marked a duplicate of bug 1798053 Click on the back icon in gnome-software don't work -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 1799119] Re: Software Center name not in DNS

2018-10-21 Thread Olivier Tilloy
Where did you get that link? This is obviously incorrect (that website doesn't exist). I believe the app to install other apps on Mate is called the "software boutique". There's also information on how to install the software center app here:

[Bug 1798988] Re: Software App back button doesn't work after closing and reopening

2018-10-22 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1798053 *** https://bugs.launchpad.net/bugs/1798053 ** This bug has been marked a duplicate of bug 1798053 Click on the back icon in gnome-software don't work -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 1799165] Re: Divide snaps from the gnome-software by default

2018-10-22 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1789943 *** https://bugs.launchpad.net/bugs/1789943 ** This bug has been marked a duplicate of bug 1789943 Ubuntu Software only shows snap app's without any explanations or advices -- You received this bug notification because you are a member of Ubuntu

[Bug 1785764] Re: Chrome/Chromium and Image Viewer distort colours if a colour profile is enabled.

2018-10-23 Thread Olivier Tilloy
Is this affecting chrome AND chromium, or only the former, by any chance? ** Changed in: chromium-browser (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.

[Bug 1799720] Re: Token does not appear image in certain sound-only videos.

2018-10-24 Thread Olivier Tilloy
** Package changed: gnome-software (Ubuntu) => totem (Ubuntu) ** Summary changed: - Token does not appear image in certain sound-only videos. + Vidéos does not appear image in certain sound-only videos -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 1798053] Re: Click on the back icon in gnome-software don't work

2018-10-23 Thread Olivier Tilloy
Cherry-picked upstream fix: https://git.launchpad.net/~ubuntu- desktop/ubuntu/+source/gnome- software/commit/?id=1bca94696815b2ead57a4a27df87131a3cb9995e ** Changed in: gnome-software (Ubuntu) Status: In Progress => Fix Committed ** Summary changed: - Click on the back icon in

[Bug 1799474] Re: xdgopen doesnt seem to support appstream:// URLs

2018-10-23 Thread Olivier Tilloy
** Summary changed: - xdgopen doesnt seem to support appsteam:// URLs + xdgopen doesnt seem to support appstream:// URLs -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-software in Ubuntu.

[Bug 1798053] Re: Click on the back icon in gnome-software don't work

2018-10-23 Thread Olivier Tilloy
The relevant commit is https://gitlab.gnome.org/GNOME/gnome- software/commit/ca5f8e74b6f9991ae228caa2c698131a54764774, and I verified that applying it as a patch on top of gnome-software 3.30.2-0ubuntu7 fixes the issue. In fact, with this change, when re-opening gnome- software after closing it

[Bug 1798053] Re: [SRU] Click on the back icon in gnome-software doesn't work

2018-10-23 Thread Olivier Tilloy
G_RUNTIME_DIR= +  LANG=C.UTF-8 +  SHELL=/bin/bash SourcePackage: gnome-software UpgradeStatus: No upgrade log present (probably fresh install) modified.conffile..etc.xdg.autostart.gnome-software-service.desktop: [deleted] ** Also affects: gnome-software (Ubuntu Cosmic) Importance: High

[Bug 1798053] Re: Click on the back icon in gnome-software don't work

2018-10-23 Thread Olivier Tilloy
** Changed in: gnome-software (Ubuntu) Status: Confirmed => In Progress -- 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/1798053 Title: [SRU] Click on the back icon in

[Bug 1798053] Re: Click on the back icon in gnome-software don't work

2018-10-23 Thread Olivier Tilloy
I'm seeing the following error in the logs when clicking the back button without effect: Gs gs_shell_go_back: assertion '!g_queue_is_empty (priv->back_entry_stack)' failed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1798053] Re: Click on the back icon in gnome-software don't work

2018-10-23 Thread Olivier Tilloy
Upstream bug report: https://gitlab.gnome.org/GNOME/gnome- software/issues/505. This is supposedly fixed in gnome-software 3.30.3, but I'm not sure which commit is relevant. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1798053] Re: [SRU] Click on the back icon in gnome-software doesn't work

2018-10-24 Thread Olivier Tilloy
Thanks for testing and the feedback Per-Inge. I am seeing the same with the update in cosmic-proposed. I suspect Edson either didn't really install the update, or didn't restart gnome-software after installing it. Let's wait and see whether he can confirm. -- You received this bug notification

[Bug 1798053] Re: [SRU] Click on the back icon in gnome-software doesn't work

2018-10-24 Thread Olivier Tilloy
Thanks Edson. As I suspected, you didn't really install the update from cosmic-proposed. If you wish to do that, you will need to follow the instructions at https://wiki.ubuntu.com/Testing/EnableProposed, and then ensure that the version of gnome-software installed is 3.30.2-0ubuntu8. -- You

[Bug 1798053] Re: [SRU] Click on the back icon in gnome-software doesn't work

2018-10-24 Thread Olivier Tilloy
Tested in an up-to-date amd64 cosmic VM with cosmic-proposed, and version 3.30.2-0ubuntu8 of gnome-software. Verified that the fix works as advertised. ** Tags removed: verification-needed-cosmic ** Tags added: verification-done-cosmic -- You received this bug notification because you are a

[Bug 1798053] Re: [SRU] Click on the back icon in gnome-software doesn't work

2018-10-24 Thread Olivier Tilloy
Edson Santos: can you please open a terminal, type the following command, and share its output? apt policy gnome-software -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-software in Ubuntu.

[Bug 1730410] Re: Window full-screen size when Firefox starts

2018-10-27 Thread Olivier Tilloy
** Changed in: firefox (Ubuntu) Status: Confirmed => Invalid ** Changed in: aisleriot (Ubuntu) Status: New => Invalid ** Changed in: gedit (Ubuntu) Status: New => Invalid ** Changed in: gnome-calendar (Ubuntu) Status: New => Invalid ** Changed in: gnome-software

[Bug 1798053] Re: [SRU] Click on the back icon in gnome-software doesn't work

2018-11-04 Thread Olivier Tilloy
gnome-software 3.30.2-0ubuntu8 should have made its way to cosmic- updates already, not sure why it hasn't yet. -- 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/1798053 Title:

[Bug 1799518] Re: Error on the Ubuntu Software page Cosmic 18.10

2018-10-23 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1798053 *** https://bugs.launchpad.net/bugs/1798053 ** This bug has been marked a duplicate of bug 1798053 [SRU] Click on the back icon in gnome-software doesn't work -- You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 1742997] Re: Newly installed applications are not showing in "Installed"

2018-11-07 Thread Olivier Tilloy
Can still reproduce on bionic, not on cosmic. Killing gnome-software and running it again is enough to "fix" the issue (because the list of installed applications is being refreshed at startup). -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 1795674] [NEW] cosmic live session: no text/icon for network entry in shell menu

2018-10-02 Thread Olivier Tilloy
Public bug reported: I started a live session from the daily cosmic ISO (2018-10-02) in a VM (virtualbox, had to pass nomodeset to work around bug #1792932), and when I open the shell menu by clicking in the top right corner, the entry for network settings appears empty, but it is there and can

[Bug 1795542] Re: Ubuntu Software not returning to last page, even after closed

2018-10-02 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1794191 *** https://bugs.launchpad.net/bugs/1794191 ** This bug has been marked a duplicate of bug 1794191 Snap Store fails to return to main page after package installation -- You received this bug notification because you are a member of Ubuntu

[Bug 1792648] Re: Can't preview document in evince - Ubuntu 18.10 Failed to execute child process (Permission Denied)

2018-09-28 Thread Olivier Tilloy
Now in cosmic. ** Changed in: evince (Ubuntu Cosmic) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1792648 Title: Can't preview

[Bug 1794649] Re: Closing ubuntu-software on an app page then prevents returning to main (all) page

2018-09-28 Thread Olivier Tilloy
I can reliably reproduce the issue on my laptop running up-to-date cosmic. -- 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/1794649 Title: Closing ubuntu-software on an app

[Bug 1792648] Re: Can't preview document in evince - Ubuntu 18.10 Failed to execute child process (Permission Denied)

2018-09-28 Thread Olivier Tilloy
Now in cosmic-proposed. ** Changed in: evince (Ubuntu Cosmic) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1792648 Title: Can't

[Bug 1792648] Re: Can't preview document in evince - Ubuntu 18.10 Failed to execute child process (Permission Denied)

2018-09-28 Thread Olivier Tilloy
This is fixed in evince 3.30.0-3 in debian, and a sync has been requested, it's currently sitting in the unapproved queue because of the beta freeze. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu.

[Bug 1730410] Re: Window full-screen size when Firefox starts

2018-10-10 Thread Olivier Tilloy
This looks more like a feature of the window manager, rather than application-specific bugs. ** Also affects: mutter (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1730410] Re: Window full-screen size when Firefox starts

2018-10-10 Thread Olivier Tilloy
(I added a mutter source package task to reflect this) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-system-monitor in Ubuntu. https://bugs.launchpad.net/bugs/1730410 Title: Window full-screen size when Firefox starts To

[Bug 1794064] Re: Clicking a hyperlink in a PDF fails to open it if the default browser is a snap

2018-10-04 Thread Olivier Tilloy
@Jamie, given your recent work on the evince apparmor profile, should that be assigned to you? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1794064 Title: Clicking a hyperlink in

[Bug 1792537] Re: /usr/bin/appstreamcli:5:g_variant_new_parsed_va:g_variant_builder_add_parsed:as_content_rating_to_variant:as_component_to_variant:as_cache_file_save

2018-09-19 Thread Olivier Tilloy
Successfully tested appstream 0.12.0-3ubuntu1 from bionic-proposed in an up-to-date bionic VM, and I can confirm the issue is fixed. ** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Ubuntu

[Bug 1792648] Re: Can't preview document in evince - Ubuntu 18.10 Failed to execute child process (Permission Denied)

2018-09-21 Thread Olivier Tilloy
Merge request against debian package: https://salsa.debian.org/gnome- team/evince/merge_requests/1 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1792648 Title: Can't preview

[Bug 1792648] Re: Can't preview document in evince - Ubuntu 18.10 Failed to execute child process (Permission Denied)

2018-09-21 Thread Olivier Tilloy
** Changed in: evince (Ubuntu) Assignee: (unassigned) => Olivier Tilloy (osomon) ** Changed in: evince (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu.

[Bug 1794064] Re: Clicking a hyperlink in a PDF fails to open it if the default browser is a snap

2018-09-24 Thread Olivier Tilloy
I can "fix" the issue if I add the following two lines to /etc/apparmor.d/abstractions/ubuntu-browsers and reload the evince profile: /usr/bin/env rmix, /usr/bin/snap Cx -> sanitized_helper, Probably not acceptable as is because this would allow executing any snap, not just chromium. And

[Bug 1792648] Re: Can't preview document in evince - Ubuntu 18.10 Failed to execute child process (Permission Denied)

2018-09-24 Thread Olivier Tilloy
Related bug for opening a hyperlink when the default browser is a snap: bug #1794064. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1792648 Title: Can't preview document in evince

[Bug 1794064] [NEW] Clicking a hyperlink in a PDF fails to open it if the default browser is a snap

2018-09-24 Thread Olivier Tilloy
Public bug reported: This is related to bug #1792648. After fixing that one (see discussion at https://salsa.debian.org/gnome-team/evince/merge_requests/1), clicking a hyperlink in a PDF opens it correctly if the default browser is a well-known application (such as /usr/bin/firefox), but it fails

[Bug 1794064] Re: Clicking a hyperlink in a PDF fails to open it if the default browser is a snap

2018-09-24 Thread Olivier Tilloy
Note that this works with the evince snap, only the deb package is affected. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1794064 Title: Clicking a hyperlink in a PDF fails to

[Bug 1791670] Re: back button not working in software center ubuntu 18.04

2018-09-24 Thread Olivier Tilloy
I cannot reproduce the issue, neither in bionic nor in cosmic. Please provide more information about your setup by running the following command in a terminal: apport-collect 1791670 Please also elaborate on what steps are needed to observe the problem. Thanks! ** Changed in:

<    1   2   3   4   >