Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » Gnome won't start TheIDE with double click
Re: Gnome won't start TheIDE with double click [message #51212 is a reply to message #51209] Thu, 21 February 2019 19:31 Go to previous messageGo to previous message
amrein is currently offline  amrein
Messages: 278
Registered: August 2008
Location: France
Experienced Member
Hi

We have 3 options:

1. "make install" create theide.desktop and copy theide.png in ~/upp using full path (/home/user/upp/theide.desktop)

2. "make install" create theide.desktop and copy theide.png in ~/upp using full path (/home/user/upp/theide.desktop) and also use "xdg-desktop-menu install --mode user --novendor theide.desktop" to create a standard menu entry in "~/.local/share/applications" (xdg-desktop-menu is mandatory here). We will also need to provide an uninstall script to remove the xdg-desktop entry or at least, tell users to use "xdg-desktop-menu uninstall --mode user --novendor theide.desktop" if they want to clean their menu.

3. add "LINKOPTIONS=-no-pie" when using gcc as compiler in "domake" script to compiles programs as executable instead of position-independent executable.

The -pie option is mainly useful for security reasons. Microsoft does the same position-independent executable thing.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Nightly doesn't compile with make on linux
Next Topic: U++ TheIDE don't work on my Mac os x 10.13.6
Goto Forum:
  


Current Time: Sun May 05 02:50:03 CEST 2024

Total time taken to generate the page: 0.02026 seconds