GNOME Shell Focus Effect Extension
Created|Updated|linux

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]で「移動」を選択して、ウィンドウを元の位置に動かすと回復できる。
Related Articles
2011-06-04
GNOME Shell を拡張してみた7
https://bugzilla.gnome.org/show_bug.cgi?id=643662 https://bugzilla.gnome.org/attachment.cgi?id=186893 GNOME Shell の上部パネルをauto hide にしてみた。将来的には設定を切り替えられるようになるのかな。 dock 拡張もauto hide にしたいなぁ。
2021-03-28
Ubuntu 21.04 Hirsute
https://launchpad.net/~shemgp/+archive/ubuntu/gnome-40Ubuntu 21.04 にGNOME 40 のPPA を設定してみました。 2021-04-07 追記 GNOME 40.0 でDash to Dock 拡張を導入してみました。https://github.com/ewlsh/dash-to-dock/tree/ewlsh/gnome-40https://github.com/micheleg/dash-to-dock/pull/1402 GNOME 40.0 でDash to Panel 拡張を導入してみました。https://github.com/philippun1/dash-to-panel/tree/update-to-gnome40https://github.com/home-sweet-gnome/dash-to-panel/pull/1303 2021-04-08 追記 Auto Hide Top Panel 拡張をGNOME 40 に対応させてみました。http://www.webupd8.or...

2025-03-30
GNOME Remote Desktop
LinuxにGNOME Remote Desktopサービスを導入してクライアントからRDP接続してみました。接続するとGDM画面からログインできます。 https://gitlab.gnome.org/GNOME/gnome-remote-desktop 環境と動作確認結果(途中)3つのモードがあるようです。 Remote assistance / Desktop sharing既存のユーザセッション画面を共有する。 Headless multi user remote login / Remote login画面のサイズ指定可能。GDMから操作可能。 Headless (single user)画面のサイズ指定可能。既存のユーザセッション画面とは別に画面表示する(セッション情報は共有しているっぽい)。 Server OS RA HL-M HL-S PC Arch OK OK OK Ubuntu OK OK 未 Fedora 未 未 未 RPi 4B Arch ...
2012-09-24
Changing the date format in nautilus 3.6 list view
https://bugzilla.gnome.org/show_bug.cgi?id=676898http://bugzilla-attachments.gnome.org/attachment.cgi?id=215060 nautilus 3.6 のリストビューでは、あえて更新日付の書式をシンプル(informal)にしているようです。これはこれでアリなのですが、やはり詳細表示されていた方が統一感があって使い勝手がよいような気がするので、昔のISO 日付書式になるようにカスタマイズしてみました。dpkg-buildpackage でfakeroot が効かなかったので、sudo で実行しています。 $ sudo apt-get build-dep nautilus$ mkdir nautilus && cd nautilus$ apt-get source nautilus$ dpkg-source -x *.dsc$ cd nautilus-3.* libnautilus-private/nautilus-file.c#define TODAY_TIME_F...

2021-04-24
Fedora 34 Beta
https://getfedora.org/ja/workstation/download/ 環境設定 Dash to Panel (GNOME Shell 拡張)https://extensions.gnome.org/extension/1160/dash-to-panel/https://github.com/philippun1/dash-to-panel システムメニュー + Tweaks & Extensions in System Menu (GNOME Shell 拡張)https://extensions.gnome.org/extension/1653/tweaks-in-system-menu/ 時刻 Argos (GNOME Shell 拡張)https://extensions.gnome.org/extension/1176/argos/https://github.com/rammie/argos/tree/gnome-3.36 ArcMenu (GNOME Shell 拡張) + 日本語化https://extensions.g...

2016-01-16
GNOME Software on Ubuntu GNOME 16.04
https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/gnome-software Ubuntu 16.04 ではUbuntu ソフトウェアセンター(software-center)に代わってGNOME ソフトウェア(gnome-software)がデフォルトになるようですね。試してみました。 GNOME ソフトウェアのインストール$ sudo add-apt-repository ppa:ubuntu-desktop/gnome-software$ sudo apt-get update$ sudo apt-get install gnome-software
Comments