[ Main ] [ Home ] [ Work ] [ Code ] [ Rants ] [ Readings ] [ Links ] |
|
|
[2024] [2023] December November October September August July June May April March February January [2022] [2021] [2020] [2019] [2018] [2017] [2016] [2015] [2014] [2013] [2012] [2011] [2010] [2009] [2008] [2007] [2006] [2005] [2004] [2003] |
"No remote refs found similar to ‘flathub’" installing a flatpak app
[Wed Dec 20 09:34:23 CST 2023]
Here is an error I've seen several times before, but I didn't find the time to troubleshoot until now: It has an easy fix:$ flatpak install --user flathub im.pidgin.Pidgin Looking for matches… error: No remote refs found similar to ‘flathub’ {link to this entry}$ flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo $ flatpak search --user pidgin Name Description Application ID Version Branch Remotes Pidgin Instant Messaging Client im.pidgin.Pidgin 2.14.12 stable flathub Applying GNOME theme to Firefox
[Wed Dec 20 04:37:50 CST 2023]
Although it took me a while to figure out what was failing here, I finally noticed. I recently switched my default GNOME theme to the Nordic Polar theme. It seemed to work for most applications, including Firefox. However, for whatever reason, it didn't work on a couple of Firefox profiles (I separate my work into multiple, distinct profiles). The trick was to open the Firefox preferences, and switch from whichever non-default theme I had been using to the "System theme". As soon as I did that, it immediately adopted the Nordic Polar theme from GNOME just fine. {link to this entry} Jamie Zawinski on regular expressions
[Tue Dec 12 08:45:43 CST 2023]
Ars Technica had an interesting article on the famous quote on regular expressions by Jamie Zawinski: My favorite explanation of the quote is the one by user MichaelT: {link to this entry} Linux Telegram client that integrates with GNOME
[Mon Dec 4 10:05:07 CST 2023]
I've been using the Telegram messenger software on Linux for a few years now. And, like many other people, it seems, the fact that the default client doesn't truly fit into Adwaita, the default GNOME design language and theme, sort of bothers me. From time to time, I search for an alternative. But, to this date, I had not found anything. Until today, that is. I installed the Paper Plane client, and it works nicely, at least so far. It uses Adwaita, so it integrates nicely with the GNOME environment. If anything, the only issue is that it is quite simple compared to the default client. But, as far as I can tell, it does what it's supposed to well enough. Here are the commands to install it from the Flatpak Beta repo: {link to this entry}# flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo # flatpak install flathub-beta app.drey.PaperPlane Omnivore extension unable to save page
[Fri Dec 1 06:31:13 CST 2023]
Although I had been using Pocket from the days it was still known as Read It Later, I recently decided to try Omnivore instead. The main reason is that it is fully open source and, as far as I know, allows users to host the server side of things if they want. I haven't done that last bit yet and, as a matter of fact, when they start charging for keeping the content on their servers (they have not yet, but have announced that will do so, sooner or later), chances are I will pay for the service as a way to contribute to the development of the app. Said that, I like to have the option to self-host, shuld I ever decide that that is what makes sense for me. In any case, while running the Omnivore Firefox extension I recently ran into a problem where it failed to save the page and reported an error message: Yet, I'm pretty sure it was working fine a few days earlier. Not sure what changed. It may have been something on the browser side, or perhaps on the extension side. In any case, the fix is to right-click on the extension icon, select "Manage Extension", then click on the three dots, select "Preferences" and, finally, scroll down to the bottom of the page, and check the box for "I consent to data collection". That fixed it for me. {link to this entry}You have not granted the Omnivore extension consent to save pages. Check the extension options page to grant consent. |