M. Greyson Christoforo

Results 89 comments of M. Greyson Christoforo

I've packaged\[1] scopy for Arch Linux. It was a mildly painful process. The package builds the latest from the master branch of this repo. I'm not a power user (just...

> `git lfs dedup` requires a copy-on-write file system, and IIRC, Ubuntu uses ext4, which doesn't offer that. If you use btrfs, then it will work. However, you can run...

@stefanhh0 __This__ explains my build issue! (re discussion here: https://github.com/opengapps/aosp_build/commit/f8bd617460911957f0770948f6d9208bfcdd34b5#comments) I have `GAPPS_EXCLUDED_PACKAGES += ActionsServices` but /ActionsServices/Android.mk still gets included and that breaks my build with ``` [642/718] including vendor/opengapps/build/modules/ActionsServices/Android.mk...

@MarijnS95 A lot of people are having trouble with git lfs and so this issue is getting conflated with those, I'm not having any issues with git lfs pull: ```bash...

I've applied @jamuir's suggestion but I still have this issue... I disagree that his is the right approach though. Why should we be hardcoding archetecture depencancies into the Android.mk files?...

Yep. I can confirm that my problem is solved today by: ``` curl https://github.com/cwhuang/aosp_build/commit/384cdac7930e7a2b67fd287cfae943fdaf7e5ca3.patch | git -C vendor/opengapps/build apply -v --index curl https://github.com/cwhuang/aosp_build/commit/3bb6f0804fe5d516b6b0bc68d8a45a2e57f147d5.patch | git -C vendor/opengapps/build apply -v --index...

Yeah, I can imagine the dependancy problem is not a simple one and there's a ton of intricacies I'm not familar with here. Anyway, now you all are aware that...

In case it helps you here, I've had good success with running proton steam stuff (in Arch) with this launch method: ``` ENABLE_PRIMUS_LAYER=1 VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/nv_vulkan_wrapper.json:/usr/share/vulkan/icd.d/intel_icd.x86_64.json optirun steam-native ```

This would be great. Android Q and above has joining wifi via qr code baked into the os in a prominent way.

I've been trying to learn a bit more about python's packaging internals and I found myself reading https://docs.python.org/3/library/sysconfig.html?highlight=installation%20scheme#installation-paths which describes the several different instillation schemes python supports on equal terms....