I did nothing and I'm all out of ideas!

  • 2 Posts
  • 24 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle


  • So, I can't install aur packages via pacman?

    Nope, you have to do it manually or using an helper that abstracts the manual work away.

    AUR packages, or to be more precise the PKGBUILD files, are recipes to compile or download stuff outside from the official repositories, manage their deps and installing them on the system.

    You should always only run PKGBUILD files that you trust, they can do basically anything on your system. Checking the comments of the package in the aur repo is a good practice too.

    Also Are you quoting certain nExT gEn gAmE guy?

    ...maybe


  • Also in wiki they didn't mention anything about OpenSSL?

    Sorry, that was my bad, I wrote OpenSSL instead of openvpn. That one is probably needed too, but you should not have to pull it manually.

    Generally speaking the ArchWiki is one of the best, more structured and well maintained source of information about Linux things even for other distros, but it can too be outdated, so you should always check if the info is valid. In this case it seems so.

    In theory you should be able to just install proton-vpn-gtk-app using one of the many AUR helpers and it should Just Work™. Paru and yay are the most commonly used ones - as far as I know - and they wrap around pacman too, so you can use them to do everything packages related. Usually Arch related distro use one of them, for example EndeavourOS have yay already installed.

    At worst when you try to start protonvpn the GUI will not appear or immediately crash: if that happens, usually, you can try and run the program from the Shell and see what kind of error it returns and work your way from there. Checking if the deps listed in the wiki are installed is always a great first step.


  • Reading rorschac's comment I assume both OpenSSL and wireguard are already installed on CachyOS, or anyway pulled by the aur package.

    If you want to make sure you can install them explicitly before protonvpn:

    paru openvpn wireguard-tools
    

    or using yay or the vanilla pacman -Syu --needed openvpn wireguard-tools (it will sync and update the system too) or how it is suggested for CachyOS to install packages. I repeat I've no direct experience with that one.

    If you are scared to mess things up you can always spin up a VM with CachyOS and try to install it inside that. If it all works you can then do the same on your main OS.

    As a general advice, only run in your shell commands that you are sure about.





  • The Heroic Games Launcher is (IMHO) by far the best interface to gog you can have on linux.

    You can find it on the AUR if you use arch, which makes it pretty straightforward to install.

    The next version will integrate with the Galaxy API using the comet project, which should make it even better.

    The only problem I had with it is that, once upon a time, there was a bug with downloading some games (Cyberpunk 2077, in my case) and I had to compile the git version of Gog-dl and target that in the settings.. but the fact I could even do that is great by itself.


  • Grazie della testimonianza!

    È interessante quello che dici sui cantieri per l'espansione dei servizi di trasporto pubblico. Senza dubbio è molto probabile che alla fine saranno quelli a dare una maggiore botta all'utilizzo dell'auto, specialmente per i più giovani e quelli con una tratta giornaliera fissa che - potessero - son certo preferirebbero 150/200 € all'anno d'abbonamenti contro le migliaia per l'acquisto e la gestione di una vettura.

    L'unica cosa sono i parcheggi: alla fine spesso la loro mancanza cronica è una scelta conscia, come i sensi unici labirintici: è il tentare di rendere il più scomodo possibile l'uso dell'auto per favorire le alternative.

    Problema è che spesso iniziano i lavori per le dissuasioni (costo una tantum) e poi però non continuano quelli per creare le alternative pubbliche (costi ricorrenti sul budget)! E ci troviamo città schizofreniche che non sanno cosa vogliono esser.

    Ma ora sto divagando.

    Più ciclabili, sicure, sarebbero sicuramente un sogno, a prescindere.


  • Alcuni estratti

    Nel periodo di riferimento la Polizia locale di Bologna ha rilevato

    157 incidenti in meno: 1.299 rispetto ai 1.456 di media del 2022-2023, una riduzione dell’11 per cento.

    Le persone morte a causa di incidenti stradali in città sono state 5 rispetto alla media di 7,5 del periodo precedente

    gli incidenti con persone ferite, il Comune ha rilevato una riduzione dell’11,7 per cento

    gli incidenti senza feriti si sono ridotti del 14 per cento circa.

    Le persone in prognosi riservata a causa di un incidente stradale sono invece aumentate di quasi il 67 per cento

    Gli incidenti che hanno riguardato persone a piedi si sono ridotti dell’8 per cento

    quelli che hanno coinvolto ciclisti sono aumentati del 14 per cento circa

    aumento del 12 per cento di ciclisti e del 92 per cento dell’utilizzo dei sistemi di bike sharing.

    biossido di azoto. È stata rilevata una riduzione del 23 per cento di questa sostanza rispetto alla media dello stesso periodo nel 2022 e nel 2023

    Personalmente non mi pare un grande successo né una grande perdita.

    Più dei numeri che trovano un po' il tempo che trovano, sarebbe interessante capire come è cambiata la vita di chi abita lì. Se è cambiata, e, oltre al rumore ed alla propaganda, se c'è stata una vera differenza.

    In questo genere di 'riforme' spesso è più importante la percezione di vivere meglio (o peggio), che la realtà dei numeri.



  • I'm no python expert but reading around it seems your only real solution is using a virtual environment, through pipx or venv as you already had found out, or using the

    --break-system-packages
    
    * Allow pip to modify an EXTERNALLY-MANAGED Python installation
    
      (environment variable: `PIP_BREAK_SYSTEM_PACKAGES`)
    

    pip flag which, as the name suggest, should be avoided.

    EDIT: After rereading I got your problem better and I was trying to read the source for Howdy to see how to do it, so far no luck.


  • Mechanize@feddit.ittoLinux@lemmy.mlproton VPn
    ·
    edit-2
    6 months ago

    Considering you are not using the Flatpak anymore it is, indeed, strange. The only reasons I can think of are: your network manager is using the wrong network interface to route your traffic ( if you go on an ip checking site like for example ipinfo do you see yours or the VPN's IP?) or that you have WebRTC enabled and the broadcaster is getting your real ip through that.

    For the first case it can get pretty complicated, but it is probably an error during the installation of the VPN app or you set up multiple network managers and it gets confused on which one to configure. You should also enable the Advanced Kill Switch in the configuration.

    For the second case you could try adding something like the Disable WebRTC add-on for firefox and check if it works. Remember to enable it for Private Windows too.

    The last thing I can think of is that you allowed the broadcaster to get your real geolocation (in firefox it should be a small icon on the left of the address bar), or you are leaking some kind of information somewhere: there are a bunch of site that check for ip leak, but I don't know if that goes too deep for you.
    If you want to check anyway the first two results from DDG are browserleaks and ipleak. Mullvad offered one too but it is currently down.

    EDIT: If you enable the Advanced Kill Switch, and the app is working correctly, internet will not work while you are not connected to a VPN server or until you disable the switch again, so pay attention to that.



  • Per chi non lo sapesse, l'app è anche presente su F-Droid, dove è sempre gratuita: link

    Il codice sorgente dovrebbe esser su codeberg (link) per chi volesse compilarla da solo o avere maggiori informazioni.

    Credo non vi siano differenze fra le due versioni, eccetto il fatto che per partecipare alle Beta bisogna avere la versione Google Play. Ma potrei sbagliare.

    EDIT: Al momento di questo post la versione F-Droid sembra esser indietro qualche patch (2.13.0 invece di 2.13.3), che è abbastanza tipico per la piattaforma. Changelog


  • Scusa, ho fatto un edit mentre rispondevi, lo copio:

    Da qui

    Fetching communities

    If you search for a community first time, 20 posts are fetched initially. Only if a least one user on your instance subscribes to the remote community, will the community send updates to your instance. Updates include:

    New posts, comments Votes Post, comment edits and deletions Mod actions

    You can copy the URL of the community from the address bar in your browser and insert it in your search field. Wait a few seconds, the post will appear below. At the moment there is no loading indicator for the search, so wait a few seconds if it shows "no results".

    Avrebbe dovuto almeno caricare 20 post?


  • Questo sistema consente di evitare che una istanza appena nata carichi indiscriminatamente tutti i contenuti presenti e passati

    Si tratta di una modifica recente? Inizialmente quando s'inseriva una nuova comunità venivan caricate anche le discussioni più vecchie. Ho provato a cercare nei changelog ma non ho trovato il riferimento alla modifica.

    EDIT: Da qui

    Fetching communities

    If you search for a community first time, 20 posts are fetched initially. Only if a least one user on your instance subscribes to the remote community, will the community send updates to your instance. Updates include:

    New posts, comments Votes Post, comment edits and deletions Mod actions

    You can copy the URL of the community from the address bar in your browser and insert it in your search field. Wait a few seconds, the post will appear below. At the moment there is no loading indicator for the search, so wait a few seconds if it shows "no results".

    Avrebbe dovuto almeno caricare 20 post?