Kali Linux Install Messenger: Difference between revisions

From WikiMLT
Spas (talk | contribs)
m Spas moved page Kali Linux Install Messenger client Caprine to Kali Linux Install Messenger without leaving a redirect
Spas (talk | contribs)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude><!--[[Category:Linux_Desktop|?]]-->{{ContentArticleHeader/Linux_Desktop}}</noinclude>
<noinclude><!--[[Category:Linux_Desktop|?]]-->{{ContentArticleHeader/Linux_Desktop}}</noinclude>
Messenger for Desktop is not longer available option. The good news is There is another nice app named '''Caprine''' which is an elegant Facebook Messenger desktop app.
Caprine is an unofficial and privacy-focused Facebook Messenger app with many useful features. Caprine is feature complete. However, we welcome contributions for improvements and bug fixes.
== Download and install Caprine ==
Caprine is available as <code>.AppImage</code> or <code>.deb</code> file and many other packages. I prefer to use the <code>.deb</code> package. At the time I'm writing this guide, its current version is <code>[https://github.com/sindresorhus/caprine/releases/tag/v2.56.0 2.56.0]</code>.<syntaxhighlight lang="shell" line="1">
wget https://github.com/sindresorhus/caprine/releases/download/v2.56.0/caprine_2.56.0_amd64.deb -O ~/Downloads/caprine.deb
sudo apt install ~/Downloads/caprine.deb
</syntaxhighlight>
== Add Shortcut on the Desktop ==
<syntaxhighlight lang="shell" line="1">
cp /usr/share/applications/caprine.desktop ~/Desktop
</syntaxhighlight>Once the above command is executed, right click on the new icon and  choice on the <code>Allow Launching</code> option.
Or run the following [https://stackoverflow.com/a/73455006/6543935 commands] which will do the same for you.<syntaxhighlight lang="shell" line="1" class="force-prompt">
desktop-file-install --mode=0755 --dir=$HOME/Desktop ~/Desktop/caprine.desktop
dbus-launch gio set ~/Desktop/caprine.desktop "metadata::trusted" true
</syntaxhighlight>
== Add to Autostart Applications ==
<syntaxhighlight lang="shell" line="1">
cp /usr/share/applications/caprine.desktop  ~/.config/autostart/
</syntaxhighlight>


== References ==
== References ==


* Sindre Sorhus at GitHub: [https://github.com/sindresorhus/caprine Caprine]
* Caprine: [https://github.com/sindresorhus/caprine '''GitHub'''] | [https://sindresorhus.com/caprine/ Site]
* Messenger for Desktop: [https://github.com/aluxian/Messenger-for-Desktop GitHub] |  [https://messengerfordesktop.com/#download&#x20;Messenger&#x20;for&#x20;Desktop&#x5D; Site]  


<noinclude>
<noinclude>
Line 9: Line 32:
{{devStage  
{{devStage  
  | Прндл  = Linux Desktop
  | Прндл  = Linux Desktop
  | Стадий = 3
  | Стадий = 6
  | Фаза  = Разработване
  | Фаза  = Утвърждаване
  | Статус = Разработван
  | Статус = Утвърден
  | ИдтПт  = Spas
  | ИдтПт  = Spas
  | РзбПт  = {{REVISIONUSER}}
  | РзбПт = Spas
| АвтПт  = Spas
| УтвПт = {{REVISIONUSER}}
  | ИдтДт  = 19.08.2022
  | ИдтДт  = 19.08.2022
  | РзбДт  = {{Today}}
  | РзбДт = 19.08.2022
| АвтДт  = 19.08.2022
| УтвДт = {{Today}}
  | ИдтРв  = [[Special:Permalink/30364|30364]]
  | ИдтРв  = [[Special:Permalink/30364|30364]]
  | РзбРв  = {{REVISIONID}}
  | РзбРв = [[Special:Permalink/30368|30368]]
| АвтРв  = [[Special:Permalink/30373|30373]]
| УтвРв = {{REVISIONID}}
}}
}}
</div>
</div>
</noinclude>
</noinclude>

Latest revision as of 10:53, 23 August 2022

Mes­sen­ger for Desk­top is not longer avail­able op­tion. The good news is There is an­oth­er nice app named Caprine which is an el­e­gant Face­book Mes­sen­ger desk­top app.

Caprine is an un­of­fi­cial and pri­va­cy-fo­cused Face­book Mes­sen­ger app with many use­ful fea­tures. Caprine is fea­ture com­plete. How­ev­er, we wel­come con­tri­bu­tions for im­prove­ments and bug fix­es.

Down­load and in­stall Caprine

Caprine is avail­able as .Ap­pIm­age or .deb file and many oth­er pack­ages. I pre­fer to use the .deb pack­age. At the time I'm writ­ing this guide, its cur­rent ver­sion is 2.56.0.

wget https://github.com/sindresorhus/caprine/releases/download/v2.56.0/caprine_2.56.0_amd64.deb -O ~/Downloads/caprine.deb
sudo apt install ~/Downloads/caprine.deb

Add Short­cut on the Desk­top

cp /usr/share/applications/caprine.desktop ~/Desktop

Once the above com­mand is ex­e­cut­ed, right click on the new icon and choice on the Al­low Launch­ing op­tion. Or run the fol­low­ing com­mands which will do the same for you.

desktop-file-install --mode=0755 --dir=$HOME/Desktop ~/Desktop/caprine.desktop
dbus-launch gio set ~/Desktop/caprine.desktop "metadata::trusted" true

Add to Au­tostart Ap­pli­ca­tions

cp /usr/share/applications/caprine.desktop  ~/.config/autostart/

Ref­er­ences