Fix support for Qt5CT and Qt6CT in profiles-m-r
This fix the next apps/binaries *megasync *merkaator *mkvtoolnix-gui *pinentry-qt *psi *psi-plus *qnapi *qpdfview *qtox *quiterss *rpi-imager
This commit is contained in:
parent
917a754206
commit
7ed52e44cd
11 changed files with 10 additions and 33 deletions
|
|
@ -16,6 +16,7 @@ profile qtox @{exec_path} {
|
|||
include <abstractions/fontconfig-cache-read>
|
||||
include <abstractions/graphics>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/qt5>
|
||||
include <abstractions/qt5-settings-write>
|
||||
include <abstractions/user-download-strict>
|
||||
|
||||
|
|
@ -29,8 +30,6 @@ profile qtox @{exec_path} {
|
|||
|
||||
@{open_path} rPx -> child-open,
|
||||
|
||||
/usr/share/qt5ct/** r,
|
||||
|
||||
/var/lib/dbus/machine-id r,
|
||||
/etc/machine-id r,
|
||||
|
||||
|
|
@ -50,9 +49,6 @@ profile qtox @{exec_path} {
|
|||
owner @{user_share_dirs}/qTox/ rw,
|
||||
owner @{user_share_dirs}/qTox/** rw,
|
||||
|
||||
# To configure Qt5 settings (theme, font, icons, etc.) under DE/WM without Qt integration
|
||||
owner @{user_config_dirs}/qt5ct/{,**} r,
|
||||
|
||||
owner @{PROC}/@{pid}/cmdline r,
|
||||
@{PROC}/sys/kernel/core_pattern r, # for KCrash::initialize()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue