Skip to content

Commit

Permalink
Add codium.profile as a redirect to vscodium.profile
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kmk3 committed Oct 4, 2021
1 parent 186b32c commit 94ab0ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions etc/profile-a-l/codium.profile
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions src/firecfg/firecfg.config
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ clocks
cmus
code
code-oss
codium
cola
colorful
com.github.bleakgrey.tootle
Expand Down

0 comments on commit 94ab0ec

Please sign in to comment.