Problems with building frameworks

2015-12-31 Thread Jasem Mutlaq
Hello, I'm trying to 'emerge frameworks' on Windows 10. I downloaded latest Qt 5.5.1 (MSVC 2013 binaries). Configured the .ini and executed 'emerge frameworks' but I encountered the following error in cmake. Any idea how to resolve this issue? https://goo.gl/E9rfUi -- Best Regards, Jasem

Re: Review Request 128007: Fix portage dependency resolution for kde/application

2016-06-14 Thread Jasem Mutlaq
://git.reviewboard.kde.org/r/128007/diff/ Testing --- Tested on Win10 64bit, emerge --package can resolve runtime dependecies for packages under kde/applications Thanks, Jasem Mutlaq ___ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org

KF5 fails to load Windows executables located in the application bin directory

2016-05-28 Thread Jasem Mutlaq
Hello, I already filed a bug with the same name here: https://bugs.kde.org/show_bug.cgi?id=363634 So is the way to resolve this issue by patching findExectable Qt function so that it also searches in the current application directory under Windows? -- Best Regards, Jasem Mutlaq

Meinproc5.exe search path?

2016-05-06 Thread Jasem Mutlaq
C:/Users/Jasem/AppData/Local", "C:/ProgramData", "D:/k/bin", "D:/k/bin/data") Could not locate file "kf5/kdoctools/customization" in ("C:/Users/Jasem/AppData/Local", "C:/ProgramData", "D:/k/bin", "D:/k/bin/data") Error: Co

emerge fails after building KF5 Tier 1

2016-05-07 Thread Jasem Mutlaq
self.__source = SourceFactory(self.subinfo) File "D:\k\emerge\bin\Source\SourceFactory.py", line 36, in SourceFactory EmergeDebug.die("none or unsupported source system set") File "D:\k\emerge\bin\EmergeDebug.py", line 97, in die raise Exception("emerg

Re: Patch for unwanted console windows caused by KIO slaves [Fwd: Re: Review Request 124905: Win: Hide console window for binaries in LIBEXEC]

2016-07-11 Thread Jasem Mutlaq
256840803608 > src/kioslave/CMakeLists.txt e02febd380b268c596e8ecc3b745b6f50993ab4e > src/kpac/CMakeLists.txt fc5989714480ca49b5bd72e1c7b458b26bd0d9bc > > Diff: https://git.reviewboard.kde.org/r/124905/diff/ > > > Testing > --- > > > Thanks, > &

Re: Patch for unwanted console windows caused by KIO slaves [Fwd: Re: Review Request 124905: Win: Hide console window for binaries in LIBEXEC]

2016-07-11 Thread Jasem Mutlaq
> > > > 7b4778d1f67c1ad9f9edcaa4692b39ee6fe3f365 > > > > > > src/kioexec/CMakeLists.txt 91284a3a61b86770b4d1939da52d256840803608 > > > src/kioslave/CMakeLists.txt e02febd380b268c596e8ecc3b745b6f50993ab4e > > > src/kpac/CMakeLists.txt fc5989714480ca49b5bd72e1c7b458b26bd0d9bc > > > > > > Diff: https://git.reviewboard.kde.org/r/124905/diff/ > > > > > > > > > Testing > > > --- > > > > > > > > > Thanks, > > > > > > Kevin Funk > > > > > > > > > - > > > -- > > > Kevin Funk | kf...@kde.org | http://kfunk.org > > > ___ > > > Kde-windows mailing list > > > Kde-windows@kde.org > > > https://mail.kde.org/mailman/listinfo/kde-windows > > > -- > Kevin Funk | kf...@kde.org | http://kfunk.org > -- Best Regards, Jasem Mutlaq ___ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows

KNewStuff3 .knsrc file fails to load under Windows

2016-06-30 Thread Jasem Mutlaq
e? -- Best Regards, Jasem Mutlaq ___ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows

Re: KNewStuff3 .knsrc file fails to load under Windows

2016-06-30 Thread Jasem Mutlaq
ad it. Not sure how to resolve this issues besides patching KConfig to add $XDG_DIR to be searched as well for that file. Any thoughts? Regards, Jasem On Thu, Jun 30, 2016 at 5:28 PM, Jasem Mutlaq <mutla...@ikarustech.com> wrote: > Hello, > > Found a new bug today when KStars KNewStuf

Re: KNewStuff3 .knsrc file fails to load under Windows

2016-07-01 Thread Jasem Mutlaq
com> wrote: > Hi, > > same answer as for icons: KConfig was patched by me to search inside > resources, too. > Just bundle your file as resource, works for KTextEditor framework, avoids > any file > lookups. > > Greetings > Christoph > > ----- Am 30. Jun

Re: KNewStuff3 .knsrc file fails to load under Windows

2016-07-01 Thread Jasem Mutlaq
headers. > > For kcfg and notifyrc I am not sure (nor do I know what they do ;=) > > Greetings > Christoph > > ----- Am 1. Jul 2016 um 12:15 schrieb Jasem Mutlaq mutla...@ikarustech.com > : > > > Hi, > > > > Ok great. Besides icons, which files ca

gpg not supported under Windows

2016-07-01 Thread Jasem Mutlaq
QTimer::singleShot(5, this, SLOT(readSecretKeys())); return; -- Best Regards, Jasem Mutlaq ___ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows

QT theme search paths limited on Windows

2016-06-29 Thread Jasem Mutlaq
searchPaths << QString("%1/%2").arg(path).arg("icons"); QIcon::setThemeSearchPaths(searchPaths); After that, the icons under "hicolor" loaded up fine. Perhaps Qt should be patched to add those paths so that all KD

KDE applications remain detached after you shut them down

2016-07-01 Thread Jasem Mutlaq
, why isn't there emerge/kde-windows "product" on bugs.kde.org to file bugs against? -- Best Regards, Jasem Mutlaq ___ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows

Re: win32libs/wcslib does not build (download location gone)

2017-02-05 Thread Jasem Mutlaq
r a) track down a copy of the wcslib515.tar.bz2 > file and upload it somewhere else, or b) track down the required > CMakeLists.txt file (plus any other patches required for the build) and > include them in the craft repo as patches for the official wcslib > distribution > > Though

Re: KConfig issues prevent compiling KDE applications under Windows

2017-02-03 Thread Jasem Mutlaq
y 2017 at 14:34, David Faure <fa...@kde.org> wrote: > >> On mardi 31 janvier 2017 07:58:15 CET Jasem Mutlaq wrote: >> > Hello, >> > >> > KConfig used to work perfectly fine under Windows. I recently tried to >> > compile KStars under Windows 10 (

Re: KDE Windows - qtbase won't compile

2016-10-07 Thread Jasem Mutlaq
fails. > I’m running on Windows 7 SP1 64bit. Thanks for your time. > -- Best Regards, Jasem Mutlaq

Emerge with Qt 5.8?

2016-10-24 Thread Jasem Mutlaq
: Action: compile for libs/qt5/qtbase FAILED *** Emerge all failed: all of libs/qtbase failed after 0:00:45 *** emerge error: fatal error: package libs/qtbase all failed I tried editing some files to remove those options, but they keep popping up elsewhere. -- Best Regards, Jasem Mutlaq

[kde-windows] [Bug 366596] Some KDE applications processes remain as background (zombie) processes after closing

2016-11-24 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=366596 --- Comment #13 from Jasem Mutlaq <mutla...@ikarustech.com> --- Git commit f38ff7cb890193cba6bcf8c50d48c7c9c22bd542 by Jasem Mutlaq. Committed on 24/11/2016 at 17:55. Pushed by mutlaqja into branch 'master'. Temporary hack to solve kstars.exe rem

Status of Qt 5.8 in Emerge?

2016-11-18 Thread Jasem Mutlaq
but I repeatedly get this error: https://paste.kde.org/ps2wraixv -- Best Regards, Jasem Mutlaq

[kde-windows] [Bug 366596] Some KDE applications processes remain as background (zombie) processes after closing

2016-11-19 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=366596 --- Comment #12 from Jasem Mutlaq <mutla...@ikarustech.com> --- I just emerged with Qt 5.8 and the bug is still there!! I first tried to emerge KStars and upon exist, kstars.exe still remains in the background. Then I emerged kate, and the exac

[kde-windows] [Bug 366596] Some KDE applications processes remain as background (zombie) processes after closing

2016-11-29 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=366596 --- Comment #19 from Jasem Mutlaq <mutla...@ikarustech.com> --- Please do NOT drop DBus! KStars heavily relies of DBus for many things to work. If DBus is gone, we might as well not release for Windows/OSX altogether as it is not worth the

[kde-windows] [Bug 366596] Some KDE applications processes remain as background (zombie) processes after closing

2016-11-29 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=366596 --- Comment #21 from Jasem Mutlaq <mutla...@ikarustech.com> --- DBus is already working under Windows and I tested it just fine with KStars, so why change anything? There are a couple of areas where it not having DBus would break functionality:

Re: App-installed icons on Windows

2016-12-05 Thread Jasem Mutlaq
pp-installed > icons? Can we just register two rcc files? Should we change the code to > load every *.rcc file in the data dir, so apps can provide their own, > instead of limiting it to a single one? > > Albert > -- Best Regards, Jasem Mutlaq

QtQuickControls 1 on Windows with Qt 5.9?

2017-07-05 Thread Jasem Mutlaq
ls.Styles" is not installed import QtQuick.Controls.Styles 1.4 ^ I verified that qtquickcontrols is installed just fine under kderoot/qml/QtQuick But KStars crashes when it tries to use any QML files that uses QtQuick, any clues? -- Best Regards, Jasem Mutlaq

Qt Data Visualization?

2018-01-08 Thread Jasem Mutlaq
Hello, Is it possible to include Qt Data Visualization in Craft for Windows? It is used by KStars now and we would like to utilize it. -- Best Regards, Jasem Mutlaq

KStars now available on MS Store

2018-09-13 Thread Jasem Mutlaq
who use a Windows PC know about this release! Submitting reviews and feedback for the app is greatly appreciated! -- Best Regards, Jasem Mutlaq

KStars release build fails due to libjasper error

2019-04-17 Thread Jasem Mutlaq
Hello, We just released KStars 3.2.0 but the binary factory fails to build it: https://binary-factory.kde.org/job/KStars_Release_win32/236/console It says libjasper error which is used by Craft I take it? Not sure what's causing this. Any idea? -- Best Regards, Jasem Mutlaq

Re: Oversized UI under Windows 10?

2020-01-03 Thread Jasem Mutlaq
Thanks for the prompt response! What's the quick workaround now? I don't have anything set to 1.5x. Which API call can I use to fix this now? -- Best Regards, Jasem Mutlaq On Sat, Jan 4, 2020 at 12:00 AM Christoph Cullmann wrote: > On 2020-01-03 20:50, Jasem Mutlaq wrote: > &

KF5Package.dll missing from Installer

2020-07-20 Thread Jasem Mutlaq
Hello, We published KStars 64bit Release installer yesterday (v3.4.3) but it appears it complains after installation that KF5Package.dll is missing. Can this be fixed so we can re-upload the exe file? -- Best Regards, Jasem Mutlaq

Re: KF5Package.dll missing from Installer

2020-07-20 Thread Jasem Mutlaq
Hello, We didn't add or change any dependencies.. is this a new thing? -- Best Regards, Jasem Mutlaq On Mon, Jul 20, 2020 at 4:07 PM Hannah von Reth wrote: > Yes of course it can be fixed. > > I'd recommend to have a look on the dependencies specified in the > blueprint.

KStars crash on MacOS

2020-11-03 Thread Jasem Mutlaq
.0 Bus USB Device: IR Receiver USB Device: BRCM20702 Hub USB Device: Bluetooth USB Host Controller USB Device: iPad Thunderbolt Bus: Mac mini, Apple Inc., 26.1 -- Best Regards, Jasem Mutlaq

[Craft] [Bug 429511] QMimeDatabase: Error loading internal MIME data

2021-03-06 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=429511 --- Comment #4 from Jasem Mutlaq --- Vincent THANK YOU! I copied the mime folder from CraftRoot/bin/data to KStars and it worked! -- You are receiving this mail because: You are on the CC list for the bug.

[Craft] [Bug 429511] QMimeDatabase: Error loading internal MIME data

2021-03-06 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=429511 Jasem Mutlaq changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[Craft] [Bug 429511] QMimeDatabase: Error loading internal MIME data

2021-03-06 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=429511 --- Comment #5 from Jasem Mutlaq --- I find out that KStars recipe was blacklisting mime directory. I removed that and now will test again. -- You are receiving this mail because: You are on the CC list for the bug.

Re: KDE for Windows

2021-10-01 Thread Jasem Mutlaq
Hello, You can download KStars for Windows here --> https://edu.kde.org/kstars -- Best Regards, Jasem Mutlaq On Fri, Oct 1, 2021 at 5:16 PM Samiur Rahman wrote: > Hi, > > I've requested it before but nothing has been done. The "KDE for Project" > has been clos

[Craft] [Bug 448443] Support blueprint building on M1 darwin arm64

2022-01-13 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=448443 --- Comment #4 from Jasem Mutlaq --- We also tried to build KStars on M1 Macs and failed due to this exact issue as well. -- You are receiving this mail because: You are on the CC list for the bug.

[Craft] [Bug 448443] Support blueprint building on M1 darwin arm64

2022-01-13 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=448443 Jasem Mutlaq changed: What|Removed |Added CC||mutla...@ikarustech.com --- Comment #3 from

Re: KStars 3.6.6 for MAC installation problems

2023-08-27 Thread Jasem Mutlaq
This is a known issue with binary-factory builds in the last week. Hopefully this issue will be resolved soon. -- Best Regards, Jasem Mutlaq On Sat, Aug 26, 2023 at 10:22 PM Luigi Canali wrote: > Hi. > > I'm trying to install last KStars release 3.6.6 for MACOS, but when

Binary Factory Mac Build Status

2024-01-24 Thread Jasem Mutlaq
it involves building and distributing the INDI server and all 3rd party drivers along with it in addition to stellarsolver and other dependencies. But it has been working fine over the past few months without any issues until the Mac Builder failed recently. -- Best Regards, Jasem Mutlaq

Re: Binary Factory Mac Build Status

2024-01-24 Thread Jasem Mutlaq
Hello Ben, Thank you. Is there any documentation / guide on how to do this? That would be greatly appreciated. -- Best Regards, Jasem Mutlaq On Wed, Jan 24, 2024 at 12:35 PM Ben Cooksley wrote: > On Wed, Jan 24, 2024 at 9:00 PM Jasem Mutlaq > wrote: > >> Hello all, &

Re: Binary Factory Mac Build Status

2024-01-31 Thread Jasem Mutlaq
Thank you Ingo, That's a very helpful start. So using a *single* craft.ini file, we can build KStars for MacOS & Windows on the same files? They do not have the same dependencies. The current kstars.py -- Best Regards, Jasem Mutlaq On Thu, Jan 25, 2024 at 8:04 PM Ingo Klöcker w

Re: Binary Factory Mac Build Status

2024-01-24 Thread Jasem Mutlaq
Thank you, are there any scripts that were made for complex KDE projects? That would be a great way to start and customize accordingly since none of us have experience with this. -- Best Regards, Jasem Mutlaq On Wed, Jan 24, 2024 at 3:02 PM Ingo Klöcker wrote: > Hi Jasem, > > On Mit

[frameworks-kdoctools] [Bug 362849] meinproc5.exe searches the wrong path for kdoctools

2016-05-31 Thread Jasem Mutlaq via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362849 --- Comment #6 from Jasem Mutlaq <mutla...@ikarustech.com> --- This bug can be considered "fixed" if it is mentioned in kdesettings.ini NOT to use stock Qt. To suggest it is experiment means it could work which is not the case. -- Y

[kde-windows] [Bug 363613] New: emerge --package does not remove hard links to build path from executables

2016-05-27 Thread Jasem Mutlaq via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363613 Bug ID: 363613 Summary: emerge --package does not remove hard links to build path from executables Product: kde-windows Version: unspecified Platform: MS Windows

[kde-windows] [Bug 363369] New: QtWebKit removed in Qt 5.6 but emerge still attempts to build kdewebkit

2016-05-21 Thread Jasem Mutlaq via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363369 Bug ID: 363369 Summary: QtWebKit removed in Qt 5.6 but emerge still attempts to build kdewebkit Product: kde-windows Version: unspecified Platform: MS Windows OS:

[frameworks-kdoctools] [Bug 362849] meinproc5.exe searches the wrong path for kdoctools

2016-05-23 Thread Jasem Mutlaq via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362849 --- Comment #5 from Jasem Mutlaq <mutla...@ikarustech.com> --- Yes, I emerged Qt and the standard paths are already patched. This problem arises when using stock Qt. -- You are receiving this mail because: You are on the CC list for t

[kde-windows] [Bug 363467] New: Portage fails to construct runtime dependencies for packages under kde/applications

2016-05-24 Thread Jasem Mutlaq via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363467 Bug ID: 363467 Summary: Portage fails to construct runtime dependencies for packages under kde/applications Product: kde-windows Version: unspecified Platform: MS Windows

[kde-windows] [Bug 363467] Portage fails to construct runtime dependencies for packages under kde/applications

2016-05-24 Thread Jasem Mutlaq via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363467 --- Comment #1 from Jasem Mutlaq <mutla...@ikarustech.com> --- Created attachment 99154 --> https://bugs.kde.org/attachment.cgi?id=99154=edit portage.py patch Small patch to fix the problem -- You are receiving this mail bec

[kde-windows] [Bug 363369] QtWebKit removed in Qt 5.6 but emerge still attempts to build kdewebkit

2016-05-21 Thread Jasem Mutlaq via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363369 Jasem Mutlaq <mutla...@ikarustech.com> changed: What|Removed |Added Status|UNCONFIRMED |RE

[frameworks-kdoctools] [Bug 362849] meinproc5.exe searches the wrong path for kdoctools

2016-05-20 Thread Jasem Mutlaq via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362849 --- Comment #2 from Jasem Mutlaq <mutla...@ikarustech.com> --- Any update on this issue? Was this tested on Win10? under powershell? -- You are receiving this mail because: You are on the CC list for t

[kde-windows] [Bug 366596] New: Some KDE applications processes remain as background (zombie) processes after closing

2016-08-10 Thread Jasem Mutlaq via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366596 Bug ID: 366596 Summary: Some KDE applications processes remain as background (zombie) processes after closing Product: kde-windows Version: unspecified Platform: Other

[kde-windows] [Bug 363467] Portage fails to construct runtime dependencies for packages under kde/applications

2016-08-25 Thread Jasem Mutlaq via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363467 Jasem Mutlaq <mutla...@ikarustech.com> changed: What|Removed |Added Resolution|---

[kde-windows] [Bug 366596] Some KDE applications processes remain as background (zombie) processes after closing

2016-09-12 Thread Jasem Mutlaq via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366596 --- Comment #7 from Jasem Mutlaq <mutla...@ikarustech.com> --- I just tested today and the issue is still there. So what's the plan here? Is this intended to be fixed in Qt or KDE or what? -- You are receiving this mail because: You are the as

[kde-windows] [Bug 366596] Some KDE applications processes remain as background (zombie) processes after closing

2016-09-17 Thread Jasem Mutlaq via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366596 --- Comment #9 from Jasem Mutlaq <mutla...@ikarustech.com> --- well, any updates on this topic? We released a Windows version of KStars and users are complaining about this issue, the Windows port reception is critical but this bug is one of th