mhbell Posted November 20, 2020 Share Posted November 20, 2020 I will try to explain this as best I can. I have Manjaro cinnamon installed and working great. I use luckybackup in mint and want to use it in Manjaro. I downloaded the tar file and opened it. I then executed in the terminal qmake make and it did everything OK and made a directory. Now the only way I can run the application is to cd to the directory while in the terminal and the use the command ./luckybackup. Here is the comple syntax [mhb@Manjaro ~]$ cd luckybackup-0.5.0 [mhb@Manjaro luckybackup-0.5.0]$ ./luckybackup the program is then executed and works. What I want to do is put the program in my application menu. There is a folder with Icons for the application. I am not sure about how to get the application into the applicarion menu so that I can just click on a icon to run the program. Mel Quote Link to comment Share on other sites More sharing options...
sunrat Posted November 20, 2020 Share Posted November 20, 2020 In Debian the menu is populated by placing .desktop files in /usr/share/applications/ . The syntax is fairly simple. If Manjaro/Cinnamon uses the same method (it probably does as it's an xdg standard), just look in there for any other .desktop file and modify to suit. Here's a simple one from my system for Mirage (filename is mirage.desktop), the categories are fairly self-explanatory and you can ignore mimetypes for Luckybackup I guess: [Desktop Entry] Name=Mirage Comment=A fast GTK+ Image Viewer Exec=mirage %f Terminal=false Type=Application Icon=mirage Keywords=Image;Viewer;Graphical; Categories=GTK;Graphics;2DGraphics;Viewer; MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;image/x-pcx;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-sun-raster;image/x-tga;image/x-xbitmap;image/x-xpixmap;image/svg+xml; You might need full path for Icon and/or Exec depending on where it is. Quote Link to comment Share on other sites More sharing options...
securitybreach Posted November 20, 2020 Share Posted November 20, 2020 It's available in the AUR which will put it in your menu automatically. https://aur.archlinux.org/packages/luckybackup/ Quote Link to comment Share on other sites More sharing options...
V.T. Eric Layton Posted November 20, 2020 Share Posted November 20, 2020 RULE #1 for ALL Linux distributions: Always search the repos before building on your own. Of course, you know that already, Mel. ___ By the way, Josh... Configs/PGP Key/comhack π ∞ I happened to click on your comhack in your sigline a few moments ago. I notice that nothing is happening there. The page doesn't even load. At one time, you had a "coming soon" notice, but not anymore. I guess I'm just going to have to quit waiting for comhack to come online, huh? It's been like waiting for my winning lottery jackpot or watching a pot boil. 1 Quote Link to comment Share on other sites More sharing options...
securitybreach Posted November 20, 2020 Share Posted November 20, 2020 I had to redo my VPS and I haven't set it back yet. I have all the configs backed up. 1 Quote Link to comment Share on other sites More sharing options...
mhbell Posted November 20, 2020 Author Share Posted November 20, 2020 Thanks Sunrat I will have to see where the desktop ini files are placed in manjaro. Eric and Security I searched the AUR repos and Manjaro pamac did not find it. I had to go to Source Forge and download a tarball which after extracting I had to compile. I will search the AUR repos again and use Pacman. Mel Quote Link to comment Share on other sites More sharing options...
mhbell Posted November 20, 2020 Author Share Posted November 20, 2020 Problem solved I found that the AUR repo was not activated in Pamac even though it looked like it was. I activated it and downloaded the build package and got it compiled and installed. Thanks everyone. Now I will check to see where it put the desktop ini file. It is working now. Mel 1 2 Quote Link to comment Share on other sites More sharing options...
securitybreach Posted November 20, 2020 Share Posted November 20, 2020 Good deal Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.