[Seek Help] google-earth安装成功后,找不到打开的图标
Tofloor
poster avatar
199******35
deepin
2021-07-29 01:01
Author

 

网上下载的google-earth,也提示安装成功了,在启动界面里找不到图标啊,请问怎么打开呢,谢谢

Reply Favorite View the author
All Replies
Maicss
deepin
2021-07-29 01:41
#1

好像包有问题,你在~/.local/share/applications/这个文件夹下创建一个文件名为google-earth.desktop(注意后缀名)

在文件中写入以下内容:

[Desktop Entry]
Version=1.0
Name=Google Earth
GenericName=3D planet viewer
Comment=Explore, search and discover the planet
Exec=/opt/google/earth/pro/google-earth-pro %f
Terminal=false
MultipleArgs=false
Icon=google-earth-pro
Type=Application
Categories=Application;Network
MimeType=application/vnd.google-earth.kml+xml;application/vnd.google-earth.kmz;application/earthviewer;application/keyhole

并保存即可

Reply View the author
181******81
deepin
2021-07-29 23:56
#2

能用吗?难道是通过打洞?

Reply View the author
1***4@qq.com
deepin
2024-06-06 11:05
#3
Maicss

好像包有问题,你在~/.local/share/applications/这个文件夹下创建一个文件名为google-earth.desktop(注意后缀名)

在文件中写入以下内容:

[Desktop Entry]
Version=1.0
Name=Google Earth
GenericName=3D planet viewer
Comment=Explore, search and discover the planet
Exec=/opt/google/earth/pro/google-earth-pro %f
Terminal=false
MultipleArgs=false
Icon=google-earth-pro
Type=Application
Categories=Application;Network
MimeType=application/vnd.google-earth.kml+xml;application/vnd.google-earth.kmz;application/earthviewer;application/keyhole

并保存即可

还真是yeah

其实安装目录里面也有一个desktop文件,copy到applications就好了

sudo cp /opt/google/earth/pro/google-earth-pro.desktop /usr/share/applications
Reply View the author