Search Criteria
Package Details: signal-desktop-beta 7.52.0beta1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/signal-desktop-beta.git (read-only, click to copy) |
---|---|
Package Base: | signal-desktop-beta |
Description: | Signal Private Messenger for Linux - Beta version. |
Upstream URL: | https://signal.org |
Keywords: | secure-messenger signal signal-desktop |
Licenses: | GPL3 |
Conflicts: | signal-desktop-beta-bin |
Submitter: | Edu4rdSHL |
Maintainer: | Edu4rdSHL |
Last Packager: | Edu4rdSHL |
Votes: | 16 |
Popularity: | 0.44 |
First Submitted: | 2020-08-17 19:09 (UTC) |
Last Updated: | 2025-04-19 00:51 (UTC) |
Dependencies (33)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libasound.so (alsa-lib, lib32-alsa-lib)
- libatk-bridge-2.0.so (at-spi2-core-gitAUR, at-spi2-core, lib32-at-spi2-core)
- libcairo.so (cairo-gitAUR, cairo, lib32-cairo)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libdbus-1.so (dbus-gitAUR, libdbus-minimalAUR, dbus-selinuxAUR, dbus, lib32-dbus)
- libdrm (libdrm-gitAUR)
- libexpat.so (expat-gitAUR, expat, lib32-expat)
- libgio-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libpango-1.0.so (pango-gitAUR, lib32-pango, pango)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxdamage
- libxext (libxext-gitAUR)
- libxfixes
- libxkbcommon.so (libxkbcommon-gitAUR, lib32-libxkbcommon, libxkbcommon)
- libxrandr (libxrandr-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-minimal-gitAUR, mesa-amber)
- nspr (nspr-hgAUR)
- nss (nss-hgAUR)
- fpmAUR (fpm-gitAUR) (make, aarch64)
- git (git-gitAUR, git-glAUR) (make)
- git-lfs (git-lfs-gitAUR) (make)
- libxcrypt-compat (make)
- node-gyp (corepackerAUR) (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod) (make)
- pnpm (yarn-pnpm-corepackAUR, corepackerAUR, pnpm-binAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- xdg-desktop-portal (xdg-desktop-portal-gitAUR) (optional) – Screensharing with Wayland
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 15 Next › Last »
Edu4rdSHL commented on 2024-07-08 01:08 (UTC)
This package is not building currently. Upstream bug report is available at https://github.com/signalapp/Signal-Desktop/issues/6935
mkurz commented on 2024-06-06 22:59 (UTC)
Also opened merge request for the arch signal package: https://gitlab.archlinux.org/archlinux/packaging/packages/signal-desktop/-/merge_requests/4
mkurz commented on 2024-06-06 22:30 (UTC)
Commented on https://github.com/signalapp/Signal-Desktop/issues/6239#issuecomment-2153467204 also because the official Signal distributions are broken also.
mkurz commented on 2024-06-06 22:00 (UTC)
I now also tried
WM_CLASS=signalbeta
in the .desktop file, also does NOT work.Actually I think
WM_CLASS
is not a valid key according to https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html - I think you meantStartupWMClass
, which I also tried (see comments below) but did not work.Edu4rdSHL commented on 2024-06-06 21:47 (UTC)
VM_CLASS
needs to be set on the .desktop file, not on the command line.mkurz commented on 2024-06-06 21:42 (UTC)
No, this does not fix the issue. I tried four things:
StartupWMClass=signalbeta
in the desktop file did NOT work.StartupWMClass=signal-desktop-beta
did NOT work (I already explained that in "side note 1" in https://aur.archlinux.org/packages/signal-desktop-beta#comment-976954)WM_CLASS=signalbeta signal-desktop-beta
did NOT work.signalbeta.desktop
WORKED!!!If you look at the code I referenced in my previous comments it's pretty clear that the desktop file needs to be renamed. For me this is 100% clear.
I will also open bug reports at - https://gitlab.archlinux.org/archlinux/packaging/packages/signal-desktop and - https://aur.archlinux.org/packages/signal-desktop-beta-bin
so they fix this as well.
Edu4rdSHL commented on 2024-06-06 21:27 (UTC)
Hey, thanks, now I understand what you're talking about. Yes, I don't have that "app icon" in the titlebar, the
StartupWMClass
works for the icon on the dash panel, but you're talking about something different that I didn't even know it exists.Question, does setting
WM_CLASS=signalbeta
fix the issue for you?mkurz commented on 2024-06-06 21:21 (UTC)
I think you totally misunderstand what I am talking about.
signal-desktop-beta is running great on KDE with native wayland. It works! EXCEPT the app icon in the titlebar. Here is a screenshot to show you what I am talking about: https://gist.githubusercontent.com/mkurz/f9ee4ba8487dbd075b3350dc7b71680d/raw/af1c75e80067844393da5c4070939f6d8fb1ccb3/signal-desktop-beta-screenshots.png
So you see, when using native wayland the title bar icon does not get set correctly. This is because wayland is using an
app_id
. Now, theapp_id
for signal-desktop-beta issignalbeta
. The app_id has to match the desktop file. I did explain this in my previous post. So this has nothing to do with KDE or Gnome.In Gnome, do you even have icons in the title bar? I think you do not even have this icons... Can you post a screenshot with the title bar icon running native wayland in gnome?
Now, even Gnome recommends that the desktop file name should match the
app_id
(orWM_CLASS
in X), please see the gnome wiki: https://wiki.gnome.org/Projects/GnomeShell/ApplicationBased#The_WM_CLASS_X_Window_property:Also more proof. Look at this code: https://github.com/electron/electron/blob/v32.0.0-nightly.20240605/shell/browser/native_window_views.cc#L303-L304 It calls this method: https://github.com/electron/electron/blob/v32.0.0-nightly.20240605/shell/common/platform_util_linux.cc#L410-L419
I am 100% sure the desktop file name needs to be changed for correct wayland support, no matter if using Gnome or KDE.
I hope you now understand what I am talking about. If you read my previous comments again, maybe it is more clear now.
Edu4rdSHL commented on 2024-06-06 20:32 (UTC) (edited on 2024-06-06 20:34 (UTC) by Edu4rdSHL)
Yes, natively on Wayland. I'm using Gnome.
Edit: see https://bbs.archlinux.org/viewtopic.php?id=280119 for a similar issue to what you're having, which seems to be KDE-specific.
mkurz commented on 2024-06-06 20:23 (UTC) (edited on 2024-06-06 20:24 (UTC) by mkurz)
Did you test that? I mean using Wayland natively, not using XWayland. Which DE are you using?
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 15 Next › Last »