mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Add codium.profile as a redirect to vscodium.profile
Both base names are valid:
$ grep '^NAME' /etc/os-release
NAME="Artix Linux"
$ pacman -Q vscodium-bin
vscodium-bin 1.60.2-2
$ pacman -Qlq vscodium-bin | grep -v -e '/$' -e /resources/ |
grep /bin/
/usr/bin/codium
/usr/bin/vscodium
/usr/share/vscodium-bin/bin/codium
Note: The first two paths are symlinks to the third one.
Fixes #3871.
This commit is contained in:
parent
186b32cf2e
commit
94ab0ec71b
2 changed files with 11 additions and 0 deletions
10
etc/profile-a-l/codium.profile
Normal file
10
etc/profile-a-l/codium.profile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Firejail profile alias for VSCodium
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include codium.local
|
||||
# Persistent global definitions
|
||||
# added by included profile
|
||||
#include globals.local
|
||||
|
||||
# Redirect
|
||||
include vscodium.profile
|
||||
|
|
@ -151,6 +151,7 @@ clocks
|
|||
cmus
|
||||
code
|
||||
code-oss
|
||||
codium
|
||||
cola
|
||||
colorful
|
||||
com.github.bleakgrey.tootle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue