| v8 | v9 | |
|---|---|---|
| 5 | 5 | |
| 6 | 6 | == エラーが出るパッケージ == |
| 7 | 現在、[http://vinelinux.org/vineplus.html VinePlus] や[http://vinelinux.org/vineseed.html VineSeed] に |
|
| 7 | 現在、[http://vinelinux.org/vineplus.html VinePlus] や[http://vinelinux.org/vineseed.html VineSeed] には、インストールの後(またはビルドの際)に error 或いは warning を発するパッケージが幾つか存在しています。それらのパッケージは使用可能ですが、今後はできる限り修正していきたいと思っています。まずはそれを見つけ次第リストアップします。 | |
| 8 | 8 | |
| 9 | 9 | === VinePlus/6 === |
| … | … | |
| 44 | 44 | - |
| 45 | 45 | }}} |
| 46 | ここに挙げた diff の事例は、 [http://software.twotoasts.de/index.php?/pages/midori_summary.html midori] の patch です。 Unity 関連の記述を削除しています。 | |
| 46 | ここに挙げた diff の事例は、 [http://software.twotoasts.de/index.php?/pages/midori_summary.html midori] の patch です。 Unity 関連の記述を削除しています。[[BR]] | |
| 47 | また、デスクトップ環境によりエントリの表示/非表示を指定する "OnlyShowIn" という項目がありますが、こちらにも以下のように Unity の指定がなされている場合があります。 | |
| 48 | {{{ | |
| 49 | OnlyShowIn=GNOME;Unity; | |
| 50 | }}} | |
| 51 | [http://standards.freedesktop.org/menu-spec/latest/apb.html freedesktop.org の規定]によると、現在 Unity の指定はありません。そのため、desktop-file-validate は error を返します。sed などで事前に消すのがよいかと思います。 | |
| 47 | 52 | |
| 48 | 53 | = 参考 = |