NPL

Results 36 comments of NPL

今までの「アップロード(画像のみ)」では、スマホでは写真アプリ、デスクトップでは画像ファイルでの絞り込みが行われていることで写真が探しやすかったため、「画像をアップロード」「ファイルをアップロード」の2つに分かれていると便利だと思います。

(間違えてブランチ消してた)

テーマ別アイコンで使用しているアイコンについて、現在のコミットではInkscapeによるトレース(画像左)を使用していますが、他のアプリのテーマ別アイコンとデザインを揃えるため、専用のモノクロアイコン(画像右)を使用することを提案します。 |Inkscapeによるトレース|専用のアイコン| |:-:|:-:| |![miria_auto_trace](https://github.com/shiosyakeyakini-info/miria/assets/66727014/9a9a51bf-0445-421f-b5d4-36a9dadd172f)|![miria_deform](https://github.com/shiosyakeyakini-info/miria/assets/66727014/be1aa6e1-02e7-485c-b490-11434e5ac0b3)|

Subway Tooterの場合、[IzzyOnDroid](https://apt.izzysoft.de/fdroid/index/info)のリポジトリを使っている模様 (Kaitekiもここにいる)

dbf9b2ed626ed289e6acf804cc71864ce1e74b84 ビルドの仕組みを変える必要がありそう ~(`snapcraft`の提供するFlutterプラグインが処理の途中で`flutter pub run build_runner build --delete-conflicting-outputs`を挟むのが難しいので、`snapcraft`の実行前にビルド&`snapcraft`内でのビルドをスキップ?)~ 括弧内の処理をする必要はなさそうだけど`.fvmrc`のバージョンを参照したほうが都合がよい

「設定」→「全般設定」の下の方にある「フォント($[font.monospace やコードブロック 用)」からフォントを変更できると思います。

プロフィール無限プッシュ対策を含む

I think it is a flutter-snap issue. The easiest way to solve this problem is [to install the Flutter SDK manually](https://docs.flutter.dev/get-started/install/linux#method-2-manual-installation). ----- 手動インストールの推奨は[Wikiに書いてある](https://github.com/shiosyakeyakini-info/miria/wiki/%E9%96%8B%E7%99%BA%E8%80%85%E5%90%91%E3%81%91#linux)けど、そろそろこの辺も英訳したほうがよさそう。

You need to install `libsecret-1-dev` and `libmpv-dev` (this is [written in Japanese in the Wiki](https://github.com/shiosyakeyakini-info/miria/wiki/%E9%96%8B%E7%99%BA%E8%80%85%E5%90%91%E3%81%91#linux:~:text=2%2C%20%E8%BF%BD%E5%8A%A0%E3%81%AE%E3%83%A9%E3%82%A4%E3%83%96%E3%83%A9%E3%83%AA%E3%82%92%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%97%E3%81%BE%E3%81%99%E3%80%82) but [not in the README yet](https://github.com/shiosyakeyakini-info/miria/blob/63bea8b8415801c59228e4b0da3e14c9f6aa7fc4/README.md), sorry). ``` sudo apt install libsecret-1-dev libmpv-dev ```