<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://mochiu.net/index.php?action=history&amp;feed=atom&amp;title=%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB_-_DeepL_Linux</id>
	<title>インストール - DeepL Linux - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://mochiu.net/index.php?action=history&amp;feed=atom&amp;title=%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB_-_DeepL_Linux"/>
	<link rel="alternate" type="text/html" href="https://mochiu.net/index.php?title=%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB_-_DeepL_Linux&amp;action=history"/>
	<updated>2026-04-04T11:50:09Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://mochiu.net/index.php?title=%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB_-_DeepL_Linux&amp;diff=8809&amp;oldid=prev</id>
		<title>Wiki: ページの作成:「== 概要 == DeepL Linuxは、Electronを使用したLinux向けのDeepLクライアントソフトウェアである。&lt;br&gt; &lt;br&gt; 動作試験は、ubuntuでのみ実施されている。&lt;br&gt; &lt;br&gt;&lt;br&gt;  == DeepL Linuxのインストール == ==== AppImageの使用 ==== [https://github.com/kumakichi/Deepl-linux-electron DeepL LinuxのGithub]にアクセスして、AppImageファイルをダウンロードする。&lt;br&gt; ダウンロードしたAppImageファイルに実…」</title>
		<link rel="alternate" type="text/html" href="https://mochiu.net/index.php?title=%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB_-_DeepL_Linux&amp;diff=8809&amp;oldid=prev"/>
		<updated>2024-01-10T18:58:05Z</updated>

		<summary type="html">&lt;p&gt;ページの作成:「== 概要 == DeepL Linuxは、Electronを使用したLinux向けのDeepLクライアントソフトウェアである。&amp;lt;br&amp;gt; &amp;lt;br&amp;gt; 動作試験は、ubuntuでのみ実施されている。&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;  == DeepL Linuxのインストール == ==== AppImageの使用 ==== [https://github.com/kumakichi/Deepl-linux-electron DeepL LinuxのGithub]にアクセスして、AppImageファイルをダウンロードする。&amp;lt;br&amp;gt; ダウンロードしたAppImageファイルに実…」&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== 概要 ==&lt;br /&gt;
DeepL Linuxは、Electronを使用したLinux向けのDeepLクライアントソフトウェアである。&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
動作試験は、ubuntuでのみ実施されている。&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== DeepL Linuxのインストール ==&lt;br /&gt;
==== AppImageの使用 ====&lt;br /&gt;
[https://github.com/kumakichi/Deepl-linux-electron DeepL LinuxのGithub]にアクセスして、AppImageファイルをダウンロードする。&amp;lt;br&amp;gt;&lt;br /&gt;
ダウンロードしたAppImageファイルに実行権限を付与する。&amp;lt;br&amp;gt;&lt;br /&gt;
 chmod u+x Deepl-Linux-Electron-&amp;lt;バージョン&amp;gt;.appimage&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
必要な場合は、AppImageファイルを任意のディレクトリに配置する。&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Screen Translatorのデスクトップエントリファイルを作成する。&amp;lt;br&amp;gt;&lt;br /&gt;
 vi ~/.local/share/applications/ScreenTranslator.desktop&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;syntaxhighlight lang=&amp;quot;ini&amp;quot;&amp;gt;&lt;br /&gt;
 # ~/.local/share/applications/DeepL-Linux.desktopファイル&lt;br /&gt;
 &lt;br /&gt;
 [Desktop Entry]&lt;br /&gt;
 Type=Application&lt;br /&gt;
 Name=Deepl-Linux-Electron&lt;br /&gt;
 GenericName=Deepl-Linux-Electron&lt;br /&gt;
 Comment=Translate with DeepL for Linux&lt;br /&gt;
 Exec=/&amp;lt;DeepL Linuxのインストールディレクトリ&amp;gt;/Deepl-Linux-Electron.appimage %U&lt;br /&gt;
 Icon=deepl-linux-electron&lt;br /&gt;
 Categories=Utility;&lt;br /&gt;
 Keywords=translate;deepl;&lt;br /&gt;
 Terminal=false&lt;br /&gt;
 StartupWMClass=Deepl-Linux-Electron&lt;br /&gt;
 X-AppImage-Version=&amp;lt;バージョン&amp;gt;&lt;br /&gt;
 &amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==== ソースコードからインストール ====&lt;br /&gt;
[https://github.com/kumakichi/Deepl-linux-electron DeepL LinuxのGithub]にアクセスして、ソースコードをダウンロードする。&amp;lt;br&amp;gt;&lt;br /&gt;
ダウンロードしたファイルを解凍する。&amp;lt;br&amp;gt;&lt;br /&gt;
 tar xf Deepl-linux-electron-&amp;lt;バージョン&amp;gt;.tar.gz&lt;br /&gt;
 cd Deepl-linux-electron-&amp;lt;バージョン&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
または、&amp;lt;code&amp;gt;git clone&amp;lt;/code&amp;gt;コマンドを実行して、ソースコードをダウンロードする。&amp;lt;br&amp;gt;&lt;br /&gt;
 git clone https://github.com/kumakichi/Deepl-linux-electron.git&lt;br /&gt;
 cd Deepl-linux-electron&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
DeepL Linuxをビルドする。&amp;lt;br&amp;gt;&lt;br /&gt;
dist/linux-unpacked/deepl-linux-electronディレクトリに実行ファイルが生成される。&amp;lt;br&amp;gt;&lt;br /&gt;
 yarn&lt;br /&gt;
 &lt;br /&gt;
 yarn dist:dir&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
生成された実行ファイルを任意のディレクトリに配置する。&amp;lt;br&amp;gt;&lt;br /&gt;
 cd dist/linux-unpacked&lt;br /&gt;
 &lt;br /&gt;
 mkdir -p &amp;lt;DeepL Linuxのインストールディレクトリ&amp;gt;&lt;br /&gt;
 mv deepl-linux-electron &amp;lt;DeepL Linuxのインストールディレクトリ&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
DeepL Linuxのデスクトップエントリファイルを作成する。&amp;lt;br&amp;gt;&lt;br /&gt;
 vi ~/.local/share/applications/DeepL-Linux.desktop&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;syntaxhighlight lang=&amp;quot;ini&amp;quot;&amp;gt;&lt;br /&gt;
 # ~/.local/share/applications/DeepL-Linux.desktopファイル&lt;br /&gt;
 &lt;br /&gt;
 [Desktop Entry]&lt;br /&gt;
 Type=Application&lt;br /&gt;
 Name=Deepl-Linux-Electron&lt;br /&gt;
 GenericName=Deepl-Linux-Electron&lt;br /&gt;
 Comment=Translate with DeepL for Linux&lt;br /&gt;
 Exec=/&amp;lt;DeepL Linuxのインストールディレクトリ&amp;gt;/Deepl-Linux-Electron %U&lt;br /&gt;
 Icon=deepl-linux-electron&lt;br /&gt;
 Categories=Utility;&lt;br /&gt;
 Keywords=translate;deepl;&lt;br /&gt;
 Terminal=false&lt;br /&gt;
 StartupWMClass=Deepl-Linux-Electron&lt;br /&gt;
 &amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 使用方法 ==&lt;br /&gt;
DeepL Linuxを起動して、任意のソフトウェアのテキストをコピーする。 (クリップボードにコピーされる)&amp;lt;br&amp;gt;&lt;br /&gt;
[Ctrl] + [Alt] + [D]キーを同時押下すると自動翻訳される。&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
また、DeepL Linuxの[Settings]メインメニュー - [Shortcut]を選択することにより、上記のショートカットを変更できる。&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
[[カテゴリ:RHEL]][[カテゴリ:SUSE]][[カテゴリ:Raspberry_Pi]][[カテゴリ:PinePhone]]&lt;/div&gt;</summary>
		<author><name>Wiki</name></author>
	</entry>
</feed>