-
-
Notifications
You must be signed in to change notification settings - Fork 106
Home
Welcome to the WasIstLos wiki!
WasIstLos is an unofficial WhatsApp desktop application written in C++ with the help of gtkmm and WebKitGtk libraries. It has the abilities that a WhatsApp Web client can do, and some regular desktop application features such as a system tray icon.
The default settings config file can be located at $HOME/.config/wasistlos/settings.conf
. It is used to remember application preferences and advised not to modify manually unless you are certain. A key is not saved into the file unless you explicitly change it via the app and a default value in code is used for it instead.
Here are the available options in the settings config file:
[web]
allow-permissions=true
hw-accel=1
min-font-size=0
[general]
close-to-tray=false
start-in-tray=false
start-minimized=false
header-bar=true
zoom-level=1
notification-sounds=true
[appearance]
prefer-dark-theme=true
It's possible to inject a custom CSS to the WebView by adding your file as $HOME/.config/wasistlos/web.css
WebKit is developed by Apple and it's used as a backend for Safari. We are yet unable to trick the WhatsApp server by setting a different user agent.
This is a known issue with webkit as mentioned here. You can use a patched version of webkit to resolve this i.e. webkit2gtk-imgpaste for Arch Linux. See our related issue.
This is most probably due to a configuration error on your system which can be resolved by regenerating your locales. See the related issue.
There are some inconsistencies across DEs about this since it is a pretty old standard and the communities are trying to get rid of it slowly. See the related issue.
This is probably an upstream issue on WebKit or WhatsApp web since the latter doesn't support the former very well. We are not planning to switch to a different web engine anytime soon. It's advised to set the Hardware Acceleration policy to Never
if you experience those issues. See the related issue.
It probably crashes on exit since that is the time frame we save the config file. You can use coredumpctl
and then coredumpctl info <pid>
to get the dump to attach your issue report.
We are really happy you're reading this because we need volunteers to help with this project.
You can contribute by opening issues, and resolving any issue, especially good first issues, improving documentation, adding translations in your language etc.
Help us translate the project into your language by joining our translation project on POEditor.
Otherwise, you can follow the instructions below to make that happen manually.
- Add
<langcode>
topo/LINGUAS
. - Copy
po/wasistlos.pot
file topo/<langcode>.po
, modify the related fields, and fill in your translations. - Add related translations to
resource/desktop/com.github.xeco23.WasIstLos.desktop.in
file as well.
Whenever the default translation file (wasistlos.pot
) is updated, run the following in po
directory and translate newly added msgid
s.
intltool-update --dist --gettext-package=wasistlos --output-file=<langcode>.po <langcode>
Install the application to copy translation files into system folders and run;
LANG=<langcode.encoding> ./wasistlos
If your system language is set to the desired one, you don't need to set the environment variable.
Please send a GitHub Pull Request to WasIstLos with a clear list of what you've done. Read more about Pull Requests.
Donations are accepted through opencollective, github sponsors, ko_fi and paypal. Money collected via Open Collective is distributed to code contributors.