Skip to content

Commit

Permalink
remove xmir support, tis dead
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam committed Apr 11, 2024
1 parent 643fcbd commit 69ab0ee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ Crackle specific commands:
## Limitations

the following are the limitations of crackle:
- currently crackle starts all gui apps with xmir for the sake of running them on Ubuntu Touch
- crackle doesn't work on systems with a readwrite rootfs
- currently crackle doesn't know how to remove packages
- crackle doesn't know how to deal with all packages, so it may be hit or miss please report packages that don't work on gitlab
Expand Down
2 changes: 1 addition & 1 deletion lib/clickfunc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function build_click () {
fi
if [ ! -f "manifest.json.in" ]; then
say "Preparing build environment..."
prep_build ${XMIR:-"xmir-enable"};
prep_build;
fi
say "Building package tree..."
[ -d ${CLICK_LD_LIBRARY_PATH} ] || mkdir -p ${CLICK_LD_LIBRARY_PATH} ${CLICK_PATH}
Expand Down
4 changes: 0 additions & 4 deletions lib/pkgfunc
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@ function fetch_desktop() {
if [[ -f "$1" ]]; then
${SCRP_DIR}/desktop_trunc $1 > $2
echo "X-Ubuntu-Touch=true" >> $2
xmir=${3:-"xmir-enable"}
if [[ ${xmir} = "xmir-enable" ]] ; then
echo "X-Ubuntu-XMir-Enable=true" >> $2
fi
fi
}

Expand Down

0 comments on commit 69ab0ee

Please sign in to comment.