Hi All,

 I downloaded & unpacked Neon Eclipse on my new installed Fedora 25 KDE 
desktop.I unzipped in my /opt directory. I did all operation using root use. 
Now I wanted to use as normal user but unable to run using CLI. I followed the 
instruction provided 
https://www.if-not-true-then-false.com/2010/linux-install-eclipse-on-fedora-centos-red-hat-rhel/

tar -xvzf eclipse-java-mars-2-linux-gtk-x86_64.tar.gz -C /opt
chmod -R +r /opt/eclipse
touch /usr/bin/eclipse
chmod 755 /usr/bin/eclipse
#!/bin/sh
export ECLIPSE_HOME="/opt/eclipse"

$ECLIPSE_HOME/eclipse $*

## Create following file, with our favourite editor ##
/usr/share/applications/eclipse.desktop

## Add following content to file and save ##
[Desktop Entry]
Encoding=UTF-8
Name=Eclipse
Comment=Eclipse Neon.2.6.0
Exec=/opt/eclipse/eclipse
Icon=/opt/eclipse/icon.xpm
Terminal=false
Type=Application
Categories=Application;Development;

But I am getting below error:

Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged. 
eclipse

Please help me on this.
StartupNotify=true
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to