Changes between Version 4 and Version 5 of install-jitsi-meet-linux


Ignore:
Timestamp:
May 24, 2020, 8:40:04 PM (4 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • install-jitsi-meet-linux

    v4 v5  
    1515By default, your browser may automatically save it to your Downloads folder. If you are prompted to choose a folder, please choose your Downloads folder.
    1616
    17 == Change permissions ==
    18 
    19 Next, you have to make the file executable.
    20 
    21 Right click on the file and click `Properties`
    22 
    23 Then, click the Permissions tab.
    24 
    25 Then place a checkmark in the "Allow executing file as program"
    26 
    27 == Make it show up in your menu system ==
     17== Make it startable and findable ==
    2818
    2919Next, we have to create a "desktop" file for it, so it will show up in your menu system.
     
    3222
    3323{{{
     24chmod 755 ~/Downloads/jitsi-meet-x86_64.AppImage
    3425mkdir -p ~/.local/share/applications
    3526wget "https://raw.githubusercontent.com/jitsi/jitsi-meet-electron/master/resources/icons/icon_128x128.png" -O ~/Downloads/jitsi-meet.png
     
    3829}}}
    3930
     31== Logout ==
     32
     33Before it shows up in your menus and list of applications, you may need to logout and log back in again.