Skip to content

Instantly share code, notes, and snippets.

@reindex-ot
Last active May 3, 2024 14:08
Show Gist options
  • Save reindex-ot/e0678d62aec4d7c5fb5ba881fa1bb0c0 to your computer and use it in GitHub Desktop.
Save reindex-ot/e0678d62aec4d7c5fb5ba881fa1bb0c0 to your computer and use it in GitHub Desktop.
Picasaを今でも一応使い続ける方法

Picasaを今でも一応使い続ける方法

備忘録として書き記す。

    1. Picasaのダウンロード

FileHippoを使えば安全にダウンロードできます。 https://filehippo.com/download_picasa/

    1. Picasaのマップ表示を修正
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION]
"Picasa3.exe"=dword:00000000

をレジストリに追加。

次にC:\Program Files (x86)\Google\Picasa3\runtime\geotagディレクトリを開く。 内部にあるgeopanelscript_v3.htmlをドキュメントなどにコピーして、編集する。

<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?client=google-picasa-client&sensor=false&v=3"></script>

<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?client=google-picasa-client&sensor=false&v=3.53"></script>

に書き換えて保存。エンコードはUTF-8にする事。 編集したファイルを先ほどのディレクトリに移すしてPicasa上にジオタグのマップが表示されれば完了。

おまけ:スプラッシュの無効化

C:\Program Files (x86)\Google\Picasa3\runtimesplashbk.jpgをリネームなどをすれば非表示にできます。

既存の問題

Googleのログインは戻せない(ローカルでの使用に縛られる)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment