Oracle SQL Developer工具:终端问题
Tofloor
poster avatar
george
deepin
2018-06-27 00:48
Author
自己安装了 Oracle SQL Developer, 但不理想。能否改进?
已操作如下:
在/usr/share/applications目录下,添加了如下内容:

cat sqldeveloper.desktop
[Desktop Entry]
Version=18.1.0
Name=SQLDeveloper
Comment=This is sqldeveloper for Oracle
Icon=/app/sqldeveloper/icon.png
Exec=/app/sqldeveloper/sqldeveloper.sh
Terminal=true
X-MultipleArgs=false
Type=Application
Encoding=UTF-8
StartupNotify=false
Categories=Development;

终端总出现如下:



Reply Favorite View the author
All Replies
avatar
george
deepin
2018-06-27 18:58
#1
今天再次检查一下该配置文件,发现了一个参数,即Terminal=false。
现修改如下,达到理想状态。完整配置如下:
cat sqldeveloper.desktop
[Desktop Entry]
Version=18.1.0
Name=SQLDeveloper
Comment=This is sqldeveloper for Oracle
Icon=/app/sqldeveloper/icon.png
Exec=/app/sqldeveloper/sqldeveloper.sh
Terminal=false
X-MultipleArgs=false
Type=Application
Encoding=UTF-8
StartupNotify=false
Categories=Development;
Reply View the author
avatar
guaiwawa09
deepin
2019-04-24 21:33
#2
https://bbs.deepin.org/post/159413
今天再次检查一下该配置文件,发现了一个参数,即Terminal=false。
现修改如下,达到理想状态。完整配置如 ...

老哥问下,你是怎么装的?官网没有DEB包,是用alien转的吗?
Reply View the author
avatar
s32967326
deepin
2019-04-24 22:38
#3
https://bbs.deepin.org/post/159413
老哥问下,你是怎么装的?官网没有DEB包,是用alien转的吗?

都是java 的, 有jre 貌似 就行了吧
Reply View the author
avatar
guaiwawa09
deepin
2019-04-24 23:29
#4
https://bbs.deepin.org/post/159413
都是java 的, 有jre 貌似 就行了吧

官网只提供yum包没有deb的包,怎么安装呢?
Reply View the author
avatar
s32967326
deepin
2019-04-26 07:42
#5
https://bbs.deepin.org/post/159413
官网只提供yum包没有deb的包,怎么安装呢?

直接下载 带有 jdk8 版本的包就行了. 我deepin 用的是 Datagrip 和sqlcl.   
Reply View the author
avatar
s32967326
deepin
2019-04-26 07:44
#6
https://bbs.deepin.org/post/159413
官网只提供yum包没有deb的包,怎么安装呢?

直接下载 Other Platforms  这个版本即可. 记得装  jdk 哟. 好像deepin 是自带jdk的.
Reply View the author