[GH-ISSUE #5932] gramps: add the new xdg config directory #3135

Closed
opened 2026-05-05 09:46:14 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @paolomi on GitHub (Jul 31, 2023).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5932

In gramps.profile there is the "old" config dir ${HOME}/.gramps and it cannot open my db because it is in the "new" xdg config dir ${HOME}/.config/gramps

I've changed that in /etc/firejail/gramps.profile and my problem has been fixed.

I don't know if the old directory in the profile must remain for compatibility reasons, it's a discussion for you developers, but at least the new config directory should be added. Thanks a lot.

Originally created by @paolomi on GitHub (Jul 31, 2023). Original GitHub issue: https://github.com/netblue30/firejail/issues/5932 In gramps.profile there is the "old" config dir ${HOME}/.gramps and it cannot open my db because it is in the "new" xdg config dir ${HOME}/.config/gramps I've changed that in /etc/firejail/gramps.profile and my problem has been fixed. I don't know if the old directory in the profile must remain for compatibility reasons, it's a discussion for you developers, but at least the new config directory should be added. Thanks a lot.
Author
Owner

@ghost commented on GitHub (Jul 31, 2023):

Thanks for the info! We'll keep the old one for now.

I'll open a PR to add the new location. If you don't want to see the old one anymore in a next release, you can add the below to a gramps.local:

$ cat ~/.config/firejail/gramps.local
ignore mkdir ${HOME}/.gramps

Cheers

<!-- gh-comment-id:1658075521 --> @ghost commented on GitHub (Jul 31, 2023): Thanks for the info! We'll keep the old one for now. I'll open a PR to add the new location. If you don't want to see the old one anymore in a next release, you can add the below to a gramps.local: ```sh $ cat ~/.config/firejail/gramps.local ignore mkdir ${HOME}/.gramps ``` Cheers
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#3135
No description provided.