gitbutler icon indicating copy to clipboard operation
gitbutler copied to clipboard

Replace fork of Context Menu Plugin with Upstream

Open namanlp opened this issue 1 year ago • 2 comments

Hi there!

So, Tauri Plugin Context Menu do have Linux Support now 🎉

Hence, the fork of it can be replaced with the upstream. I have not tested it yet though, and hence, making it as a draft PR for now.

Also, now looking at the source, I am wondering why tauri-plugins are explicitly fetched from git? This may cause issue because they might use unreleased version.

Thank You

namanlp avatar Feb 09 '24 22:02 namanlp

Ok, So I am do not have much Svelte knowledge, hence can't help you guys to make context menu work on Linux.

namanlp avatar Feb 10 '24 22:02 namanlp

You'll have to make sure Cargo.lock is updated prior to pushing - we use --locked in CI. :)

Qix- avatar Feb 12 '24 17:02 Qix-