Cant select Qt Creator in Ubuntu Select Application Menu
-
Installing Qt Creator and Qt from source, usually it was fine
Kindly advise
-
@JacobNovitsky There is either:
- No Qt Creator desktop file present in the places Ubuntu looks (possible). That would include:
- /usr/share/applications
- ~/.local/share/applications
- Or the desktop file does not list
text/plain
as an associated MIME type. Cannot see why Qt Creator would associate this out-of-the-box
- No Qt Creator desktop file present in the places Ubuntu looks (possible). That would include:
-
@ChrisW67 said in Cant select Qt Creator in Ubuntu Select Application Menu:
Or the desktop file does not list text/plain as an associated MIME type. Cannot see why Qt Creator would associate this out-of-the-box
Thanks for lead!
What helped me:
both location ammended my desktop file to
[Desktop Entry]
Name=Qt Creator
Exec=/home/j/qtcreator_build/bin/qtcreator
Icon=/home/j/s/icons/qtcreator.png
Type=Application
Categories=Development;
Terminal=false
MimeType=text/plain;279 xdg-mime query default text/plain
280 xdg-mime default qtcreator.desktop text/plain
281 sudo update-desktop-database -
@JacobNovitsky now my open qt projects looks like that
how to fix it? previously all was concat to one icon, so I could easy click on icon and select project I need to switch
not max convinient, but still was fine
how to rollback to that usually state
-
@JacobNovitsky If you want to undo what you did then just do so. You did keep a backup, right?