[GH-ISSUE #1598] Bug in mate-calc.profile #1066

Closed
opened 2026-05-05 07:24:38 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @NH3- on GitHub (Oct 9, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1598

This bug is the dupplicate of #1325
In the file https://github.com/netblue30/firejail/blob/master/etc/mate-calc.profile it is specified that the following configuration should be accessible :

whitelist ${HOME}./config/mate-menu

But the syntax is incorrect, indeed, the correct syntax should be :

whitelist ${HOME}/.config/mate-menu

the dot should be after the slash.

Originally created by @NH3- on GitHub (Oct 9, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1598 This bug is the dupplicate of #1325 In the file https://github.com/netblue30/firejail/blob/master/etc/mate-calc.profile it is specified that the following configuration should be accessible : `whitelist ${HOME}./config/mate-menu` But the syntax is **incorrect**, indeed, the correct syntax should be : `whitelist ${HOME}/.config/mate-menu` the dot should be after the slash.
gitea-mirror 2026-05-05 07:24:38 -06:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@startx2017 commented on GitHub (Oct 9, 2017):

Fixed, thank you!

<!-- gh-comment-id:335140486 --> @startx2017 commented on GitHub (Oct 9, 2017): Fixed, thank you!
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#1066
No description provided.