6 Matching Annotations
  1. Jul 2021
    1. For example, if activity B is launched in front of activity A, and at some point activity A is killed to reclaim resources,

      Activity A is not guaranteed to be killed. To that end, reorient the device instead.

  2. Jun 2021
    1. The syntax used for modifying PATH, which differs from the syntax of shell script files, is required for variable expansion to work

      So it is required if more variables are to be added? Manually?

    2. change a value of an environment variable in one of the windows, that change will not be seen by the shell in the other window or any other program currently on the desktop.

      In other words, the desktop must be restarted.

    1. Tuy nhiên, X11 là một hệ thống bất đồng bộ nên không có gì đảm bảo sự kiện backspace sẽ đến trước sự kiện commit.

      Again, why?

    2. Preedit cũng không hoạt động với các ứng dụng Windows chạy qua Wine vì Wine chỉ là một lớp tương thích và không thể biết chính xác con trỏ trong ứng dụng đang ở ví trí nào.

      Why?