Salta al contenuto
0
  • Home
  • Piero Bosio
  • Blog
  • Mondo
  • Fediverso
  • News
  • Categorie
  • Old Web Site
  • Recenti
  • Popolare
  • Tag
  • Utenti
  • Home
  • Piero Bosio
  • Blog
  • Mondo
  • Fediverso
  • News
  • Categorie
  • Old Web Site
  • Recenti
  • Popolare
  • Tag
  • Utenti
Skin
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Predefinito (Nessuna skin)
  • Nessuna skin
Collassa

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone
  1. Home
  2. Categorie
  3. Senza categoria
  4. turns out switching from gnome to KDE on fedora is *really easy* https://docs.fedoraproject.org/en-US/quick-docs/switching-desktop-environments/

turns out switching from gnome to KDE on fedora is *really easy* https://docs.fedoraproject.org/en-US/quick-docs/switching-desktop-environments/

Pianificato Fissato Bloccato Spostato Senza categoria
53 Post 8 Autori 0 Visualizzazioni
  • Da Vecchi a Nuovi
  • Da Nuovi a Vecchi
  • Più Voti
Rispondi
  • Risposta alla discussione
Effettua l'accesso per rispondere
Questa discussione è stata eliminata. Solo gli utenti con diritti di gestione possono vederla.
  • aevaundefined aeva

    @lritter @datenwolf I don't understand the question

    Leonard Ritterundefined Questo utente è esterno a questo forum
    Leonard Ritterundefined Questo utente è esterno a questo forum
    Leonard Ritter
    scritto ultima modifica di
    #37

    @aeva @datenwolf maybe i make too many assumptions. do you hate wayland as a user of apps that run on wayland, or do you hate wayland as developer who has to interface with wayland?

    aevaundefined 1 Risposta Ultima Risposta
    0
    • Leonard Ritterundefined Leonard Ritter

      @aeva @datenwolf maybe i make too many assumptions. do you hate wayland as a user of apps that run on wayland, or do you hate wayland as developer who has to interface with wayland?

      aevaundefined Questo utente è esterno a questo forum
      aevaundefined Questo utente è esterno a questo forum
      aeva
      scritto ultima modifica di
      #38

      @lritter @datenwolf yes

      aevaundefined 1 Risposta Ultima Risposta
      0
      • aevaundefined aeva

        @lritter @datenwolf yes

        aevaundefined Questo utente è esterno a questo forum
        aevaundefined Questo utente è esterno a questo forum
        aeva
        scritto ultima modifica di
        #39

        @lritter @datenwolf I'm not using it directly, but writing stuff for it indirectly is awful

        aevaundefined Leonard Ritterundefined 2 Risposte Ultima Risposta
        0
        • aevaundefined aeva

          @lritter @datenwolf I'm not using it directly, but writing stuff for it indirectly is awful

          aevaundefined Questo utente è esterno a questo forum
          aevaundefined Questo utente è esterno a questo forum
          aeva
          scritto ultima modifica di
          #40

          @lritter @datenwolf because wow what a choice, use the ~protocol~ directly and get a ton of busy work dumped on you *or* introduce a bunch of dependencies that all make assumptions on your behalf about what a normal application does and you have to live with every mistake the layers below made for you

          Leonard Ritterundefined 1 Risposta Ultima Risposta
          0
          • aevaundefined aeva

            @lritter @datenwolf I'm not using it directly, but writing stuff for it indirectly is awful

            Leonard Ritterundefined Questo utente è esterno a questo forum
            Leonard Ritterundefined Questo utente è esterno a questo forum
            Leonard Ritter
            scritto ultima modifica di
            #41

            @aeva @datenwolf fun fun. i'll be in that spot soon, too.

            1 Risposta Ultima Risposta
            0
            • Leonard Ritterundefined Leonard Ritter

              @datenwolf @aeva "stop breathing, air quality is not good"

              datenwolfundefined Questo utente è esterno a questo forum
              datenwolfundefined Questo utente è esterno a questo forum
              datenwolf
              scritto ultima modifica di
              #42

              @lritter @aeva in KDE's defense, their compositor developers actually not doing horrendous things.

              aevaundefined 1 Risposta Ultima Risposta
              0
              • aevaundefined aeva

                @lritter @datenwolf because wow what a choice, use the ~protocol~ directly and get a ton of busy work dumped on you *or* introduce a bunch of dependencies that all make assumptions on your behalf about what a normal application does and you have to live with every mistake the layers below made for you

                Leonard Ritterundefined Questo utente è esterno a questo forum
                Leonard Ritterundefined Questo utente è esterno a questo forum
                Leonard Ritter
                scritto ultima modifica di
                #43

                @aeva @datenwolf SDL has so far always been pretty good about giving me options. glfw not so great. not great at all, in fact. raylib probably even worse. but perhaps you need something even SDL can not provide.

                aevaundefined 1 Risposta Ultima Risposta
                0
                • Leonard Ritterundefined Leonard Ritter

                  @aeva @datenwolf SDL has so far always been pretty good about giving me options. glfw not so great. not great at all, in fact. raylib probably even worse. but perhaps you need something even SDL can not provide.

                  aevaundefined Questo utente è esterno a questo forum
                  aevaundefined Questo utente è esterno a questo forum
                  aeva
                  scritto ultima modifica di
                  #44

                  @lritter @datenwolf I'm using SDL3 indirectly via pygame (which is SDL2, but I'm 90% sure it's using the 2-on-3 compatibility layer) (and also I have plans to yeet pygame and use SDL3 directly in the near future, but I don't expect it to solve the immediate problem of kwin and gnome both having hardcoded gesture detection that sends a touch cancel events to applications that would have received 3 and 4 finger simultaneous touch events)

                  Leonard Ritterundefined 1 Risposta Ultima Risposta
                  0
                  • aevaundefined aeva

                    @lritter @datenwolf I'm using SDL3 indirectly via pygame (which is SDL2, but I'm 90% sure it's using the 2-on-3 compatibility layer) (and also I have plans to yeet pygame and use SDL3 directly in the near future, but I don't expect it to solve the immediate problem of kwin and gnome both having hardcoded gesture detection that sends a touch cancel events to applications that would have received 3 and 4 finger simultaneous touch events)

                    Leonard Ritterundefined Questo utente è esterno a questo forum
                    Leonard Ritterundefined Questo utente è esterno a questo forum
                    Leonard Ritter
                    scritto ultima modifica di
                    #45

                    @aeva @datenwolf rofl

                    aevaundefined 1 Risposta Ultima Risposta
                    0
                    • datenwolfundefined datenwolf

                      @lritter @aeva in KDE's defense, their compositor developers actually not doing horrendous things.

                      aevaundefined Questo utente è esterno a questo forum
                      aevaundefined Questo utente è esterno a questo forum
                      aeva
                      scritto ultima modifica di
                      #46

                      @datenwolf @lritter I am using KDE right now and their dogshit touch hard coded 3 and 4 finger gesture detection system is preventing my program from working correctly.

                      datenwolfundefined 1 Risposta Ultima Risposta
                      0
                      • Leonard Ritterundefined Leonard Ritter

                        @aeva @datenwolf rofl

                        aevaundefined Questo utente è esterno a questo forum
                        aevaundefined Questo utente è esterno a questo forum
                        aeva
                        scritto ultima modifica di
                        #47

                        @lritter @datenwolf I think I'm probably just not going to ship this on linux. or at all. idk

                        Leonard Ritterundefined 1 Risposta Ultima Risposta
                        0
                        • aevaundefined aeva

                          @datenwolf @lritter I am using KDE right now and their dogshit touch hard coded 3 and 4 finger gesture detection system is preventing my program from working correctly.

                          datenwolfundefined Questo utente è esterno a questo forum
                          datenwolfundefined Questo utente è esterno a questo forum
                          datenwolf
                          scritto ultima modifica di
                          #48

                          @aeva @lritter

                          How important is windowed mode for you? Would exclusive fullscreen be an option? If so, you could use Vulkan-Direct-to-Display.

                          aevaundefined 1 Risposta Ultima Risposta
                          0
                          • aevaundefined aeva

                            @lritter @datenwolf I think I'm probably just not going to ship this on linux. or at all. idk

                            Leonard Ritterundefined Questo utente è esterno a questo forum
                            Leonard Ritterundefined Questo utente è esterno a questo forum
                            Leonard Ritter
                            scritto ultima modifica di
                            #49

                            @aeva i assume you have already found https://forum.manjaro.org/t/disable-3-finger-gestures/148086/18
                            and
                            https://discourse.gnome.org/t/how-to-disable-edit-touchpad-gestures-in-gnome-40/6081/2

                            which don't sound too helpful

                            aevaundefined 1 Risposta Ultima Risposta
                            0
                            • datenwolfundefined datenwolf

                              @aeva @lritter

                              How important is windowed mode for you? Would exclusive fullscreen be an option? If so, you could use Vulkan-Direct-to-Display.

                              aevaundefined Questo utente è esterno a questo forum
                              aevaundefined Questo utente è esterno a questo forum
                              aeva
                              scritto ultima modifica di
                              #50

                              @datenwolf @lritter will that make the kde and/or gnome stop intercepting touch events?

                              1 Risposta Ultima Risposta
                              0
                              • Leonard Ritterundefined Leonard Ritter

                                @aeva i assume you have already found https://forum.manjaro.org/t/disable-3-finger-gestures/148086/18
                                and
                                https://discourse.gnome.org/t/how-to-disable-edit-touchpad-gestures-in-gnome-40/6081/2

                                which don't sound too helpful

                                aevaundefined Questo utente è esterno a questo forum
                                aevaundefined Questo utente è esterno a questo forum
                                aeva
                                scritto ultima modifica di
                                #51

                                @lritter D:

                                Leonard Ritterundefined 1 Risposta Ultima Risposta
                                0
                                • aevaundefined aeva

                                  @lritter D:

                                  Leonard Ritterundefined Questo utente è esterno a questo forum
                                  Leonard Ritterundefined Questo utente è esterno a questo forum
                                  Leonard Ritter
                                  scritto ultima modifica di lritter@mastodon.gamedev.place
                                  #52

                                  @aeva 2022, somebody noted: "However, the up/down swipe gestures can be disabled by going into KDE Settings > Workspace Behavior > Desktop Effects and disabling Desktop Grid and Present Windows. The left/right gestures cannot be removed without disabling all virtual desktops." (https://forum.kde.org/viewtopic.php%3Ff=111&t=176711.html#p459511)

                                  1 Risposta Ultima Risposta
                                  0
                                  • aevaundefined aeva

                                    someone should teach linux developers Game Design. linux would be a lot more fun if you could get enhancements and power-ups each run that persist into future runs

                                    cagibidevundefined Questo utente è esterno a questo forum
                                    cagibidevundefined Questo utente è esterno a questo forum
                                    cagibidev
                                    scritto ultima modifica di
                                    #53

                                    @aeva can't wait for Linux 2 to come out. I hope they also add tense music to sudo

                                    1 Risposta Ultima Risposta
                                    1
                                    0
                                    Rispondi
                                    • Risposta alla discussione
                                    Effettua l'accesso per rispondere
                                    • Da Vecchi a Nuovi
                                    • Da Nuovi a Vecchi
                                    • Più Voti


                                    • 1
                                    • 2
                                    • 3
                                    Feed RSS
                                    turns out switching from gnome to KDE on fedora is *really easy* https://docs.fedoraproject.org/en-US/quick-docs/switching-desktop-environments/

                                    Gli ultimi otto messaggi ricevuti dalla Federazione
                                    • Stefano Marinelliundefined
                                      Stefano Marinelli

                                      Currently tuning some fail2ban installations...

                                      per saperne di più

                                    • :fedora: filippodb ⁂ :cc:undefined
                                      :fedora: filippodb ⁂ :cc:

                                      Fermiamo Chat Control!!

                                      Cosa rischiamo e come evitare la sorveglianza di massa da parte dei governi europei:

                                      https://www.youtube.com/shorts/8-2R4TGeKbE

                                      Pubblicato nel gruppo Sicurezza: @sicurezza

                                      #chatcontrol

                                      per saperne di più

                                    • Andre123 :tux: :gnu:undefined
                                      Andre123 :tux: :gnu:

                                      @cicerchia ma i soldi vanno per armi (e in parte capisco il ragionamento, ma sempre assurdo mi pare) o per il ponte sullo stretto, dannazione

                                      per saperne di più

                                    • Andre123 :tux: :gnu:undefined
                                      Andre123 :tux: :gnu:

                                      @cicerchia il mondo è cambiato molto da quel referendum, le tecnologie avanzate. Forse era il caso di riproporre già una ventina di anni fa il nucleare ? Considerato poi che siam circondati di centrali, anche vecchiotte…. Io non sarei contro se fosse ben gestito e con le ultime tecnologie, ma non sono certo esperto in materia. Oltre a solare ed eolico ovviamente visto che sole e vento non mancano….

                                      per saperne di più

                                    • UAARundefined
                                      UAAR

                                      #Usa, noto predicatore evangelico già consigliere spirituale di Donald Trump condannato a 10 anni per abusi su una 12enne negli anni '80. Con il patteggiamento sconterà solo 6 mesi in carcere, il resto in libertà vigilata.👇
                                      https://www.gay.it/robert-morris-ex-consigliere-spirituale-trump-abusato-bambina-carcere

                                      per saperne di più

                                    • Chiamami Bobundefined
                                      Chiamami Bob

                                      171 Global Sumud Flotilla participants, including Greta Thunberg, have been deported to Greece and Slovakia. These heroes stood for Gaza — and the world is watching.
                                      (via landpalestine)
                                      @attualita
                                      #gretathunberg #palestine #usa #landpalestine

                                      per saperne di più

                                    • Eva Winterschönundefined
                                      Eva Winterschön

                                      🥴 Monday Vibes

                                      just like that

                                      per saperne di più

                                    • severinoundefined
                                      severino

                                      @andre123 ringraziamo i NO-tutto e andiamo in piazza ...per Gaza.

                                      per saperne di più
                                    @pierobosio@soc.bosio.info
                                    Avvio NodeBB v4.6.0 Contributors
                                    Post suggeriti
                                    • Stefano Marinelliundefined

                                      Currently tuning some fail2ban installations...

                                      Seguito Ignorato Pianificato Fissato Bloccato Spostato Senza categoria
                                      1
                                      0 Votazioni
                                      1 Post
                                      0 Visualizzazioni
                                      Nessuno ha risposto
                                    • :fedora: filippodb ⁂ :cc:undefined

                                      Fermiamo Chat Control!!'nCosa rischiamo e come evitare la sorveglianza di massa da parte dei governi europei:'nhttps://www.youtube.com/shorts/8-2R4TGeKbE'n Pubblicato nel gruppo Sicurezza: @sicurezza 'n#chatcontrol

                                      Seguito Ignorato Pianificato Fissato Bloccato Spostato Senza categoria chatcontrol
                                      1
                                      0 Votazioni
                                      1 Post
                                      0 Visualizzazioni
                                      Nessuno ha risposto
                                    • UAARundefined

                                      #Usa, noto predicatore evangelico già consigliere spirituale di Donald Trump condannato a 10 anni per abusi su una 12enne negli anni '80.

                                      Seguito Ignorato Pianificato Fissato Bloccato Spostato Senza categoria usa
                                      1
                                      0 Votazioni
                                      1 Post
                                      0 Visualizzazioni
                                      Nessuno ha risposto
                                    • Eva Winterschönundefined

                                      🥴 Monday Vibes'njust like that

                                      Seguito Ignorato Pianificato Fissato Bloccato Spostato Senza categoria
                                      1
                                      1
                                      0 Votazioni
                                      1 Post
                                      0 Visualizzazioni
                                      Nessuno ha risposto
                                    • Accedi

                                    • Accedi o registrati per effettuare la ricerca.
                                    • Primo post
                                      Ultimo post