After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 725761 - gdm from jhbuild tries to create "${prefix}/var/run/gdm/gdm.pid"
gdm from jhbuild tries to create "${prefix}/var/run/gdm/gdm.pid"
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-06 00:06 UTC by Allison Karlitskaya (desrt)
Modified: 2014-04-15 12:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
expand vars in gdm configure (392 bytes, patch)
2014-04-03 09:20 UTC, Luca Bruno
committed Details | Review

Description Allison Karlitskaya (desrt) 2014-03-06 00:06:05 UTC
as in, it literally tries to create a file that has "${prefix}" in its name.

This seems to come from the fact that the default value for localstatedir is (unexpanded) "${prefix}/var" and this makes its way into the name of the PID file.
Comment 1 Luca Bruno 2014-04-03 09:20:49 UTC
Created attachment 273509 [details] [review]
expand vars in gdm configure

Patch for the pid file. It should be done with other vars as well I guess. Also note this broken behavior has been released with gdm 3.12.0, the priority should be high.