Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-3814

Qt4 applications do not work under mozplugger

    XMLWordPrintable

Details

    Description

      Qt 4 applications do not get keyboard events with Firefox with mozplugger on X11. Qt 3 and GTK apps still work.

      mozplugger is an addon for Firefox that embeds an application into Firefox. mozplugger does not work correctly with 64-bit X11. Firefox will not swallow the application. With the following mozpluggerrc file, Firefox will open simpletextviewer when clicking on a pdf file:

      #######################
      ### Documents       ###
      #######################
      
      application/pdf:pdf:PDF file
      application/x-pdf:pdf:PDF file
      text/pdf:pdf:PDF file
      text/x-pdf:pdf:PDF file
              repeat noisy swallow(simpletextviewer) fill:  simpletextviewer "$file"
              repeat noisy swallow(okular) fill: okular "$file"
              repeat noisy swallow(evince) fill: evince "$file"
              repeat noisy swallow(Xpdf) fill: xpdf -g +9000+9000 "$file"
              repeat swallow(acroread) fill: acroread7 -openInNewWindow "$file"
              GV()
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            mch Jervey Kong
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes