Kali Linux Install Viber: Difference between revisions
m (→References) |
m (Text replacement - "mlw-continue" to "code-continue") |
||
(6 intermediate revisions by the same user not shown) | |||
Line 18: | Line 18: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
I do not have idea does Viber, or Gnome 42 or Kali itself cause the problem, but the easiest workaround that could be applied it to create a fake 'us-phonetic' keymap into the file <code>/usr/share/X11/xkb/symbols/us</code>. Execute the following code as single command to do that. | I do not have idea does Viber, or Gnome 42 or Kali itself cause the problem, but the easiest workaround that could be applied it to create a fake 'us-phonetic' keymap into the file <code>/usr/share/X11/xkb/symbols/us</code>. Execute the following code as single command to do that. | ||
<syntaxhighlight lang="shell" line="1" class=" | <syntaxhighlight lang="shell" line="1" class="multi-line-cmd mlw-shell-gray"> | ||
cat << EOF | sudo tee -a /usr/share/X11/xkb/symbols/us | cat << EOF | sudo tee -a /usr/share/X11/xkb/symbols/us | ||
Line 66: | Line 66: | ||
nano ~/.local/share/applications/viber.desktop | nano ~/.local/share/applications/viber.desktop | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<syntaxhighlight lang="bash" line="1" highlight="4" class=" | <syntaxhighlight lang="bash" line="1" highlight="4" class="code-continue"> | ||
[Desktop Entry] | [Desktop Entry] | ||
Name=Viber | Name=Viber | ||
Line 80: | Line 80: | ||
update-desktop-database ~/.local/share/applications/ | update-desktop-database ~/.local/share/applications/ | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Thus the wrapper script will be used when you launch Viber from within the Applications menu in Gnome. In order to add an icon to the user's desktop just copy the launcher there. Then right click on the new icon and | Thus the wrapper script will be used when you launch Viber from within the Applications menu in Gnome. In order to add an icon to the user's desktop just copy the launcher there. Then right click on the new icon and choice on the <code>Allow Launching</code> option.<syntaxhighlight lang="shell" line="1"> | ||
cp ~/.local/share/applications/viber.desktop ~/Desktop | cp ~/.local/share/applications/viber.desktop ~/Desktop | ||
</syntaxhighlight>'''Auto start.''' To start Viber at user log-in copy the desktop launcher to the directory <code>~/.config/autostart</code> and modify it in the following way to start Viber minimized. <syntaxhighlight lang="shell" line="1"> | </syntaxhighlight>'''Auto start.''' To start Viber at user log-in copy the desktop launcher to the directory <code>~/.config/autostart</code> and modify it in the following way to start Viber minimized. <syntaxhighlight lang="shell" line="1"> | ||
nano ~/.config/autostart/viber.desktop | nano ~/.config/autostart/viber.desktop | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<syntaxhighlight lang="bash" line="1" highlight="4" class=" | <syntaxhighlight lang="bash" line="1" highlight="4" class="code-continue"> | ||
[Desktop Entry] | [Desktop Entry] | ||
Name=Viber | Name=Viber | ||
Line 100: | Line 100: | ||
* Viber Home Page: [https://www.viber.com/en/download/ Download Viber] | * Viber Home Page: [https://www.viber.com/en/download/ Download Viber] | ||
* Ubuntu Documentation: [https://help.ubuntu.com/community/Custom%20keyboard%20layout%20definitions Custom keyboard layout definitions] | |||
* Simpliest.rocks: [https://simpleit.rocks/linux/switch-keyboard-layouts/ Switch between languages in Linux with xkb. Write in multiple languages with same keyboard] | |||
* Ask Ubuntu: [https://askubuntu.com/q/434849/566421 Change keyboard layout (English UK) on command line to English US] | |||
* Super User: [https://superuser.com/q/404457 How can I change the input keyboard layout while in the console?] | |||
* Ask Ubuntu: [https://askubuntu.com/a/845787/566421 Viber indicator not working] | * Ask Ubuntu: [https://askubuntu.com/a/845787/566421 Viber indicator not working] | ||
* Ask Ubuntu: [https://askubuntu.com/q/610474/566421 Can ~/.local/share/applications override /usr/share/applications?] | * Ask Ubuntu: [https://askubuntu.com/q/610474/566421 Can ~/.local/share/applications override /usr/share/applications?] | ||
<noinclude> | <noinclude> | ||
Line 109: | Line 111: | ||
{{devStage | {{devStage | ||
| Прндл = Linux Desktop | | Прндл = Linux Desktop | ||
| Стадий = | | Стадий = 6 | ||
| Фаза = | | Фаза = Утвърждаване | ||
| Статус = | | Статус = Утвърден | ||
| ИдтПт = Spas | | ИдтПт = Spas | ||
| РзбПт = {{REVISIONUSER}} | | РзбПт = Spas | ||
| АвтПт = Spas | |||
| УтвПт = {{REVISIONUSER}} | |||
| ИдтДт = 18.08.2022 | | ИдтДт = 18.08.2022 | ||
| РзбДт = {{Today}} | | РзбДт = 18.08.2022 | ||
| АвтДт = 18.08.2022 | |||
| УтвДт = {{Today}} | |||
| ИдтРв = [[Special:Permalink/30338|30338]] | | ИдтРв = [[Special:Permalink/30338|30338]] | ||
| РзбРв = {{REVISIONID}} | | РзбРв = [[Special:Permalink/30357|30357]] | ||
| АвтРв = [[Special:Permalink/30358|30358]] | |||
| УтвРв = {{REVISIONID}} | |||
}} | }} | ||
</div> | </div> | ||
</noinclude> | </noinclude> |
Latest revision as of 07:30, 26 September 2022
This approach of Viber setup is tested with Kali Linux 2022.04.
Download and install Viber
Download the Viber's .deb package and install it.
wget https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb -O ~/Downloads/viber.deb
sudo apt install ~/Downloads/viber.deb
Create a Fake 'us-phonetic' Keymap
I'm using Bulgarian (traditional phonetic) keyboard layout alongside English (US). When I'm trying to start Viber when the English is used as keyboard layout the following error prevents Viber from start.
viber
xkbcommon: ERROR: Couldn't process include statement for 'us(phonetic)'
xkbcommon: ERROR: Abandoning symbols file "(unnamed)"
xkbcommon: ERROR: Failed to compile xkb_symbols
xkbcommon: ERROR: Failed to compile keymap
[14547:14573:0818/213359.103080:FATAL:xkb_keyboard_layout_engine.cc(640)] Keymap file failed to load: us-phonetic
I do not have idea does Viber, or Gnome 42 or Kali itself cause the problem, but the easiest workaround that could be applied it to create a fake 'us-phonetic' keymap into the file /usr/share/X11/xkb/symbols/us
. Execute the following code as single command to do that.
cat << EOF | sudo tee -a /usr/share/X11/xkb/symbols/us
// Reference: https://wiki.metalevel.tech/wiki/Kali_Linux_Install_Viber
partial alphanumeric_keys
xkb_symbols "phonetic" {
include "us(basic)"
name[Group1]= "English (US, Viber workaround by MLT)";
};
EOF
Fix the App Indicator
The Viber's app indicator doesn't work by default for a long time. The working solution is to launch it by dbus-launch
.
dbus-launch /opt/viber/Viber %u
I'm using the following wrapper scrip that uses also xdotool
to add an option to minimize Viber when it is launched.
sudo nano /usr/local/bin/viber.launcher.sh && sudo chmod +x /usr/local/bin/viber.launcher.sh
#!/bin/sh
# Reference: https://wiki.metalevel.tech/wiki/Kali_Linux_Install_Viber
# /usr/share/applications/viber.desktop
# > Exec=/usr/local/bin/viber.launcher.sh [minimized|close]
if [ "$1" = "close" ]; then
pkill -9 Viber >/dev/null 2>&1
exit
else
dbus-launch /opt/viber/Viber %u &
if [ "$1" = "minimized" ]; then
sleep 2 && xdotool windowminimize "$(xdotool search --name "Viber" | tail -1)"
# The command 'xdotool windowclose' also can be used
fi
fi
The script viber.launcher.sh
can be used in the following ways from the command-line.
viber.launcher.sh # Launch Viber with App Indicator
viber.launcher.sh minimized # Launch Viber minimized
viber.launcher.sh close # Kill Viber
Create Custom Desktop Launchers
The final step is to create modified desktop launcher(s) for Viber which uses the script presented above. You can modify directly directly /usr/share/applications/viber.desktop
, but I prefer to create a local copy within my user's home directory.
nano ~/.local/share/applications/viber.desktop
[Desktop Entry]
Name=Viber
Comment=Viber VoIP and messenger
Exec=/usr/local/bin/viber.launcher.sh
Icon=/usr/share/pixmaps/viber.png
Terminal=false
Type=Application
Categories=Network;InstantMessaging;P2P;
MimeType=x-scheme-handler/viber;
update-desktop-database ~/.local/share/applications/
Thus the wrapper script will be used when you launch Viber from within the Applications menu in Gnome. In order to add an icon to the user's desktop just copy the launcher there. Then right click on the new icon and choice on the Allow Launching
option.
cp ~/.local/share/applications/viber.desktop ~/Desktop
Auto start. To start Viber at user log-in copy the desktop launcher to the directory ~/.config/autostart
and modify it in the following way to start Viber minimized.
nano ~/.config/autostart/viber.desktop
[Desktop Entry]
Name=Viber
Comment=Viber VoIP and messenger
Exec=/usr/local/bin/viber.launcher.sh minimized
Icon=/usr/share/pixmaps/viber.png
Terminal=false
Type=Application
Categories=Network;InstantMessaging;P2P;
MimeType=x-scheme-handler/viber;
References
- Viber Home Page: Download Viber
- Ubuntu Documentation: Custom keyboard layout definitions
- Simpliest.rocks: Switch between languages in Linux with xkb. Write in multiple languages with same keyboard
- Ask Ubuntu: Change keyboard layout (English UK) on command line to English US
- Super User: How can I change the input keyboard layout while in the console?
- Ask Ubuntu: Viber indicator not working
- Ask Ubuntu: Can ~/.local/share/applications override /usr/share/applications?