Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Blinking of pop-up widgets on Raspberry OS
Forum Updated to NodeBB v4.3 + New Features

Blinking of pop-up widgets on Raspberry OS

Scheduled Pinned Locked Moved Unsolved General and Desktop
21 Posts 2 Posters 2.9k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I IknowQT
    13 Jan 2022, 08:24

    @jsulm

    no it doesn't matter
    Do I need to change the settings on Raspberry OS?

    J Offline
    J Offline
    jsulm
    Lifetime Qt Champion
    wrote on 13 Jan 2022, 08:27 last edited by
    #10

    @IknowQT said in Blinking of pop-up widgets on Raspberry OS:

    no it doesn't matter

    What does this mean? Yes or no?

    https://forum.qt.io/topic/113070/qt-code-of-conduct

    I 3 Replies Last reply 13 Jan 2022, 08:30
    0
    • J jsulm
      13 Jan 2022, 08:27

      @IknowQT said in Blinking of pop-up widgets on Raspberry OS:

      no it doesn't matter

      What does this mean? Yes or no?

      I Offline
      I Offline
      IknowQT
      wrote on 13 Jan 2022, 08:30 last edited by
      #11

      @jsulm

      No no

      1 Reply Last reply
      0
      • J jsulm
        13 Jan 2022, 08:27

        @IknowQT said in Blinking of pop-up widgets on Raspberry OS:

        no it doesn't matter

        What does this mean? Yes or no?

        I Offline
        I Offline
        IknowQT
        wrote on 13 Jan 2022, 09:05 last edited by
        #12

        @jsulm

        I tried removing the taskbar of Raspbian and running it, and the same symptoms appear.
        Is there any other way?

        1 Reply Last reply
        0
        • J jsulm
          13 Jan 2022, 08:27

          @IknowQT said in Blinking of pop-up widgets on Raspberry OS:

          no it doesn't matter

          What does this mean? Yes or no?

          I Offline
          I Offline
          IknowQT
          wrote on 14 Jan 2022, 00:05 last edited by
          #13

          @jsulm

          Is there no way in qt?
          I tested the same in Ubuntu OS, but the same phenomenon as in Raspbian does not appear.
          For me this is a very important issue.
          You may need to change your development direction and environment.

          J 1 Reply Last reply 14 Jan 2022, 06:21
          0
          • I IknowQT
            14 Jan 2022, 00:05

            @jsulm

            Is there no way in qt?
            I tested the same in Ubuntu OS, but the same phenomenon as in Raspbian does not appear.
            For me this is a very important issue.
            You may need to change your development direction and environment.

            J Offline
            J Offline
            jsulm
            Lifetime Qt Champion
            wrote on 14 Jan 2022, 06:21 last edited by
            #14

            @IknowQT What graphics environment and window managher do you use?
            Do you use X server?

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            I 1 Reply Last reply 17 Jan 2022, 00:51
            0
            • J jsulm
              14 Jan 2022, 06:21

              @IknowQT What graphics environment and window managher do you use?
              Do you use X server?

              I Offline
              I Offline
              IknowQT
              wrote on 17 Jan 2022, 00:51 last edited by
              #15

              @jsulm

              How can I check?
              I'm not very good with Linux commands.

              J 1 Reply Last reply 17 Jan 2022, 08:49
              0
              • I IknowQT
                17 Jan 2022, 00:51

                @jsulm

                How can I check?
                I'm not very good with Linux commands.

                J Offline
                J Offline
                jsulm
                Lifetime Qt Champion
                wrote on 17 Jan 2022, 08:49 last edited by
                #16

                @IknowQT You should know what you installed.
                What does

                ps ax | grep X
                

                output?

                https://forum.qt.io/topic/113070/qt-code-of-conduct

                I 1 Reply Last reply 17 Jan 2022, 23:30
                0
                • J jsulm
                  17 Jan 2022, 08:49

                  @IknowQT You should know what you installed.
                  What does

                  ps ax | grep X
                  

                  output?

                  I Offline
                  I Offline
                  IknowQT
                  wrote on 17 Jan 2022, 23:30 last edited by
                  #17

                  @jsulm

                   539 tty7     Ssl+   0:00 /usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
                    618 ?        Ssl    0:00 /usr/bin/lxsession -s LXDE-pi -e LXDE
                    845 ?        Sl     0:02 lxpanel --profile LXDE-pi
                    846 ?        Sl     0:00 pcmanfm --desktop --profile LXDE-pi
                   4762 pts/0    S+     0:00 grep --color=auto X
                  
                  
                  J 1 Reply Last reply 18 Jan 2022, 06:19
                  0
                  • I IknowQT
                    17 Jan 2022, 23:30

                    @jsulm

                     539 tty7     Ssl+   0:00 /usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
                      618 ?        Ssl    0:00 /usr/bin/lxsession -s LXDE-pi -e LXDE
                      845 ?        Sl     0:02 lxpanel --profile LXDE-pi
                      846 ?        Sl     0:00 pcmanfm --desktop --profile LXDE-pi
                     4762 pts/0    S+     0:00 grep --color=auto X
                    
                    
                    J Offline
                    J Offline
                    jsulm
                    Lifetime Qt Champion
                    wrote on 18 Jan 2022, 06:19 last edited by
                    #18

                    @IknowQT So, you have X server running and you're using LXDE desktop environment.
                    You could try with some other desktop environment to see whether it behaves in the same way (XFCE for example).

                    https://forum.qt.io/topic/113070/qt-code-of-conduct

                    I 1 Reply Last reply 18 Jan 2022, 07:40
                    0
                    • J jsulm
                      18 Jan 2022, 06:19

                      @IknowQT So, you have X server running and you're using LXDE desktop environment.
                      You could try with some other desktop environment to see whether it behaves in the same way (XFCE for example).

                      I Offline
                      I Offline
                      IknowQT
                      wrote on 18 Jan 2022, 07:40 last edited by IknowQT
                      #19

                      @jsulm

                      Are you saying you need to test on a different version of the OS?

                      J 1 Reply Last reply 18 Jan 2022, 07:51
                      0
                      • I IknowQT
                        18 Jan 2022, 07:40

                        @jsulm

                        Are you saying you need to test on a different version of the OS?

                        J Offline
                        J Offline
                        jsulm
                        Lifetime Qt Champion
                        wrote on 18 Jan 2022, 07:51 last edited by
                        #20

                        @IknowQT No. I did not say anything about a different OS version. I only suggested to test with another desktop environment (window manager). On Linux there are many different desktop environments...

                        https://forum.qt.io/topic/113070/qt-code-of-conduct

                        I 1 Reply Last reply 14 Feb 2022, 05:15
                        0
                        • J jsulm
                          18 Jan 2022, 07:51

                          @IknowQT No. I did not say anything about a different OS version. I only suggested to test with another desktop environment (window manager). On Linux there are many different desktop environments...

                          I Offline
                          I Offline
                          IknowQT
                          wrote on 14 Feb 2022, 05:15 last edited by
                          #21

                          @jsulm

                          Even after changing the window manager to openbox, the flickering phenomenon appears.

                          *raspberry board version
                          pi4 model b
                          *raspberry os version
                          buster 5.10.75-v71+

                          Are there any window managers you can recommend for my development environment?

                          1 Reply Last reply
                          0

                          • Login

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Users
                          • Groups
                          • Search
                          • Get Qt Extensions
                          • Unsolved