Results 16 comments of samwhelp

會發生這個例外,應該是您把「注音」的「ㄧ」,輸成「中文單字」的「一」。 您可以再確認一下,上面的「ㄋ一ˇ」,是「中文單字」的「一」。 注音: ㄧ U+3127 http://www.fileformat.info/info/unicode/char/3127/index.htm 單字: 一 U+4e00 http://www.fileformat.info/info/unicode/char/4e00/index.htm 以上提供參考 :-)

補充一下,我測試的環境 * Xubuntu 16.04 amd64 執行 ``` sh $ dpkg -l '*chewing*' ``` 顯示 ``` Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-===============================-====================-====================-==================================================================== ii chewing-editor...

## reference * archcraft-openbox / [rc.xml](https://github.com/archcraft-os/archcraft-openbox/blob/main/files/rc.xml#L804-L820) > I create another [sample](https://github.com/samwhelp/mabox-adjustment/tree/main/sample/mousebind-adjustment/2022-12-30/drag_window_to_move_when_window_maximized_enhance) for enhance. ## mabox / adjustment / mousebind > Drag window to move, when window maximized. ### context Titlebar...

To @pakair [The situation you mentioned](https://github.com/Anduin2017/AnduinOS/issues/139#issue-3194205823) ``` grub-install: error: install device isn't specified. ``` [I've encountered the situation you mentioned before.](https://github.com/Anduin2017/AnduinOS/discussions/51#discussioncomment-13044858) The break point is at [src/build.sh](https://github.com/Anduin2017/AnduinOS/blob/1.4/src/build.sh#L260) ``` sh sudo...

AnduinOS has `Num Lock` enabled by default, so you need to disable `Num Lock`, and it should work normally.

## Reason for modification If the original mechanism were followed, I wouldn't be able to select only the repository I want; it would still append the three default repositories. In...