GithubHelp home page GithubHelp logo

katherdx / tray Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qzind/tray

0.0 1.0 0.0 60.61 MB

Browser plugin for sending documents and raw commands to a printer or attached device.

Home Page: https://qz.io

License: Other

Shell 0.52% NSIS 1.77% ASP 0.17% ColdFusion 0.25% C# 0.24% Java 71.99% JavaScript 9.96% PHP 0.16% Perl 0.16% Python 0.54% Ruby 0.13% CSS 0.53% HTML 12.55% Erlang 0.21% R 0.13% Go 0.25% TypeScript 0.26% Visual Basic .NET 0.18%

tray's Introduction

QZ Tray

Build Status Downloads Issues Commits

Browser plugin for sending documents and raw commands to a printer or attached device

Getting Started

Support

Changelog

Java Developer Resources

##Just suppress warning If you're using QZ Tray in an isolated machine (like in my case), local environment or for any reason you don't need to encrypt messages and just wanna get rid of the warning message you can disable the warning dialog itself.

Disclaimer: This method is not supposed to be used in production, messages won't be signed, any website can talk to your hardware, use under your own risk.

Clone the QZ Tray repository ( https://github.com/qzind/tray.git ). Fulfill the compiling dependencies: Ant, Java, NSIS (Windows). If you're using windows I recommend you use Chocolatey, with Chocolatey it's straightforward to install those dependencies. Get a code editor or IDE (I used IntelliJ Idea community edition). Navigate and edit /src/qz/ws/PrintSocketClient.java change line 476

From this:

if (cert.isTrusted() && cert.isSaved()) { into

if (cert.isSaved()) { Navigate and edit /src/qz/ui/GatewayDialog.java change line 92

From

allowButton.setEnabled(!persistentCheckBox.isSelected() || cert.isTrusted()); into

allowButton.setEnabled(true); Compile using:

ant nsis for windows ant pkgbuild for MacOS ant makeself for linux Actually this won't only compile but also creates the installer. QZ team did a great job automatizing everything.

Install QZ tray using the installer just created.

The first time you'll see the warning but now you can Remember the decision to Allow forever.

I suggest to use self-signed certificates or pay premium support if you need a truly secure setup.

tray's People

Contributors

akberenz avatar burya4ok avatar carlganz avatar dsanders11 avatar ifarwell avatar jaxgeller avatar katherdx avatar klabarge avatar lite1979 avatar lukas-w avatar lurch avatar mrl0co avatar onurguzel avatar pupitetris avatar robraux avatar tresf avatar vzor- avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.