From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gconf/
Date: Thu, 20 Aug 2020 22:20:16 +0000 (UTC) [thread overview]
Message-ID: <1597961976.97292f63c17e8aed6bf625404700279a49dd4b17.chewi@gentoo> (raw)
commit: 97292f63c17e8aed6bf625404700279a49dd4b17
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 20 22:19:36 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 22:19:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97292f63
gnome-base/gconf: Avoid harmless "No such file or directory" message
Closes: https://bugs.gentoo.org/523868
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
gnome-base/gconf/gconf-3.2.6-r5.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnome-base/gconf/gconf-3.2.6-r5.ebuild b/gnome-base/gconf/gconf-3.2.6-r5.ebuild
index ca22f3e6fb6..5459cfbdca6 100644
--- a/gnome-base/gconf/gconf-3.2.6-r5.ebuild
+++ b/gnome-base/gconf/gconf-3.2.6-r5.ebuild
@@ -136,6 +136,9 @@ pkg_postrm() {
}
kill_gconf() {
+ # Avoid harmless error message. See bug #523868.
+ mkdir -p "${HOME}"/.config || die
+
# This function will kill all running gconfd-2 that could be causing troubles
if [ -x "${EPREFIX}"/usr/bin/gconftool-2 ]
then
next reply other threads:[~2020-08-20 22:20 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-20 22:20 James Le Cuirot [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-04 15:59 [gentoo-commits] repo/gentoo:master commit in: gnome-base/gconf/ WANG Xuerui
2022-10-30 15:42 Matt Turner
2022-09-30 21:55 Matt Turner
2022-09-07 7:52 Michał Górny
2021-08-23 11:41 Marek Szuba
2021-07-02 21:37 Mart Raudsepp
2020-09-23 11:07 Michał Górny
2020-09-23 10:29 Agostino Sarubbo
2020-09-23 10:24 Agostino Sarubbo
2020-09-23 10:20 Agostino Sarubbo
2020-09-22 6:33 Sergei Trofimovich
2020-09-20 21:52 Thomas Deutschmann
2020-09-19 23:20 Sam James
2020-09-19 20:37 Sam James
2019-05-15 4:48 Aaron Bauman
2018-10-06 22:37 Mart Raudsepp
2017-06-18 11:56 Alexis Ballier
2017-02-15 19:43 Mart Raudsepp
2016-06-07 7:03 Tobias Klausmann
2016-05-03 20:13 Markus Meier
2016-03-06 17:23 Mikle Kolyada
2016-01-02 15:41 Gilles Dartiguelongue
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1597961976.97292f63c17e8aed6bf625404700279a49dd4b17.chewi@gentoo \
--to=chewi@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox