Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Qt 6
  4. TexMaker F1 Problem After Qt6 Install
Forum Update on Monday, May 27th 2025

TexMaker F1 Problem After Qt6 Install

Scheduled Pinned Locked Moved Unsolved Qt 6
24 Posts 2 Posters 4.2k 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.
  • O Offline
    O Offline
    ofmrew
    wrote on 3 Mar 2021, 14:29 last edited by
    #1

    I have TexMaker installed on two computers, a Mint Linux and a Win 10. TexMaker was working correctly on the Win 10 computer before I installed Qt6, after the installation the F1 key compiles the LaTex document but the pdf file is not up dated. Because of prerequisites I was forced to install Mint Linux 20 and the install Qt6 and TexMaker, which has the same problem. I believe that TexMaker is based on Qt5. Anybody know why this is happening and how I can get my TexMaker working correctly again? Thanks for any help.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 3 Mar 2021, 19:34 last edited by
      #2

      Hi,

      Do you mean you are building TexMaker with Qt 6 ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      O 1 Reply Last reply 3 Mar 2021, 20:10
      0
      • S SGaist
        3 Mar 2021, 19:34

        Hi,

        Do you mean you are building TexMaker with Qt 6 ?

        O Offline
        O Offline
        ofmrew
        wrote on 3 Mar 2021, 20:10 last edited by
        #3

        @SGaist I had a working version of TexMaker and after I installed Qt6, the F1 key did not work. My statement is that I had seen stating that TexMaker was base on Qt5.

        O 1 Reply Last reply 4 Mar 2021, 16:47
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 3 Mar 2021, 20:13 last edited by
          #4

          What you do not explain is how you installed TexMaker, nor Qt 6.

          Qt 5 and Qt 6 have explicit different so version so there's no risk for an application to pick the wrong major release by accident.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          O 1 Reply Last reply 4 Mar 2021, 18:05
          0
          • O ofmrew
            3 Mar 2021, 20:10

            @SGaist I had a working version of TexMaker and after I installed Qt6, the F1 key did not work. My statement is that I had seen stating that TexMaker was base on Qt5.

            O Offline
            O Offline
            ofmrew
            wrote on 4 Mar 2021, 16:47 last edited by
            #5

            @ofmrew

            For TexMaker I downloaded texmaker_5.0.4_ubuntu_20_10_amd64.deb and ran it.
            For Qt6 I ran the open source version of qt-unified-linux-x64-4.0.1-1-online.run.

            I am looking for the site were Qt5 is mentioned as the base for Texaamaker, I will post it when I find it.

            1 Reply Last reply
            0
            • S SGaist
              3 Mar 2021, 20:13

              What you do not explain is how you installed TexMaker, nor Qt 6.

              Qt 5 and Qt 6 have explicit different so version so there's no risk for an application to pick the wrong major release by accident.

              O Offline
              O Offline
              ofmrew
              wrote on 4 Mar 2021, 18:05 last edited by
              #6

              @SGaist I found one reference to Qt5, namely:

              sudo apt remove appmenu-qt5

              That was for Linux, but my Win 10 TexMaker has the same problem.

              1 Reply Last reply
              0
              • S Offline
                S Offline
                SGaist
                Lifetime Qt Champion
                wrote on 4 Mar 2021, 19:07 last edited by
                #7

                I currently do wonder how an isolated installation of Qt 6 might interfere with TexMaker.

                Can you run ldd on the TexMaker binary ?

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                O 1 Reply Last reply 4 Mar 2021, 20:51
                0
                • S SGaist
                  4 Mar 2021, 19:07

                  I currently do wonder how an isolated installation of Qt 6 might interfere with TexMaker.

                  Can you run ldd on the TexMaker binary ?

                  O Offline
                  O Offline
                  ofmrew
                  wrote on 4 Mar 2021, 20:51 last edited by
                  #8

                  @SGaist Is this swhat you want:

                  ob@bob-linux:/bin$ ldd texmaker
                  linux-vdso.so.1 (0x00007fffae5bf000)
                  libQt5PrintSupport.so.5 => /lib/x86_64-linux-gnu/libQt5PrintSupport.so.5 (0x00007ff8460b0000)
                  libQt5Widgets.so.5 => /lib/x86_64-linux-gnu/libQt5Widgets.so.5 (0x00007ff845a15000)
                  libQt5Gui.so.5 => /lib/x86_64-linux-gnu/libQt5Gui.so.5 (0x00007ff84542a000)
                  libQt5Xml.so.5 => /lib/x86_64-linux-gnu/libQt5Xml.so.5 (0x00007ff8453e8000)
                  libQt5Network.so.5 => /lib/x86_64-linux-gnu/libQt5Network.so.5 (0x00007ff845227000)
                  libQt5Script.so.5 => /lib/x86_64-linux-gnu/libQt5Script.so.5 (0x00007ff844f7b000)
                  libQt5Core.so.5 => /lib/x86_64-linux-gnu/libQt5Core.so.5 (0x00007ff844a30000)
                  libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007ff844a0d000)
                  libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007ff84482c000)
                  libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007ff8446dd000)
                  libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ff8444eb000)
                  libGL.so.1 => /lib/x86_64-linux-gnu/libGL.so.1 (0x00007ff844463000)
                  libpng16.so.16 => /lib/x86_64-linux-gnu/libpng16.so.16 (0x00007ff844429000)
                  libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007ff84440d000)
                  libharfbuzz.so.0 => /lib/x86_64-linux-gnu/libharfbuzz.so.0 (0x00007ff844308000)
                  libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007ff8442ed000)
                  libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007ff8442e7000)
                  libicui18n.so.66 => /lib/x86_64-linux-gnu/libicui18n.so.66 (0x00007ff843fe6000)
                  libicuuc.so.66 => /lib/x86_64-linux-gnu/libicuuc.so.66 (0x00007ff843e00000)
                  libpcre2-16.so.0 => /lib/x86_64-linux-gnu/libpcre2-16.so.0 (0x00007ff843d7d000)
                  libdouble-conversion.so.3 => /lib/x86_64-linux-gnu/libdouble-conversion.so.3 (0x00007ff843d67000)
                  libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007ff843c3e000)
                  /lib64/ld-linux-x86-64.so.2 (0x00007ff846b39000)
                  libGLdispatch.so.0 => /lib/x86_64-linux-gnu/libGLdispatch.so.0 (0x00007ff843b86000)
                  libGLX.so.0 => /lib/x86_64-linux-gnu/libGLX.so.0 (0x00007ff843b50000)
                  libfreetype.so.6 => /lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007ff843a91000)
                  libgraphite2.so.3 => /lib/x86_64-linux-gnu/libgraphite2.so.3 (0x00007ff843a64000)
                  libicudata.so.66 => /lib/x86_64-linux-gnu/libicudata.so.66 (0x00007ff841fa3000)
                  libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007ff841f30000)
                  libX11.so.6 => /lib/x86_64-linux-gnu/libX11.so.6 (0x00007ff841df1000)
                  libxcb.so.1 => /lib/x86_64-linux-gnu/libxcb.so.1 (0x00007ff841dc7000)
                  libXau.so.6 => /lib/x86_64-linux-gnu/libXau.so.6 (0x00007ff841dc1000)
                  libXdmcp.so.6 => /lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007ff841db9000)
                  libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007ff841d9f000)

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on 4 Mar 2021, 20:54 last edited by
                    #9

                    That's what I was suspecting nothing related to Qt 6.

                    Did you try to run TexMaker from the command line to see if you have any log messages about what is going on ?

                    Interested in AI ? www.idiap.ch
                    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                    O 1 Reply Last reply 4 Mar 2021, 21:28
                    0
                    • S SGaist
                      4 Mar 2021, 20:54

                      That's what I was suspecting nothing related to Qt 6.

                      Did you try to run TexMaker from the command line to see if you have any log messages about what is going on ?

                      O Offline
                      O Offline
                      ofmrew
                      wrote on 4 Mar 2021, 21:28 last edited by
                      #10

                      @SGaist From the terminal I get:
                      bob@bob-linux:~$ cd /bin
                      bob@bob-linux:/bin$ texmaker
                      qt5ct: using qt5ct plugin
                      Gtk-Message: 16:21:11.851: Failed to load module "xapp-gtk3-module"

                      O 1 Reply Last reply 6 Mar 2021, 14:32
                      0
                      • O ofmrew
                        4 Mar 2021, 21:28

                        @SGaist From the terminal I get:
                        bob@bob-linux:~$ cd /bin
                        bob@bob-linux:/bin$ texmaker
                        qt5ct: using qt5ct plugin
                        Gtk-Message: 16:21:11.851: Failed to load module "xapp-gtk3-module"

                        O Offline
                        O Offline
                        ofmrew
                        wrote on 6 Mar 2021, 14:32 last edited by
                        #11

                        @ofmrew Any thoughts on this problem?

                        1 Reply Last reply
                        0
                        • S Offline
                          S Offline
                          SGaist
                          Lifetime Qt Champion
                          wrote on 6 Mar 2021, 19:46 last edited by
                          #12

                          Do you get it to work again if you remove Qt 6 ?

                          Interested in AI ? www.idiap.ch
                          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                          O 1 Reply Last reply 6 Mar 2021, 20:23
                          0
                          • S SGaist
                            6 Mar 2021, 19:46

                            Do you get it to work again if you remove Qt 6 ?

                            O Offline
                            O Offline
                            ofmrew
                            wrote on 6 Mar 2021, 20:23 last edited by
                            #13

                            @SGaist I haven't tried that but I will on the Win 10 computer. Be back to you.

                            O 1 Reply Last reply 6 Mar 2021, 20:30
                            0
                            • O ofmrew
                              6 Mar 2021, 20:23

                              @SGaist I haven't tried that but I will on the Win 10 computer. Be back to you.

                              O Offline
                              O Offline
                              ofmrew
                              wrote on 6 Mar 2021, 20:30 last edited by
                              #14

                              @ofmrew 6.0.1 is removed but TexMaker is still broke.

                              1 Reply Last reply
                              0
                              • S Offline
                                S Offline
                                SGaist
                                Lifetime Qt Champion
                                wrote on 6 Mar 2021, 20:34 last edited by
                                #15

                                Looks like it's unrelated to Qt 6 then.

                                Did you try to check if there's a log or something generated by TexMaker ? Did you try to start it from the command line ?

                                Interested in AI ? www.idiap.ch
                                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                                O 1 Reply Last reply 7 Mar 2021, 14:33
                                0
                                • S SGaist
                                  6 Mar 2021, 20:34

                                  Looks like it's unrelated to Qt 6 then.

                                  Did you try to check if there's a log or something generated by TexMaker ? Did you try to start it from the command line ?

                                  O Offline
                                  O Offline
                                  ofmrew
                                  wrote on 7 Mar 2021, 14:33 last edited by
                                  #16

                                  @SGaist The log for TexMaker when I press F1:
                                  LOG FILE :
                                  This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) (preloaded format=pdflatex 2017.2.4) 11 OCT 2020 11:58
                                  entering extended mode
                                  restricted \write18 enabled.
                                  %&-line parsing enabled.
                                  **Print2DGraphics.tex
                                  (./Print2DGraphics.tex
                                  LaTeX2e <2016/02/01>
                                  Babel <3.9q> and hyphenation patterns for 81 language(s) loaded.
                                  (/usr/share/texlive/texmf-dist/tex/latex/base/book.cls
                                  Document Class: book 2014/09/29 v1.4h Standard LaTeX document class
                                  (/usr/share/texlive/texmf-dist/tex/latex/base/bk12.clo
                                  File: bk12.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
                                  *********Middle Part of File Deleted because it was too big.
                                  They are messages about formatting the document.

                                  \makeMPintoPDFobject=\count166
                                  \everyMPtoPDFconversion=\toks48
                                  ) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
                                  Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO
                                  )
                                  (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty
                                  Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
                                  Package ifluatex Info: LuaTeX not detected.
                                  )
                                  Package pdftexcmds Info: LuaTeX not detected.
                                  Package pdftexcmds Info: \pdf@primitive is available.
                                  Package pdftexcmds Info: \pdf@ifprimitive is available.
                                  Package pdftexcmds Info: \pdfdraftmode found.
                                  )
                                  (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
                                  Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf
                                  (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty
                                  Package: grfext 2010/08/19 v1.1 Manage graphics extensions (HO)
                                  (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvdefinekeys.sty
                                  Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO)
                                  ))

                                  63 words of extra memory for PDF output out of 10000 (max. 10000000)

                                  It seems to indicate that the pdf file was written, but I checked and it was not. I hope it helps.

                                  1 Reply Last reply
                                  0
                                  • S Offline
                                    S Offline
                                    SGaist
                                    Lifetime Qt Champion
                                    wrote on 7 Mar 2021, 19:20 last edited by
                                    #17

                                    @ofmrew said in TexMaker F1 Problem After Qt6 Install:

                                    Package ifluatex Info: LuaTeX not detected.

                                    I don't know if it's related but worth a check.

                                    Interested in AI ? www.idiap.ch
                                    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                                    O 1 Reply Last reply 7 Mar 2021, 20:01
                                    0
                                    • S SGaist
                                      7 Mar 2021, 19:20

                                      @ofmrew said in TexMaker F1 Problem After Qt6 Install:

                                      Package ifluatex Info: LuaTeX not detected.

                                      I don't know if it's related but worth a check.

                                      O Offline
                                      O Offline
                                      ofmrew
                                      wrote on 7 Mar 2021, 20:01 last edited by
                                      #18

                                      @SGaist I looked and it is not required. On the Win 10 computer TexMaker was working correctly, the change was the Qt6 install which resulted in it not working. Mint Linux was a new install.

                                      1 Reply Last reply
                                      0
                                      • S Offline
                                        S Offline
                                        SGaist
                                        Lifetime Qt Champion
                                        wrote on 7 Mar 2021, 20:12 last edited by
                                        #19

                                        Did you re-install TexMaker ?

                                        Interested in AI ? www.idiap.ch
                                        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                                        O 1 Reply Last reply 8 Mar 2021, 19:29
                                        0
                                        • S SGaist
                                          7 Mar 2021, 20:12

                                          Did you re-install TexMaker ?

                                          O Offline
                                          O Offline
                                          ofmrew
                                          wrote on 8 Mar 2021, 19:29 last edited by
                                          #20

                                          @SGaist Yes, I uninstalled it and reinstalled, same problem.

                                          1 Reply Last reply
                                          0

                                          1/24

                                          3 Mar 2021, 14:29

                                          • Login

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