就图片这三部

  1. [Desktop Entry]  
  2. Name=Android Studio  
  3. Comment=android studio  
  4. Exec=/home/lcw/android_develop_tools/android-studio/bin/studio.sh  
  5. Icon=/home/lcw/android_develop_tools/android-studio/bin/studio.png  
  6. Terminal=false  
  7. Type=Application  
  8. Categories=Application  

Uabntu软件启动图标制作和火狐手动更换中文版Uabntu软件启动图标制作和火狐手动更换中文版Uabntu软件启动图标制作和火狐手动更换中文版


********************************************************更换中文版火狐和图标****************************************************************************

[email protected]:/usr/share/applications# gedit firefox.desktop

2.将该文件中的以下几行:
Exec=firefox %u
Exec=firefox -new-window
Exec=firefox -private-window

Icon=firefox


替换成解压路径firefox下的文件
Exec=/opt/firefox/firefox %u
Exec=/opt/firefox/firefox -new-window
Exec=/opt/firefox/firefox -private-window

Icon=/opt/firefox/icons/firefox.png

3.sudo ln -s /opt/firefox/firefox /usr/bin/mozilla-firefox ,保存复制firefox.desktop到桌面。

相关文章:

  • 2021-05-10
  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
  • 2021-12-10
  • 2021-10-22
  • 2022-01-17
猜你喜欢
  • 2022-12-23
  • 2021-12-18
  • 2021-08-05
  • 2021-08-20
  • 2021-12-31
  • 2021-12-05
  • 2021-11-12
相关资源
相似解决方案