eexpress
eexpress
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   
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] 写道: > 下年的处理好像比较麻烦.因为每年的节日,会有些不同,农历是每年都要变的.下年就要重新生成日历了.