avatar
Articles
494
Tags
204
Categories
31
Pages
  • Archives
  • Tags
  • Categories
  • Arch Linux
  • GNOME
  • Hexo
  • To Do
  • Ubuntu
  • Visual Studio Code
  • World of Warcraft
Memorandum!GNOME Shell を拡張してみた7 Back to Home
Search
Pages
  • Archives
  • Tags
  • Categories
  • Arch Linux
  • GNOME
  • Hexo
  • To Do
  • Ubuntu
  • Visual Studio Code
  • World of Warcraft

GNOME Shell を拡張してみた7

Created2011-06-04|Updated2020-08-03|linux
  • https://bugzilla.gnome.org/show_bug.cgi?id=643662

  • https://bugzilla.gnome.org/attachment.cgi?id=186893

GNOME Shell の上部パネルをauto hide にしてみた。
将来的には設定を切り替えられるようになるのかな。

dock 拡張もauto hide にしたいなぁ。

gnome
Previous
Puzzle Moppet で遊んでみた
http://garnetgames.com/puzzlemoppet/Puzzle Moppet のフリー版で遊んでみた。以前遊んだIrrlicht で作られたゲームが商用化されたみたい。商用版は14.95 US$ とのこと。
Next
GNOME Shell を拡張してみた6
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') }); 動作や...
Related Articles
cover
2024-09-22
GNOME 47
https://release.gnome.org/47/ GNOME 47がリリースされたのでインストールしてみました。 Chromeはtext-input v3に対応したのでWaylandモードで日本語入力可能です vscodeはWaylandモードで日本語入力に対応していません code-serverは日本語入力できます(Chromeだから)日本語入力中の文字列の背景が黄色になっているのはなんとかしたい GNOME Shell拡張のPenguin: AI Chatbotを使ってみましたhttps://extensions.gnome.org/extension/7338/penguin-ai-chatbot/とりあえずデフォルトの無料AIモデルに質問してみましたが調整が必要そうですね。。。 2025-02-04 更新タスクトレイのアイコン上にエラーが表示されるので修正する無効な値を指定しているicon_name行をコメントアウトするアイコンはstylesheet.cssで指定している extensions.js_init(extension) { // ...
2011-05-10
GNOME Shell を拡張してみた3
http://git.gnome.org/browse/gnome-shell-extensions/ GNOME Shell をさらに拡張してみた。 Places menu (フォルダの形のアイコン)主なディレクトリ、お気に入りディレクトリの表示 Drive menu (丸い形のアイコン)リムーバブルドライブの表示
2012-08-21
GNOME Shell Focus Effect Extension
https://github.com/paradoxxxzero/gnome-shell-focus-effects-extension http://www.upubuntu.com/2012/08/how-to-install-gnome-shell-focus-effect.html GNOME Shell のFocus Effect 拡張を使ってみた。フォーカスの切り替えでウィンドウがアニメーションする。なんか楽しい。非アクティブなウィンドウは少し傾いて、サイズが小さく、色はグレーになる。スクリプトはとても小さいので、何かに応用できるかもしれない。副作用としては、非アクティブなウィンドウの選択に少しコツがいるようだ。また、何回か切り替えを繰り返した時に、ウィンドウが画面外に移動してしまう。その時は、[Alt]-[Space]で「移動」を選択して、ウィンドウを元の位置に動かすと回復できる。
cover
2025-03-20
GNOME 48
GNOME 48がリリースされたのでArch LinuxにGNOME 48.0 (gnome-unstableリポジトリ)を導入してみました。https://release.gnome.org/48/https://archlinux.org/groups/x86_64/gnome/ GNOME関連アプリが起動しません。extraリポジトリに反映されるのをまちましょう。 2025-03-23 追記https://archlinux.org/groups/x86_64/gnome/GNOME 48がextraリポジトリに来ました。 Chrome起動時のグローバルショートカットのポップアップ抑止https://www.reddit.com/r/gnome/comments/1jfejor/psa_chromechromiumbased_browsers_and_gnome_48/ ~/.config/chrome-flags.conf--disable-features=GlobalShortcutsPortal 2025-03-20 追記 https://archlinux.org...
2014-03-01
Ubuntu GNOME 14.04 Beta 1
http://cdimage.ubuntu.com/ubuntu-gnome/releases/14.04/beta-1/ Ubuntu GNOME 14.04 ベータ1 が公開されたのでクリーンインストールしました。ついでにAndroid-x86 もインストールして、3OS のマルチブート環境にしました。 環境DELL Indpiron 1090すでにWindows 8.1 がインストールされています。この第3パーティションにインストールします。 インストール・Ubuntu GNOME 13.10http://cdimage.ubuntu.com/ubuntu-gnome/releases/14.04/beta-1/ $ sudo add-apt-repository ppa:gnome3-team/gnome3-staging$ sudo apt-get update$ sudo apt-get upgrade カスタマイズ$ LANG=C xdg-user-dirs-gtk-update アプリケーションの追加 audacious cairo-dock conky ...
2014-09-27
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 gnom...

Comments
avatar
ktkr3d
Memorandum
Articles
494
Tags
204
Categories
31
Follow Me
Recent Posts
Systemd User Task Manager2026-05-11
Morse code practice machine2026-04-26
WowUp app Japanese localization2026-04-26
Headless Hyprland2026-01-21
oUF MyLayout Addon2025-12-29
© 2010 - 2026 By ktkr3dFramework Hexo 8.1.1|Theme Butterfly 5.5.3
Search
Loading Database