Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: [GNOME] How to add favorite to sidebar?

  1. #11
    Join Date
    May 2010
    Beans
    3,246

    Re: [GNOME] How to add favorite to sidebar?

    You can escape the space by changing
    Code:
    Exec=/media/scout/5b08b33b-1011-4ff8-abbb-f77978ddc8ec/Standard Notes/standard-notes-3.5.11-linux-x86_64.AppImage
    to
    Code:
    Exec=/media/scout/5b08b33b-1011-4ff8-abbb-f77978ddc8ec/Standard\ Notes/standard-notes-3.5.11-linux-x86_64.AppImage
    Note the character after "Standard"

  2. #12
    Join Date
    Aug 2020
    Beans
    10

    Re: [GNOME] How to add favorite to sidebar?

    Quote Originally Posted by Dennis N View Post
    Yes, Linux does not like spaces in paths to file locations.

    Does the program's icon appear in the "Show Applicatiions" grid?

    The /media location you are using is for temporary mounting - like USB drives. If you have the program files on a removable drive, that might make a difference in your options. I would move the program and icon files into your home folder.

    I place all AppImages in one folder, ~/appimages.
    Oh interesting, that is the path to my 1TB internal hard drive where I keep my personal data haha. Maybe I don't have that set up quite properly. Anyway, I've moved the directory where the appimage and icon files are, under my personal dir. (/home/scout in this case)

    When I run the updated .desktop file, I still get the same "failed to execute child process" error.

  3. #13
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: [GNOME] How to add favorite to sidebar?

    Get rid of the top line in your .desktop file. I downloaded the AppImage and made a basic .desktop file to be sure it works. It does. In the dock, the "add to favorites" option is in the right-click menu. No icon could be found so I just used 'text editor' to get a working icon.
    Code:
    [Desktop Entry]
    Version=1.0
    Type=Application
    Terminal=false
    Exec=/home/dmn/appimages/standard-notes-3.5.11-linux-x86_64.AppImage
    Name=Standard Notes
    Icon=text-editor
    See screenshots.
    Attached Images Attached Images
    Last edited by Dennis N; December 1st, 2020 at 07:19 AM.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •