From 936a06ee2db11cf5d6070090581ba2707e828e58 Mon Sep 17 00:00:00 2001 From: Enes Hecan Date: Thu, 17 Oct 2024 12:22:53 +0200 Subject: [PATCH] Rename the app to WasIstLos --- .github/workflows/release.yml | 10 ++++---- CMakeLists.txt | 8 +++---- CONTRIBUTING.md | 6 ++--- README.md | 22 +++++++++--------- appimage/AppImageBuilder.yml | 8 +++---- debian/changelog | 4 ++-- debian/control | 6 ++--- debian/copyright | 6 ++--- debian/upstream/metadata | 8 +++---- debian/watch | 2 +- po/{whatsapp-for-linux.pot => WasIstLos.pot} | 8 +++---- po/bn.po | 6 ++--- po/cs.po | 6 ++--- po/de.po | 6 ++--- po/es.po | 6 ++--- po/fr.po | 6 ++--- po/hu.po | 6 ++--- po/it.po | 8 +++---- po/ka.po | 6 ++--- po/nl.po | 6 ++--- po/pl.po | 6 ++--- po/pt_BR.po | 6 ++--- po/ru.po | 6 ++--- po/si.po | 6 ++--- po/tr.po | 6 ++--- po/uk.po | 10 ++++---- po/zh_Hans.po | 6 ++--- ...om.github.xeco23.WasIstLos.appdata.xml.in} | 6 ++--- ...=> com.github.xeco23.WasIstLos.desktop.in} | 14 ----------- resource/gresource.xml | 8 +++---- ...ux.png => com.github.xeco23.WasIstLos.png} | Bin ...ithub.xeco23.WasIstLos-tray-attention.png} | Bin ...g => com.github.xeco23.WasIstLos-tray.png} | Bin ...ux.png => com.github.xeco23.WasIstLos.png} | Bin ...ithub.xeco23.WasIstLos-tray-attention.png} | Bin ...g => com.github.xeco23.WasIstLos-tray.png} | Bin ...ux.png => com.github.xeco23.WasIstLos.png} | Bin ...ithub.xeco23.WasIstLos-tray-attention.png} | Bin ...g => com.github.xeco23.WasIstLos-tray.png} | Bin ...ux.png => com.github.xeco23.WasIstLos.png} | Bin ...ithub.xeco23.WasIstLos-tray-attention.png} | Bin ...g => com.github.xeco23.WasIstLos-tray.png} | Bin ...ux.png => com.github.xeco23.WasIstLos.png} | Bin ...ithub.xeco23.WasIstLos-tray-attention.png} | Bin ...g => com.github.xeco23.WasIstLos-tray.png} | Bin resource/ui/MainWindow.ui | 2 +- snap/snapcraft.yaml | 12 +++++----- src/ui/MainWindow.cpp | 2 +- src/ui/TrayIcon.cpp | 12 +++++----- 49 files changed, 116 insertions(+), 130 deletions(-) rename po/{whatsapp-for-linux.pot => WasIstLos.pot} (95%) rename resource/desktop/{com.github.eneshecan.WhatsAppForLinux.appdata.xml.in => com.github.xeco23.WasIstLos.appdata.xml.in} (77%) rename resource/desktop/{com.github.eneshecan.WhatsAppForLinux.desktop.in => com.github.xeco23.WasIstLos.desktop.in} (82%) rename resource/image/icons/hicolor/128x128/apps/{com.github.eneshecan.WhatsAppForLinux.png => com.github.xeco23.WasIstLos.png} (100%) rename resource/image/icons/hicolor/128x128/status/{com.github.eneshecan.WhatsAppForLinux-tray-attention.png => com.github.xeco23.WasIstLos-tray-attention.png} (100%) rename resource/image/icons/hicolor/128x128/status/{com.github.eneshecan.WhatsAppForLinux-tray.png => com.github.xeco23.WasIstLos-tray.png} (100%) rename resource/image/icons/hicolor/16x16/apps/{com.github.eneshecan.WhatsAppForLinux.png => com.github.xeco23.WasIstLos.png} (100%) rename resource/image/icons/hicolor/16x16/status/{com.github.eneshecan.WhatsAppForLinux-tray-attention.png => com.github.xeco23.WasIstLos-tray-attention.png} (100%) rename resource/image/icons/hicolor/16x16/status/{com.github.eneshecan.WhatsAppForLinux-tray.png => com.github.xeco23.WasIstLos-tray.png} (100%) rename resource/image/icons/hicolor/256x256/apps/{com.github.eneshecan.WhatsAppForLinux.png => com.github.xeco23.WasIstLos.png} (100%) rename resource/image/icons/hicolor/256x256/status/{com.github.eneshecan.WhatsAppForLinux-tray-attention.png => com.github.xeco23.WasIstLos-tray-attention.png} (100%) rename resource/image/icons/hicolor/256x256/status/{com.github.eneshecan.WhatsAppForLinux-tray.png => com.github.xeco23.WasIstLos-tray.png} (100%) rename resource/image/icons/hicolor/32x32/apps/{com.github.eneshecan.WhatsAppForLinux.png => com.github.xeco23.WasIstLos.png} (100%) rename resource/image/icons/hicolor/32x32/status/{com.github.eneshecan.WhatsAppForLinux-tray-attention.png => com.github.xeco23.WasIstLos-tray-attention.png} (100%) rename resource/image/icons/hicolor/32x32/status/{com.github.eneshecan.WhatsAppForLinux-tray.png => com.github.xeco23.WasIstLos-tray.png} (100%) rename resource/image/icons/hicolor/64x64/apps/{com.github.eneshecan.WhatsAppForLinux.png => com.github.xeco23.WasIstLos.png} (100%) rename resource/image/icons/hicolor/64x64/status/{com.github.eneshecan.WhatsAppForLinux-tray-attention.png => com.github.xeco23.WasIstLos-tray-attention.png} (100%) rename resource/image/icons/hicolor/64x64/status/{com.github.eneshecan.WhatsAppForLinux-tray.png => com.github.xeco23.WasIstLos-tray.png} (100%) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa35dcc..0b28ac7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: with: recipe: "./appimage/AppImageBuilder.yml" env: - UPDATE_INFO: gh-releases-zsync|eneshecan|whatsapp-for-linux|${{ env.RELEASE_VERSION }}|*x86_64.AppImage.zsync + UPDATE_INFO: gh-releases-zsync|eneshecan|WasIstLos|${{ env.RELEASE_VERSION }}|*x86_64.AppImage.zsync - name: Push Tag id: push-tag @@ -87,8 +87,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create-release.outputs.upload_url }} - asset_path: "whatsapp-for-linux_${{ env.RELEASE_VERSION }}_amd64.deb" - asset_name: "whatsapp-for-linux_${{ env.RELEASE_VERSION }}_amd64.deb" + asset_path: "WasIstLos_${{ env.RELEASE_VERSION }}_amd64.deb" + asset_name: "WasIstLos_${{ env.RELEASE_VERSION }}_amd64.deb" asset_content_type: application/deb - name: Upload Snap Package @@ -109,8 +109,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create-release.outputs.upload_url }} - asset_path: "whatsapp-for-linux-${{ env.RELEASE_VERSION }}-x86_64.AppImage" - asset_name: "whatsapp-for-linux-${{ env.RELEASE_VERSION }}-x86_64.AppImage" + asset_path: "WasIstLos-${{ env.RELEASE_VERSION }}-x86_64.AppImage" + asset_name: "WasIstLos-${{ env.RELEASE_VERSION }}-x86_64.AppImage" asset_content_type: application/appimage - name: Publish Snap to Store diff --git a/CMakeLists.txt b/CMakeLists.txt index 3119d36..4736bdc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.12) project( - whatsapp-for-linux + WasIstLos VERSION 1.6.5 DESCRIPTION "An unofficial WhatsApp desktop application for Linux" - HOMEPAGE_URL "https://github.com/eneshecan/whatsapp-for-linux" + HOMEPAGE_URL "https://github.com/xeco23/WasIstLos" LANGUAGES C CXX ) @@ -12,12 +12,12 @@ include(GNUInstallDirs) set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(WFL_NAME ${CMAKE_PROJECT_NAME}) -set(WFL_FRIENDLY_NAME "WhatsApp for Linux") +set(WFL_FRIENDLY_NAME "Was Ist Los") set(WFL_DESCRIPTION ${CMAKE_PROJECT_DESCRIPTION}) set(WFL_HOMEPAGE ${CMAKE_PROJECT_HOMEPAGE_URL}) set(WFL_VERSION ${CMAKE_PROJECT_VERSION}) string(TIMESTAMP WFL_BUILD_DATE "%Y-%m-%d") -set(WFL_APP_ID "com.github.eneshecan.WhatsAppForLinux") +set(WFL_APP_ID "com.github.xeco23.WasIstLos") set(WFL_ICON ${WFL_APP_ID}) set(GETTEXT_PACKAGE ${WFL_NAME}) set(WFL_LOCALEDIR "${CMAKE_INSTALL_FULL_LOCALEDIR}") diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a2cae1..32d2d14 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,12 +4,12 @@ We are really happy you're reading this, because we need volunteers to help this ## Code -You can contribute by opening issues, resolving any issue especially [good first issues](https://github.com/eneshecan/whatsapp-for-linux/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22), -improving documentation, adding [translations](https://github.com/eneshecan/whatsapp-for-linux/wiki#translations) in your language etc. +You can contribute by opening issues, resolving any issue especially [good first issues](https://github.com/xeco/WasIstLos/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22), +improving documentation, adding [translations](https://github.com/xeco23/WasIstLos/wiki#translations) in your language etc. ### Submitting changes -Please send a [GitHub Pull Request to whatsapp-for-linux](https://github.com/eneshecan/whatsapp-for-linux/pull/new/master) with a clear list of what you've done. +Please send a [GitHub Pull Request to WasIstLos](https://github.com/xeco23/WasIstLos/pull/new/master) with a clear list of what you've done. Read more about [Pull Requests](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request). diff --git a/README.md b/README.md index 6a79543..953d0e5 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ -# WhatsApp for Linux +# WasIstLos An unofficial WhatsApp desktop application for Linux.

- + Download on Flathub - + Get it from the Snap Store

-[![Action Status](https://github.com/eneshecan/whatsapp-for-linux/workflows/Linter/badge.svg)](https://github.com/eneshecan/whatsapp-for-linux/actions/workflows/linter.yml) -[![Action Status](https://github.com/eneshecan/whatsapp-for-linux/workflows/Build/badge.svg)](https://github.com/eneshecan/whatsapp-for-linux/actions/workflows/build.yml) -[![Action Status](https://github.com/eneshecan/whatsapp-for-linux/workflows/Install/badge.svg)](https://github.com/eneshecan/whatsapp-for-linux/actions/workflows/install.yml) -[![Action Status](https://github.com/eneshecan/whatsapp-for-linux/workflows/Release/badge.svg)](https://github.com/eneshecan/whatsapp-for-linux/actions/workflows/release.yml) +[![Action Status](https://github.com/xeco23/WasIstLos/workflows/Linter/badge.svg)](https://github.com/xeco23/WasIstLos/actions/workflows/linter.yml) +[![Action Status](https://github.com/xeco23/WasIstLos/workflows/Build/badge.svg)](https://github.com/xeco23/WasIstLos/actions/workflows/build.yml) +[![Action Status](https://github.com/xeco23/WasIstLos/workflows/Install/badge.svg)](https://github.com/xeco23/WasIstLos/actions/workflows/install.yml) +[![Action Status](https://github.com/xeco23/WasIstLos/workflows/Release/badge.svg)](https://github.com/xeco23/WasIstLos/actions/workflows/release.yml) [![POEditor](https://img.shields.io/badge/Translations-POEditor-brightgreen)](https://poeditor.com/join/project/jMGkxVn3vN) ![App Window](screenshot/app.png) @@ -22,8 +22,8 @@ An unofficial WhatsApp desktop application for Linux. ## About -WhatsApp for Linux is an unofficial WhatsApp desktop application written in C++ with the help of gtkmm and WebKitGtk libraries. -Check out [wiki](https://github.com/eneshecan/whatsapp-for-linux/wiki) for further details. +WasIstLos is an unofficial WhatsApp desktop application written in C++ with the help of gtkmm and WebKitGtk libraries. +Check out [wiki](https://github.com/xeco23/WasIstLos/wiki) for further details. ## Features @@ -41,7 +41,7 @@ Check out [wiki](https://github.com/eneshecan/whatsapp-for-linux/wiki) for furth * Open chat by phone number -## Using WhatsApp for Linux +## Using WasIstLos The application is available from a number of Linux distributions: @@ -75,7 +75,7 @@ make -j4 make update-translation # Run -./whatsapp-for-linux +./WasIstLos ``` ### Local installation diff --git a/appimage/AppImageBuilder.yml b/appimage/AppImageBuilder.yml index c9cbfe7..c0ca923 100644 --- a/appimage/AppImageBuilder.yml +++ b/appimage/AppImageBuilder.yml @@ -2,11 +2,11 @@ version: 1 AppDir: path: ./AppDir app_info: - id: com.github.eneshecan.WhatsAppForLinux - name: whatsapp-for-linux - icon: com.github.eneshecan.WhatsAppForLinux + id: com.github.xeco23.WasIstLos + name: WasIstLos + icon: com.github.xeco23.WasIstLos version: !ENV ${RELEASE_VERSION} - exec: usr/bin/whatsapp-for-linux + exec: usr/bin/wasistlos exec_args: $@ after_bundle: | # Binary patch absolute paths in libwebkit files diff --git a/debian/changelog b/debian/changelog index 8c3c86d..a97f55f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -whatsapp-for-linux (0) stable; urgency=medium +WasIstLos (0) stable; urgency=medium - * See https://github.com/eneshecan/whatsapp-for-linux/releases + * See https://github.com/xeco23/WasIstLos/releases -- Enes Hecan Sun, 20 Jun 2021 10:30:00 +0200 diff --git a/debian/control b/debian/control index b362b12..95e598f 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: whatsapp-for-linux +Source: WasIstLos Section: web Priority: optional Maintainer: Enes Hecan @@ -11,10 +11,10 @@ Build-Depends: cmake, libcanberra-dev, pkgconf Standards-Version: 4.5.1 -Homepage: https://github.com/eneshecan/whatsapp-for-linux +Homepage: https://github.com/xeco23/WasIstLos Rules-Requires-Root: no -Package: whatsapp-for-linux +Package: WasIstLos Architecture: any Depends: glib-networking, gstreamer1.0-libav, diff --git a/debian/copyright b/debian/copyright index e8469ad..1e10b5e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: whatsapp-for-linux -Upstream-Contact: https://github.com/eneshecan/whatsapp-for-linux/issues -Source: https://github.com/eneshecan/whatsapp-for-linux +Upstream-Name: WasIstLos +Upstream-Contact: https://github.com/xeco23/WasIstLos/issues +Source: https://github.com/xeco23/WasIstLos Files: * Copyright: 2020 Enes Hecan diff --git a/debian/upstream/metadata b/debian/upstream/metadata index d661cb2..fcd0d62 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -1,4 +1,4 @@ -Bug-Database: https://github.com/eneshecan/whatsapp-for-linux/issues -Bug-Submit: https://github.com/eneshecan/whatsapp-for-linux/issues/new -Repository: https://github.com/eneshecan/whatsapp-for-linux.git -Repository-Browse: https://github.com/eneshecan/whatsapp-for-linux +Bug-Database: https://github.com/xeco23/WasIstLos/issues +Bug-Submit: https://github.com/xeco23/WasIstLos/issues/new +Repository: https://github.com/xeco23/WasIstLos.git +Repository-Browse: https://github.com/xeco23/WasIstLos diff --git a/debian/watch b/debian/watch index 5bd2baa..cdcfa9a 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=4 -https://github.com/eneshecan/whatsapp-for-linux/releases .*/v?@ANY_VERSION@@ARCHIVE_EXT@ +https://github.com/xeco23/WasIstLos/releases .*/v?@ANY_VERSION@@ARCHIVE_EXT@ diff --git a/po/whatsapp-for-linux.pot b/po/WasIstLos.pot similarity index 95% rename from po/whatsapp-for-linux.pot rename to po/WasIstLos.pot index 5757cd5..fdbf964 100644 --- a/po/whatsapp-for-linux.pot +++ b/po/WasIstLos.pot @@ -1,12 +1,12 @@ -# Template translation file for whatsapp-for-linux +# Template translation file for WasIstLos # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the whatsapp-for-linux package. +# This file is distributed under the same license as the WasIstLos package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: whatsapp-for-linux\n" +"Project-Id-Version: WasIstLos\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-12-10 22:56+0100\n" "PO-Revision-Date: 2023-08-08 13:28+0200\n" @@ -23,7 +23,7 @@ msgid "About" msgstr "" #: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6 -msgid "WhatsApp for Linux" +msgid "WasIstLos" msgstr "" #: ../src/ui/MainWindow.cpp:346 diff --git a/po/bn.po b/po/bn.po index b2a233b..81cf1c1 100644 --- a/po/bn.po +++ b/po/bn.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: POEditor.com\n" -"Project-Id-Version: WhatsApp for Linux\n" +"Project-Id-Version: WasIstLos\n" "Language: bn\n" #: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46 @@ -13,8 +13,8 @@ msgid "About" msgstr "এর সম্পর্কে" #: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6 -msgid "WhatsApp for Linux" -msgstr "WhatsApp for Linux" +msgid "WasIstLos" +msgstr "WasIstLos" #: ../src/ui/MainWindow.cpp:346 msgid "An unofficial WhatsApp desktop application for Linux" diff --git a/po/cs.po b/po/cs.po index 4468548..887ebe2 100644 --- a/po/cs.po +++ b/po/cs.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: POEditor.com\n" -"Project-Id-Version: WhatsApp for Linux\n" +"Project-Id-Version: WasIstLos\n" "Language: cs\n" #: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46 @@ -13,8 +13,8 @@ msgid "About" msgstr "O aplikaci" #: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6 -msgid "WhatsApp for Linux" -msgstr "WhatsApp pro Linux" +msgid "WasIstLos" +msgstr "WasIstLos" #: ../src/ui/MainWindow.cpp:346 msgid "An unofficial WhatsApp desktop application for Linux" diff --git a/po/de.po b/po/de.po index d833a53..631fed6 100644 --- a/po/de.po +++ b/po/de.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: POEditor.com\n" -"Project-Id-Version: WhatsApp for Linux\n" +"Project-Id-Version: WasIstLos\n" "Language: de\n" #: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46 @@ -13,8 +13,8 @@ msgid "About" msgstr "Über" #: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6 -msgid "WhatsApp for Linux" -msgstr "WhatsApp für Linux" +msgid "WasIstLos" +msgstr "WasIstLos" #: ../src/ui/MainWindow.cpp:346 msgid "An unofficial WhatsApp desktop application for Linux" diff --git a/po/es.po b/po/es.po index b265f93..1dde858 100644 --- a/po/es.po +++ b/po/es.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: POEditor.com\n" -"Project-Id-Version: WhatsApp for Linux\n" +"Project-Id-Version: WasIstLos\n" "Language: es\n" #: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46 @@ -13,8 +13,8 @@ msgid "About" msgstr "Acerca de" #: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6 -msgid "WhatsApp for Linux" -msgstr "WhatsApp para Linux" +msgid "WasIstLos" +msgstr "WasIstLos" #: ../src/ui/MainWindow.cpp:346 msgid "An unofficial WhatsApp desktop application for Linux" diff --git a/po/fr.po b/po/fr.po index 959a624..e0026c8 100644 --- a/po/fr.po +++ b/po/fr.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: POEditor.com\n" -"Project-Id-Version: WhatsApp for Linux\n" +"Project-Id-Version: WasIstLos\n" "Language: fr\n" #: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46 @@ -13,8 +13,8 @@ msgid "About" msgstr "À propos" #: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6 -msgid "WhatsApp for Linux" -msgstr "WhatsApp pour Linux" +msgid "WasIstLos" +msgstr "WasIstLos" #: ../src/ui/MainWindow.cpp:346 msgid "An unofficial WhatsApp desktop application for Linux" diff --git a/po/hu.po b/po/hu.po index 620cffe..de30131 100644 --- a/po/hu.po +++ b/po/hu.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: POEditor.com\n" -"Project-Id-Version: WhatsApp for Linux\n" +"Project-Id-Version: WasIstLos\n" "Language: hu\n" #: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46 @@ -13,8 +13,8 @@ msgid "About" msgstr "Névjegy" #: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6 -msgid "WhatsApp for Linux" -msgstr "WhatsApp Linuxra" +msgid "WasIstLos" +msgstr "WasIstLos" #: ../src/ui/MainWindow.cpp:346 msgid "An unofficial WhatsApp desktop application for Linux" diff --git a/po/it.po b/po/it.po index 5a45842..8a41c73 100644 --- a/po/it.po +++ b/po/it.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: POEditor.com\n" -"Project-Id-Version: WhatsApp for Linux\n" +"Project-Id-Version: WasIstLos\n" "Language: it\n" #: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46 @@ -13,8 +13,8 @@ msgid "About" msgstr "Informazioni" #: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6 -msgid "WhatsApp for Linux" -msgstr "WhatsApp per Linux" +msgid "WasIstLos" +msgstr "WasIstLos" #: ../src/ui/MainWindow.cpp:346 msgid "An unofficial WhatsApp desktop application for Linux" @@ -55,7 +55,7 @@ msgstr "Annulla" #: ../src/ui/WebView.cpp:328 msgid "Unresponsive" -msgstr "WhatsApp non risponde" +msgstr "WasIstLos non risponde" #: ../src/ui/WebView.cpp:329 msgid "The application is not responding. Would you like to reload?" diff --git a/po/ka.po b/po/ka.po index 2a74f83..468026c 100644 --- a/po/ka.po +++ b/po/ka.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: POEditor.com\n" -"Project-Id-Version: WhatsApp for Linux\n" +"Project-Id-Version: WasIstLos\n" "Language: ka\n" #: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46 @@ -13,8 +13,8 @@ msgid "About" msgstr "შესახებ" #: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6 -msgid "WhatsApp for Linux" -msgstr "WhatsApp-ი ლინუქსისთვის" +msgid "WasIstLos" +msgstr "WasIstLos" #: ../src/ui/MainWindow.cpp:346 msgid "An unofficial WhatsApp desktop application for Linux" diff --git a/po/nl.po b/po/nl.po index b2b874e..89507d6 100644 --- a/po/nl.po +++ b/po/nl.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: POEditor.com\n" -"Project-Id-Version: WhatsApp for Linux\n" +"Project-Id-Version: WasIstLos\n" "Language: nl\n" #: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46 @@ -13,8 +13,8 @@ msgid "About" msgstr "Over" #: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6 -msgid "WhatsApp for Linux" -msgstr "WhatsApp voor Linux" +msgid "WasIstLos" +msgstr "WasIstLos" #: ../src/ui/MainWindow.cpp:346 msgid "An unofficial WhatsApp desktop application for Linux" diff --git a/po/pl.po b/po/pl.po index 77c9747..7edf5d5 100644 --- a/po/pl.po +++ b/po/pl.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: POEditor.com\n" -"Project-Id-Version: WhatsApp for Linux\n" +"Project-Id-Version: WasIstLos\n" "Language: pl\n" #: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46 @@ -13,8 +13,8 @@ msgid "About" msgstr "O programie" #: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6 -msgid "WhatsApp for Linux" -msgstr "WhatsApp dla Linux" +msgid "WasIstLos" +msgstr "WasIstLos" #: ../src/ui/MainWindow.cpp:346 msgid "An unofficial WhatsApp desktop application for Linux" diff --git a/po/pt_BR.po b/po/pt_BR.po index 63ee4e0..4bf6a43 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: POEditor.com\n" -"Project-Id-Version: WhatsApp for Linux\n" +"Project-Id-Version: WasIstLos\n" "Language: pt_BR\n" #: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46 @@ -13,8 +13,8 @@ msgid "About" msgstr "Sobre" #: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6 -msgid "WhatsApp for Linux" -msgstr "WhatsApp para Linux" +msgid "WasIstLos" +msgstr "WasIstLos" #: ../src/ui/MainWindow.cpp:346 msgid "An unofficial WhatsApp desktop application for Linux" diff --git a/po/ru.po b/po/ru.po index 1df9e02..5203ef7 100644 --- a/po/ru.po +++ b/po/ru.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: POEditor.com\n" -"Project-Id-Version: WhatsApp for Linux\n" +"Project-Id-Version: WasIstLos\n" "Language: ru\n" #: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46 @@ -13,8 +13,8 @@ msgid "About" msgstr "О программе" #: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6 -msgid "WhatsApp for Linux" -msgstr "WhatsApp для Linux" +msgid "WasIstLos" +msgstr "WasIstLos" #: ../src/ui/MainWindow.cpp:346 msgid "An unofficial WhatsApp desktop application for Linux" diff --git a/po/si.po b/po/si.po index 0c98672..c8eef5d 100644 --- a/po/si.po +++ b/po/si.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: POEditor.com\n" -"Project-Id-Version: WhatsApp for Linux\n" +"Project-Id-Version: WasIstLos\n" "Language: si\n" #: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46 @@ -13,8 +13,8 @@ msgid "About" msgstr "ගැන" #: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6 -msgid "WhatsApp for Linux" -msgstr "WhatsApp for Linux" +msgid "WasIstLos" +msgstr "WasIstLos" #: ../src/ui/MainWindow.cpp:346 msgid "An unofficial WhatsApp desktop application for Linux" diff --git a/po/tr.po b/po/tr.po index baf68f0..f7d89ef 100644 --- a/po/tr.po +++ b/po/tr.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: POEditor.com\n" -"Project-Id-Version: WhatsApp for Linux\n" +"Project-Id-Version: WasIstLos\n" "Language: tr\n" #: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46 @@ -13,8 +13,8 @@ msgid "About" msgstr "Hakkında" #: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6 -msgid "WhatsApp for Linux" -msgstr "Linux için WhatsApp" +msgid "WasIstLos" +msgstr "WasIstLos" #: ../src/ui/MainWindow.cpp:346 msgid "An unofficial WhatsApp desktop application for Linux" diff --git a/po/uk.po b/po/uk.po index 6e1e155..36cf62e 100644 --- a/po/uk.po +++ b/po/uk.po @@ -1,11 +1,11 @@ -# Template translation file for whatsapp-for-linux +# Template translation file for WasIstLos # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the whatsapp-for-linux package. +# This file is distributed under the same license as the WasIstLos package. # # Serhiy Yehorov , 2024. msgid "" msgstr "" -"Project-Id-Version: whatsapp-for-linux\n" +"Project-Id-Version: WasIstLos\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-12-10 22:56+0100\n" "PO-Revision-Date: 2024-09-06 21:39+0300\n" @@ -24,8 +24,8 @@ msgid "About" msgstr "Про програму" #: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6 -msgid "WhatsApp for Linux" -msgstr "WhatsApp для Linux" +msgid "WasIstLos" +msgstr "WasIstLos" #: ../src/ui/MainWindow.cpp:346 msgid "An unofficial WhatsApp desktop application for Linux" diff --git a/po/zh_Hans.po b/po/zh_Hans.po index 2bf6d40..677c1fe 100644 --- a/po/zh_Hans.po +++ b/po/zh_Hans.po @@ -4,7 +4,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: POEditor.com\n" -"Project-Id-Version: WhatsApp for Linux\n" +"Project-Id-Version: WasIstLos\n" "Language: zh_Hans\n" #: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46 @@ -13,8 +13,8 @@ msgid "About" msgstr "关于" #: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6 -msgid "WhatsApp for Linux" -msgstr "WhatsApp for Linux" +msgid "WasIstLos" +msgstr "WasIstLos" #: ../src/ui/MainWindow.cpp:346 msgid "An unofficial WhatsApp desktop application for Linux" diff --git a/resource/desktop/com.github.eneshecan.WhatsAppForLinux.appdata.xml.in b/resource/desktop/com.github.xeco23.WasIstLos.appdata.xml.in similarity index 77% rename from resource/desktop/com.github.eneshecan.WhatsAppForLinux.appdata.xml.in rename to resource/desktop/com.github.xeco23.WasIstLos.appdata.xml.in index 05ec4ca..e3b2e71 100644 --- a/resource/desktop/com.github.eneshecan.WhatsAppForLinux.appdata.xml.in +++ b/resource/desktop/com.github.xeco23.WasIstLos.appdata.xml.in @@ -9,7 +9,7 @@ -

WhatsApp for Linux is an unofficial WhatsApp desktop application written in C++.

+

WasIstLos is an unofficial WhatsApp desktop application written in C++.

${WFL_APP_ID}.desktop @@ -17,7 +17,7 @@ Application - https://raw.githubusercontent.com/eneshecan/whatsapp-for-linux/master/screenshot/app.png + https://raw.githubusercontent.com/xeco23/WasIstLos/master/screenshot/app.png @@ -32,7 +32,7 @@

Stable ${WFL_VERSION} release.

- https://github.com/eneshecan/whatsapp-for-linux/releases/tag/v${WFL_VERSION} + https://github.com/xeco23/WasIstLos/releases/tag/v${WFL_VERSION} diff --git a/resource/desktop/com.github.eneshecan.WhatsAppForLinux.desktop.in b/resource/desktop/com.github.xeco23.WasIstLos.desktop.in similarity index 82% rename from resource/desktop/com.github.eneshecan.WhatsAppForLinux.desktop.in rename to resource/desktop/com.github.xeco23.WasIstLos.desktop.in index c042edd..77544d6 100644 --- a/resource/desktop/com.github.eneshecan.WhatsAppForLinux.desktop.in +++ b/resource/desktop/com.github.xeco23.WasIstLos.desktop.in @@ -2,20 +2,6 @@ Type=Application Version=1.0 Name=${WFL_FRIENDLY_NAME} -Name[cs]=WhatsApp pro Linux -Name[de]=WhatsApp für Linux -Name[es]=WhatsApp para Linux -Name[fr]=WhatsApp pour Linux -Name[hu]=WhatsApp Linuxra -Name[it]=WhatsApp per Linux -Name[ka]=WhatsApp-ი ლინუქსისთვის -Name[nl]=WhatsApp voor Linux -Name[pl]=WhatsApp dla Linux -Name[pt_BR]=WhatsApp para Linux -Name[ru]=WhatsApp для Linux -Name[si]=ලිනක්ස් සඳහා WhatsApp -Name[tr]=Linux için WhatsApp -Name[uk]=WhatsApp для Linux GenericName=Unofficial WhatsApp client GenericName[cs]=Neoficiální klient WhatsApp GenericName[de]=Inoffizieller WhatsApp-Client diff --git a/resource/gresource.xml b/resource/gresource.xml index b7aba90..f5f2b0f 100644 --- a/resource/gresource.xml +++ b/resource/gresource.xml @@ -5,9 +5,9 @@ ui/PreferencesWindow.ui ui/PhoneNumberDialog.ui ui/ShortcutsWindow.ui - image/icons/hicolor/16x16/apps/com.github.eneshecan.WhatsAppForLinux.png - image/icons/hicolor/32x32/apps/com.github.eneshecan.WhatsAppForLinux.png - image/icons/hicolor/64x64/apps/com.github.eneshecan.WhatsAppForLinux.png - image/icons/hicolor/128x128/apps/com.github.eneshecan.WhatsAppForLinux.png + image/icons/hicolor/16x16/apps/com.github.xeco23.WasIstLos.png + image/icons/hicolor/32x32/apps/com.github.xeco23.WasIstLos.png + image/icons/hicolor/64x64/apps/com.github.xeco23.WasIstLos.png + image/icons/hicolor/128x128/apps/com.github.xeco23.WasIstLos.png diff --git a/resource/image/icons/hicolor/128x128/apps/com.github.eneshecan.WhatsAppForLinux.png b/resource/image/icons/hicolor/128x128/apps/com.github.xeco23.WasIstLos.png similarity index 100% rename from resource/image/icons/hicolor/128x128/apps/com.github.eneshecan.WhatsAppForLinux.png rename to resource/image/icons/hicolor/128x128/apps/com.github.xeco23.WasIstLos.png diff --git a/resource/image/icons/hicolor/128x128/status/com.github.eneshecan.WhatsAppForLinux-tray-attention.png b/resource/image/icons/hicolor/128x128/status/com.github.xeco23.WasIstLos-tray-attention.png similarity index 100% rename from resource/image/icons/hicolor/128x128/status/com.github.eneshecan.WhatsAppForLinux-tray-attention.png rename to resource/image/icons/hicolor/128x128/status/com.github.xeco23.WasIstLos-tray-attention.png diff --git a/resource/image/icons/hicolor/128x128/status/com.github.eneshecan.WhatsAppForLinux-tray.png b/resource/image/icons/hicolor/128x128/status/com.github.xeco23.WasIstLos-tray.png similarity index 100% rename from resource/image/icons/hicolor/128x128/status/com.github.eneshecan.WhatsAppForLinux-tray.png rename to resource/image/icons/hicolor/128x128/status/com.github.xeco23.WasIstLos-tray.png diff --git a/resource/image/icons/hicolor/16x16/apps/com.github.eneshecan.WhatsAppForLinux.png b/resource/image/icons/hicolor/16x16/apps/com.github.xeco23.WasIstLos.png similarity index 100% rename from resource/image/icons/hicolor/16x16/apps/com.github.eneshecan.WhatsAppForLinux.png rename to resource/image/icons/hicolor/16x16/apps/com.github.xeco23.WasIstLos.png diff --git a/resource/image/icons/hicolor/16x16/status/com.github.eneshecan.WhatsAppForLinux-tray-attention.png b/resource/image/icons/hicolor/16x16/status/com.github.xeco23.WasIstLos-tray-attention.png similarity index 100% rename from resource/image/icons/hicolor/16x16/status/com.github.eneshecan.WhatsAppForLinux-tray-attention.png rename to resource/image/icons/hicolor/16x16/status/com.github.xeco23.WasIstLos-tray-attention.png diff --git a/resource/image/icons/hicolor/16x16/status/com.github.eneshecan.WhatsAppForLinux-tray.png b/resource/image/icons/hicolor/16x16/status/com.github.xeco23.WasIstLos-tray.png similarity index 100% rename from resource/image/icons/hicolor/16x16/status/com.github.eneshecan.WhatsAppForLinux-tray.png rename to resource/image/icons/hicolor/16x16/status/com.github.xeco23.WasIstLos-tray.png diff --git a/resource/image/icons/hicolor/256x256/apps/com.github.eneshecan.WhatsAppForLinux.png b/resource/image/icons/hicolor/256x256/apps/com.github.xeco23.WasIstLos.png similarity index 100% rename from resource/image/icons/hicolor/256x256/apps/com.github.eneshecan.WhatsAppForLinux.png rename to resource/image/icons/hicolor/256x256/apps/com.github.xeco23.WasIstLos.png diff --git a/resource/image/icons/hicolor/256x256/status/com.github.eneshecan.WhatsAppForLinux-tray-attention.png b/resource/image/icons/hicolor/256x256/status/com.github.xeco23.WasIstLos-tray-attention.png similarity index 100% rename from resource/image/icons/hicolor/256x256/status/com.github.eneshecan.WhatsAppForLinux-tray-attention.png rename to resource/image/icons/hicolor/256x256/status/com.github.xeco23.WasIstLos-tray-attention.png diff --git a/resource/image/icons/hicolor/256x256/status/com.github.eneshecan.WhatsAppForLinux-tray.png b/resource/image/icons/hicolor/256x256/status/com.github.xeco23.WasIstLos-tray.png similarity index 100% rename from resource/image/icons/hicolor/256x256/status/com.github.eneshecan.WhatsAppForLinux-tray.png rename to resource/image/icons/hicolor/256x256/status/com.github.xeco23.WasIstLos-tray.png diff --git a/resource/image/icons/hicolor/32x32/apps/com.github.eneshecan.WhatsAppForLinux.png b/resource/image/icons/hicolor/32x32/apps/com.github.xeco23.WasIstLos.png similarity index 100% rename from resource/image/icons/hicolor/32x32/apps/com.github.eneshecan.WhatsAppForLinux.png rename to resource/image/icons/hicolor/32x32/apps/com.github.xeco23.WasIstLos.png diff --git a/resource/image/icons/hicolor/32x32/status/com.github.eneshecan.WhatsAppForLinux-tray-attention.png b/resource/image/icons/hicolor/32x32/status/com.github.xeco23.WasIstLos-tray-attention.png similarity index 100% rename from resource/image/icons/hicolor/32x32/status/com.github.eneshecan.WhatsAppForLinux-tray-attention.png rename to resource/image/icons/hicolor/32x32/status/com.github.xeco23.WasIstLos-tray-attention.png diff --git a/resource/image/icons/hicolor/32x32/status/com.github.eneshecan.WhatsAppForLinux-tray.png b/resource/image/icons/hicolor/32x32/status/com.github.xeco23.WasIstLos-tray.png similarity index 100% rename from resource/image/icons/hicolor/32x32/status/com.github.eneshecan.WhatsAppForLinux-tray.png rename to resource/image/icons/hicolor/32x32/status/com.github.xeco23.WasIstLos-tray.png diff --git a/resource/image/icons/hicolor/64x64/apps/com.github.eneshecan.WhatsAppForLinux.png b/resource/image/icons/hicolor/64x64/apps/com.github.xeco23.WasIstLos.png similarity index 100% rename from resource/image/icons/hicolor/64x64/apps/com.github.eneshecan.WhatsAppForLinux.png rename to resource/image/icons/hicolor/64x64/apps/com.github.xeco23.WasIstLos.png diff --git a/resource/image/icons/hicolor/64x64/status/com.github.eneshecan.WhatsAppForLinux-tray-attention.png b/resource/image/icons/hicolor/64x64/status/com.github.xeco23.WasIstLos-tray-attention.png similarity index 100% rename from resource/image/icons/hicolor/64x64/status/com.github.eneshecan.WhatsAppForLinux-tray-attention.png rename to resource/image/icons/hicolor/64x64/status/com.github.xeco23.WasIstLos-tray-attention.png diff --git a/resource/image/icons/hicolor/64x64/status/com.github.eneshecan.WhatsAppForLinux-tray.png b/resource/image/icons/hicolor/64x64/status/com.github.xeco23.WasIstLos-tray.png similarity index 100% rename from resource/image/icons/hicolor/64x64/status/com.github.eneshecan.WhatsAppForLinux-tray.png rename to resource/image/icons/hicolor/64x64/status/com.github.xeco23.WasIstLos-tray.png diff --git a/resource/ui/MainWindow.ui b/resource/ui/MainWindow.ui index 452fe5d..75aae40 100644 --- a/resource/ui/MainWindow.ui +++ b/resource/ui/MainWindow.ui @@ -185,7 +185,7 @@ True False - WhatsApp for Linux + WasIstLos False True diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index a652746..69b4f70 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -11,7 +11,7 @@ parts: plugin: cmake override-pull: | snapcraftctl pull - sed -i.bak -e 's|Icon=${WFL_ICON}|Icon=usr/local/share/icons/hicolor/256x256/apps/com.github.eneshecan.WhatsAppForLinux.png|g' resource/desktop/com.github.eneshecan.WhatsAppForLinux.desktop.in + sed -i.bak -e 's|Icon=${WFL_ICON}|Icon=usr/local/share/icons/hicolor/256x256/apps/com.github.xeco23.WasIstLos.png|g' resource/desktop/com.github.xeco23.WasIstLos.desktop.in cmake-parameters: - -DCMAKE_BUILD_TYPE=Release build-packages: @@ -32,7 +32,7 @@ parts: - gstreamer1.0-plugins-bad - gstreamer1.0-libav parse-info: - - resource/com.github.eneshecan.WhatsAppForLinux.appdata.xml + - resource/com.github.xeco23.WasIstLos.appdata.xml cleanup: after: [whatsapp-for-linux] @@ -65,13 +65,13 @@ slots: dbus-app: interface: dbus bus: session - name: com.github.eneshecan.WhatsAppForLinux + name: com.github.xeco23.WasIstLos apps: whatsapp-for-linux: - command: usr/local/bin/whatsapp-for-linux - desktop: usr/local/share/applications/com.github.eneshecan.WhatsAppForLinux.desktop - common-id: com.github.eneshecan.WhatsAppForLinux + command: usr/local/bin/WasIstLos + desktop: usr/local/share/applications/com.github.xeco23.WasIstLos.desktop + common-id: com.github.xeco23.WasIstLos plugs: - desktop - desktop-legacy diff --git a/src/ui/MainWindow.cpp b/src/ui/MainWindow.cpp index 4e647e4..83e0d6d 100644 --- a/src/ui/MainWindow.cpp +++ b/src/ui/MainWindow.cpp @@ -342,7 +342,7 @@ namespace wfl::ui aboutDialog.set_title(_("About")); aboutDialog.set_version(WFL_VERSION); - aboutDialog.set_program_name(_("WhatsApp for Linux")); + aboutDialog.set_program_name(_("WasIstLos")); aboutDialog.set_comments(_("An unofficial WhatsApp desktop application for Linux")); aboutDialog.set_website(WFL_HOMEPAGE); aboutDialog.set_website_label(_("GitHub Repository")); diff --git a/src/ui/TrayIcon.cpp b/src/ui/TrayIcon.cpp index 8edb9fb..79e221c 100644 --- a/src/ui/TrayIcon.cpp +++ b/src/ui/TrayIcon.cpp @@ -10,19 +10,19 @@ namespace wfl::ui { std::pair getTrayIconNames() { - constexpr auto const WHATSAPP_TRAY = "whatsapp-tray"; - constexpr auto const WHATSAPP_TRAY_ATTENTION = "whatsapp-tray-attention"; - constexpr auto const WHATSAPP_FOR_LINUX_TRAY = WFL_ICON "-tray"; - constexpr auto const WHATSAPP_FOR_LINUX_TRAY_ATTENTION = WFL_ICON "-tray-attention"; + constexpr auto WHATSAPP_TRAY = "whatsapp-tray"; + constexpr auto WHATSAPP_TRAY_ATTENTION = "whatsapp-tray-attention"; + constexpr auto WASISTLOS_TRAY = WFL_ICON "-tray"; + constexpr auto WASISTLOS_TRAY_ATTENTION = WFL_ICON "-tray-attention"; auto const iconTheme = Gtk::IconTheme::get_default(); if (iconTheme->has_icon(WHATSAPP_TRAY) && iconTheme->has_icon(WHATSAPP_TRAY_ATTENTION)) { return {WHATSAPP_TRAY, WHATSAPP_TRAY_ATTENTION}; } - else if (iconTheme->has_icon(WHATSAPP_FOR_LINUX_TRAY) && iconTheme->has_icon(WHATSAPP_FOR_LINUX_TRAY_ATTENTION)) + else if (iconTheme->has_icon(WASISTLOS_TRAY) && iconTheme->has_icon(WASISTLOS_TRAY_ATTENTION)) { - return {WHATSAPP_FOR_LINUX_TRAY, WHATSAPP_FOR_LINUX_TRAY_ATTENTION}; + return {WASISTLOS_TRAY, WASISTLOS_TRAY_ATTENTION}; } else {