avatar
Articles
475
Tags
184
Categories
31
Subscrive
Pages
  • Archives
  • Tags
  • Categories
  • Arch Linux
  • GNOME
  • Hexo
  • Ubuntu
  • Visual Studio Code
  • World of Warcraft
Memorandum!
Search
Subscrive
Pages
  • Archives
  • Tags
  • Categories
  • Arch Linux
  • GNOME
  • Hexo
  • Ubuntu
  • Visual Studio Code
  • World of Warcraft

Memorandum!

GNOME Shell を拡張してみた6
Created2011-06-04|gnome
http://www.webupd8.org/2011/06/another-gnome-shell-weather-extension.html http://www.fpmurphy.com/gnome-shell-extensions/ 別のお天気拡張に変更してみた。 こちらの拡張では、 現在の天気が正しく動作する 5日分の天気予報が表示される 現在地の指定が簡単(‘tokyo’ のように) http://www.worldweatheronline.com の利用キーが必要(無料で登録はとても簡単) 今後修正されると思うけれど、バージョン1.1 では、 現在の気温の単位(摂氏/華氏)が設定と逆になってしまう単純なバグがある(以下のように修正してみた) let currTemperature = new St.Label({ text: (MUNITS > 0 ? curr[0].temp_C + 'C' : curr[0].temp_F + 'F')...
GNOME Shell を拡張してみた5
Created2011-06-02|gnome
http://www.webupd8.org/2011/05/system-monitor-extension-puts-ram-swap.htmlGNOME Shell のシステムモニタ拡張を追加してみた。通信速度を表示できて便利。パネル上にリアルタイムに値を表示できるものの幅をとってしまうので非表示の設定にしてみた。
GNOME Shell Extension を復活させてみた
Created2011-05-30|gnome
GNOME Shell を3.0.2 にしたらdock が消えたので復活させてみた。 Ubuntu 11.04 の場合/usr/local/share/gnome-shell/extensions/dock@gnome-shell-extensions.gnome.org/metadata.json Fedora 15, openSUSE 11.4...
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...
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=' +...
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"> ...
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...
1…394041…48
avatar
ktkr3d
Articles
475
Tags
184
Categories
31
Follow Me
Recent Posts
calamares2025-06-01
archiso-gnome2025-05-28
archiso2025-05-26
AnduinOS2025-05-21
Reflector2025-05-19
Categories
  • 3d11
  • android25
  • application9
  • cms14
  • conky1
  • develop18
  • dtv1
  • editor2
Tags
handbrake webvirtcloud thunderbird node.js nagios mirakurun raspberry-pi argos typescript feedbro sunflow ubuntu-make ubuntu-gnome vagrant-libvirt forge wsl calamares Windows11 openproject-ce gitbucket windows-terminal tray-launcher epgstation virt-manager javascript arch-linux virtualbox python ogre3d atom mern vuetify flutter blesh conky plotinus vpn xsltproc reflector nm-connection-editor
Archives
  • June 2025 1
  • May 2025 5
  • April 2025 2
  • March 2025 8
  • February 2025 2
  • January 2025 3
  • November 2024 1
  • October 2024 2
©2010 - 2025 By ktkr3d
Framework Hexo 7.3.0|Theme Butterfly 5.3.5
Search
Loading Database