Eclipse DevStyle Theme - linux

I installed the DevStyle for Eclipse and menus are bugged. Anybody has an idea of what is going on?
Workspace Screenshot
https://i.imgur.com/WwerWJJ.png

This has been seen with KDE. Another user posted a workaround on our forums. The workaround that worked for the developer is:
Changing GTK style options in KDE:
System Settings -> Application Style -> GNOME Application Style
I changed GTK2 and GTK3 theme to Breeze-Dark
I then applied the changes and restarted eclipse.
This was successfully applied on two machines.

Related

Android Studio Stuck on Loading Start Screen Screen

This is more of a helpful tip/warning than a question. For someone else that might attempt what I did. Android Studio Dolphin (Not sure about other versions) on Mac and also Windows is stuck on Startup Screen after I installed 5 plugins for CSV support at the same time (Rainbow CSV, Cap-Hadoop, ExcelEditor, ExcelReader, and CSV).
Below is the image of the issue
enter image description here
If anyone has a solution that will be awesome.
I just encountered the same issue today, I was able to fix it by deleting those plugins from the app's data roaming folder, you can access them by typing %APPDATA% in the "Run" app (Windows Key + R) or directly in the folder explorer.
Once there, Google -> AndroidStudio2021.3 (or whatever version you are using) -> Plugins.
EDIT: Mac equivalent is User/Library/Application Support/Google/"version of Android Studio"/plugins
Library might be hidden in User folder so Shift+Command+. to show it
(thanks to TwistenTiger)
Hope it helps!

Which theme or desktop environment is this?

See the below screenshot, from the article it seems it's ubuntu but I wonder which theme or settings or desktop environment it is.
Here is the article link.
That looks like Deepin Desktop Environment in one of the Arch variety. If you are the eye satisfy-er try that one too.

Eclipse - Can't set preferences

I've installed eclipse Mars.1 Release (4.5.1), and than i've installed spring plugin as i always do with a new linux installation (by the way i am running Manjaro Linux 15.09 fully updated with KDE) but this time i am facing a problem i have never seen before!
Everytime i go to the preferences window, the right pane won't update according to the selected option.
Ex: when i open the preferences window, if i try to drill down the "General" option, the right pane won't update, no matter what i choose in the left pane!
Can anyone help?
I had the same problem. The reason was because Eclipse didn't set up completely - there was some background tasks running (freezing actually).
Try to run Eclipse with another JRE version. I have this problem with 8u60, but everything is fine (as fine as it can be with Eclipse) when I use 8u45.
Off topic - I strongly recommend everyone to stop using Eclipse and go to Intellij IDEA. Your life will become much more happy.
UPD I faced that problem again with the new workspace, so maybe this isn't about JRE version. Try to wait a few minutes, reopen workspace again, this worked out for me.

Minimizing application with qt

I created (in Qt5 under Linux) a small QMainWindow app.
I noticed that when I'm clicking on the minimizing button, I cannot see my app anymore. In other term, I cannot see it in the bar !?
I tried with docky, cairo-dock and native Mint bar and... nothing work !)
Any idea ?
Is this running it in the debug mode inside of Qt Creator? Maybe you have to deploy it and run it outside of Qt Creator for it to get its own button on the dock/taskbar.
If not, you might have a bug that should be reported to qt.

Open website from within eclipse's internal browser?

Could anyone help me with opening web pages from within Eclipse's internal (embedded) browser? I'm running Linux (tiling window manager) and Eclipse-3.7.2 side-by-side with browser and it's a pain.
I want this to be able to comfortably read requirements from my code and at the same time code. This could be a question for superuser but it's Eclipse related so I guess I have better shot for an answer here.
Thanks in advance.
edit: I'm running gentoo linux and swt-3.7.1 with compiled in xulrunner support.
edit2: adding picture of gui menu in response to answer bellow.
Open Window / Customize Perspective... menu then on "Command Group Availability" tab find "Web Browser" entry and make sure it is checked. Then confirm that "Web Browser" is also checked on "Tool Bar Visibility" tab. Then you should see a web browser globe icon on toolbar that would open a web browser editor in the IDE.
Though you'll have to change settings on your picture to use "Internal Web Browser" then it will be opened as an Eclipse editor.
I know the question is old but I just had the same problem and was able to find the soloution.
The internal browser of SWT is using the webkitgtk browser engine. Because you're running gentoo I suppose you currently have net-libs/webkit-gtk:3 installed which is incompatible with SWT. But this is no problem because you can install the compatible net-libs/webkit-gtk:2 in a new slot.
Just install it like this:
emerge net-libs/webkit-gtk:2
After the package is installed the internal webbrowser is working again (for me)
Regards
Martin
On Ubuntu 13.04 using Eclipse it automagically worked, I was not sure which webkit I was missing, so I installed all that seemed relevant, if someone has pinpointed which it is, please comment,
Regards,
Gabriel Medina
aptitude install libqt4-webkit libqt5webkit5 libqtscript4-webkit libqtwebkit4 libswt-webkit-gtk-3-jni libwebkitgtk-1.0-0 libwebkitgtk-3.0-0

Resources