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

前端 未结 6 2322
死守一世寂寞
死守一世寂寞 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 15:06

    If you are starting from a desktop shortcut you can edit the .desktop file's Exec line to be something like Exec=env UBUNTU_MENUPROXY=0 /usr/bin/sublime-text

    See here for an example of how a similar problem was solved for eclipse.

提交回复
热议问题