KeePass2 is a Mono app. In the launcher it appears as "Untitled window" and has a grey icon with a question mark. When I "Keep in Launcher" the icon doesn't launch the application
How to fix that?
KeePass2 is a Mono app. In the launcher it appears as "Untitled window" and has a grey icon with a question mark. When I "Keep in Launcher" the icon doesn't launch the application
How to fix that?
This is only a partial fix, not a solution for all problems listed.
I was able to create a launcher for it.
But it still shows the "untitled window" in the launcher along the new icon.
Another partial solution:
sudo apt-add-repository ppa:jtaylor/keepass
sudo apt-get update
sudo apt-get install keepass2
Open the launcher and type Keepass2
Drag the icon to the launcher
But it still shows the "untitled window" in the launcher along the new icon.
I fixed it on my end by calling the application without arguments. Using terminal navigate to /usr/share/applications by typing
cd /usr/share/applications
next use your favorite text editor I like vim,
sudo vim keepass2.desktop
after this edit the line that says Exec= it should invoke the program without arguments.
Exec=keepass2
save and quit which in vim happens by pressing Esc and typing wq for write quit!
Sorry for the more advanced I tried to do a step by step so everyone can follow the solution!