Evolve OS Alpha4
https://evolve-os.com/https://github.com/evolve-os/budgie-desktop Evolve OS はGNOME 3 系の綺麗なデザインのディストリビューションです。デスクトップ環境はbudgie-desktop で、各種ディストリビューションでも利用することができるようです。 USB ディスクの作成unetbootin ではなく、dd を使います。 $ sudo dd if=Evolve-OS-Alpha4.iso of=/dev/sdX 構成部品スタートメニュー等が用意されています。パネルは上部に配置することも可能です。 Ubuntu 用Ubuntu 用にPPA が用意されており、Ubuntu GNOME の対応GNOME のバージョンに従って、GNOME 3.10 用はtrusty, GNOME 3.12 用はutopic になっているようです。Ubuntu GNOME 14.04 (trusty) にGNOME 3.12 を入れている場合は、utopic を利用するとよいようです。(以下のように) $...
sonydb
https://github.com/mattn/sonydb sonydb は古いウォークマンをSonicStage 無しで使うためのツールです。以前はJSymphonic を使っていたのですが、初期化に手間がかかるので乗り換えてみました。 ビルド$ sudo apt-get install libid3-3.8.3-dev$ git clone https://github.com/mattn/sonydb.git sonydb.cpp[2658-2664]char* detect_letter[] = { "/media/hogehoge/ECC8-B676", "/media/usbdisk", "/media/usbdisk1", "/media/WALKMAN", NULL}; $ cd sonydb$ ./autogen.sh$ ./configure$ make$ sudo make install 環境設定$ touch...
Ubuntu GNOME 14.10 + GNOME 3.14 + Wayland
Ubuntu GNOME 14.10 Beta + GNOME 3.14 (3.13.92) をWayland で動かしてみました。テキトーにやっているので、本当にWayland が有効になっているのか、怪しいですけれど。 $ ps -ef | grep waylandhoge 1376 1344 0 17:36 ? 00:00:00 gnome-session --session=gnome-waylandhoge 1454 1376 0 17:36 ? 00:00:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/bin/im-launch gnome-session --session=gnome-waylandhoge 1457 1 0 17:36 ? 00:00:00 /usr/bin/dbus-launch --exit-with-session /usr/bin/im-launch...
Fedora 21 wayland
http://tuxdiary.com/2014/09/01/try-wayland-with-gnome/http://fedoraproject.org/wiki/Workstation Fedora 21 Alpha RC1 で、GNOME 3.14 (3.13.91) をwayland で動かしてみました。 ライブISO イメージでFedora 21 を起動 [Ctrl]+[Alt]+[F2] でコンソール起動 liveuser でログインして、以下のコマンドを実行 $ sudo systemctl stop gdm$ sudo dnf install gnome-session-wayland-session$ gnome-session --session=gnome-wayland GDM 終了時に画面が乱れたら、再度[Ctrl]+[Alt]+[F2]を押下する。
Applications Menu Icon Extension
https://github.com/ktkr3d/apps-menu-icon アプリケーションメニュー拡張機能のトップパネル上のボタンラベルをアイコンに変更する拡張機能を作ってみました。アイコンのサイズを大きくしていくとトップパネルをはみ出して表示されるようになります。 この拡張機能を有効にするためには、あらかじめアプリケーションメニュー拡張機能を有効にしておく必要があります。 インストール$ git clone git@github.com:ktkr3d/apps-menu-icon.git ~/.local/share/gnome-shell/extensions/apps-menu-icon@ktkr3d.github.io カスタマイズ単なるCSS ですので、テキストエディタで設定をカスタマイズできます。 ~/.local/share/gnome-shell/extensions/apps-menu-icon@ktkr3d.github.io/stylesheet.css#panelApplications .panel-status-menu-box...
hexo
http://hexo.io/http://hexo.io/docs/ node.js 製の静的サイトジェネレータhexo を試してみました。 Github Pages へも展開できるようなので、Jekyll / Octopress よりも使い勝手がよければ、移行してもよいかもしれません。 nvm のインストール$ sudo apt-get install build-essential libssl-dev curl git$ git clone git://github.com/creationix/nvm.git ~/.nvm$ source ~/.nvm/nvm.sh$ nvm install v0.10.31 ~/.bashrc# nvm[[ -s "$HOME/.nvm/nvm.sh" ]] && . "$HOME/.nvm/nvm.sh"nvm use v0.10.31 > /dev/nullexport...
Customizing Applications Menu Extension
GNOME Shell の拡張機能Applications Menu のボタンを文字列からアイコンに変更してみました。 /usr/share/gnome-shell/extensios/extension.js[282-285]this._label = new St.Label({ //text: _("Applications"), style_class: 'apps-menu-button', y_expand: true, y_align: Clutter.ActorAlign.CENTER }); /usr/share/gnome-shell/extensios/stylesheet.css[9-12].apps-menu-button { background:...
Pico Theme TRAVEL
https://github.com/ktkr3d/pico-theme-travel Pico はMarkdown 形式のテキストで記事を作成するCMS ソフトウェアです。Pico 用のテーマ「トラベル」を作ってみました。Pico のプラグインと連携して、レスポンシブデザイン、Twitter, Google+, タグ, ページ化に対応しています。タグが少しうまく動いていないことと、CSS の最適化は残課題です。 インストール$ cd themes$ git clone git@github.com:ktkr3d/pico-theme-travel.git$ tree -d.├── default│ └── scripts└── pico-theme-travel └── assets ├── css ├── img └── js └── libs 環境設定config.php をサイトに合わせて編集します。 // Change$config['site_title'] =...
Nginx + PHP-FPM + Pico
http://picocms.org/ Pico はMarkdown 形式のテキストで記事を作成するCMS ソフトウェアです。Debian/SH4 環境にNginx, PHP-FPM, Pico をインストールして構築してみました。 Pico の取得と展開$ wget https://github.com/picocms/Pico/archive/master.zip -O pico.zip$ unzip pico.zip$ rm pico.zip テーマの変更https://github.com/kiiiyo/pico-theme以下のようにthemes フォルダにbootstrap テーマファイルを展開する。 $ tree -d ./pico/themes/./pico/themes/├── bootstrap│ └── assets│ ├── css│ ├── img│ └── js└── default └── scripts ./pico/config.php<?php...
Change Debian/SH4 Software Sources Again
Debian jessie-sh4 からDebian wheezy-sh4 に切り替えました。jessie に比べて、パッケージが揃っていて、依存関係の整合性もありそうです。 http://www.si-linux.co.jp/catwiki/index.php?DebianSH 最初に使うもの http://www42.tok2.com/home/forester3/rootfs/sidsh4base20130621.tar.bz2 http://www42.tok2.com/home/forester3/kernel4usl5p/3.14/modules-3.14.2-landisk.tar.gz http://www42.tok2.com/home/forester3/kernel4usl5p/3.14/vmlinuz-3.14.2-landisk http://iohack.sourceforge.jp/kogiidena/debian26/base/landisk-tools-20070612.tgz wheezy-sh4...