2016-10-09 07:59:22 |
Thomas Christensen |
bug |
|
|
added bug |
2016-11-19 12:51:19 |
Launchpad Janitor |
gnome-session (Ubuntu): status |
New |
Confirmed |
|
2016-12-14 16:08:41 |
Jeremy Bícha |
bug watch added |
|
https://bugzilla.gnome.org/show_bug.cgi?id=736660 |
|
2016-12-14 16:08:41 |
Jeremy Bícha |
bug task added |
|
gnome-session |
|
2016-12-14 16:09:01 |
Jeremy Bícha |
bug task added |
|
ubuntu-gnome |
|
2016-12-14 16:42:42 |
Bug Watch Updater |
gnome-session: status |
Unknown |
In Progress |
|
2016-12-14 16:42:42 |
Bug Watch Updater |
gnome-session: importance |
Unknown |
Medium |
|
2017-01-16 21:16:43 |
Jeremy Bícha |
gnome-session (Ubuntu): importance |
Undecided |
Low |
|
2017-01-16 21:16:58 |
Jeremy Bícha |
nominated for series |
|
Ubuntu Yakkety |
|
2017-01-16 21:16:58 |
Jeremy Bícha |
bug task added |
|
gnome-session (Ubuntu Yakkety) |
|
2017-01-16 21:16:58 |
Jeremy Bícha |
nominated for series |
|
Ubuntu Xenial |
|
2017-01-16 21:16:58 |
Jeremy Bícha |
bug task added |
|
gnome-session (Ubuntu Xenial) |
|
2017-01-16 21:17:28 |
Jeremy Bícha |
gnome-session (Ubuntu Xenial): importance |
Undecided |
Low |
|
2017-01-16 21:17:31 |
Jeremy Bícha |
gnome-session (Ubuntu Xenial): status |
New |
Triaged |
|
2017-01-16 21:17:36 |
Jeremy Bícha |
gnome-session (Ubuntu Yakkety): importance |
Undecided |
Low |
|
2017-01-16 21:17:39 |
Jeremy Bícha |
gnome-session (Ubuntu Yakkety): status |
New |
Triaged |
|
2017-01-17 00:23:59 |
Jeremy Bícha |
description |
Logging in with GDM3 and choosing GNOME on Wayland gives me a session where `$HOME/.profile` **hasn't** been sourced.
Where as logging on with standard GNOME gives me a session where `$HOME/.profile` **has** been sourced.
ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: gnome-session-wayland 3.20.2-1ubuntu7
ProcVersionSignature: Ubuntu 4.8.0-21.23-generic 4.8.0
Uname: Linux 4.8.0-21-generic x86_64
ApportVersion: 2.20.3-0ubuntu7
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Oct 9 14:52:08 2016
InstallationDate: Installed on 2013-04-11 (1277 days ago)
InstallationMedia: Ubuntu-GNOME 13.04 "Raring Ringtail" - Alpha amd64 (20130410)
SourcePackage: gnome-session
UpgradeStatus: Upgraded to yakkety on 2016-10-02 (6 days ago) |
Impact
======
Logging in with GDM3 and choosing GNOME on Wayland gives me a session where `$HOME/.profile` **hasn't** been sourced.
Where as logging on with standard GNOME gives me a session where `$HOME/.profile` **has** been sourced.
Test Case
=========
This test case assumes you haven't removed any lines from the default ~/.profile that is created for you.
mkdir ~/bin
Log out. Click your user name and choose GNOME on Wayland from the gear button and then Log in.
Open a terminal. Run
env | grep PATH
PATH will not contain /home/username/bin as the first entry
From Ubuntu GNOME, install the updated gnome-session packages
Log out. Log in to GNOME on Wayland
Open a terminal. Run
env | grep PATH
PATH will contain /home/username/bin as the first entry
When you're done testing, feel free to remove ~/bin if you haven't put any other files in that directory.
Regression Potential
====================
This update was pushed to Fedora 25, which uses Wayland by default although X is still available there.
Ubuntu GNOME still uses X by default although "GNOME on Wayland" is available as an included option in Ubuntu 16.04 and newer.
Other Info
==========
The reason this bug existed for so long was that GNOME developers would like to use a different way to let users set environment variables or whatever other common tasks used to be done by running profile scripts. However, that new way hasn't been implemented yet. Now that GNOME 3.22 uses Wayland by default (overridden currently in Ubuntu and Debian stretch), this bug has become more of a problem so developers backed down and provided this solution until the alternative is ready.
ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: gnome-session-wayland 3.20.2-1ubuntu7
ProcVersionSignature: Ubuntu 4.8.0-21.23-generic 4.8.0
Uname: Linux 4.8.0-21-generic x86_64
ApportVersion: 2.20.3-0ubuntu7
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Oct 9 14:52:08 2016
InstallationDate: Installed on 2013-04-11 (1277 days ago)
InstallationMedia: Ubuntu-GNOME 13.04 "Raring Ringtail" - Alpha amd64 (20130410)
SourcePackage: gnome-session
UpgradeStatus: Upgraded to yakkety on 2016-10-02 (6 days ago) |
|
2017-01-17 00:26:13 |
Jeremy Bícha |
ubuntu-gnome: status |
New |
In Progress |
|
2017-01-17 00:26:16 |
Jeremy Bícha |
ubuntu-gnome: importance |
Undecided |
Low |
|
2017-01-17 00:26:24 |
Jeremy Bícha |
gnome-session (Ubuntu): status |
Confirmed |
In Progress |
|
2017-01-17 04:21:54 |
Bug Watch Updater |
gnome-session: status |
In Progress |
Fix Released |
|
2017-02-01 10:37:21 |
Jeremy Bícha |
description |
Impact
======
Logging in with GDM3 and choosing GNOME on Wayland gives me a session where `$HOME/.profile` **hasn't** been sourced.
Where as logging on with standard GNOME gives me a session where `$HOME/.profile` **has** been sourced.
Test Case
=========
This test case assumes you haven't removed any lines from the default ~/.profile that is created for you.
mkdir ~/bin
Log out. Click your user name and choose GNOME on Wayland from the gear button and then Log in.
Open a terminal. Run
env | grep PATH
PATH will not contain /home/username/bin as the first entry
From Ubuntu GNOME, install the updated gnome-session packages
Log out. Log in to GNOME on Wayland
Open a terminal. Run
env | grep PATH
PATH will contain /home/username/bin as the first entry
When you're done testing, feel free to remove ~/bin if you haven't put any other files in that directory.
Regression Potential
====================
This update was pushed to Fedora 25, which uses Wayland by default although X is still available there.
Ubuntu GNOME still uses X by default although "GNOME on Wayland" is available as an included option in Ubuntu 16.04 and newer.
Other Info
==========
The reason this bug existed for so long was that GNOME developers would like to use a different way to let users set environment variables or whatever other common tasks used to be done by running profile scripts. However, that new way hasn't been implemented yet. Now that GNOME 3.22 uses Wayland by default (overridden currently in Ubuntu and Debian stretch), this bug has become more of a problem so developers backed down and provided this solution until the alternative is ready.
ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: gnome-session-wayland 3.20.2-1ubuntu7
ProcVersionSignature: Ubuntu 4.8.0-21.23-generic 4.8.0
Uname: Linux 4.8.0-21-generic x86_64
ApportVersion: 2.20.3-0ubuntu7
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Oct 9 14:52:08 2016
InstallationDate: Installed on 2013-04-11 (1277 days ago)
InstallationMedia: Ubuntu-GNOME 13.04 "Raring Ringtail" - Alpha amd64 (20130410)
SourcePackage: gnome-session
UpgradeStatus: Upgraded to yakkety on 2016-10-02 (6 days ago) |
Impact
======
Logging in with GDM3 and choosing GNOME on Wayland gives me a session where `$HOME/.profile` **hasn't** been sourced.
Where as logging on with standard GNOME gives me a session where `$HOME/.profile` **has** been sourced.
Test Case
=========
This test case assumes you haven't removed any lines from the default ~/.profile that is created for you.
mkdir ~/bin
Log out. Click your user name and choose GNOME on Wayland from the gear button and then Log in.
Open a terminal. Run
env | grep PATH
PATH will not contain /home/username/bin as the first entry
From Ubuntu GNOME, install the updated gnome-session packages
Log out. Log in to GNOME on Wayland
Open a terminal. Run
env | grep PATH
PATH will contain /home/username/bin as the first entry
When you're done testing, feel free to remove ~/bin if you haven't put any other files in that directory.
Regression Potential
====================
This update was pushed to Fedora 25, which uses Wayland by default although X is still available there.
Ubuntu GNOME still uses X by default although "GNOME on Wayland" is available as an included option in Ubuntu 16.04 and newer.
Other Info
==========
The reason this bug existed for so long was that GNOME developers would like to use a different way to let users set environment variables or whatever other common tasks used to be done by running profile scripts. However, that new way hasn't been implemented yet. Now that GNOME 3.22 uses Wayland by default (overridden currently in Ubuntu and Debian stretch), this bug has become more of a problem so developers backed down and provided this solution until the alternative is ready.
https://lwn.net/Articles/709769/
ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: gnome-session-wayland 3.20.2-1ubuntu7
ProcVersionSignature: Ubuntu 4.8.0-21.23-generic 4.8.0
Uname: Linux 4.8.0-21-generic x86_64
ApportVersion: 2.20.3-0ubuntu7
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Oct 9 14:52:08 2016
InstallationDate: Installed on 2013-04-11 (1277 days ago)
InstallationMedia: Ubuntu-GNOME 13.04 "Raring Ringtail" - Alpha amd64 (20130410)
SourcePackage: gnome-session
UpgradeStatus: Upgraded to yakkety on 2016-10-02 (6 days ago) |
|
2017-02-01 11:32:59 |
Launchpad Janitor |
gnome-session (Ubuntu): status |
In Progress |
Fix Released |
|
2017-10-20 20:55:36 |
Michael Migdol |
bug |
|
|
added subscriber Michael Migdol |