2008-08-01から1ヶ月間の記事一覧

GNU Script実行中のbashプロンプトを変更する

bashrcの設定でbashのプロンプトを変更する方法を書いた。 GNU Scriptでログをとっているターミナルは表面上見た目が変わらないため、複数の端末を開いているとどれがGNU Scriptでログを採っているかわからなくなることがある。また、GNU Scriptは制御文字も…

GIMP-GAPをFedoraにインストール

GIMP-GAP (GIMP Animation Package)は、GIMPに動画編集機能をつけるプラグイン。詳しい使いかたは先頭のリンクか、日本語ならGIMPユーザーズマニュアルを参照すること。 Fedora 9ではリポジトリにGIMP-GAPが含まれていない様なので、ソースを落して自力でビ…

fluxboxを--target prescottでビルドしてみる(ボツ)

今まで独自ビルドのRPMは「--target i686」でビルドしていたが、Core 2 Duoを使っているので、fluxboxを「--target prescott」でビルドしてインストールして見た。 $ []wget 'http://ukbexa.bay.livefilestore.com/y1pdxuDdkM1EQbWTqVfqS1khJT5uld9fctdv962-…

Ubuntu(Hardy)のサスペンドとハイバネート その2 改訂

Ubuntu(Hardy)のサスペンドとハイバネートで紹介したスクリプトが大分前から動作しなくなっていたので見直した。復帰時にswap領域が認識されず、「Unable to find swap-space signature」と表示される件については、「/etc/initramfs-tools/conf.d/resume」…

lintianのエラーメッセージの覚え書き

xcur2pngをcli-apps.orgで公開する際、Ubuntu用のdebパッケージを作成した。debパッケージの作り方については以下が詳しい。 PackagingGuide/Complete Ubuntu本家。非常に詳しい。まずはここを読むべき The Ubuntu Packaging Guide 日本語版 原文が意味不明…

yum-utilsのdebuginfo-install

gimpのdebuginfoをインストールしようとyumを使ってみると、gimp-debuginfoは見つからないといわれる。 # []yum install gimp-debuginfo[] []...省略...[] []No package gimp-debuginfo available.[] []Nothing to do[] # []yum search gimp-debuginfo[] []…

Another example of how to use xcur2png

In this entry, I will show you how to change color(hue) of arbitrary X11 mouse cursor by using xcur2png. You need to install ImageMagick and xcursorgen (included in xorg-x11-apps package on Fedora) on ahead.Golden XCursor 3D is one of the …

configure: error: cannot run /bin/sh ./config.sub

Fedora 9でExcelsior-3.0.1をビルドしようとして./configureすると、上記のメッセージが表示されて停止した。 $ []wget 'http://www.nanolx.org/free/excelsior-3.0.1.tar.bz2'[] $ []tar -jxf excelsior-3.0.1.tar.bz2[] $ []cd excelsior[] $ []./configur…

Firefox拡張『ZAQホームページウイルススキャンサービス切り替えボタン』をリリース

Firefoxの拡張『ZAQホームページウイルススキャンサービス切り替えボタン』をリリースした。 物置からダウンロードできる。 Windows及びLinux版のFirefoxのバージョン 2.0系、3.0系 で動作確認した。Macは持っていないのでわからないが、おそらく動作すると…

Usage example

Cursor themes made by CursorXP/FX to X11 Mouse Theme Converter are not listed in gnome-appearance-properties(Appearance Preferences). This is because the size of left_ptr of the theme is not one of {12,16,24,32,36,40,48,64}px as is mention…

New release of xcur2png

(この記事はxcur2pngをリリースの翻訳です。新たな内容は含まれていません。) (This entry is just a translation of xcur2pngをリリース, not including any new things.)So many time was spent to accomplish GNU autoconf and write document, I annou…