mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
fix(ui): decorations and icon issues with app image
This commit is contained in:
parent
2e2624796d
commit
f25411cff8
2 changed files with 4 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
packages: git wget xvfb
|
||||
clang clang-tools llvm rustup
|
||||
cmake ninja-build pkg-config
|
||||
libvulkan-dev
|
||||
libdecor-0-0 libvulkan-dev
|
||||
libgtk-4-dev libadwaita-1-dev
|
||||
version: 1.0
|
||||
execute_install_scripts: true
|
||||
|
|
|
|||
|
|
@ -48,8 +48,9 @@ mv -v target/release/lsfg-vk-ui AppDir/shared/bin
|
|||
cd AppDir
|
||||
xvfb-run -a ../sharun-aio l -p -v -e -s -k \
|
||||
shared/bin/lsfg-vk-ui \
|
||||
/usr/lib/gdk-pixbuf-*/*/loaders/* \
|
||||
/usr/lib/gio/modules/libdconfsettings.so
|
||||
/usr/lib/*/libdecor* \
|
||||
/usr/lib/*/gdk-pixbuf-*/*/loaders/* \
|
||||
/usr/lib/*/gio/modules/libdconfsettings.so
|
||||
ln -fv ./sharun ./AppRun
|
||||
./sharun -g
|
||||
cd ..
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue