feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-10-01 20:17:13 +01:00
parent 460ac12bfb
commit af50944fb5
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
10 changed files with 23 additions and 14 deletions

View file

@ -27,6 +27,7 @@ profile dkms @{exec_path} flags=(attach_disconnected) {
@{sh_path} rix,
@{coreutils_path} rix,
@{bin}/as rix,
@{bin}/bc rix,
@{bin}/gcc rix,
@{bin}/getconf rix,
@{bin}/kmod rCx -> kmod,

View file

@ -12,7 +12,7 @@ include <tunables/global>
@{cache_dirs} = @{user_cache_dirs}/@{name}
@{exec_path} = @{bin}/element-desktop
profile element-desktop @{exec_path} {
profile element-desktop @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/audio-client>
include <abstractions/bus-session>

View file

@ -13,7 +13,7 @@ include <tunables/global>
@{cache_dirs} = @{user_cache_dirs}/@{name}
@{exec_path} = @{bin}/@{name} @{lib_dirs}/@{name}
profile freetube @{exec_path} {
profile freetube @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/audio-client>
include <abstractions/bus-session>