ubuntu19.10右键改为中文(GNOME 3.34 桌面)

ubuntu桌面右键菜单

sed -i -e 's/"New Folder"/"新建文件夹"/g' -e 's/"Paste"/"粘贴"/g' -e 's/"Undo"/"撤销"/g' -e 's/"Redo"/"重做"/g' -e 's/"Show Desktop in Files"/"在文件中显示桌面"/g' -e 's/"Open in Terminal"/"打开终端"/g' -e 's/"Change Background…"/"更换壁纸"/g' -e 's/"Display Settings"/"显示设置"/g' -e 's/"Settings"/"设置"/g' $(dpkg -L gnome-shell-extension-desktop-icons|grep /desktopGrid.js$)

ubuntu桌面文件/文件夹右键菜单

sed -i -e 's/"Open"/"打开"/g' -e 's/"Cut"/"剪切"/g' -e 's/"Copy"/"复制"/g' -e 's/"Rename…"/"重命名"/g' -e 's/"Move to Trash"/"移动到回收站"/g' -e 's/"Properties"/"属性"/g' -e 's/"Show in Files"/"在文件中显示"/g' -e 's/"Open in Terminal"/"在终端中打开"/g' -e 's/"Open With Other Application"/"使用其它应用程序打开"/g' $(dpkg -L gnome-shell-extension-desktop-icons|grep /fileItem.js$)

你可能感兴趣的:(Linux)