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 #51205 is a reply to message #49862] Wed, 20 February 2019 20:57 Go to previous messageGo to previous message
Klugier is currently offline  Klugier
Messages: 1099
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello,

I think it is some kind of critical before release. We need to fix the installation on Ubuntu* like distrubtion such as Mint (I am currently using this distribution). What I have noticed is without appropriate .desktop file the application will not run. We need .desktop file preferable after "make install" we should copy this file to "~/.loca/share/applications" folder. The file that I used is from TheIDE installation:
#!/usr/bin/env xdg-open
[Desktop Entry]
Encoding=UTF-8
Name=TheIDE
GenericName=TheIDE
Comment=IDE for cross-platform C++ development
MimeType=application/x-upp;
Exec=/home/klugier/upp/theide
Icon=/home/klugier/upp/TheIDE.png
Terminal=false
Type=Application
Categories=Development;IDE;
StartupNotify=false


What is wrong here is that we can not use directly "~" for home directory. We need to specify full path "/home/klugier". Moreover, we need to specify the path to icon to have one in search bar Wink

I belive we need to do this before release.

Sincerely,
Klugier


U++ - one framework to rule them all.
 
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: Sat Jun 07 11:45:05 CEST 2025

Total time taken to generate the page: 0.04192 seconds