This bug was fixed in the package gdm3 - 46.2-1ubuntu1~24.04.1
---
gdm3 (46.2-1ubuntu1~24.04.1) noble; urgency=medium
[ Marco Trevisan (Treviño) ]
* No-change backport of stable release 46.2 (LP: #2090876)
[ Jeremy Bícha ]
* Branch for noble
[ Alessandro Astone ]
* Defau
This bug was fixed in the package gdm3 - 47.0-1ubuntu2.24.10.1
---
gdm3 (47.0-1ubuntu2.24.10.1) oracular; urgency=medium
[ Marco Trevisan (Treviño) ]
* debian: Prepare for ubuntu/oracular branching
[ Nathan Pratta Teodosio ]
* Rewrite xresources_is_a_dir.patch.
To fix fai
In 24.10 I installed GDM from proposed:
--->
ii gdm3 47.0-1ubuntu2.24.10.1
amd64GNOME Display Manager
ii gir1.2-gdm-1.047.0-1ubuntu2.24.10.1
amd64GObject introspection
In 24.04 I installed GDM from proposed:
--->
ii gdm3 46.2-1ubuntu1~24.04.1
amd64GNOME Display Manager
ii gir1.2-gdm-1.0 46.2-1ubuntu1~24.04.1
amd64GObject introspection data
Hello Matthijs, or anyone else affected,
Accepted gdm3 into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/gdm3/46.2-1ubuntu1~24.04.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https:/
Hello Matthijs, or anyone else affected,
Accepted gdm3 into oracular-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/gdm3/47.0-1ubuntu2.24.10.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
http
Already sponsored for Noble & Oracular, thanks Marco! Removing ~ubuntu-
sponsors.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1955850
Title:
/etc/X11/Xresources no longer loaded, error in patch
T
** Description changed:
+ Impact
+ --
+
+ Files in the /etc/X11/Xresources directory stopped being automatically
+ loaded into the X resource database by GDM.
+
+ This typically causes changes in the user interface of multiple
+ programs; There are also parameters for fonts, including sclain
** Also affects: gdm3 (Ubuntu Noble)
Importance: Undecided
Status: New
** Changed in: gdm3 (Ubuntu Noble)
Assignee: (unassigned) => Nathan Teodosio (nteodosio)
** Also affects: gdm3 (Ubuntu Oracular)
Importance: Undecided
Status: New
** Changed in: gdm3 (Ubuntu Oracular)
This bug was fixed in the package gdm3 - 47.0-3ubuntu2
---
gdm3 (47.0-3ubuntu2) plucky; urgency=medium
* d/p/u/xresources_is_a_dir.patch rewritten to fix failure to load files in
/etc/X11/Xresources (in case the latter is a directory instead of a
regular file). LP: #1955850.
I added another comment to https://salsa.debian.org/gnome-
team/gdm/-/merge_requests/25. TL;DR it looks fine, just needs a small
rebase.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1955850
Title:
Did you look at the latest version at the patch at [1]? The regex is the same
and Andreas already approved the corresponding merge request.
[1]https://salsa.debian.org/gnome-team/gdm/-/merge_requests/25?
** Changed in: gdm3 (Ubuntu)
Status: Incomplete => Triaged
--
You received this bug
Please stick to the original pattern, as Andreas wrote in hsi example,
the new solution would also detect backup files generated by dpkg for
conffiles. Setting the state to Incomplete until we have a new patch.
** Changed in: gdm3 (Ubuntu)
Status: In Progress => Incomplete
--
You received
Thanks for the review, I reproduce my response here:
You are right in your analysis. Indeed, the original regular expression only
accepts file names consisting exclusively of alphanumerics, underscores and or
hyphens.
I see no reason for such an arbitrary rule, nor is it documented anywhere, so I
I posted a comment in the PR above, and I reproduce it here:
"""
I have a question about replacing the `expr "$i" : '^[[:alnum:]_-]\+$'` check
with `find -type f`. It seems we would start to include files with a dot in
them with this change:
```
$ l /etc/X11/Xresources/*
-rw-r--r-- 1 root root
https://salsa.debian.org/gnome-team/gdm/-/merge_requests/25.patch
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1955850
Title:
/etc/X11/Xresources no longer loaded, error in patch
To manage notific
** Changed in: gdm3 (Ubuntu)
Assignee: (unassigned) => Nathan Teodosio (nteodosio)
** Changed in: gdm3 (Ubuntu)
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bu
** Tags added: udeng-4472
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1955850
Title:
/etc/X11/Xresources no longer loaded, error in patch
To manage notifications about this bug go to:
https://bug
This seems to be preventing the Regolith X11 desktop session from
properly initializing. Due to this bug, the gdm3-produced Xsession does
not initialize xrdb, which is a required component in Regolith. While a
workaround seems simple enough, I guess any X11-based gdm3 session with
applications tha
The issue still remains and breaks xterm defaults on Ubuntu 22.04.
If Xresources is a folder, the upstream gdm3 Xsession script will fail
even with this change, so this bug was not introduced by them and should
not be fixed there.
--
You received this bug notification because you are a member of
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: gdm3 (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1955850
Title:
/etc/
If you have time to report the bug to the developers then please do so
at https://gitlab.gnome.org/GNOME/gdm/-/issues
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1955850
Title:
/etc/X11/Xresources
Hm, that patch is indeed old, that is not consistent with what I thought
was going on. So I looked a little closer.
> Looking at the sources, I think this can be traced to:
- Switching from a custom Xsession file to the upstream Xsession file in
3.38.0-1ubuntu1, combined with
- An oversight in
I wonder why we are still maintaining and releasing an 11 year old
patch...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1955850
Title:
/etc/X11/Xresources no longer loaded, error in patch
To mana
Just tested, the above test solves the problem for me.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1955850
Title:
/etc/X11/Xresources no longer loaded, error in patch
To manage notifications abou
25 matches
Mail list logo