Activity log for bug #1693089

Date Who What changed Old value New value Message
2017-05-24 03:19:45 Jeremy Bícha bug added bug
2017-05-24 03:29:28 Jeremy Bícha description Impact ------ Test Case --------- Regression Potential --------------------- Impact ------ Cinnamon (and the less popular EDE and LXQt) desktops are not recognized by desktop-file-validate in Ubuntu 12.04 LTS or 14.04 LTS. This is a problem because the very popular Travis service for continuous integration (CI) on platforms like Github still uses 12.04 LTS. Travis offers a beta for 14.04 LTS. This caused this pull request to fail its CI check: https://travis-ci.org/zdohnal/system-config-printer/builds/222023750 Test Case --------- 1. Save the following lines in a file named calc.desktop [Desktop Entry] Name=Calculator Exec=gnome-calculator Icon=accessories-calculator Type=Application OnlyShowIn=Cinnamon;LXQt;EDE; Categories=GNOME;GTK;Utility;Calculator; 2. Run desktop-file-validate calc.desktop The command should complete with no error message. A failure would look something like: calc.desktop: error: value "Cinnamon;LXQt;EDE;" for key "OnlyShowIn" in group "Desktop Entry" contains an unregistered value "Cinnamon"; values extending the format should start with "X-" Regression Potential --------------------- This only adds a few entries to the list of registered desktop environments. This change is backported from desktop-file-utils 0.23 which is in Ubuntu 16.04 LTS.
2017-05-24 03:29:38 Jeremy Bícha nominated for series Ubuntu Trusty
2017-05-24 03:29:38 Jeremy Bícha nominated for series Ubuntu Precise
2017-05-24 03:31:35 Jeremy Bícha desktop-file-utils (Ubuntu): status Fix Released Triaged
2017-05-24 03:39:23 Jeremy Bícha attachment added desktop-file-utils-lp1693089-precise.patch https://bugs.launchpad.net/ubuntu/+source/desktop-file-utils/+bug/1693089/+attachment/4882254/+files/desktop-file-utils-lp1693089-precise.patch
2017-05-24 03:39:39 Jeremy Bícha tags trusty patch precise trusty
2017-05-24 03:39:49 Jeremy Bícha attachment added desktop-file-utils-lp1693089-trusty.patch https://bugs.launchpad.net/ubuntu/+source/desktop-file-utils/+bug/1693089/+attachment/4882255/+files/desktop-file-utils-lp1693089-trusty.patch
2017-05-24 03:40:59 Jeremy Bícha affects desktop-file-utils (Ubuntu) gnome-desktop3 (Ubuntu)
2017-05-24 03:41:23 Jeremy Bícha bug task added gnome-desktop3 (Ubuntu Precise)
2017-05-24 03:41:37 Jeremy Bícha bug task added gnome-desktop3 (Ubuntu Trusty)
2017-05-24 03:41:58 Jeremy Bícha affects gnome-desktop3 (Ubuntu) desktop-file-utils (Ubuntu)
2017-05-24 03:41:58 Jeremy Bícha desktop-file-utils (Ubuntu): status Triaged Fix Released
2017-05-24 03:42:09 Jeremy Bícha desktop-file-utils (Ubuntu Precise): importance Undecided Medium
2017-05-24 03:42:11 Jeremy Bícha desktop-file-utils (Ubuntu Precise): status New Triaged
2017-05-24 03:42:15 Jeremy Bícha desktop-file-utils (Ubuntu Trusty): importance Undecided Medium
2017-05-24 03:42:18 Jeremy Bícha desktop-file-utils (Ubuntu Trusty): status New Triaged
2017-05-24 03:45:28 Jeremy Bícha description Impact ------ Cinnamon (and the less popular EDE and LXQt) desktops are not recognized by desktop-file-validate in Ubuntu 12.04 LTS or 14.04 LTS. This is a problem because the very popular Travis service for continuous integration (CI) on platforms like Github still uses 12.04 LTS. Travis offers a beta for 14.04 LTS. This caused this pull request to fail its CI check: https://travis-ci.org/zdohnal/system-config-printer/builds/222023750 Test Case --------- 1. Save the following lines in a file named calc.desktop [Desktop Entry] Name=Calculator Exec=gnome-calculator Icon=accessories-calculator Type=Application OnlyShowIn=Cinnamon;LXQt;EDE; Categories=GNOME;GTK;Utility;Calculator; 2. Run desktop-file-validate calc.desktop The command should complete with no error message. A failure would look something like: calc.desktop: error: value "Cinnamon;LXQt;EDE;" for key "OnlyShowIn" in group "Desktop Entry" contains an unregistered value "Cinnamon"; values extending the format should start with "X-" Regression Potential --------------------- This only adds a few entries to the list of registered desktop environments. This change is backported from desktop-file-utils 0.23 which is in Ubuntu 16.04 LTS. Note to Sponsors ---------------- Since Precise is still partially open, let's see if the Release/SRU Teams are willing to accept this SRU for Precise ecause of the Impact there. Impact ------ Cinnamon (and the less popular EDE and LXQt) desktops are not recognized by desktop-file-validate in Ubuntu 12.04 LTS or 14.04 LTS. This is a problem because the very popular Travis service for continuous integration (CI) on platforms like Github still uses 12.04 LTS. Travis does not offer a 16.04 platform and the 14.04 platform is still only in beta. This caused this pull request to fail its CI check: https://travis-ci.org/zdohnal/system-config-printer/builds/222023750 https://github.com/zdohnal/system-config-printer/pull/41 Test Case --------- 1. Save the following lines in a file named calc.desktop [Desktop Entry] Name=Calculator Exec=gnome-calculator Icon=accessories-calculator Type=Application OnlyShowIn=Cinnamon;LXQt;EDE; Categories=GNOME;GTK;Utility;Calculator; 2. Run desktop-file-validate calc.desktop The command should complete with no error message. A failure would look something like: calc.desktop: error: value "Cinnamon;LXQt;EDE;" for key "OnlyShowIn" in group "Desktop Entry" contains an unregistered value "Cinnamon"; values extending the format should start with "X-" Regression Potential --------------------- This only adds a few entries to the list of registered desktop environments. This change is backported from desktop-file-utils 0.23 which is in Ubuntu 16.04 LTS.
2017-05-24 03:45:37 Jeremy Bícha bug added subscriber Ubuntu Sponsors Team
2017-05-24 04:01:01 Jeremy Bícha description Note to Sponsors ---------------- Since Precise is still partially open, let's see if the Release/SRU Teams are willing to accept this SRU for Precise ecause of the Impact there. Impact ------ Cinnamon (and the less popular EDE and LXQt) desktops are not recognized by desktop-file-validate in Ubuntu 12.04 LTS or 14.04 LTS. This is a problem because the very popular Travis service for continuous integration (CI) on platforms like Github still uses 12.04 LTS. Travis does not offer a 16.04 platform and the 14.04 platform is still only in beta. This caused this pull request to fail its CI check: https://travis-ci.org/zdohnal/system-config-printer/builds/222023750 https://github.com/zdohnal/system-config-printer/pull/41 Test Case --------- 1. Save the following lines in a file named calc.desktop [Desktop Entry] Name=Calculator Exec=gnome-calculator Icon=accessories-calculator Type=Application OnlyShowIn=Cinnamon;LXQt;EDE; Categories=GNOME;GTK;Utility;Calculator; 2. Run desktop-file-validate calc.desktop The command should complete with no error message. A failure would look something like: calc.desktop: error: value "Cinnamon;LXQt;EDE;" for key "OnlyShowIn" in group "Desktop Entry" contains an unregistered value "Cinnamon"; values extending the format should start with "X-" Regression Potential --------------------- This only adds a few entries to the list of registered desktop environments. This change is backported from desktop-file-utils 0.23 which is in Ubuntu 16.04 LTS. Note to Sponsors ---------------- Since Precise is still partially open, let's see if the Release/SRU Teams are willing to accept this SRU for Precise ecause of the Impact there. Impact ------ Cinnamon (and the less popular EDE and LXQt) desktops are not recognized by desktop-file-validate in Ubuntu 12.04 LTS or 14.04 LTS. This is a problem because the very popular Travis service for continuous integration (CI) on platforms like Github still uses 12.04 LTS. Travis does not offer a 16.04 platform and the 14.04 platform is still only in beta. This caused this pull request to fail its CI check: https://travis-ci.org/zdohnal/system-config-printer/builds/222023750 https://github.com/zdohnal/system-config-printer/pull/41 This SRU adds these Desktop Environments to the recognized list for 14.04 LTS: Cinnamon, EDE, LXQt. If accepted, 12.04 LTS will also add TDE. Test Case --------- 1. Save the following lines in a file named calc.desktop [Desktop Entry] Name=Calculator Exec=gnome-calculator Icon=accessories-calculator Type=Application OnlyShowIn=Cinnamon;LXQt;EDE; Categories=GNOME;GTK;Utility;Calculator; 2. Run desktop-file-validate calc.desktop The command should complete with no error message. A failure would look something like: calc.desktop: error: value "Cinnamon;LXQt;EDE;" for key "OnlyShowIn" in group "Desktop Entry" contains an unregistered value "Cinnamon"; values extending the format should start with "X-" Regression Potential --------------------- This only adds a few entries to the list of registered desktop environments. This change is backported from desktop-file-utils 0.23 which is in Ubuntu 16.04 LTS.
2017-06-07 18:00:48 Jeremy Bícha description Note to Sponsors ---------------- Since Precise is still partially open, let's see if the Release/SRU Teams are willing to accept this SRU for Precise ecause of the Impact there. Impact ------ Cinnamon (and the less popular EDE and LXQt) desktops are not recognized by desktop-file-validate in Ubuntu 12.04 LTS or 14.04 LTS. This is a problem because the very popular Travis service for continuous integration (CI) on platforms like Github still uses 12.04 LTS. Travis does not offer a 16.04 platform and the 14.04 platform is still only in beta. This caused this pull request to fail its CI check: https://travis-ci.org/zdohnal/system-config-printer/builds/222023750 https://github.com/zdohnal/system-config-printer/pull/41 This SRU adds these Desktop Environments to the recognized list for 14.04 LTS: Cinnamon, EDE, LXQt. If accepted, 12.04 LTS will also add TDE. Test Case --------- 1. Save the following lines in a file named calc.desktop [Desktop Entry] Name=Calculator Exec=gnome-calculator Icon=accessories-calculator Type=Application OnlyShowIn=Cinnamon;LXQt;EDE; Categories=GNOME;GTK;Utility;Calculator; 2. Run desktop-file-validate calc.desktop The command should complete with no error message. A failure would look something like: calc.desktop: error: value "Cinnamon;LXQt;EDE;" for key "OnlyShowIn" in group "Desktop Entry" contains an unregistered value "Cinnamon"; values extending the format should start with "X-" Regression Potential --------------------- This only adds a few entries to the list of registered desktop environments. This change is backported from desktop-file-utils 0.23 which is in Ubuntu 16.04 LTS. Note ---- Yes, I know precise is basically unsupported but it might be nice to fix Travis here anyway. Impact ------ Cinnamon (and the less popular EDE and LXQt) desktops are not recognized by desktop-file-validate in Ubuntu 12.04 LTS or 14.04 LTS. This is a problem because the very popular Travis service for continuous integration (CI) on platforms like Github still uses 12.04 LTS. Travis does not offer a 16.04 platform and the 14.04 platform is still only in beta. This caused this pull request to fail its CI check: https://travis-ci.org/zdohnal/system-config-printer/builds/222023750 https://github.com/zdohnal/system-config-printer/pull/41 This SRU adds these Desktop Environments to the recognized list for 14.04 LTS: Cinnamon, EDE, LXQt. If accepted, 12.04 LTS will also add TDE. Test Case --------- 1. Save the following lines in a file named calc.desktop [Desktop Entry] Name=Calculator Exec=gnome-calculator Icon=accessories-calculator Type=Application OnlyShowIn=Cinnamon;LXQt;EDE; Categories=GNOME;GTK;Utility;Calculator; 2. Run desktop-file-validate calc.desktop The command should complete with no error message. A failure would look something like: calc.desktop: error: value "Cinnamon;LXQt;EDE;" for key "OnlyShowIn" in group "Desktop Entry" contains an unregistered value "Cinnamon"; values extending the format should start with "X-" Regression Potential --------------------- This only adds a few entries to the list of registered desktop environments. This change is backported from desktop-file-utils 0.23 which is in Ubuntu 16.04 LTS.
2017-06-07 18:00:51 Jeremy Bícha removed subscriber Ubuntu Sponsors Team
2017-06-07 18:00:59 Jeremy Bícha desktop-file-utils (Ubuntu Precise): status Triaged In Progress
2017-06-07 18:01:02 Jeremy Bícha desktop-file-utils (Ubuntu Trusty): status Triaged In Progress
2017-06-07 18:01:17 Jeremy Bícha attachment removed desktop-file-utils-lp1693089-precise.patch https://bugs.launchpad.net/ubuntu/+source/desktop-file-utils/+bug/1693089/+attachment/4882254/+files/desktop-file-utils-lp1693089-precise.patch
2017-06-07 18:01:20 Jeremy Bícha attachment removed desktop-file-utils-lp1693089-trusty.patch https://bugs.launchpad.net/ubuntu/+source/desktop-file-utils/+bug/1693089/+attachment/4882255/+files/desktop-file-utils-lp1693089-trusty.patch
2017-06-21 15:56:37 Robie Basak description Note ---- Yes, I know precise is basically unsupported but it might be nice to fix Travis here anyway. Impact ------ Cinnamon (and the less popular EDE and LXQt) desktops are not recognized by desktop-file-validate in Ubuntu 12.04 LTS or 14.04 LTS. This is a problem because the very popular Travis service for continuous integration (CI) on platforms like Github still uses 12.04 LTS. Travis does not offer a 16.04 platform and the 14.04 platform is still only in beta. This caused this pull request to fail its CI check: https://travis-ci.org/zdohnal/system-config-printer/builds/222023750 https://github.com/zdohnal/system-config-printer/pull/41 This SRU adds these Desktop Environments to the recognized list for 14.04 LTS: Cinnamon, EDE, LXQt. If accepted, 12.04 LTS will also add TDE. Test Case --------- 1. Save the following lines in a file named calc.desktop [Desktop Entry] Name=Calculator Exec=gnome-calculator Icon=accessories-calculator Type=Application OnlyShowIn=Cinnamon;LXQt;EDE; Categories=GNOME;GTK;Utility;Calculator; 2. Run desktop-file-validate calc.desktop The command should complete with no error message. A failure would look something like: calc.desktop: error: value "Cinnamon;LXQt;EDE;" for key "OnlyShowIn" in group "Desktop Entry" contains an unregistered value "Cinnamon"; values extending the format should start with "X-" Regression Potential --------------------- This only adds a few entries to the list of registered desktop environments. This change is backported from desktop-file-utils 0.23 which is in Ubuntu 16.04 LTS. Note ---- Yes, I know precise is basically unsupported but it might be nice to fix Travis here anyway. Impact ------ Cinnamon (and the less popular EDE and LXQt) desktops are not recognized by desktop-file-validate in Ubuntu 12.04 LTS or 14.04 LTS. This is a problem because the very popular Travis service for continuous integration (CI) on platforms like Github still uses 12.04 LTS. Travis does not offer a 16.04 platform and the 14.04 platform is still only in beta. This caused this pull request to fail its CI check: https://travis-ci.org/zdohnal/system-config-printer/builds/222023750 https://github.com/zdohnal/system-config-printer/pull/41 This SRU adds these Desktop Environments to the recognized list for 14.04 LTS: Cinnamon, EDE, LXQt. If accepted, 12.04 LTS will also add TDE. Test Case --------- 1. Save the following lines in a file named calc.desktop [Desktop Entry] Name=Calculator Exec=gnome-calculator Icon=accessories-calculator Type=Application OnlyShowIn=Cinnamon;LXQt;EDE; Categories=GNOME;GTK;Utility;Calculator; 2. Run desktop-file-validate calc.desktop The command should complete with no error message. A failure would look something like: calc.desktop: error: value "Cinnamon;LXQt;EDE;" for key "OnlyShowIn" in group "Desktop Entry" contains an unregistered value "Cinnamon"; values extending the format should start with "X-" Regression Potential --------------------- This only adds a few entries to the list of registered desktop environments. This change is backported from desktop-file-utils 0.23 which is in Ubuntu 16.04 LTS. [racb] Could there be some behaviour change somewhere that was depending somehow on Cinnamon's status being unregistered? For example in a test suite's expected output somewhere?
2017-06-21 15:58:13 Robie Basak desktop-file-utils (Ubuntu Trusty): status In Progress Fix Committed
2017-06-21 15:58:14 Robie Basak bug added subscriber Ubuntu Stable Release Updates Team
2017-06-21 15:58:16 Robie Basak bug added subscriber SRU Verification
2017-06-21 15:58:18 Robie Basak tags patch precise trusty patch precise trusty verification-needed
2017-06-21 16:33:37 Jeremy Bícha desktop-file-utils (Ubuntu Precise): status In Progress Won't Fix
2017-06-28 01:27:26 Jeremy Bícha tags patch precise trusty verification-needed patch precise trusty verification-done-zesty
2017-06-29 20:43:34 Jeremy Bícha tags patch precise trusty verification-done-zesty patch precise trusty verification-done-trusty
2017-07-04 12:14:30 Launchpad Janitor desktop-file-utils (Ubuntu Trusty): status Fix Committed Fix Released
2017-07-04 12:14:33 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team