Rhel

Xfce 添加到存檔右側菜單項不起作用

  • November 5, 2020

我使用 xfce 在我的本地電腦上安裝了 RHEL 供開發人員使用。當我右鍵點擊任何文件並選擇添加到存檔時,它說沒有這樣的程序。7zipfileroller已安裝,如果我在 shell 中手動執行相同的操作,它可以工作,但 xfce 不想這樣做。

如何為 xfce 菜單項指向正確的存檔器?

如何在 Xfce4 Thunar中添加自定義*“添加到存檔”操作*

如果預設值thunar-archive-plugin不能正常工作


  1. 解除安裝thunar-archive-plugin
yum remove thunar-archive-plugin
  1. Thunar菜單中打開EditConfigure custom actions。添加菜單項Add to archive
  • 文件名模板:
*
命令:
le-roller "--default-dir=%D" --add %F
見截圖:


基本的:[![動作 - 基本](https://i.stack.imgur.com/MlEfs.png)](https://i.stack.imgur.com/MlEfs.png)


外觀條件:[![行動 - 外觀條件](https://i.stack.imgur.com/fIIko.png)](https://i.stack.imgur.com/fIIko.png)
不要忘記添加適當的圖示

轉到Settings > Mime Type Editor並按存檔(zip、rar 等)過濾並將程序綁定到它。

你已經7za安裝了,沒有7zip。前者只是windows,後者是CLI。

File-roller 適用於大多數操作。

引用自:https://unix.stackexchange.com/questions/425117