Accepting request 1006688 from home:gmbr3:Active

- Update /usr/etc/skel per XDG Directory Specification:
  * Add .local/bin to eventually replace bin for user executable
    files
  * Use .local/share/fonts instead of .fonts for user specific fonts
  * Add missing dirs: .local/share .local/state

OBS-URL: https://build.opensuse.org/request/show/1006688
OBS-URL: https://build.opensuse.org/package/show/Base:System/filesystem?expand=0&rev=225
This commit is contained in:
Ludwig Nussel 2022-10-04 07:54:00 +00:00 committed by Git OBS Bridge
parent a54f7da43e
commit 8856753ab2
2 changed files with 13 additions and 1 deletions

View File

@ -36,10 +36,13 @@
0755 root root /usr/etc/logrotate.d
0755 root root /usr/etc/skel
0755 root root /usr/etc/skel/bin
0755 root root /usr/etc/skel/.fonts
0700 root root /usr/etc/skel/.cache
0700 root root /usr/etc/skel/.config
0700 root root /usr/etc/skel/.local
0700 root root /usr/etc/skel/.local/bin
0700 root root /usr/etc/skel/.local/share
0700 root root /usr/etc/skel/.local/share/fonts
0700 root root /usr/etc/skel/.local/state
0755 root root /usr/etc/xdg
0755 root root /usr/etc/xdg/autostart
0555 root root /usr/include

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Sep 17 17:19:41 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
- Update /usr/etc/skel per XDG Directory Specification:
* Add .local/bin to eventually replace bin for user executable
files
* Use .local/share/fonts instead of .fonts for user specific fonts
* Add missing dirs: .local/share .local/state
-------------------------------------------------------------------
Wed Sep 7 06:50:20 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>