3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

LinuxでWindows版LINEを使用する (Bottles)

Posted at

動機

Chrome拡張版LINEは通話などの機能が制限されているため、Windows版LINEを実行する

インストール

流れは以下の通りです。

  • flatpakの導入
    • flathubのリポジトリの追加
    • Bottlesのインストール
  • Bottlesの導入
    • LineInst.exeのダウンロード
    • 実行環境の作成

flatpakの導入

flatpakインストール

terminal
sudo apt install flatpak
sudo add-apt-repository ppa:flatpak/stable
sudo apt update
sudo apt install flatpak
sudo apt install gnome-software-plugin-flatpak

flathubのリポジトリの追加

terminal
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

Bottles インストール

terminal
flatpak install flathub com.usebottles.bottles
出力
Looking for matches?
Remote ?flathub? found in multiple installations:

   1) system
   2) user

Which do you want to use (0 to abort)? [0-2]: 2

com.usebottles.bottles permissions:
    ipc         network         pulseaudio            wayland                      x11       devices
    devel       multiarch       per-app-dev-shm       system dbus access [1]

    [1] org.freedesktop.UDisks2


        ID                                      Branch           Op           Remote           Download
 1. [?] com.usebottles.bottles.Locale           stable           i            flathub           24.7?kB / 1.0?MB
 2. [?] com.usebottles.bottles                  stable           i            flathub          109.0?MB / 148.3?MB

Installation complete.

Bottlesの導入

LineInst.exeのダウンロード

terminal
wget https://desktop.line-scdn.net/win/new/LineInst.exe

Bottles実行環境の作成

  • 起動後

Screenshot from 2024-08-10 09-09-00.png

  • カスタムに変更してランナーをsys-wine-9.0に設定

image.png

  • 依存関係をクリック

image.png

  • cjkfontsとallfontsをインストール

image.png

  • 実行可能ファイルを実行...を選択し、LineInst.exeを選択

image.png

  • あとは通常通りインストールを開始する

Screenshot from 2024-08-10 09-56-26.png

Screenshot from 2024-08-10 09-56-37.png

Screenshot from 2024-08-10 09-56-44.png
Screenshot from 2024-08-10 09-57-03.png
Screenshot from 2024-08-10 09-57-27.png

  • Windows版であることが確認できれば作業完了です

Screenshot from 2024-08-10 09-58-17.png

zgLsFeJp1RcyCum1723252557_1723252646.png

終わりに

Wineのfrontendとしてplayonlinuxも試してみましたが、かなり使い勝手が悪くフリーズ連発でした。
Bottlesの方がUIもわかりやすく依存関係などもわかりやすいためおすすめです。

また、.exeの実行環境のため他のWindowsアプリケーションも使用できます。

3
1
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
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?