我最近开始使用新版 Eclipse Luna,但由于某种原因,它停止显示覆盖滚动条,现在显示 Firefox 等浏览器中的常规滚动条。Kepler 有这些滚动条。
由于 Eclipse UI 已经很混乱,我想重新打开它们,该怎么做?
答案1
如果你使用 Ubuntu12.04或者14.04,您需要使用环境变量启动 Eclipse 来强制覆盖滚动条:
env LIBOVERLAY_SCROLLBAR=1 eclipse
由于我使用的是下载的 Eclipse(而不是 apt 提供的 Eclipse),因此我创建了一个Eclipse.desktop
文件(在 下~/.local/share/applications/
),其中包含以下内容(记得将其替换<path_to_eclipse_folder>
为您的 Eclipse 路径):
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Name=Eclipse
Comment=Integrated IDE
Icon=eclipse.png
Exec=env LIBOVERLAY_SCROLLBAR=1 /<path_to_eclipse_folder>/eclipse
Categories=Application;Development;Java;PHP;IDE;
Type=Application
Terminal=false
答案2
这适用于 Eclipse Neon
gksudo gedit /usr/share/applications/eclipse.desktop
然后复制并粘贴此内容,确保指向你的蚀在/选择/
[Desktop Entry]
Name=Eclipse 4
Type=Application
Exec=env UBUNTU_MENUPROXY=0 SWT_GTK3=0 /opt/eclipse/eclipse
Terminal=false
Icon=/opt/eclipse/icon.xpm
Comment=Integrated Development Environment
NoDisplay=false
Categories=Development;IDE;
Name[en]=Eclipse NEON