| | 1 | = 2014-06-29 = |
| | 2 | |
| | 3 | == Ubuntu == |
| | 4 | |
| | 5 | * 整理安裝的套件 |
| | 6 | * xdg-user-dirs |
| | 7 | - 用來管理「桌面」、「音樂」等常用的目錄 |
| | 8 | * baobab |
| | 9 | - 磁碟用量分析器 |
| | 10 | * friendly-recovery |
| | 11 | - https://wiki.ubuntu.com/FriendlyRecoverySpec |
| | 12 | |
| | 13 | == build |
| | 14 | |
| | 15 | * branding-ubuntu - 這個套件的原始碼倒是一個學習 deb 套件如何取代其他套件檔案的好範例 (DEB replacement) |
| | 16 | {{{ |
| | 17 | /usr/share/gnome-games-common/cards/gnomangelo_bitmap.svg |
| | 18 | package diverts others to: /usr/share/gnome-games-common/cards/gnomangelo_bitmap.svg.unbranded |
| | 19 | /usr/share/gnome-games/quadrapassel/pixmaps/quadrapassel.svg |
| | 20 | package diverts others to: /usr/share/gnome-games/quadrapassel/pixmaps/quadrapassel.svg.unbranded |
| | 21 | /usr/share/gnome-games/pixmaps/baize.png |
| | 22 | package diverts others to: /usr/share/gnome-games/pixmaps/baize.png.unbranded |
| | 23 | /usr/share/gnome-games/pixmaps/slot.svg |
| | 24 | package diverts others to: /usr/share/gnome-games/pixmaps/slot.svg.unbranded |
| | 25 | /usr/share/gnome-games/mahjongg/pixmaps/postmodern.svg |
| | 26 | package diverts others to: /usr/share/gnome-games/mahjongg/pixmaps/postmodern.svg.unbranded |
| | 27 | }}} |