Skip to content

Commit

Permalink
Merge pull request #4824 from glitsj16/notable
Browse files Browse the repository at this point in the history
add notable profile
  • Loading branch information
glitsj16 committed Jan 5, 2022
2 parents 1000c23 + 3388140 commit 341f587
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,4 +353,4 @@ Stats:
### New profiles:

clion-eap, lifeograph, io.github.lainsce.Notejot, rednotebook, zim, microsoft-edge-beta, ncdu2, gallery-dl, yt-dlp, goldendict, bundle,
cmake, make, meson, pip, codium, telnet, ftp, OpenStego, imv, retroarch, torbrowser, CachyBrowser
cmake, make, meson, pip, codium, telnet, ftp, OpenStego, imv, retroarch, torbrowser, CachyBrowser, notable
2 changes: 2 additions & 0 deletions etc/inc/disable-programs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ blacklist ${HOME}/.config/MusicBrainz
blacklist ${HOME}/.config/Nathan Osman
blacklist ${HOME}/.config/Nextcloud
blacklist ${HOME}/.config/NitroShare
blacklist ${HOME}/.config/Notable
blacklist ${HOME}/.config/Nylas Mail
blacklist ${HOME}/.config/PBE
blacklist ${HOME}/.config/PacmanLogViewer
Expand Down Expand Up @@ -1009,6 +1010,7 @@ blacklist ${HOME}/.newsboat
blacklist ${HOME}/.newsrc
blacklist ${HOME}/.nicotine
blacklist ${HOME}/.node-gyp
blacklist ${HOME}/.notable
blacklist ${HOME}/.npm
blacklist ${HOME}/.npmrc
blacklist ${HOME}/.nv
Expand Down
37 changes: 37 additions & 0 deletions etc/profile-m-z/notable.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Firejail profile for notable
# Description: The Markdown-based note-taking app that doesn't suck
# This file is overwritten after every install/update
# Persistent local customizations
include notable.local
# Persistent global definitions
include globals.local

# Note: On debian-based distributions the binary might be located in
# /opt/Notable/notable, and therefore not be in PATH.
# If that's the case you can start Notable with firejail via
# `firejail "/opt/Notable/notable"`.

noblacklist ${HOME}/.config/Notable
noblacklist ${HOME}/.notable

net none
nosound

?HAS_APPIMAGE: ignore private-dev
private-opt Notable

dbus-user filter
dbus-user.talk ca.desrt.dconf
ignore dbus-user none

# Notable keeps claiming it is started for the first time when whitelisting - see #4812.
ignore whitelist ${DOWNLOADS}
ignore whitelist ${HOME}/.config/Electron
ignore whitelist ${HOME}/.config/electron-flag*.conf
ignore include whitelist-common.inc
ignore include whitelist-runuser-common.inc
ignore include whitelist-usr-share-common.inc
ignore include whitelist-var-common.inc

# Redirect
include electron.profile
1 change: 1 addition & 0 deletions src/firecfg/firecfg.config
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ nitroshare-nmh
nitroshare-send
nitroshare-ui
nomacs
notable
nslookup
nuclear
nylas
Expand Down

0 comments on commit 341f587

Please sign in to comment.