How Can I Run An Appimage from Anywhere?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite
1












I'm interested in using an appimage program (I've read What is an "AppImage"? How do I install it?), but without it installed, I can't find it in KDE's desktop search bar function. Is there a way to add it to the search bar, or make it discoverable via Konsole without having to navigate to a certain directory and performing ./program.appimage?



Is that just the way appimages are supposed to work, or is there a way to make them behave more like regular programs?







share|improve this question
















  • 2




    Two things, add to path, and add launch icon!
    – George Udosen
    Apr 21 at 5:34














up vote
1
down vote

favorite
1












I'm interested in using an appimage program (I've read What is an "AppImage"? How do I install it?), but without it installed, I can't find it in KDE's desktop search bar function. Is there a way to add it to the search bar, or make it discoverable via Konsole without having to navigate to a certain directory and performing ./program.appimage?



Is that just the way appimages are supposed to work, or is there a way to make them behave more like regular programs?







share|improve this question
















  • 2




    Two things, add to path, and add launch icon!
    – George Udosen
    Apr 21 at 5:34












up vote
1
down vote

favorite
1









up vote
1
down vote

favorite
1






1





I'm interested in using an appimage program (I've read What is an "AppImage"? How do I install it?), but without it installed, I can't find it in KDE's desktop search bar function. Is there a way to add it to the search bar, or make it discoverable via Konsole without having to navigate to a certain directory and performing ./program.appimage?



Is that just the way appimages are supposed to work, or is there a way to make them behave more like regular programs?







share|improve this question












I'm interested in using an appimage program (I've read What is an "AppImage"? How do I install it?), but without it installed, I can't find it in KDE's desktop search bar function. Is there a way to add it to the search bar, or make it discoverable via Konsole without having to navigate to a certain directory and performing ./program.appimage?



Is that just the way appimages are supposed to work, or is there a way to make them behave more like regular programs?









share|improve this question











share|improve this question




share|improve this question










asked Apr 21 at 4:48









Sarah Szabo

347416




347416







  • 2




    Two things, add to path, and add launch icon!
    – George Udosen
    Apr 21 at 5:34












  • 2




    Two things, add to path, and add launch icon!
    – George Udosen
    Apr 21 at 5:34







2




2




Two things, add to path, and add launch icon!
– George Udosen
Apr 21 at 5:34




Two things, add to path, and add launch icon!
– George Udosen
Apr 21 at 5:34










1 Answer
1






active

oldest

votes

















up vote
2
down vote



accepted










Please take a look at this https://github.com/AppImage/AppImageKit, it mentions installation on debian-based systems. It installs in these locations:



  • $HOME/Downloads (or its localized equivalent, as determined by G_USER_DIRECTORY_DOWNLOAD in glib)

  • $HOME/.local/bin

  • $HOME/bin

  • $HOME/Applications

  • /Applications

  • /isodevice/Applications

  • /isofrom/Applications

  • /run/archiso/img_dev/Applications

  • /lib/live/mount/findiso/Applications

  • /opt

  • /usr/local/bin

The last line there should make it run from any location, as I know that is in your path. So to check if that is the case run this command from the terminal:



which appimaged


Or simply



appimaged -v


The first will give the location of the program and the second will show the version installed, so in any case either should tell you if your's is setup as said in that link I provided.



I got this from that link, please take a look at it for more help:




NOTE: It may be necessary to restart (or xkill) dash, nautilus, to recognize new directories that didn't exist prior to the first run of appimaged. Alternatively, it should be sufficient to log out of the session and log in again after having run appimaged once.



If you have AppImageUpdate on your $PATH, then it can also do this neat trick:




enter image description here



  • Image source:https://github.com/AppImage/AppImageKit


Download AppImageUpdate from https://github.com/AppImage/AppImageUpdate/releases/tag/continuous and put on your $PATH:



sudo mv "Downloads/AppImageUpdate-*.AppImage" /usr/local/bin/AppImageUpdate
chmod a+x /usr/local/bin/AppImageUpdate







share|improve this answer






















  • You can run an AppImage from anywhere, but the locations mentioned above are the locations that the optional appimaged daemon monitors for automatic integration into the system (menus, icons, MIME types, etc.)
    – probono
    Apr 21 at 20:11










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1026846%2fhow-can-i-run-an-appimage-from-anywhere%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
2
down vote



accepted










Please take a look at this https://github.com/AppImage/AppImageKit, it mentions installation on debian-based systems. It installs in these locations:



  • $HOME/Downloads (or its localized equivalent, as determined by G_USER_DIRECTORY_DOWNLOAD in glib)

  • $HOME/.local/bin

  • $HOME/bin

  • $HOME/Applications

  • /Applications

  • /isodevice/Applications

  • /isofrom/Applications

  • /run/archiso/img_dev/Applications

  • /lib/live/mount/findiso/Applications

  • /opt

  • /usr/local/bin

The last line there should make it run from any location, as I know that is in your path. So to check if that is the case run this command from the terminal:



which appimaged


Or simply



appimaged -v


The first will give the location of the program and the second will show the version installed, so in any case either should tell you if your's is setup as said in that link I provided.



I got this from that link, please take a look at it for more help:




NOTE: It may be necessary to restart (or xkill) dash, nautilus, to recognize new directories that didn't exist prior to the first run of appimaged. Alternatively, it should be sufficient to log out of the session and log in again after having run appimaged once.



If you have AppImageUpdate on your $PATH, then it can also do this neat trick:




enter image description here



  • Image source:https://github.com/AppImage/AppImageKit


Download AppImageUpdate from https://github.com/AppImage/AppImageUpdate/releases/tag/continuous and put on your $PATH:



sudo mv "Downloads/AppImageUpdate-*.AppImage" /usr/local/bin/AppImageUpdate
chmod a+x /usr/local/bin/AppImageUpdate







share|improve this answer






















  • You can run an AppImage from anywhere, but the locations mentioned above are the locations that the optional appimaged daemon monitors for automatic integration into the system (menus, icons, MIME types, etc.)
    – probono
    Apr 21 at 20:11














up vote
2
down vote



accepted










Please take a look at this https://github.com/AppImage/AppImageKit, it mentions installation on debian-based systems. It installs in these locations:



  • $HOME/Downloads (or its localized equivalent, as determined by G_USER_DIRECTORY_DOWNLOAD in glib)

  • $HOME/.local/bin

  • $HOME/bin

  • $HOME/Applications

  • /Applications

  • /isodevice/Applications

  • /isofrom/Applications

  • /run/archiso/img_dev/Applications

  • /lib/live/mount/findiso/Applications

  • /opt

  • /usr/local/bin

The last line there should make it run from any location, as I know that is in your path. So to check if that is the case run this command from the terminal:



which appimaged


Or simply



appimaged -v


The first will give the location of the program and the second will show the version installed, so in any case either should tell you if your's is setup as said in that link I provided.



I got this from that link, please take a look at it for more help:




NOTE: It may be necessary to restart (or xkill) dash, nautilus, to recognize new directories that didn't exist prior to the first run of appimaged. Alternatively, it should be sufficient to log out of the session and log in again after having run appimaged once.



If you have AppImageUpdate on your $PATH, then it can also do this neat trick:




enter image description here



  • Image source:https://github.com/AppImage/AppImageKit


Download AppImageUpdate from https://github.com/AppImage/AppImageUpdate/releases/tag/continuous and put on your $PATH:



sudo mv "Downloads/AppImageUpdate-*.AppImage" /usr/local/bin/AppImageUpdate
chmod a+x /usr/local/bin/AppImageUpdate







share|improve this answer






















  • You can run an AppImage from anywhere, but the locations mentioned above are the locations that the optional appimaged daemon monitors for automatic integration into the system (menus, icons, MIME types, etc.)
    – probono
    Apr 21 at 20:11












up vote
2
down vote



accepted







up vote
2
down vote



accepted






Please take a look at this https://github.com/AppImage/AppImageKit, it mentions installation on debian-based systems. It installs in these locations:



  • $HOME/Downloads (or its localized equivalent, as determined by G_USER_DIRECTORY_DOWNLOAD in glib)

  • $HOME/.local/bin

  • $HOME/bin

  • $HOME/Applications

  • /Applications

  • /isodevice/Applications

  • /isofrom/Applications

  • /run/archiso/img_dev/Applications

  • /lib/live/mount/findiso/Applications

  • /opt

  • /usr/local/bin

The last line there should make it run from any location, as I know that is in your path. So to check if that is the case run this command from the terminal:



which appimaged


Or simply



appimaged -v


The first will give the location of the program and the second will show the version installed, so in any case either should tell you if your's is setup as said in that link I provided.



I got this from that link, please take a look at it for more help:




NOTE: It may be necessary to restart (or xkill) dash, nautilus, to recognize new directories that didn't exist prior to the first run of appimaged. Alternatively, it should be sufficient to log out of the session and log in again after having run appimaged once.



If you have AppImageUpdate on your $PATH, then it can also do this neat trick:




enter image description here



  • Image source:https://github.com/AppImage/AppImageKit


Download AppImageUpdate from https://github.com/AppImage/AppImageUpdate/releases/tag/continuous and put on your $PATH:



sudo mv "Downloads/AppImageUpdate-*.AppImage" /usr/local/bin/AppImageUpdate
chmod a+x /usr/local/bin/AppImageUpdate







share|improve this answer














Please take a look at this https://github.com/AppImage/AppImageKit, it mentions installation on debian-based systems. It installs in these locations:



  • $HOME/Downloads (or its localized equivalent, as determined by G_USER_DIRECTORY_DOWNLOAD in glib)

  • $HOME/.local/bin

  • $HOME/bin

  • $HOME/Applications

  • /Applications

  • /isodevice/Applications

  • /isofrom/Applications

  • /run/archiso/img_dev/Applications

  • /lib/live/mount/findiso/Applications

  • /opt

  • /usr/local/bin

The last line there should make it run from any location, as I know that is in your path. So to check if that is the case run this command from the terminal:



which appimaged


Or simply



appimaged -v


The first will give the location of the program and the second will show the version installed, so in any case either should tell you if your's is setup as said in that link I provided.



I got this from that link, please take a look at it for more help:




NOTE: It may be necessary to restart (or xkill) dash, nautilus, to recognize new directories that didn't exist prior to the first run of appimaged. Alternatively, it should be sufficient to log out of the session and log in again after having run appimaged once.



If you have AppImageUpdate on your $PATH, then it can also do this neat trick:




enter image description here



  • Image source:https://github.com/AppImage/AppImageKit


Download AppImageUpdate from https://github.com/AppImage/AppImageUpdate/releases/tag/continuous and put on your $PATH:



sudo mv "Downloads/AppImageUpdate-*.AppImage" /usr/local/bin/AppImageUpdate
chmod a+x /usr/local/bin/AppImageUpdate








share|improve this answer














share|improve this answer



share|improve this answer








edited Apr 21 at 5:53

























answered Apr 21 at 5:44









George Udosen

17k93559




17k93559











  • You can run an AppImage from anywhere, but the locations mentioned above are the locations that the optional appimaged daemon monitors for automatic integration into the system (menus, icons, MIME types, etc.)
    – probono
    Apr 21 at 20:11
















  • You can run an AppImage from anywhere, but the locations mentioned above are the locations that the optional appimaged daemon monitors for automatic integration into the system (menus, icons, MIME types, etc.)
    – probono
    Apr 21 at 20:11















You can run an AppImage from anywhere, but the locations mentioned above are the locations that the optional appimaged daemon monitors for automatic integration into the system (menus, icons, MIME types, etc.)
– probono
Apr 21 at 20:11




You can run an AppImage from anywhere, but the locations mentioned above are the locations that the optional appimaged daemon monitors for automatic integration into the system (menus, icons, MIME types, etc.)
– probono
Apr 21 at 20:11

















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1026846%2fhow-can-i-run-an-appimage-from-anywhere%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491