avatar
Articles
502
Tags
208
Categories
31
Pages
  • Archives
  • Tags
  • Categories
  • Arch Linux
  • GNOME
  • Hexo
  • To Do
  • Ubuntu
  • Visual Studio Code
  • World of Warcraft
Memorandum!
Search
Pages
  • Archives
  • Tags
  • Categories
  • Arch Linux
  • GNOME
  • Hexo
  • To Do
  • Ubuntu
  • Visual Studio Code
  • World of Warcraft

Memorandum!

Firefox 5 beta 2 を試してみた
Created2011-05-24|linux
http://www.mozilla.com/en-US/firefox/5.0/whatsnew/ http://www.webupd8.org/2011/05/firefox-5-beta-channel-ubuntu-ppa.html Firefox 5 のベータ2 が公開されていたので試してみた。 リポジトリの追加 $ sudo add-apt-repository ppa:mozillateam/firefox-next$ sudo apt-get update firefox をインストール $ sudo apt-get install firefox または既存のFirefox 4 からアップグレード $ sudo apt-get upgrade なにが変わるかというと、 The latest version of Firefox Beta has the following changes: Added support for CSS animations Added support for switc...
GNOME Shell を拡張してみた4
Created2011-05-23|gnome
http://www.webupd8.org/2011/05/gnome-shell-weather-extension.html https://github.com/simon04/gnome-shell-extension-weather 天気を表示する拡張を入れてみた。http://weather.yahoo.com/ で地域を検索して、RSS のリンクに含まれる地域コードをextension.js に設定する。東京はJAXX0085、大阪はJAXX0071 になる。 const UNITS = 'c'; // Units for temperature (case sensitive). f: Fahrenheit. c: Celsiusconst YAHOO_ID = 'JAXX0085';const WEATHER_URL = 'http://weather.yahooapis.com/forecastjson?u=' + UNITS + '&p=' + YAHOO_I...
gnome-tweak-tool 3.0.4 を試してみた
Created2011-05-23|gnome
http://git.gnome.org/browse/gnome-tweak-tool予告通り、3.0.4 でGNOME Shell Extensions の拡張の管理ができるようになっていた。ON/OFF を切り替えると、再起動を促すボタンが表示されるので便利。
Proun で遊んでみた
Created2011-05-22|game|proun
http://www.proun-game.com/Ogre3D で作られたレースゲームProun のベータ版で遊んでみた。2011年春にリリースされるらしい? プレイ動画を見ているだけでも楽しい。
0 A.D. で遊んでみる
Created2011-05-17|game
http://wildfiregames.com/0ad/ フリーでオープンソースでクロスプラットフォーム(Windows, Linux, Mac)なリアルタイムストラテジーゲーム0 A.D. で遊んでみよう。 Ubuntu 版の安定版のインストール sudo add-apt-repository ppa:wfg/0adsudo apt-get updatesudo apt-get install 0ad Ubuntu 版のより新しい開発版のインストール sudo add-apt-repository ppa:wfg/0ad.devsudo apt-get updatesudo apt-get install 0ad 0ad-data
GNOME Shell のテーマを選んでみた
Created2011-05-15|gnome
http://blog.fpmurphy.com/2011/04/gnome-shell-theme-selector-preview.html GNOME Shell のテーマを変更する拡張を見つけたので、Fedora15 とUbuntu 11.04 で試してみた。Atolm テーマが選べるようになったよ!! http://www.fpmurphy.com/gnome-shell-extensions/ の下の最新のthemeselector のアーカイブをダウンロードして、README に従って設定した。 /usr/share/glib-2.0/org.gnome.shell.extensions.user-theme.gschema.xml を作成。 <?xml version="1.0" encoding="UTF-8"?><schemalist gettext-domain="gnome-shell-extensions"> <sc...
GNOME Shell 拡張を作ってみよう
Created2011-05-13|gnome
http://live.gnome.org/GnomeShell/Extensionshttp://blog.fpmurphy.com/2011/04/gnome-3-shell-extensions.html まずは、上部のパネルをクリックすると一定時間メッセージを表示するHello World 的な物から!!とりあえず日本語はunescape() してみた。 拡張を格納するディレクトリ~/.local/share/gnome-shell/extensions/hello-world@ktkr3d.site11.com/ extension.js ファイル// Sample extension code, makes clicking on the panel show a messageconst St = imports.gi.St;const Mainloop = imports.mainloop;const Gettext = imports.gettext.domain('gnome-shell-...
PC-BSD を試してみた
Created2011-05-12|os
http://www.pcbsd.org/ FreeBSD をインストールしてみたけれど、PC-BSD の方が何かと楽そうなので、PC-BSD 8.2 をインストールしてみた。インストール前に基本パーティションを作っておくと、インストールが楽かも。 > uname -a FreeBSD **** 8.2-RELEASE FreeBSD 8.2-RELEASE #7: Wed Feb 16 12:19:08 PST 2011 root@build8x32.pcbsd.org:/usr/obj/usr/local_storage/pcbsd-build82/fbsd-source/8.2/sys/PCBSD i386 デスクトップ環境はKDE で、Firefox, Thunderbird, VLC 等をインストール時に追加できる。特に設定しなくても日本語も使えるし、mp3 も再生できる。GRUB からのチェインロードも問題無し。すごく頑張ってると思う。Inspiron ...
GNOME Shell を拡張してみた3
Created2011-05-10|linux|gnome
http://git.gnome.org/browse/gnome-shell-extensions/ GNOME Shell をさらに拡張してみた。 Places menu (フォルダの形のアイコン)主なディレクトリ、お気に入りディレクトリの表示 Drive menu (丸い形のアイコン)リムーバブルドライブの表示
GNOME Shell を拡張してみた2
Created2011-05-09|gnome
http://intgat.tigress.co.uk/rmy/extensions/index.html GNOME Shell をさらに拡張してみた。 Move the clock時計の位置を変更 Favourites in panelお気に入りをパネルに表示 Applications menu in panelアプリケーションメニューをパネルに表示 Disable dynamic workspacesダイナミックワークスペースを無効に
1…424344…51
avatar
ktkr3d
Memorandum
Articles
502
Tags
208
Categories
31
Follow Me
Recent Posts
SSF2026-08-12
WoW Keybinding2026-08-11
oUF MyLayout Addon v0.3.02026-08-09
Linux Cluster Monitor2026-08-08
Antigravity IDE2026-07-31
Categories
  • 3d11
  • android25
  • application9
  • cms14
  • conky1
  • develop18
  • dtv1
  • editor2
Tags
node linux firefox conky eclipse ouf openvpn nuxt3 irrlicht kde nuxt draw.io bridge keepass dex WoW webvirtcloud faugus-launcher conkie python open-webui wow mutter gnome-remote-desktop debian libadwaita Antergos gitbucket ubuntu-gnome ubuntudde caelestia utc ghostty chrome manjaro fastfetch textinput argos reflector epgstation
Archives
  • August 2026 4
  • July 2026 1
  • June 2026 3
  • May 2026 1
  • April 2026 2
  • January 2026 1
  • December 2025 5
  • November 2025 4
© 2010 - 2026 By ktkr3dFramework Hexo 8.1.1|Theme Butterfly 5.5.3
Search
Loading Database