Marguerite Su

Results 26 comments of Marguerite Su

detect and set is a pair of work...are you sure “sway” can be automatically detected(not by the desktopenvironment variable in config)? or you should also contribute the sway detection codes

can you please add: log.Println(os.Getenv(“XDG_CURRENT_DESKTOP”)) before: de := strings.ToLower(os.Getenv("XDG_CURRENT_DESKTOP")) run go build again, then the systemd service to check what the log say? I am on KF5, and it’s good...

@mpwalsh8 well go 1.3.3 is pretty old. frankly I didn't notice the version requirement at all. on my openSUSE Tumbleweed, the current go version is 1.9.7, and the go version...

@lotem 我用 golang 实现了一个 [rime-plum-go](https://github.com/marguerite/rime-plum-go),本来是准备给 openSUSE 发行版升级 brise 做一个类似脚本一样的东西,可以在本地去把 repo 都 clone 好,结果不知不觉就做成近似完全版本的 plum 了。 目前没有 --selector 的功能,另外由于对 recipe 新概念的不熟悉可能有 bug...但是看到您的帖子,我感觉它可能可以解决 windows 用不了 bash 的问题。 目前参数是这样的: -b 类似 Makefile 里面的功能...

@lotem 不知道我说的对不对,翻看 recipe.sh 和自己跑那些 shell script 进行测试后,我感觉现在的 recipe 是这样的,第一行是要操作的文件 $(schema:-luna_pinyin}.schema.yaml ,针对这个文件做一个 .custom.yaml,然后把第二行开始的东西都原封不动的丢到 # Rx: xxx {} 这个 block 里去。plum 目前就做了这些事情。我的实现也就抄了这些... 看了下 config 的语法,不知道我的理解对不对。 - patch/+: 由于只有 .custom.yaml 中的 “patch:” 部分才能应用到...

same issue here, the code I use is exactly the plain clone code the issue author mentioned except for the gitURL which is “https://github.com/rime/rime-cantonese” and here’re the things I found...

aha...sorry for my example, you can’t even plain clone https://github.com/rime/rime-cantonese

Hi, @probonopd At first I did want to package appimagetool and appimaged directly into the system, but as I know little about the inside information, I don't know which files...

Thanks for the explanation. I'll play with my specfile tonight. will see what we can get.

@probonopd Hi, I am still confused about whether we should package AppRun or not. For the appimaged/appimagetool itself, it is not needed since AppRun is the entry point for AppImage...