Chiu-Hsiang Hsu

Results 63 comments of Chiu-Hsiang Hsu

目前暫時把散在最上層的檔案移到 `mess` 資料夾,然後以前 blog 的資料加到 `blog` 。

Fedora 這篇文章提到不少事情,其中包含 X 的 utils https://fedoraproject.org/wiki/How_to_debug_Wayland_problems#Many_well-known_X11_utilities_don.27t_work

clipboard 相關套件: * https://github.com/asweigart/pyperclip - subprocess 去呼叫系統其他指令,但是 Wayland 要呼叫什麼? * https://github.com/aweinstock314/rust-clipboard/ - 直接程式碼接起來,但是 Wayland 要怎麼接?

X11 和 Wayland clipboard 同步問題: * https://blog.martin-graesslin.com/blog/2016/07/synchronizing-the-x11-and-wayland-clipboard/ Wayland PRIMARY selection 實做: * https://wiki.gnome.org/Initiatives/Wayland/PrimarySelection * https://lists.freedesktop.org/archives/wayland-devel/2015-December/026084.html * https://github.com/Lyude/weston/tree/preview/primary-selection-v1 Weston: * https://github.com/wayland-project/weston/blob/master/libweston/clipboard.c

Sway 有做一個小工具叫 `swaymsg` 用於取得一些 Sway 的資訊,例如目前顯示的 Monitor,輸出格式是 JSON,或許可以仿造來做一套存取 Wayland 系統的工具。 * https://github.com/SirCmpwn/sway/blob/master/swaymsg/main.c * https://wiki.archlinux.org/index.php/Sway

Wayland 相關專案: * https://github.com/mupuf/libwsm - Security Module

Firefox with Wayland without XWayland https://project-insanity.org/blog/2017/02/14/try-out-firefox-on-wayland-easily/ https://www.phoronix.com/scan.php?page=news_item&px=Firefox-Wayland-AUR-Flatpak

先前在軍中有翻了許多章節,還沒讀完

@turningme there is Kindle version on Amazon. That's all I know. https://www.amazon.com/Advanced-Design-Implementation-Virtual-Machines-ebook-dp-B01MXZWNQP/dp/B01MXZWNQP/

Firefox and WebExtensions: https://fosdem.org/2017/schedule/event/mozilla_firefox_and_webextensions/ 講 Firefox 的 WebExtensions 現況和相關工具,但是好像沒有提到有基於 XUL/XPCOM 的 extension 的現有能力無法在 WebExtensions 上實現的狀況。