Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build computers failing with language file error #6670

Closed
nbolton opened this issue Apr 28, 2020 · 0 comments · Fixed by #6680
Closed

Build computers failing with language file error #6670

nbolton opened this issue Apr 28, 2020 · 0 comments · Fixed by #6680
Assignees
Labels

Comments

@nbolton
Copy link
Member

nbolton commented Apr 28, 2020

RCC: Error in '/home/admin/workspace/Synergy-Core-v1-Standard-Debian/source/build/src/gui/res/Languages.qrc': Cannot find file 'lang/gui_ar-SA.qm'
@nbolton nbolton added the bug label Apr 28, 2020
@nbolton nbolton added this to the Sprint 2020-04-28 Jedi milestone Apr 28, 2020
@Jnewbon Jnewbon self-assigned this May 4, 2020
Jnewbon added a commit that referenced this issue May 4, 2020
Jnewbon added a commit that referenced this issue May 4, 2020
Jnewbon added a commit that referenced this issue May 4, 2020
UlasSAYGIN added a commit to UlasSAYGIN/synergy that referenced this issue May 17, 2020
* symless#6383 Make core console window minimized in foreground mode

* symless#6384 Attempt to remove license screen from Windows installer

* symless#6338 Part-done: Move Auto Config checkbox to settings screen

Also refactored Windows Bonjour code to new class, and moved some of the Zeroconf stuff to a new class

* symless#6338 Only call Bonjour download if on Windows

* symless#6338 Only use Zeroconf if non-enterprise build

* symless#6338 Hide auto config setting for Enterprise build

* symless#6338 Tidy up settings screen layout

* symless#6383 Switch to Unix line endings

* symless#6338 Use either manual or auto config in main window

Only enable/disable auto-config when saving settings, and only start the server/client when clicking Start/Stop/Apply.

* symless#6338 Only add server IPs when in client mode, and clear the IP list each time zeroconf restarts

* symless#6338 Auto Config hint widget with link to open Settings dialog

* symless#6338 Refactor auto restart logic, fixed debug level check, added some debug logging

* ChangeLog for v1.10.1

* Version to v1.10.2

* symless#6397 Remember last used auto config host

* symless#6407 Hide all auto config elements for enterprise build

* Add missing header includes to build against Qt 5.11.0

Some Qt gui headers are no longer included when including QtGui
adding these two missing headers makes Synergy build here on windows.

* SecureSocket: Fix LibreSSL support.

Weirdly enough, LibreSSL has a high enough version, yet does not feature SSL_get_client_ciphers.

* symless#5648 Fixed mouse drift by switching from int to float

* Fixed Hostname dialog box opening unnecessarily  (symless#6468)

symless#6392 Added check for autoconfig mode

* symless#6471 Stopped gui locking into retry loop

* symless#6485 Copied README.md from v2-dev to master

* symless#6486 Added CI solution for automated builds

* Added Ubuntu Dockers for 16, 18, and 19
* Added Cirrus CI build task for gcloud instance with SSDs
* Added macOS instance build with brew Qt install
* Fixed Qt headers for 5.12.2 used in Ubuntu 19.04
* Consolidated version info into CMake file

* symless#6488 Fixed a memory leak in the TLS socket code

* symless#6395 Removed direct Qt header includes

* symless#6471 Added Pending retry state

* symless#6471 Fixed ability to stop the retry loop when synergy fails to start

* symless#6471 Replaced tabs with spaces

* symless#6471 Reverted accidental change and fixed more tabs

* symless#6373 Fixed compile error on BSD. Cherry picked from 94eb69e

* Delete ChangeLog

* Create ChangeLog

* Merged master into v1-dev

* Delete ChangeLog

* Create ChangeLog

* Delete ChangeLog

* Create ChangeLog

* Update README.md

* Fixed retry timer not being unregistered properly (symless#6077)

Closes symless#6495

* Added v1.10.2-rc2 to ChangeLog

* Set stage to rc2 for v1.10.2

* symless#6497 Updated ChangLog and version for release

* symless#6497 Fixed problem with windows version variables not working in cmd

* Set version 1.10.3-snapshot

* Update issue templates

* Update issue templates

* Delete ISSUE_TEMPLATE.md

* Update issue templates

* Add triage label to issue templates

* symless#3705 Hotkeys broken on macOS servers

* symless#6521 Fixed access violation in SSL sockets

* symless#6522 Double clicking tray now shows GUI and tray also now has a tooltip

* symless#6523 The auto hide feature was hidden, so this restores it

* symless#6524 Adds new minimize to tray functionality and setting to enable/disable

* symless#6525 Removed sleep before TLS socket delete, and fix race condition by removing socket from job queue

* symless#6526 Fixed crash when socket is null on handling TCP connection, and added some logging

* symless#6527 Added dpiAwareness PerMonitor to fix scaling in core on Windows, and also set window height to auto (0) which prevents elements being squashed in the config app

* symless#6528 Also display error text as well as error code when logging an X11 error

* symless#6529 Removed debug elements from MSI config (this could break debug installers... maybe?)

* symless#6409 Time out read events for clipboard

* symless#6390 Updated OpenSSL For better security with TLS1.3

* symless#3705 Hotkeys broken on macOS servers

* symless#6521 Fixed access violation in SSL sockets

* symless#6522 Double clicking tray now shows GUI and tray also now has a tooltip

* symless#6523 The auto hide feature was hidden, so this restores it

* symless#6524 Adds new minimize to tray functionality and setting to enable/disable

* symless#6526 Fixed crash when socket is null on handling TCP connection, and added some logging

* symless#6525 Removed sleep before TLS socket delete, and fix race condition by removing socket from job queue

* symless#6528 Also display error text as well as error code when logging an X11 error

* symless#6529 Removed debug elements from MSI config (this could break debug installers... maybe?)

* Set version 1.10.3-snapshot

* symless#6527 Added dpiAwareness PerMonitor to fix scaling in core on Windows, and also set window height to auto (0) which prevents elements being squashed in the config app

* symless#6409 Time out read events for clipboard

* symless#6390 Updated OpenSSL For better security with TLS1.3

* Updated version to release candidate 1

* symless#6541 Fixed connected info text to include without TLS encryption

* symless#6546 Filtered out self assigned ip addresses from being displayed

* symless#6535 Version URL and added stage check to version check

* symless#6535 Removed duplicate stage from about dialog

* Updated changlog and stage to rc2

* Set release to stable

* change openssl path relative to binary

* fix SSL fingerprint text and about box copyright text

* Add links to careers site and blog

* symless#6561 Increased SSL keysize and SHA algorithm

* symless#6556 Changed ssl libs to static linking

* symless#6518 Added server restart action and hotkey capability

* symless#5294 Prevented cursor moving off screen when a locking issue may occur

* symless#6566 Change info message to debug1

* Updated installer package, made QT path configurable, added redist to msi

* Tidied up wix include and fixed sln build configurations

* removed quotes from windows version variables

* symless#6588 Added version number to version check request

* symless#6566 Switched info to debug

* Updated changelog and set stage to rc1

* symless#6556 Fixed cmakes for static SSL linking

* symless#6556 Fixed cmakes for static SSL linkin

* symless#6566 Switched info to debug

* Reverting 9005fe3, 4d9c196 and f0d7b66. Which reverts static SSL libs

* Removing updated function name

* Cleaned up UserAgent info

* symless#6575 Rebuilt windows build node, msm were relocated

* symless#6575 Fixed windows theme reverting to very old style

* Preventing older insecure version of TLS/SSL

* Removed openssl@1.1 due to problems supporting multiple macOS versions

* Grabbed connection protocol from cipher for display to user

* Changed to stringstream as Mac had problems with regex

* Removed synwinhk DLL, back porting 703097c

* Removed synwinhk.dll from installer

* Fixed build issue on Windows unable to find iterator

* Updated change log and stage for RC2

* Changed stage to stable

* symless#6611 Updated untrusted server dialog to show sha256 fingerprint

* Revert "change openssl path relative to binary"

This reverts commit 1bc2cf5

* symless#4. Fix quote key on US International keyboard.

* symless#6593 Fix data indexes in Unicode::fromUTF8

* WIP printscreen fixes for Windows

# Conflicts:
#	src/lib/platform/MSWindowsDesks.cpp
#	src/lib/platform/MSWindowsDesks.h

* symless#4288 removed #if 0 blocks

* symless#4288 Fixed if assignment instead of equals

* symless#4937 Add .mm files to cmake if builder is mac

* Updated Version and changelog

* Update Slovak translation

* symless#6622 Removed compiled language files

* symless#6622 Added all translation files to qt project for easy updating

* symless#6622 Removed compiled language files from source resources

* symless#6622 Added compiling of language files to cmake

* symless#6622 Added required tools to CI

* symless#6622 Updates language files

* symless#6622 Added english source for Translation service integration

* Update Crowdin configuration file

* symless#6622 Sorting out local codes for translation integration

* symless#6622 Updated docker images with linguist's stripped out unnecessary deps from install

* symless#6622 Removed sudo

* Added Azure Pipelines as CI (symless#6625)

* Update azure-pipelines.yml for Azure Pipelines

* Added qt linguist support for languages in centos build

* ChangeLog for v1.11.1-rc2

* symless#6538 Made Loading and saving of settings more readable

Signed-off-by: Jamie Newbon <jamie@symless.com>

* symless#6538 Loading of global settings if user setting dont exist

* symless#6538 Changed mainwindow to grab settings from appconfig instead of maintaining its own pointer

Signed-off-by: jnewbon <jamie@symless.com>

* symless#6583 Changed Server config to pull Settings directly from AppConfig instead of maintaining its own pointer

Signed-off-by: jnewbon <jamie@symless.com>

* symless#6538 Added settings scope switching to AppConfig

Signed-off-by: jnewbon <jamie@symless.com>

* symless#6538 Fixed missing setting and added function to remove repetitions

* symless#6538 Added Scope selection to settings

* symless#6538 Moved System scope to ini format and saved to application folder

* symless#6538 Added event to live swap configs as soon as the scope is changed in settings

* Updated Stage

* 6472 - adding help site to help menu

6472 - updating help hyperlink text

* symless#6538 Changed System scope path to be OS dependant

* Set release 1.11.1-stable

* Build tests again

The tests were accidentally disabled in
688095d. Since then, the code has
drifted slightly: the synergy lib has been renamed from synergy to
synlib in 4263fd1 and the curl
dependency was dropped in 491bb2d.

This re-enables the tests, targets the right lib and removes the
obsolete test.

* Added crowdin link for translations to the readme

* symless#6622 Moved compiled translations and added language resource file

* symless#6622 Changed translation command to update ts files as well

* symless#6622 Updated update languages command

* symless#6622 Fixed error in html text cause all translations to fail to build silently

* symless#6622 Fixed accidentally removed image

* Revert "symless#6622 Changed translation command to update ts files as well"

This reverts commit a38ac37

* symless#6622 Removed Serra from pipelines as it was obsoleted by azure

* symless#6622 Changed Cmake to 3.14

* symless#6622 Changed Cmake to 3.14

* symless#6622 Changed Cmake to 3.14

* symless#6622 Changed Cmake to 3.14

* symless#6622 Changed Cmake to 3.14

* symless#6622 Changed Cmake to 3.14

* symless#6622 Split deb jobs

* Set stage back to snapshot

* Updated translation from Crowdin (Japanese and Polish) (symless#6647)

* symless#6538 Moved settings from main window to appconfig

* symless#6538 started adding modified settings check to prevent saving changes multiple times

* symless#6587 Added signal when auto config is changed to update UI

* symless#6538 Fixed missing semicolon

* symless#6663 Added limit to the log view of 10,000 lines in the GUI to prevent RAM hogging

* symless#6663 Changed Ubuntu builder to LTS 19.10

* symless#6538 Added ConfigWriter to centralized config file interaction

* symless#6666 Added Doxy config and Azure build job

* symless#6666 Fixed absolute path

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* symless#6666 Putting back the other dezops builds

* symless#6538 Implemented a most of the new config system

* symless#6538 Removed extra ,

* symless#6538 Added assert declaration

* symless#6538 Changed Enum names to follow code standards

* symless#6538 Added save to ConfigWriter, updated system config pathing and, set initial scope

* symless#6538 Removed appconfig saveSettings calls from external classes, update serverconfig to derived class

* symless#6538 Updated AppConfig constructor, and removed some save settings calls

* symless#6538 Added Save call when main window is closed.

* symless#6538 Removed braces that somehow got added to member variables

* symless#6538 Fixed couple issues with comments

* symless#6538 Added check if system config doesnt exist then copy from user settings

* symless#6666 Added condition to only build doxygen on master branch

* symless#6666 Updated git ignore and Readme

* Update Changelog and Version

* Update Crowdin configuration file

* symless#6670 Updated cmake to require translations that don't get build on some distributions

* symless#6670 Updated language source file

* symless#6670 Updated languages from source file

* Fixed Slack link in readme (old one had expired)

Co-authored-by: Nick Bolton <nick@symless.com>
Co-authored-by: Jeremy Whiting <jpwhiting@kde.org>
Co-authored-by: Adrian Pistol <vifino@tty.sh>
Co-authored-by: Steve Williams <steve@symless.com>
Co-authored-by: Jnewbon <48688400+Jnewbon@users.noreply.github.com>
Co-authored-by: Jamie Newbon <Jamie@symless.com>
Co-authored-by: Yuri <yuri@tsoft.com>
Co-authored-by: Radek Smejkal <radek.smejkal@laicatc.com>
Co-authored-by: James Spurin <james@spurin.com>
Co-authored-by: walker0643 <unknown>
Co-authored-by: jammie999 <18221758+jammie999@users.noreply.github.com>
Co-authored-by: Nathan Neulinger <nneul@neulinger.org>
Co-authored-by: walker0643 <>
Co-authored-by: Martin van Zijl <martin.vanzijl@gmail.com>
Co-authored-by: Josh Stone <jistone@redhat.com>
Co-authored-by: Jose Riha <jose1711@gmail.com>
Co-authored-by: Aaron Hinojosa <67hz@protonmail.com>
Co-authored-by: talyz <kim.lindberger@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants