eexpress

Results 17 comments of eexpress
trafficstars

I don't know how to PR. so I put a translate .mo file here. https://github.com/eexpress/bin/blob/master/scroll-panel-zh_CN.zip ![2022-01-16_08-21-53](https://user-images.githubusercontent.com/700793/149642709-c34acc2f-418d-4584-978b-2e281de37a24.png) ![2022-01-16_08-21-59](https://user-images.githubusercontent.com/700793/149642712-bd7a629f-a5b0-48c1-a3f7-56efe606394d.png) ![2022-01-16_08-22-04](https://user-images.githubusercontent.com/700793/149642714-9279144b-1578-4829-88f7-09c7c04dc93f.png)

I pack a .mo file in the zip. You need only this .mo perhaps. ``` ⭕ unzip -l scroll-panel-zh_CN.zip|grep mo 3553 2022-01-16 08:20 locale/zh_CN/LC_MESSAGES/io.github.mreditor.gnome-shell-extensions.scroll-panel.mo ``` It seems I found a...

https://ask.fedoraproject.org/en/question/104964/wifi-card-is-detected-but-cant-see-networks-unless-i-force-connection/ Have you encountered such a problem?

Same here. I test those ``` imports.gi.versions.Gtk = '3.0'; imports.gi.versions.Gdk = '2.0'; ``` Still got error. And I had tested 2.42.6, 2.42, etc. All not found. ``` Requiring Gdk, version...

我一直在14.04使用。hostapd是修改过,导致问题,已经修复了的。今天又改成了desktop文件调用的,带GUI支持的样子。

是可能需要下一个月的。其实还可能需要下一年的呢。因为天数不固定。7天内可能翻到下月下年。下年的,我的确没处理。你看是不。 在 Mon, 20 Jun 2011 22:28:57 +0800,tusooa [email protected] 写道: > cairo2png/cal.pl 第24行, > > ``` > @d=$calendar=~/月 (\d+)/g; > ``` > > 这样的写法,在下半月,会把下个月的节日一起匹配上去. > 建议改成 > > ``` >...

我打包的deb里面,有最近几年的lunar文件。都是ics转成calendar格式的。 在 Tue, 21 Jun 2011 18:19:19 +0800,tusooa [email protected] 写道: > 下年的处理好像比较麻烦.因为每年的节日,会有些不同,农历是每年都要变的.下年就要重新生成日历了.