Unable to open Pinta from launcher but can open from terminal
Bug #1973429 reported by
Oliver Dalton
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Pinta |
New
|
Undecided
|
Unassigned |
Bug Description
OS: Xubuntu 22.04
Desktop Environment: XFCE 4.16
.NET version: 6.0.201 (have also tried 6.0.3)
Issue:
After installing Pinta 2.0.2 from the tarball I am unable to open it in the UI using pinta.desktop but can open it by running pinta in a terminal
Installation steps:
tar -xzf pinta-20.0.2.tar.gz
cd pinta-2.0.2/
./configure
make
sudo make install
What I've tried:
I tried running the following commands as per a few answers on Stack Exchange but no luck:
gio set myapp.desktop metadata::trusted yes
sudo chmod +x pinta.desktop
I also tried marking the Launcher as 'Run in terminal' and changing the command to:
sh -c 'pinta'
sh -c 'dotnet /usr/local/
To post a comment you must log in.
Does it show up in your UI (e.g. application launcher) and just doesn't run, or is it not being picked up at all?
From https:/ /wiki.archlinux .org/title/ desktop_ entries# Validation, I'm also not sure if you might need to update the desktop database after doing a manual install