feat(abs): reorganize the electron & chromium abs.
This commit is contained in:
parent
f5a4acd37e
commit
5ee999536c
19 changed files with 46 additions and 85 deletions
|
|
@ -7,6 +7,7 @@ abi <abi/4.0>,
|
|||
include <tunables/global>
|
||||
|
||||
@{name} = Mullvad?VPN
|
||||
@{domain} = org.chromium.Chromium
|
||||
@{lib_dirs} = /opt/@{name}
|
||||
@{config_dirs} = @{user_config_dirs}/@{name}
|
||||
@{cache_dirs} = @{user_cache_dirs}/@{name}
|
||||
|
|
@ -31,10 +32,6 @@ profile mullvad-gui @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/gsettings rPx,
|
||||
@{open_path} rPx -> child-open-browsers,
|
||||
|
||||
owner @{user_cache_dirs}/dconf/user rw,
|
||||
|
||||
owner @{tmp}/.org.chromium.Chromium.@{rand6}/@{name}*.png rw,
|
||||
|
||||
@{att}/@{run}/systemd/inhibit/@{int}.ref rw,
|
||||
|
||||
@{run}/mullvad-vpn rw,
|
||||
|
|
|
|||
|
|
@ -21,10 +21,12 @@ abi <abi/4.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{runtime} = SteamLinuxRuntime_{sniper,soldier}
|
||||
@{domain} = org.chromium.Chromium
|
||||
@{runtime_name} = sniper soldier
|
||||
@{runtime} = SteamLinuxRuntime_@{runtime_name} steam-runtime-steamrt
|
||||
@{share_dirs} = @{user_share_dirs}/Steam @{HOME}/.steam/debian-installation
|
||||
@{lib_dirs} = @{share_dirs}/ubuntu@{int2}_{32,64}
|
||||
@{runtime_dirs} = @{lib_dirs}/steam-runtime{,-sniper}
|
||||
@{lib_dirs} = @{share_dirs}/ubuntu@{int2}_{32,64} steamrt64
|
||||
@{runtime_dirs} = @{lib_dirs}/steam-runtime{,-sniper} @{lib_dirs}/steam-runtime-steamrt
|
||||
@{app_dirs} = @{share_dirs}/steamapps/common/
|
||||
|
||||
@{exec_path} = @{share_dirs}/steam.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue