最近, macOSでマウスカーソルがウィンドウにくっついてしまう現象が生じた. 以降の操作が何もできなくなってしまうのでとても困る. 環境は以下の通りである:
- macOS High Sierra 10.13.6
これとは別のケースで, ウィンドウがアクティブにならなくなってしまう現象は前から稀に起きていた. これら2つの不具合の対処方法を示す.
~/Library/Safari/Bookmarks.plist
を作り直すことで, 直すことができる.$HOME/.config/karabiner/assets/complex_modifications/
に格納してください.Preferences...
を開き, Complex Modifications
タブを選択します. 下の方にある Add rule
ボタンを押すと, 設定の一覧が出てきます.Oyayubi-R
, Oyayubi-L
, Oyayubi-Any
(右か左のどちらかが押されたとき用) を用意 (set_variable
) して, 押下されたらセット, 離されたらリセットしています. この処理の記述をしているのが, muhenkan_henkan_ime.json
です.nicola_genenerated.json
で記述しています.データ > テキストから列へ(X)...
を選択するOK
を押すkextload
というコマンドを使う。pkgutil
を使う方法brew
を使う方法$ pkgutil --pkg-info=com.apple.pkg.CLTools_Executables
package-id: com.apple.pkg.CLTools_Executables
version: 5.1.0.0.1.1396320587
volume: /
location: /
install-time: 1399979620
groups: com.apple.FindSystemFiles.pkg-group com.apple.DevToolsBoth.pkg-
group com.apple.DevToolsNonRelocatableShared.pkg-group
1396320587
という値は、$ ruby -e 'p Time.at(1396320587)'
2014-04-01 11:49:47 +0900
man -S 1 pkgutil
を実行) を読んでみるといい。brew --config
でもいい。CLT 以外の情報を調べるのにも使える。$ brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: 14c59f40e95f1766f7d067287e821bd66112911e
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: dual-core 64-bit penryn
OS X: 10.9.2-x86_64
Xcode: 5.0.2
CLT: 5.1.0.0.1.1396320587
GCC-4.2: build 5666
Clang: 5.0 build 500
X11: 2.7.5 => /opt/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /Users/honyarara/.rbenv/shims/ruby
brew update
を何回か実行すればいい。name | Dia for Windows |
desc | Diaは構造的な図を描くためのプログラム |
site | https://wiki.gnome.org/Apps/Dia |
download | https://wiki.gnome.org/Apps/Dia/Download (http://dia-installer.de/index.html.en) |
version | 0.97.2 (2011年) |
license | GNU General Public License |
faq | . |
doc | . |
name | Diashapes 0.3.0 (Windows/Mac) |
desc | Diashapes は、Dia シンボルの追加のためのダウンロードとインストールを簡単に出来るようにする。Mac 版は先にMONOランタイムのインストール要とのこと。サイトを参照。 |
site | http://dia-installer.de/diashapes/index.html.en |
download | http://dia-installer.de/diashapes/index.html.en |
version | 0.3.0 |
license | GNU General Public License |
faq | . |
doc | . |
name | Python 2.3 |
desc | Python script language |
site | http://python.org/download/releases/2.3.5/ |
download | http://python.org/ftp/python/2.3.5/Python-2.3.5.exe |
version | 2.3.5 |
license | |
faq | |
doc | . |
dia_rotate.py
をインストールしても、回転できないのであった。。。C:\Documents and Settings\Winユーザ名\.dia\
配下に格納される。While the GDK rendering engine provides support for rotated text, having rotated text is only part of the problem. We also need infrastructure so that handles, connection points, bounding boxes etc. are rotated along with the object. Help on this would be appreciated.
GDK のレンダリング・エンジンはテキストの回転をサポートしているものの、テキストの回転は問題の一部分にすぎない。われわれはまた、操作、コネクションポイント、バウンディングボックスなどといった回転したオブジェクトの基板的な機能を必要としている。これについて協力していただけると嬉しい。
> 2014-05-17修正: 引用文について更新した。
見つけたのはこのくらい。
いままで行頭に行くために、カーソルの上キー押してたんですけどね…… (候補が出てくるとうまくいかない)。
ひゃっほーヽ(*´∀`*)ノ
gmic_gimp
tried to load libpng from strange location. This article proposes a work around for this issue.Macgmic_p_1.5.9.0_beta_macosx_Mavericks.dmg
。2014年5月13日にリリースされてたもの。gmic_gimp
(G’MIC for GIMP) が使用しうるライブラリ: opencv, fftw, openexr, libtiff とその他に libpng は、インストール済み。なければ brew install
(もしくは port
, fink
でもなんでも) でインストールしておくこと。gmic_gimp
) は、変な場所からライブラリ libpng15.15.dylib
をロードしようとしていた (dyld: Library no loaded: の行):$ /Applications/GIMP.app/Contents/MacOS/GIMP -c --debug-handlers
Setting up environment...
Enabling internal python...
Locale black magic...
Launching GIMP...
Cannot spawn a message bus without a machine-id: Unable to load /var/lib/dbus/machine-id or /etc/machine-id:
Failed to open file '/var/lib/dbus/machine-id': No such file or directory
dyld: Library not loaded: /tmp/skl/Gimp.app/Contents/Resources/lib/libpng15.15.dylib
Referenced from: /Users/honyarara/Library/Application Support/GIMP/2.8/plug-ins/gmic_gimp
Reason: image not found
(GIMP-bin:36253): LibGimpBase-WARNING **: GIMP-bin: gimp_wire_read(): error
libpng15.15.dylib
をコピーなりシンボリックリンクを張るなりして、/tmp/skl/Gimp.app/Contents/Resources/lib/libpng15.15.dylib
を作る。libpng15.15.dylib
自体は、自分で用意するしかない。わたしの場合は、たまたま以前 brew
したものが、/usr/local/Cellar/libpng/1.5.17/lib/libpng15.15.dylib
に残っていたので、これを利用した:$ mkdir -p /tmp/skl/Gimp.app/Contents/Resources/lib
$ cd !$
$ ln -s /usr/local/Cellar/libpng/1.5.17/lib/libpng15.15.dylib .
G'MIC
が表示されるし、プラグインブラウザで G'MIC
を検索することができた。