D18161: [WIP/RFC] [kioslave/file] Add a codec for legacy filenames

2019-01-16 Thread Nerdopolis Turfwalker
nerdopolist added a comment. Awesome! For what I can input, base file operations work. I can copy, delete, rename files, and testing, and diffing the trees with my kiocopy test script, it copies them perfectly. However, for example, some of the files I cannot open with kate REPOSITORY

D18161: [WIP/RFC] [kioslave/file] Add a codec for legacy filenames

2019-01-15 Thread Nerdopolis Turfwalker
nerdopolist added a comment. I tried with my script that tried to reproduce that "kio skips files" issue https://raw.githubusercontent.com/n3rdopolis/otherstuff/master/kiocopy (changing the TEST_INVALID_UNICODE_CHARS=0 line to TEST_INVALID_UNICODE_CHARS=1 ) and then letting it run.

Re: Review Request 123417: Prevent plasmashell from crashing on wayland

2015-04-22 Thread Nerdopolis Turfwalker
d3f0cfd78833d2b3acf90d0a068905676ceba586 src/kidletime.cpp f38ae467d78d899b70b602a932482a39402793fb Diff: https://git.reviewboard.kde.org/r/123417/diff/ Testing --- Ran plasmashell with QT_QPA_PLATFORM=wayland, and got no more crashes Thanks, Nerdopolis Turfwalker

Re: Review Request 123417: Prevent plasmashell from crashing on wayland

2015-04-22 Thread Nerdopolis Turfwalker
marked as submitted. Review request for KDE Frameworks. Changes --- Submitted with commit d6133737bd42b7d9d4f470fba5aa794cc9257748 by Martin Gräßlin on behalf of Nerdopolis Turfwalker to branch master. Repository: kidletime Description --- kidletime makes an unchecked X call

Re: Review Request 123417: Prevent plasmashell from crashing on wayland

2015-04-21 Thread Nerdopolis Turfwalker
Thanks, Nerdopolis Turfwalker ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 123417: Prevent plasmashell from crashing on wayland

2015-04-21 Thread Nerdopolis Turfwalker
. First it checks if it's NULL, then it checks if it's availible. I retested, and plasmashell did not crash - Nerdopolis --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123417/#review79237

Re: Review Request 123417: Prevent plasmashell from crashing on wayland

2015-04-18 Thread Nerdopolis Turfwalker
f38ae467d78d899b70b602a932482a39402793fb Diff: https://git.reviewboard.kde.org/r/123417/diff/ Testing --- Ran plasmashell with QT_QPA_PLATFORM=wayland, and got no more crashes Thanks, Nerdopolis Turfwalker ___ Kde-frameworks-devel mailing list Kde-frameworks

Build error with frameworkintegration

2014-09-29 Thread nerdopolis
Hi. It seems that a recent build error when trying to build Frameworks master against QT 5.4. (well a warning being treated as an error) I build all the Frameworks with my own scripts, because I need checkinstall. However, other then changing the prefix to /opt, I am using default

Re: Build error with frameworkintegration

2014-09-29 Thread nerdopolis
On Monday, September 29, 2014 03:32:31 PM Aleix Pol wrote: On Mon, Sep 29, 2014 at 1:25 PM, nerdopolis bluescreen_aven...@verizon.net wrote: Hi. It seems that a recent build error when trying to build Frameworks master against QT 5.4. (well a warning being treated as an error) I

RFC: Top level git repository for all 57 Frameworks repositories

2013-12-23 Thread nerdopolis
Hi. In my opinion the Frameworks split into 57 repositories could make it harder to for users to create build scripts around KDE Frameworks 5. I can see why it had to be done, I heard it's so that they can be on separate release cycles. There is a way to unify these Frameworks while keeping

RFC: Top level git repository for all 57 Frameworks repositories

2013-12-23 Thread nerdopolis
though. On Monday, December 23, 2013 02:33:47 PM Albert Astals Cid wrote: El Dilluns, 23 de desembre de 2013, a les 08:16:59, nerdopolis va escriure: Hi. In my opinion the Frameworks split into 57 repositories could make it harder to for users to create build scripts around KDE Frameworks 5

RFC: Top level git repository for all 57 Frameworks repositories

2013-12-23 Thread nerdopolis
On Tuesday, December 24, 2013 12:12:57 AM Alex Merry wrote: On 23/12/13 13:16, nerdopolis wrote: Hi. In my opinion the Frameworks split into 57 repositories could make it harder to for users to create build scripts around KDE Frameworks 5. I can see why it had to be done, I heard it's so

Re: Compiling Plasma-Framework with a QT5 compiled with -egl -opengl es2

2013-10-11 Thread nerdopolis
On Thursday, October 10, 2013 12:00:04 PM kde-frameworks-devel-requ...@kde.org wrote: Is this a bug I should file? no need to file a bug about it. It's code I have written and I know that it currently requires glx. The problem here is that GLX is found on your system but Qt is compiled as

Compiling Plasma-Framework with a QT5 compiled with -egl -opengl es2

2013-10-09 Thread nerdopolis
Hi. I am trying to compile plasma-framework against a qt5 that is ready for Wayland, which does not have Desktop GL enabled. However I seem to get an error that seems to be related to opengl in QT. Is this a bug I should file? This is the relevant output: [ 81%] Building CXX object

phonon five branch build failing?

2012-12-27 Thread nerdopolis
Hi. For some reason it seems that the few kdelibs frameworks tests that I have try do not fail, without phonon 5, but I do think it might cause problems in the future, as the documentation says so. The problem is is that when I try to build the 'five' branch of phonon.git, I get this error.

Re: Building kde-baseapps and kde-workspace over kdelibs frameworks

2012-12-27 Thread nerdopolis
On Wednesday, December 26, 2012 12:13:05 PM David Faure wrote: On Tuesday 25 December 2012 23:45:48 nerdopolis wrote: On Tuesday, December 25, 2012 10:48:43 PM David Faure wrote: On Sunday 23 December 2012 20:41:54 nerdopolis wrote: Now that I have KDE Frameworks working, I am trying

Re: Building kde-baseapps and kde-workspace over kdelibs frameworks

2012-12-26 Thread nerdopolis
On Tuesday, December 25, 2012 10:48:43 PM David Faure wrote: On Sunday 23 December 2012 20:41:54 nerdopolis wrote: Now that I have KDE Frameworks working, I am trying to build kde-baseapps (master) and kde-workspace (master) on top of Frameworks, You can't do that, at this point. kde

Re: Building KDE Frameworks against QT 5

2012-12-25 Thread nerdopolis
Hi. Thanks. It seems that building that library worked. I had tried to build it before, but it was failing, because I guess I was using the patch command wrong, and I wasn't even sure if I was using the correct repository. The Document seems to have made it clear, as it must have been updated,

Building kde-baseapps and kde-workspace over kdelibs frameworks

2012-12-25 Thread nerdopolis
Hi. Now that I have KDE Frameworks working, I am trying to build kde-baseapps (master) and kde-workspace (master) on top of Frameworks, but I am running into cmake issues, where it can't find cmake files. I try to copy them to where they are being searched for, but that results in it asking