Project

General

Profile

Actions

提案 #1610

open

Ruby-GNOME 4.3.6 を利用する

Added by Izumi Tsutsui about 2 months ago. Updated about 2 months ago.

Status:
分類待ち
Priority:
通常
Assignee:
Target version:
-
プラグイン名:
gtk
ブランチ:

Description

ubuntu 26.04 では 4.2.1 だと bundle install の glib2 の native extension のビルドでコケるっぽいです。
4.3.6 だと動きました。
https://social.mikutter.hachune.net/@tsutsuii/116787830996565854

差分は追って


Files

0001-gtk3-4.3.6-refs-1610.patch (687 Bytes) 0001-gtk3-4.3.6-refs-1610.patch Izumi Tsutsui, 2026-06-21 22:33

Related issues 1 (0 open1 closed)

Copied from 提案 #1594: Ruby-GNOME 4.2.1 を利用する終了Izumi TsutsuiActions
Actions #1

Updated by Izumi Tsutsui about 2 months ago

  • Copied from 提案 #1594: Ruby-GNOME 4.2.1 を利用する added
Actions #2

Updated by Izumi Tsutsui about 2 months ago

ubuntu 26.04 だとこんな感じで

sudo apt update
sudo apt upgrade -y
sudo apt install -y make gcc git ruby-dev ruby-bundler libcairo2-dev libgdk-pixbuf-xlib-2.0-dev libgirepository1.0-dev
git clone git://mikutter.hachune.net/mikutter.git
cd mikutter
sed -i "s/4.2.1/4.3.6/g" plugin/gtk3/Gemfile
bundle config set --local path vendor/bundle
bundle config set without development test
bundle install
ruby mikutter.rb
Actions

Also available in: Atom PDF