Do not start xdg-desktop-portal-cosmic; so socket activation can
https://github.com/pop-os/xdg-desktop-portal-cosmic/pull/176
This commit is contained in:
parent
379ce30715
commit
d8ec361e3c
2 changed files with 1 additions and 26 deletions
3
Justfile
3
Justfile
|
|
@ -9,7 +9,6 @@ target := if debug == '1' { 'debug' } else { 'release' }
|
|||
vendor_args := if vendor == '1' { '--frozen --offline' } else { '' }
|
||||
debug_args := if debug == '1' { '' } else { '--release' }
|
||||
cargo_args := vendor_args + ' ' + debug_args
|
||||
xdp_cosmic := '/usr/libexec/xdg-desktop-portal-cosmic'
|
||||
orca := '/usr/bin/orca'
|
||||
cosmic_dconf_profile := prefix + '/share/dconf/profile/cosmic'
|
||||
|
||||
|
|
@ -21,7 +20,7 @@ applicationdir := rootdir / prefix + '/share/applications'
|
|||
all: _extract_vendor build
|
||||
|
||||
build:
|
||||
XDP_COSMIC={{xdp_cosmic}} ORCA={{orca}} cargo build {{cargo_args}}
|
||||
ORCA={{orca}} cargo build {{cargo_args}}
|
||||
|
||||
# Installs files into the system
|
||||
install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue