我是靠谱客的博主 开朗鲜花,最近开发中收集的这篇文章主要介绍centos7消除JavaEmbeddedFrame,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

1、安装vivado2017.4之后出现JavaEmbeddedFrame

检查可能是由于开机启动xilinx information center,通过打开xilinx information center并禁止掉开机启动,问题解决。

2、隐藏JavaEmbeddedFrame

As this still was an issue for me – Ubuntu 17.10 artful with Cinnamon 3.4.6 from Ubuntu's default software sources, using "Icing Task Manager" as my task bar/window list –, here's a "fix" (rather a workaround) that hopefully works for others, too. This fix should not be limited to Cinnamon, though. Certainly, neither issue nor fix are limited to Linux Mint. This should work in any Desktop Environment or applet that makes use of the *.desktop files in /usr/share/applications/ and ~/.local/share/applications/ for applications menu and/or docks/task list/task bar.

Create a plain-text file in the following sub-folder within your $HOME directory (create sub-folders if necessary – that's what the -p switch below is for). The name of the file itself does not really matter, the filename extension is the important part. For the sake of this example, let's call the file hide-JavaEmbeddedFrame.desktop. Run the following two commands, one after the other, in a terminal window as your normal user:
CODE: SELECT ALL
mkdir -p ~/.local/share/applications/
gedit ~/.local/share/applications/hide-JavaEmbeddedFrame.desktop

[Desktop Entry]
Version=1.0
Name=Hide JavaEmbeddedFrame
Comment=Hide the invisible JavaEmbeddedFrame window created by some Java applications (like jDownloader) and visible in some docks or task lists/task bar applets
Terminal=false
Type=Application
NoDisplay=true
StartupWMClass=sun-awt-X11-XEmbeddedFramePeer


Of course, instead of gedit you can use whichever text editor you feel comfortable with or that is installed on your system, such as nano/pico, vim, emacs, pluma, sublime-text, ...

Paste the following content into the new and empty file opened by your text editor, save the file and exit the editor:

I think, the lines starting with Name= and Comment= are, in fact, optional, as this information should not be displayed or used anywhere (prohibited by NoDisplay=true). However, I recommend leaving these lines there in case you stumble upon this long-forgotten file in a few months or years and wonder what the heck it is good for. ;) Of course, you can adjust their text to your liking, translate it to your language, whatever you like. The other lines are necessary as is (well, the Terminal= line might not be, but I really don't feel like diving into the horrible and incomplete documentation of .desktop files right now :twisted:).

In case of Cinnamon, you might have to restart Cinnamon (Ctrl+Alt+Esc or Alt+F2 and enter r or Alt+F2 and enter cinnamon --replace or right-click on panel > Troubleshoot > Restart Cinnamon). Same goes for other Desktop Environments: you might have to restart them for the changes to take effect. Or simply log out and back in again.

If this fix works for you, and you want to apply it system-wide – hence, for all users on the machine –, simply move the hide-JavaEmbeddedFrame.desktop file as root to the /usr/share/applications/ folder.

 

 

 

 

 

 

 

 

 

最后

以上就是开朗鲜花为你收集整理的centos7消除JavaEmbeddedFrame的全部内容,希望文章能够帮你解决centos7消除JavaEmbeddedFrame所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(50)

评论列表共有 0 条评论

立即
投稿
返回
顶部