LoginSignup
0
0

More than 3 years have passed since last update.

[MEMO][開発環境構築] wine

Last updated at Posted at 2020-02-01

はじめに

開発環境

Linux

この記事について

環境構築やエラー解決のHowToが中心のメモです。

wine

いろいろインストール

いろいろインストール
sudo dpkg --add-architecture i386 && wget -nc https://dl.winehq.org/wine-builds/winehq.key && sudo apt-key add winehq.key && sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main' && sudo apt update && sudo apt install --install-recommends winehq-stable

文字化け対策

sudo apt install -y winetricks
winetricks

cjkfontsを選択してインストールする。

kindle for linux

kindle for PCのバージョンは1.17.44183を推奨
https://kindle-for-pc.jp.uptodown.com/windows/download/1179941

~/Downloads/kindle-for-pc-1-17-44183.exe
wine kindle-for-pc-1-17-44183.exe

解像度を100dpiに変更する

デフォルトだとdpiが96%になっており、ソフトによっては表示が欠けてしまうなど、表示が完全に再現されない場合がある
winecfgで解像度の変更ができる

設定方法
$ winecfg

> 設定ウィンドウが立ち上がったら、解像度のタブに移動して、dpiの項目に100を入力する
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0