- KDEConnect/Build Windows
- X. DEVELOPER RECOMMENDATIONS
- Contents
- 0. SETTING UP ENVIRONMENT
- Choose your compiler of choice
- 0.1-A installing MSVC
- 0.1-B installing MinGW-w64
- 0.2 installing Craft
- 1. BUILDING KDE CONNECT OUT OF LATEST SOURCE CODE
- 2. TESTING CHANGES
- 3. BUILDING A SHARE-ABLE INSTALLER
- 3.1-A creating a desktop application .exe setup
- 3.1-B creating a Windows App .Appx package
- 3.2 packaging through Craft
- FAQs : FREQUENTLY ASKED QUESTIONS
- Download
- Linux Desktop
- Android
- Plasma Mobile
- SailfishOS
- Windows
- macOS
- Source code
- Get Started
- Pairing Two Devices
- Features
- Troubleshooting
- KDE Connect на компьютер
- Информация
- Инструкции по установке
- Cкачать и установить KDE Connect на компьютер бесплатно.
- Установка KDE Connect на компьютер с помощью Bluestacks
- Установка KDE Connect на компьютер с помощью NoxPlayer
- Оценки и отзывы
- Старые Версии
KDEConnect/Build Windows
X. DEVELOPER RECOMMENDATIONS
In case you get stuck, check out these recommendations for the build process.
- As a developer you’d naturally want to be able to test out all the features offered by KDE Connect. Right now MSVC does the best job as a compiler for KDE Connect for Windows, so you may choose that.
- We recommend to install Craft in C:/ [default] as the guide uses C:/ as the installation directory.
- Check out Craft docs for more help on how to use it.
Contents
0. SETTING UP ENVIRONMENT
The environment for KDE Connect on Windows simply consists of two parts- A compiler of choice and a build system. While we do have a couple of options for the compiler, our recommended build system is Craft. While this is an all-in-one build guide, you should definitely refer to Craft’s documentation for further information on using the build system in your development environment!
Choose your compiler of choice
0.1-A installing MSVC
1. Install Visual Studio 2019 (Community) from here and select Desktop development with C++.
2. Install these packages.
-
- Just-in-Time debugger
- VC++ 2019 version
- C++ profiling tools
- Windows 10 SDK
- Visual C++ tools for CMake
- Visual C++ ATL for x86 and x64
- Test Adapter for Boost.Test
- Test Adapter for Google Test
0.1-B installing MinGW-w64
1. Install MinGW-w64 through the GUI installer located here.
2. While installing Craft, feel free to select Mingw-w64 as your compiler!
Afterward, there is no difference in the commands used in the development. Note that due to the lacking of some definitions in MinGW provided header file, some plugins could not be compiled with all functions on Windows using MinGW.
This is still an experimental feature, and you might need some developer know-how to get past any build problems.
0.2 installing Craft
1. Call the following commands in a Powershell window with Administrator Privileges
2. During command 2, select Visual Studio 19 if you chose MSVC earlier, otherwise Mingw-w64 as your compiler.
3. When the installation is done, note the Environment variables to match the ones in the top of this image:-
1. BUILDING KDE CONNECT OUT OF LATEST SOURCE CODE
Craft has automated most of the redundant parts of the build process and exposed just the really useful parameters like which version to build, where to install et al.
1. Open Craft CraftRoot from search (in taskbar).
2. Run the following commands now.
2. TESTING CHANGES
Once you make some changes, simply run
This will update the kdeconnect-kde package installed within $CraftRoot to reflect latest changes in the kdeconnect-kde repository. (Accessible via `cs kdeconnect-kde`)
Warning: Do not run `craft -i kdeconnect-kde` ! This command changes the current branch to master in the codebase.
3. BUILDING A SHARE-ABLE INSTALLER
Choose your package of choice:-
3.1-A creating a desktop application .exe setup
0. Make sure PackageType is set as PackageType = NullsoftInstallerPackager in CraftRoot/etc/CraftSettings.ini .
1. To create an installable setup, you need NSIS- a open source system to create Windows installers. Install it by this command: craft nsis
3.1-B creating a Windows App .Appx package
0. Make sure PackageType is set as PackageType = AppxPackager in CraftRoot/etc/CraftSettings.ini .
3.2 packaging through Craft
1. Now you can use the —package flag to build an installer. Run this in Craft CraftRoot.
Note: The output files are saved here: C:\CraftRoot\tmp\
FAQs : FREQUENTLY ASKED QUESTIONS
We are only human! There are many doubts that we face commonly, during DevSprints and during the onboarding of new contributors. We’d like to expedite this process for you by enlisting all the commonly asked questions in one place so you don’t have to ask around like others had to!
1. I see double plugins in my KDE Connect installation. How do I fix it?
Just rename your CraftRoot/ folder to something different. Even CraftRoot1/ will work! Applications packaged by Craft look in CraftRoot/ for the plugins first and then into their own installation folder.
2. I don’t get the notification buttons, and the application name in the notifications is weird (something like kdeconnect.daemon . How do I fix it?
Just run this command:
A detailed explanation is available on my blog here and also in the code of SnoreToast backend for KNotifications here.
3. What versions of packages did I just install? What version of KDE Connect did I just build?
At the CraftRoot/ prompt, to see the catalog of installed packages, run this command:
The KDE Connect version will be based on the latest git commit in the repository. To see what is the latest release (latest tag) and any commits since the release, run these commands:
4. I am unable to package KDE Connect for Windows. How to fix this?
At the CraftRoot/ prompt, run these commands to update all the packages:
5. How can I contact the KDE Connect team? I’d like to talk to the team about an issue/ suggestion.
- Telegram: You can find a link to our Telegram group here.
- IRC on Freenode: #kdeconnect
- Mailing List: https://mail.kde.org/mailman/listinfo/kdeconnect
- email ID: [email protected]
Be sure to tell us if you got stuck somewhere in the process of setting up the developer environment. You can mail us. Yes we read the mails!
Download
Linux Desktop
KDE Connect is available in all major distributions and works in all desktop environments. GNOME users might prefer using GSConnect, a GNOME extension that implements the KDE Connect protocol.
Android
KDE Connect for Android is available on both Google Play and F-Droid.
Plasma Mobile
A mobile friendly interface for mobile Linux platforms such as Plasma Mobile is also available.
SailfishOS
KDE Connect is available for SailfishOS in openrepos.net.
Windows
An early release of KDE Connect on Windows is available as well as binary packages.
macOS
An early release version for Mac OS can be build following these instructions.
Source code
The source code for the desktop and Android version is available on KDE’s Gitlab instance. For detailed instructions on how to build KDE Connect from source, check the Get Involved page.
Get Started
Pairing Two Devices
Paiting two devices is the first step in using KDE Connect.
Features
A list of all features that are there in KDE Connect.
Troubleshooting
Still having issues? We have a troubleshooting section with all the commons issues.
The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.
KDE Connect на компьютер
Информация
1.16:
— Display a verification code when pairing.
— Fix crashes.
1.15.1:
— MMS support.
— Share plugin asks to configure receiving directory (required in Android 9+).
— Fix trusted networks on Android 10
— Several more fixes and improvements.
1.14.2:
— Fix clipboard sync
— Android 10: You can now send the clipboard contents via the notification
— Android 10: Links received will appear as notifications
KDE Connect предоставляет набор функций для интеграции вашего рабочего процесса на разных устройствах:
— Общий буфер обмена: копирование и вставка между вашими устройствами.
— Делитесь файлами и URL-адресами на вашем компьютере из любого приложения.
— Получайте уведомления о входящих звонках и SMS-сообщениях на свой ПК.
— Виртуальная сенсорная панель: используйте экран телефона в качестве сенсорной панели компьютера.
— Синхронизация уведомлений: считывание уведомлений Android с рабочего стола.
— Пульт дистанционного управления мультимедиа: используйте телефон в качестве пульта для медиаплееров Linux.
— WiFi соединение: не требуется USB-провод или Bluetooth.
— Сквозное шифрование TLS: ваша информация в безопасности.
Обратите внимание, что вам нужно будет установить KDE Connect на свой компьютер, чтобы это приложение работало, и поддерживать версию для настольного компьютера в актуальном состоянии с версией Android для работы последних функций.
Это приложение является частью проекта с открытым исходным кодом, и оно существует благодаря всем людям, которые внесли свой вклад в него. Посетите веб-сайт, чтобы получить исходный код.
Инструкции по установке
Cкачать и установить KDE Connect на компьютер бесплатно.
Многие из нас стали задавать простой вопрос: как скачать, установить и сыграть в нашу любимую игру прямо на компьютере?
Если вы не любите маленькие экраны смартфона или планшета, то сделать это можно с помощью программы-эмулятора. С ее помощью можно создать на своем компьютере среду Android и через нее запустить приложение. На данный момент самыми популярными утилитами для этого являются: Bluestacks и NoxPlayer.
Установка KDE Connect на компьютер с помощью Bluestacks
Bluestacks считается самым популярным эмулятором для компьютеров под управлением Windows. Кроме того, есть версия этой программы для Mac OS. Для того, чтобы установить этот эмулятор на ПК нужно, чтобы на нем была установлена Windows 7 (или выше) и имелось минимум 2 Гб оперативной памяти.
Установите и настройте Bluestacks. Если на компьютере нет Bluestacks, перейдите на страницу https://www.bluestacks.com/ru/index.html и нажмите зеленую кнопку «Скачать Bluestacks» посередине страницы. Щелкните по зеленой кнопке «Скачать» в верхней части следующей страницы, а затем установите эмулятор:
+ Windows: дважды щелкните по скачанному EXE-файлу, нажмите «Да», когда появится запрос, щелкните по «Установить», нажмите «Завершить», когда эта опция станет активной. Откройте Bluestacks, если он не запустился автоматически, а затем следуйте инструкциям на экране, чтобы войти в свою учетную запись Google.
+ Mac: дважды щелкните по скачанному файлу DMG, дважды щелкните по значку Bluestacks, нажмите «Установить», когда будет предложено, разрешите устанавливать программы сторонних разработчиков (если понадобится) и нажмите «Продолжить». Откройте Bluestacks, если он не запустился автоматически, и следуйте инструкциям на экране, чтобы войти в свою учетную запись Google.
Скачайте файл APK на компьютер. APK-файлы являются установщиками приложений. Вы можете скачать apk-файл с нашего сайта.
Щелкните по вкладке «Мои приложения». Она находится в верхней левой части окна Bluestacks.
Нажмите «Установить APK». Эта опция находится в нижнем правом углу окна. Откроется окно Проводника (Windows) или Finder (Mac).
Выберите скачанный файл APK. Перейдите в папку со скачанным файлом APK и щелкните по нему, чтобы выбрать.
Нажмите «Открыть». Эта опция находится в нижнем правом углу окна. Файл APK откроется в Bluestacks, то есть начнется установка приложения.
Запустите приложение. Когда значок приложения отобразится на вкладке «Мои приложения», щелкните по нему, чтобы открыть приложение.
Ты можешь использовать KDE Connect на компьютере уже сейчас — просто скачай KDE Connect для Windows и Mac прямо с этой страницы и установи приложение и ты останешься доволен.
Установка KDE Connect на компьютер с помощью NoxPlayer
Nox App Player бесплатна и не имеет никакой навязчивой всплывающей рекламы. Работает на Андроиде версии 4.4.2, позволяя открывать множество игр, будь то большой симулятор, требовательный шутер или любое другое приложение.
+ Перейти на официальный сайт разработчика https://www.bignox.com/
+ Для того чтобы установить эмулятор Nox App Player, нажимаем на кнопку «СКАЧАТЬ».
+ Далее начнется автоматическая загрузка, по завершении которой необходимо будет перейти в папку «Загрузки» и нажать на установочный файл скачанной программы.
Установка и запуск программы:
+ Для продолжения установки необходимо в открывшемся окне нажать на кнопку «Установить». Выберите дополнительные параметры инсталляции, нажав на кнопку «Настроить», если вам это необходимо. Не снимайте галочку с пункта «Принять «Соглашение»», иначе вы не сможете продолжить.
+ После того как эмулятор будет установлен на компьютер, вы увидите на экране окно запуска, где необходимо будет нажать на кнопку «Пуск».
+ Все, на этом этапе установка эмулятора Nox App Player завершена. Для полноценной работы программы вам необходимо будет зайти в свой аккаунт Play Market — нажмите на иконку приложения в папке Google, введите логин и пароль от вашей учетной записи.
Загрузка и установка приложений: Для этого вам необходимо скачать файл приложения в формате APK и просто перетащить его на рабочий стол Nox App Player. После этого сразу начнется установка, по окончании которой вы увидите значок этого приложения на главном экране.
Оценки и отзывы
Старые Версии
Вам может понравиться
Другие приложения этого разработчика
1.15.1:
— MMS support.
— Share plugin asks to configure receiving directory (required in Android 9+).
— Fix trusted networks on Android 10
— Several more fixes and improvements.
1.14.2:
— Fix clipboard sync
— Android 10: You can now send the clipboard contents via the notification
— Android 10: Links received will appear as notifications
1.14.2:
— Fix clipboard sync
— Android 10: You can now send the clipboard contents via the notification
— Android 10: Links received will appear as notifications
1.14:
— Added a button to «Continue Watching here» to the remote media plugin
— Added two quick buttons (Send Files/Run Commands) to the notification
— Remote browsing preferences are now per-device
— Fix remote browsing on Linux with recent OpenSSH versions
— Fix sharing large files (>2.15GB)
— Fix battery level being -1 on some cases
1.12.93:
— Fix text extraction from notifications
1.12.7:
— Make file transfers cancellable
— Fixed several bugs in file transfers
— Bigger buttons on the slideshow remote
— Hide remote media controls notification for Spotify, since it has its own.
1.12:
— Allow remotely browsing external SD cards. You need to configure the locations that can be browsed.
1.12.9:
— Enable controlling Android media players remotely.
— Bug fixes, too many to list!
1.12.7:
— Make file transfers cancellable
— Fixed several bugs in file transfers
— Bigger buttons on the slideshow remote
— Hide remote media controls notification for Spotify, since it has its own.
1.12:
— Allow remotely browsing external SD cards. You need to configure the locations that can be browsed.
1.12.8:
— Enable controlling Android media players remotely.
— Bug fixes, too many to list!
1.12.7:
— Make file transfers cancellable
— Fixed several bugs in file transfers
— Bigger buttons on the slideshow remote
— Hide remote media controls notification for Spotify, since it has its own.
1.12:
— Allow remotely browsing external SD cards. You need to configure the locations that can be browsed.
1.12.7:
— Make file transfers cancellable
— Fixed several bugs in file transfers
— Bigger buttons on the slideshow remote
— Hide remote media controls notification for Spotify, since it has its own.
1.12:
— Allow remotely browsing external SD cards. You need to configure the locations that can be browsed.
1.11:
— Fixed keyboard input on Pie
— Fixed high CPU usage
— Added privacy options for notifications
— Allow multi-line notifications
1.12.6:
— More fixes for remote file browsing.
1.12.5:
— Fixed remote file browsing from Gnome.
1.12.4:
— Re-enabled the SMS plugin.
1.12:
— Allow remotely browsing external SD cards. You need to configure the locations that can be browsed.
— Shares from desktop can be cancelled
1.11:
— Several improvements to file transfers
— Fixed keyboard input on Pie
— Allow multi-line notifications
— Added privacy options for notifications
— Fixed issue that could cause a high CPU usage
1.12.5:
— Fixed remote file browsing from Gnome.
1.12.4:
— Re-enabled the SMS plugin.
1.12:
— Allow remotely browsing external SD cards. You need to configure the locations that can be browsed.
— Shares from desktop can be cancelled
1.11:
— Several improvements to file transfers
— Fixed keyboard input on Pie
— Allow multi-line notifications
— Added privacy options for notifications
— Fixed issue that could cause a high CPU usage
Note: if file browsing doesn’t work for you: you need to upgrade to version 1.3.2 of the desktop app.
1.10:
— Added a slideshow presenter plugin
— Added acceleration to remote input cursor
— Added a widget for the run command plugin
— Added a settings menu
— Support ‘stop’ on media controls
— Enable the «find device» feature to be triggered from Android
— Enable deselecting all apps from the notification settings
— Fixed remote file browsing (needs desktop version 1.3.2!)
— Many bugs fixed
1.10:
— Added a slideshow presenter plugin
— Added acceleration to remote input cursor
— Added a widget for the run command plugin
— Added a settings menu
— Support ‘stop’ on media controls
— Enable the «find device» feature to be triggered from Android
— Enable deselecting all apps from the notification settings
— Fixed remote file browsing (needs desktop version 1.3.2!)
— Many more bugs fixed