Sublime Text editor opens with no menu bar unless started with sudo

前端 未结 6 2303
死守一世寂寞
死守一世寂寞 2021-02-09 14:28

I have installed Ubuntu 13.10 on VirtualBox 4.3.6, running on Windows 7. I have installed the VirtualBox Guest Additions on Ubuntu.

I have used this .deb file to install

6条回答
  •  误落风尘
    2021-02-09 14:48

    I solved in Ubuntu16.04! Sublime installation path is /opt/

    sudo gedit /usr/share/applications/sublime_text.desktop

    Add env UBUNTU_MENUPROXY=0 in Exec= before /opt/* as shown in fig.

提交回复
热议问题