billy8580 wrote:I've used the new Darnya XFCE beta. I know that adding a launcher to a panel is trickier in XFCE than the simple drag method you can do in gnome. It involves getting the command in, proper icon etc. Adding it to the desktop is a snap though. Just right click. Maybe that was something that you found out already however. Also, to give you confidence in Mint XFCE on an older laptop....i have run Xubuntu on a 333 Celeron and it works just fine. Im sure Mint XFCE would be great as well.
Finding the right command is effortless, us locate or whereis.
Let us say I have installed Xmoto (which I have), but it does not appear in the menu and I want to locate the command for it:
locate xmoto wrote:/usr/share/games/xmoto
/usr/share/games/xmoto/xmoto_icone_x.ico
/usr/share/games/xmoto/xmoto.bin
/usr/share/games/xmoto/Textures
/usr/share/games/xmoto/Textures/Musics
/usr/share/games/xmoto/Textures/Musics/legolodio.ogg
/usr/share/games/xmoto/Textures/Musics/ridealong.ogg
/usr/share/games/xmoto/Textures/Musics/menu.ogg
/usr/share/games/xmoto/Textures/Musics/batcave.ogg
/usr/share/games/xmoto/Textures/Fonts
/usr/share/games/xmoto/Textures/Fonts/DejaVuSans.ttf
/usr/share/games/locale/de_DE/LC_MESSAGES/xmoto.mo
/usr/share/games/locale/ru_RU/LC_MESSAGES/xmoto.mo
/usr/share/games/locale/pl_PL/LC_MESSAGES/xmoto.mo
/usr/share/games/locale/cs_CZ/LC_MESSAGES/xmoto.mo
/usr/share/games/locale/it_IT/LC_MESSAGES/xmoto.mo
/usr/share/games/locale/lv_LV/LC_MESSAGES/xmoto.mo
/usr/share/games/locale/nb_NO/LC_MESSAGES/xmoto.mo
/usr/share/games/locale/nn_NO/LC_MESSAGES/xmoto.mo
/usr/share/games/locale/fi_FI/LC_MESSAGES/xmoto.mo
/usr/share/games/locale/fr_FR/LC_MESSAGES/xmoto.mo
/usr/share/games/locale/sv_SE/LC_MESSAGES/xmoto.mo
/usr/share/games/locale/no_NO/LC_MESSAGES/xmoto.mo
/usr/share/games/locale/es_ES/LC_MESSAGES/xmoto.mo
/usr/share/games/locale/pt_BR/LC_MESSAGES/xmoto.mo
/usr/share/games/locale/sk_SK/LC_MESSAGES/xmoto.mo
/usr/share/games/locale/ca_ES/LC_MESSAGES/xmoto.mo
/usr/share/applications/xmoto.desktop
/usr/share/man/man6/xmoto.6.gz
/usr/share/menu/xmoto
/usr/share/doc/xmoto-data
/usr/share/doc/xmoto-data/changelog.Debian.gz
/usr/share/doc/xmoto-data/copyright
/usr/share/doc/xmoto-data/changelog.gz
/usr/share/doc/xmoto-data/NEWS.Debian.gz
/usr/share/doc/xmoto
/usr/share/doc/xmoto/changelog.Debian.gz
/usr/share/doc/xmoto/copyright
/usr/share/doc/xmoto/changelog.gz
/usr/share/doc/xmoto/README.gz
/usr/share/doc/xmoto/NEWS.Debian.gz
/usr/share/pixmaps/xmoto.xpm
/usr/games/xmoto
/var/lib/dpkg/info/xmoto.postrm
/var/lib/dpkg/info/xmoto.postinst
/var/lib/dpkg/info/xmoto.md5sums
/var/lib/dpkg/info/xmoto-data.list
/var/lib/dpkg/info/xmoto.list
/var/lib/dpkg/info/xmoto-data.md5sums
The bold line told me the executable, then I can check the command:
whereis xmoto wrote:xmoto: /usr/games/xmoto /usr/share/man/man6/xmoto.6.gz
That did not bring anything new to the picture, as locate had already found the command (xmoto), but anyway, I now know the exact command to launch xmoto and where that is placed. I could first try to launch by just typing xmoto, if that fails I would use the full adress (/usr/games/xmoto)