You are not logged in.
I'm running Debian 9 with xfce 4.12. I want to add a program to xfce-appfinder so I can search it in the application finder and run it like that. So I've added the following pycharm.desktop file to /usr/share/applications:
[Desktop Entry]
Name=pycharm
Exec=/opt/pycharm/bin/pycharm
Icon=/opt/pycharm/bin/pycharm.png
Type=Application
Categories=Development;
But even after restarting my computer, "pycharm" won't come up in the application finder. However, if I click the drop-down next to the search bar, i can navigate to pycharm and run it like that.
How do I get "pycharm" to show up in the search bar of the application finder?
Last edited by kebab-vendor (2018-09-08 13:53:59)
Offline
Hello and welcome.
In the newer version of xfce4-appfinder (the GTK3-migrated version), the search seems to work fine. However, for the older one shipped with 4.12 it doesn't. So it appears that the issue has been fixed somewhere along the line. (Possibly this commit and included in 4.13.0).
As a workaround, try searching for the program by full path: "/opt/pyc...." - it should find it.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks ToZ!
Offline
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 523.5 KiB (Peak: 529.95 KiB) ]