I have the problem that no chrome based browser works on my MX Linux 25 KDE system. After some searching in the webs, it seems the problem is that I've disabled KDE Wallet. I did that for a reason: first, I don't use it and therefore don't need it, and second, I've read everywhere about people getting annoyed by that little pest throwing prompts and popups around.
After several futile attempts to install Vivaldi and always ending up with a useless, greyed out screen I've uninstalled it (once more) and tried to install it via terminal. It didn't work any better, but at least the whole disgrace was annotated for posterity. That way, I at least had a chance to get an idea of what was going on (code down below, detailing the installation and the attempt to launch Vivaldi including the error messages it produced).
From what I can gather with my puny newbie skills, Vivaldi won't run without KDE wallet enabled. Some websites I've found seem to confirm that. And apart from the fact that I found several websites where folks complained about KDE Wallet spamming them with login prompts and other unwanted crap whenever they opened their stricken browsers, I absolutely and utterly HATE it when something tries to force some crap on me that I didn't want and didn't ask for.
The whole thing reminds me of the 90s when certain programs tried to sneak some shady spamware onto your system. But they at least had the basic decency to let you opt out of the unwanted "service", however hidden and easy to overlook that option was. Vivaldi obviously doesn't even have that. Rather shameful for a company that claims to "fight for a better web".
I used to like Vivaldi, happily ran it on my Windows 7 and the last Linux before this one (MX Linux 23) - and always without KDE Wallet. Since the other chrome-based browsers I've tried installing (Brave and Chromium) suffered the same "greyed-out screen"-syndrome I guess they also need kwallet. At least some websites seems to think that.
So my questions: Is there a way to use Vivaldi WITHOUT enabling KDE Wallet? Or, alternatively, is there a chrome-based browser - other than Google Chrome - that will function without KDE wallet?
As much as I always liked Vivaldi, in the end I just need any old chrome-based browser to check how my websites look in them - given that I usually go with Firefox and Librewolf.
Thanks in advance
After several futile attempts to install Vivaldi and always ending up with a useless, greyed out screen I've uninstalled it (once more) and tried to install it via terminal. It didn't work any better, but at least the whole disgrace was annotated for posterity. That way, I at least had a chance to get an idea of what was going on (code down below, detailing the installation and the attempt to launch Vivaldi including the error messages it produced).
From what I can gather with my puny newbie skills, Vivaldi won't run without KDE wallet enabled. Some websites I've found seem to confirm that. And apart from the fact that I found several websites where folks complained about KDE Wallet spamming them with login prompts and other unwanted crap whenever they opened their stricken browsers, I absolutely and utterly HATE it when something tries to force some crap on me that I didn't want and didn't ask for.
The whole thing reminds me of the 90s when certain programs tried to sneak some shady spamware onto your system. But they at least had the basic decency to let you opt out of the unwanted "service", however hidden and easy to overlook that option was. Vivaldi obviously doesn't even have that. Rather shameful for a company that claims to "fight for a better web".
I used to like Vivaldi, happily ran it on my Windows 7 and the last Linux before this one (MX Linux 23) - and always without KDE Wallet. Since the other chrome-based browsers I've tried installing (Brave and Chromium) suffered the same "greyed-out screen"-syndrome I guess they also need kwallet. At least some websites seems to think that.
So my questions: Is there a way to use Vivaldi WITHOUT enabling KDE Wallet? Or, alternatively, is there a chrome-based browser - other than Google Chrome - that will function without KDE wallet?
As much as I always liked Vivaldi, in the end I just need any old chrome-based browser to check how my websites look in them - given that I usually go with Firefox and Librewolf.
Thanks in advance
Code:
owl@Sam:~
$ sudo apt install wget
[sudo] password for owl:
wget is already the newest version (1.25.0-2).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
owl@Sam:~
$ wget -qO- https://repo.vivaldi.com/archive/linux_signing_key.pub | gpg --dearmor | sudo dd of=/usr/share/keyrings/vivaldi-browser.gpg
4+1 records in
4+1 records out
2285 bytes (2.3 kB, 2.2 KiB) copied, 0.0877673 s, 26.0 kB/s
owl@Sam:~
$ echo "deb [signed-by=/usr/share/keyrings/vivaldi-browser.gpg arch=$(dpkg --print-architecture)] https://repo.vivaldi.com/archive/deb/ stable main" | sudo dd of=/etc/apt/sources.list.d/vivaldi-archive.list
0+1 records in
0+1 records out
117 bytes copied, 6.8222e-05 s, 1.7 MB/s
owl@Sam:~
$ sudo apt update
Hit:1 http://deb.debian.org/debian trixie InRelease
Hit:2 http://security.debian.org/debian-security trixie-security InRelease
Hit:3 http://deb.debian.org/debian trixie-updates InRelease
Ign:4 https://repo.vivaldi.com/archive/deb stable InRelease
Hit:5 https://repo.librewolf.net librewolf InRelease
Get:6 https://repo.vivaldi.com/archive/deb stable Release [3,840 B]
Get:7 https://repo.vivaldi.com/archive/deb stable Release.gpg [833 B]
Get:8 https://repo.vivaldi.com/archive/deb stable/main amd64 Packages [1,342 B]
Get:9 https://repo.vivaldi.com/archive/deb stable/main amd64 Contents (deb) [16.0 kB]
Hit:10 http://mirror.math.princeton.edu/pub/mxlinux/mx/repo trixie InRelease
Fetched 22.0 kB in 0s (75.8 kB/s)
All packages are up to date.
owl@Sam:~
$ sudo apt install vivaldi-stable
Installing:
vivaldi-stable
Summary:
Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0
Download size: 125 MB
Space needed: 444 MB / 69.5 GB available
Get:1 https://repo.vivaldi.com/archive/deb stable/main amd64 vivaldi-stable amd64 7.8.3925.74-1 [125 MB]
Fetched 125 MB in 18s (6,970 kB/s)
Selecting previously unselected package vivaldi-stable.
(Reading database ... 375350 files and directories currently installed.)
Preparing to unpack .../vivaldi-stable_7.8.3925.74-1_amd64.deb ...
Unpacking vivaldi-stable (7.8.3925.74-1) ...
Setting up vivaldi-stable (7.8.3925.74-1) ...
update-alternatives: using /usr/bin/vivaldi-stable to provide /usr/bin/x-www-browser (x-www-browser) in auto mode
update-alternatives: using /usr/bin/vivaldi-stable to provide /usr/bin/gnome-www-browser (gnome-www-browser) in auto mode
update-alternatives: using /usr/bin/vivaldi-stable to provide /usr/bin/vivaldi (vivaldi) in auto mode
Processing triggers for desktop-file-utils (0.28-1) ...
Processing triggers for mailcap (3.74) ...
owl@Sam:~
$ vivaldi
[15412:15412:0228/214000.335785:ERROR:chromium/dbus/object_proxy.cc:573] Failed to call method: org.kde.KWallet.isEnabled: object_path= /modules/kwalletd6: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
[15412:15412:0228/214000.335808:ERROR:chromium/components/os_crypt/sync/kwallet_dbus.cc:113] Error contacting kwalletd6 (isEnabled)
[15412:15412:0228/214000.336309:ERROR:chromium/dbus/object_proxy.cc:573] Failed to call method: org.kde.KLauncher.start_service_by_desktop_name: object_path= /KLauncher: org.freedesktop.DBus.Error.ServiceUnknown: The name org.kde.klauncher was not provided by any .service files
[15412:15412:0228/214000.336315:ERROR:chromium/components/os_crypt/sync/kwallet_dbus.cc:82] Error contacting klauncher to start kwalletd6
[15412:15412:0228/214000.539917:ERROR:chromium/dbus/object_proxy.cc:573] Failed to call method: org.kde.KWallet.close: object_path= /modules/kwalletd6: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
[15412:15412:0228/214000.539930:ERROR:chromium/components/os_crypt/sync/kwallet_dbus.cc:408] Error contacting kwalletd6 (close)
[15412:15412:0228/214000.950592:ERROR:chromium/components/dbus/xdg/request.cc:165] Request ended (non-user cancelled).
[15412:15438:0228/214003.982792:ERROR:chromium/google_apis/gcm/engine/registration_request.cc:291] Registration response error message: DEPRECATED_ENDPOINT
[15412:15435:0228/214013.201116:ERROR:extensions/api/guest_view/web_view_private_api.cpp:156] No image from backing store.
[15412:15447:0228/214013.270664:ERROR:chromium/content/browser/browser_main_loop.cc:290] GLib: g_main_context_pop_thread_default: assertion 'stack != NULL' failed
owl@Sam:~
$

