Re: kdesrc-build setup for building qt5 before plasma

2017-11-30 Thread Michael Pyne
to be made in the "global" section of the kdesrc-buildrc for it to work, details are described at the top of the attached file. Regards, - Michael Pyne # For this all to work, you also need to add the following line # to the global section of your kdesrc-buildrc, and make sure to # uncomme

Re: Quick and dirty packaging

2018-01-23 Thread Michael Pyne
e. I've never used any of those however and so I'm not sure how easy it is to use, but something in that category seems like the best bet IMHO. Regards, - Michael Pyne

Re: Quick and dirty packaging

2018-01-24 Thread Michael Pyne
libs and then preferring them? CMAKE_MODULE_PATH (as an environment variable) should control where CMake looks for CMake config files, you may want to make sure that your /path/to/static/qt/lib/cmake is placed first in that environment variable. Other than that I'm not sure. Regards, - Michael Pyne

Re: Babe project - Legal feedback

2018-02-04 Thread Michael Pyne
even without worrying about media lawyers. It /would/ be nice to be able to have 'virtual' parties with close friends without all having to be in the same room :), but getting there may be thorny. Regards, - Michael Pyne

Re: Adding application to KDE and getting image of current

2018-02-04 Thread Michael Pyne
terests as the larger tech ecosystems expand (e.g. when wheels started JuK, AWS was still 5-6 years away), and usually your free time goes down as you get older, especially if you get a "significant other" or even children. Regards, - Michael Pyne

Re: Closing old Plasma 4 bugs

2018-02-11 Thread Michael Pyne
I'd be very much in favor or loosening restrictions on bug permissions to at least allow for community bug triaging. It's the kind of task that requires community involvement anyways (for testing in environments devs can't easily reproduce) and I think anything we do that gives the broader user community more 'ownership' into the bug database would lead to a more accurate and useful bug database. Regards, - Michael Pyne

Re: KF5 Conversion problems

2018-03-10 Thread Michael Pyne
think it would still find the right QDialog though. That's why it sounds like there's 2 problems. I think the issue here is that there is no longer a QtGui/QDialog. The right path would be in QtWidgets/QDialog with Qt5. It's better (and now recommended) just to use a '#include ' (and in general, #include ). Regards, - Michael Pyne

Re: KF5 Conversion problems

2018-03-11 Thread Michael Pyne
On Sun, Mar 11, 2018 at 08:40:56PM +0700, Robin Atwood wrote: > On Sunday 11 March 2018, Michael Pyne wrote: > > > Yes, but the problem is the /usr/include/kdialog.h when it should be > > > finding /usr/include/KF5/KDELibs4Support/kdialog.h. I have > > > find_

Re: qtwebkit

2018-03-27 Thread Michael Pyne
d-selection.html#ignoring-project-modules Regards, - Michael Pyne

Re: KDE in prefix install

2018-03-28 Thread Michael Pyne
tand whether kauth generates these .policy files already and just doesn't install them (maybe it would with "make-install-prefix sudo" enabled)? Or do we just need to add some appropriate flags to cmake when building kauth? Regards, - Michael Pyne

Re: KDE in prefix install

2018-03-31 Thread Michael Pyne
On Thu, Mar 29, 2018 at 12:19:26PM +0200, Allan Sandfeld Jensen wrote: > On Donnerstag, 29. März 2018 03:26:08 CEST Michael Pyne wrote: > > I can document that. I assume the Wiki page for building from source is > > where you would expect to find that? Or were you looking at the &

Re: Unable to compile KWidgetsAddons

2018-03-31 Thread Michael Pyne
Make expertise to be able to pin down why it doesn't understand what compiler features are available for gcc or what code is asking for these features in the first place. Regards, - Michael Pyne

Re: Unable to compile KWidgetsAddons

2018-04-06 Thread Michael Pyne
e any of your pending work or associated important files that you might have in the source directory! Regards, - Michael Pyne

Re: KAuth helper trouble

2018-04-26 Thread Michael Pyne
ng-running, hence the ugly while () in > there, but it never returns any output and doesn't take as long as it > should. Is there any way I can get better debugging output to see > what is happening? qDebug() should work OK but tools like GammaRay might make it easier to trace between signal/slot emissions (once the missing event loop is fixed, that is). Regards, - Michael Pyne

Re: kdesrc-build: cmake should take local (instead of system-wide) cmake modules

2018-05-09 Thread Michael Pyne
ild here (though there is a cache, default .kdesrc-build-data in the same directory as your kdesrc-buildrc). However the CMake package to find when a CMake module config file is loaded is based on the CMake paths when the module config file was *installed*. So all imported libraries would have be reinstalled to fully fix the paths. I've had these problems over the years and I've almost always found it easier just to remove the CMake module config files entirely before reinstalling to force it to be regenerated. It may be easiest to remove the install directory completely and use "kdesrc-build --refresh-build" to avoid interference from previously-installed cruft. Regards, - Michael Pyne

Re: kdesrc-build: cmake should take local (instead of system-wide) cmake modules

2018-05-14 Thread Michael Pyne
ource-dir ~/kde/src > build-dir build # would ../build also be ok? ../build should work but I'd recommend ~/kde/build for clarity. > make-options -j4 > svn-server svn+ssh://s...@svn.kde.org/home/kde > end global Regards, - Michael Pyne

Re: kdesrc-build: cmake should take local (instead of system-wide) cmake modules

2018-05-14 Thread Michael Pyne
On Sat, May 12, 2018 at 02:23:47PM +0200, gregor.mi.sw wrote: > On 10.05.2018 02:22, Michael Pyne wrote: > > On Wed, May 09, 2018 at 01:12:10PM +0200, gregor.mi.sw wrote: > >> Am 09.05.2018 08:19 schrieb Ben Cooksley: > >>> On Wed, May 9, 2018 at 9:28 AM, gregor

Re: kdesrc-build: PolkitQt5-1

2018-05-15 Thread Michael Pyne
ng kdesrc-build for kauth. Though I'm planning just to modify kdesrc-build to set the variable regardless just in case. To avoid --refresh-build you can call "kdesrc-build --reconfigure kauth" to re-run CMake first without deleting the build directory. [1] https://cmake.org/cmake/help/latest/command/find_package.html Regards, - Michael Pyne

Re: kdesrc-build: PolkitQt5-1

2018-05-16 Thread Michael Pyne
On Wed, May 16, 2018 at 10:25:14AM +0200, gregor.mi.sw wrote: > On 16.05.2018 05:17, Michael Pyne wrote: > > On Tue, May 15, 2018 at 10:33:17AM +0200, gregor.mi.sw wrote: > >> Hello Michael, > >> > >> I just started a full rebuild and closely watched the CMak

Re: kdesrc-build: PolkitQt5-1

2018-05-19 Thread Michael Pyne
On Wed, May 16, 2018 at 11:38:02AM +0200, gregor.mi.sw wrote: > On 16.05.2018 10:53, Christophe Giboudeaux wrote: > > Hi, > > > > On mercredi 16 mai 2018 05:17:02 CEST Michael Pyne wrote: > >> > >> The only thing that comes to mind is the possibility of usi

Re: Version Error while building KDE frameworks and Qt5

2018-06-13 Thread Michael Pyne
vided KF5 libraries don't use the distribution's Qt. There are some detailed instructions on building from source at https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source which may help. Regards, - Michael Pyne

Re: New Contributor...

2018-10-14 Thread Michael Pyne
or goals (at https://dot.kde.org/2017/11/30/kdes-goals-2018-and-beyond) is to improve this process. If you come across anything that seems like a barrier we'd like to know so we can address it for future members of the Community. Regards, - Michael Pyne

Re: Building KDE (phonon-vlc) fails

2018-12-09 Thread Michael Pyne
. > > Any idea on what I am missing here? Perhaps you need a package libvlccore-dev or similar? The FindLIBVLC in phonon-vlc checks for both libvlc and for libvlccore but only gives the one error message if either one is missing. Regards, - Michael Pyne

Re: How to kdesrc-build a specific release?

2018-12-25 Thread Michael Pyne
a primary use case so you may still find some pain points. But if you make it work please let us know, we could add a working configuration as an example in kdesrc-build. Regards, - Michael Pyne

Re: Building KDE statically

2019-02-26 Thread Michael Pyne
s-build... at all. I'm impressed you convinced stock kdesrc-build to make this work, even with pre-built executables. Have you looked into things like Snap or Flatpak at all as a way to ease deployments? Or is this meant to be a bit more crossplatform (Linux, macOS, Windows)? Regards, - Michael Pyne

Re: Gitlab Evaluation & Migration

2019-02-27 Thread Michael Pyne
matically. That would be really > slick. That would be slick. I wonder if Gitlab exposes an API for that (ideally something that doesn't involve kdesrc-build having to store your creds)? Potentially this API https://docs.gitlab.com/ee/api/projects.html#fork-project (though it's documented for EE not CE)? Regards, - Michael Pyne

Re: KDE incubator candidate request for marK tool

2019-07-09 Thread Michael Pyne
he your KDE development accounts if you haven't already done so. >From there, you and/or your sponsor can put in a request to our system administrators to create a repository. See http://sysadmin.kde.org/tickets/ to do so. Regards, - Michael Pyne

Re: Update on Status of Gitlab Migration

2020-04-11 Thread Michael Pyne
1 https://gitlab.com/ 344 kde: All of the kde: repositories use the kde:foo syntax, where the 'foo' comes from the 'repopath' parameter of the sysadmin/repo-metadata YAML files. We may need to do on-the-fly conversion of the kde: repo paths if they won't be expressible as 'kde:foo' in the future, but we should have the information needed to do this in kdesrc-build to make this happen on-the-fly. Regards, - Michael Pyne

Re: Notice of upcoming changes to the behaviour of the anongit network

2020-04-11 Thread Michael Pyne
as explained at https://community.kde.org/Sysadmin/GitKdeOrgManual#Let_Git_rewrite_URL_prefixes). kdesrc-build configures git to understand this "kde:" prefix by default. Regards, - Michael Pyne

Re: Information regarding upcoming Gitlab Migration: clarifications

2020-05-02 Thread Michael Pyne
ult for new users (who use either of the 'quick config' schemes like kdesrc-build-setup or kdesrc-build --initial-setup), but to leave the built-in default unchanged. So in essence, existing kdesrc-build users (who had a folder-based layout by default unless they went out of their way to find the right option) saw no change, but new users would have that option pre-set for them in the config. Regards, - Michael Pyne

Re: Repository rename and consequences

2014-02-07 Thread Michael Pyne
or kwalletmanager then you should be able to use something like options kwalletmanager # your-options-here end options somewhere in your kdesrc-buildrc (as of kdesrc-build git from last month), and kdesrc-build will use those options once the module shows up. Regards, - Michael Pyne >&g

Re: Problem installing qt package with kdesrc_build script

2014-02-09 Thread Michael Pyne
r' option completely unset, which I'm looking into now. What you can also do for Qt 4.8 is to install your distribution's -devel packages for Qt 4, as they are almost certainly adequate to the task of building KDE 4. If you do this you would then remove the entire qt module from your

Re: icon cache is not updated properly

2014-02-24 Thread Michael Pyne
emon/file-alteration monitor to track changes to the icon files and then call into KSharedDataCache to remove the specific entry that gets invalidated (and even that only would work if you're willing to link to kdelibs or KF5's kcoreaddons). But there's never any harm with *unlinki

Re: Baloo - [Basic Settings]

2014-04-23 Thread Michael Pyne
t sure about [$]. There are other possibilities for a KConfig file besides [$e] but I don't think [$] is one of them. Regards, - Michael Pyne >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Review Request 117829: do not raise unknown signal on windows

2014-04-29 Thread Michael Pyne
> On April 28, 2014, 12:42 p.m., Vishesh Handa wrote: > > src/file/autotest/fileindexingjob/extractor.cpp, line 76 > > > > > > Wouldn't exit just terminate the process normally? I was hoping to > > simulate a cra

Re: Help wanted to evolve KDEs music players

2015-07-30 Thread Michael Pyne
and Phonon and a very simple GUI would be the best way to go for KDE 5. Martin Sandsmark was working on a better port but it's a surprisingly annoying task due to bitrot. Regards, - Michael Pyne >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Help wanted to evolve KDEs music players

2015-07-30 Thread Michael Pyne
torytelling email someday, but it won't be tonight. Regards, - Michael Pyne >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: kdesrc-buildrc: Show compile output

2015-08-24 Thread Michael Pyne
rl guru either...) > > > > I've the same issue: > > > > log_command(): Module kdepim, Command: make > > 1 > > 1 > > 1 > > 1 > > 1 > > 1 > > 1 > > > > Is all I get, where usually, I saw the compile commands. > >

Re: kdesrc-buildrc: Show compile output

2015-08-24 Thread Michael Pyne
On Mon, August 24, 2015 21:25:08 Michael Pyne wrote: > This is indeed almost certainly my breakage (oops!) but where did this email > go to? I hope I didn't flag it read by accident because I don't remember > seeing it yet. Never mind, found them. Are there "brown paper ba

Re: kde-workspace repository locked

2015-09-26 Thread Michael Pyne
branches to leave the readme in... but 'master' should suffice, I would think. Regards, - Michael Pyne >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Unable to configure phonon-gstreamer with CMake

2015-09-27 Thread Michael Pyne
< target_link_libraries(phonon_gstreamer Qt5::X11Extras) endif(Qt5X11Extras_FOUND) However I'm not sure what that means, it's been a very long time since I've had an in-depth knowledge of a KDE buildsystems at an individual module level :) Regards, - Michael Pyne >>

Re: Debug ThreadWeaver::IdDecorator

2015-10-28 Thread Michael Pyne
to ThreadWeaver (in line 212) Amarok lost control of its object lifetime, and therefore should not attempt to delete it manually. Instead just let ThreadWeaver control the object lifetime. If you wish for the code to work in both the ThreadWeaver and non-ThreadWeaver cases you should at least also check for d->blocking when manually deleting d->worker. Regards, - Michael Pyne >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: kdesrc-build and include-dependencies

2015-12-23 Thread Michael Pyne
try to expand out --include- dependencies to include any possible kde-projects modules (how it was originally intended to work), but until then hopefully this help. Regards, - Michael Pyne >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: kdesrc-build and include-dependencies

2015-12-24 Thread Michael Pyne
On Thu, December 24, 2015 00:11:10 Michael Pyne wrote: > I'll be working over the next few days to try to expand out --include- > dependencies to include any possible kde-projects modules (how it was > originally intended to work), but until then hopefully this help. This /shoul

Re: Could we enable Travis-CI on our github mirrors?

2016-04-22 Thread Michael Pyne
quite a few reasons against it in the Manifesto. I mean, didn't we have like 3-4 huge threads about this very issue not that long ago? I too thought that the conclusion was that Github was OK as a mirror but not for use as any part of the actual development workflow (e.g. bug tracking, CI, pull requests, etc.). Regards, - Michael Pyne

Re: New location for Git commit template?

2016-04-23 Thread Michael Pyne
c-build configs to a separate SDK repo though, if we create it or repurpose a different repo to also do that. Regards, - Michael Pyne

Re: New location for Git commit template?

2016-04-24 Thread Michael Pyne
On Sun, April 24, 2016 15:12:58 John Layt wrote: > > On Samstag, 23. April 2016 19:35:47 CEST Michael Pyne wrote: > >> Well there is a kde-sdk-scripts repository already, though it's really > >> more > >> of a buffet of different, barely-related scripts than a

Re: The situation of KWallet, and what to do about it?

2016-07-11 Thread Michael Pyne
;secure" solution that we think isn't secure -- we need to advertise what we think we can deliver and allow our users to make informed decisions from there. We already deliver something better than "passwords.txt", and that solution makes it feasible to avoid password sharing across web sites, which is one of the big problems we face today. Regards, - Michael Pyne

Re: Need help: Use of KConfig

2016-07-16 Thread Michael Pyne
in the dialog box. So it seems to me that what you're trying to do should work, as long as the QGroupBox that holds the radio buttons has the normal requirements met (starts with kcfg_, etc.). Regards, - Michael Pyne

Re: Failing to get metadata

2016-08-16 Thread Michael Pyne
t; it's not directly a problem related only to KDevelop. You may need to set an extra couple of options for proxy support in kdesrc- build but it should work otherwise (though I've not tried it in 4 years...) See https://docs.kde.org/trunk5/en/extragear-utils/kdesrc-build/conf-options-table.html#conf-git-desired-protocol which refers to the configuration options "git-desired-protocol" and "http- proxy". Regards, - Michael Pyne

Re: Repositories to be dropped for KDE Applications 17.12 since they still use kdelibs4

2017-08-16 Thread Michael Pyne
ut as long as it's not completely crazy it could serve as a good base. I had already given up on the hard slow of a port and started a rewrite but if KapiX's work gets us closer I will get something in releaseable shape in time for 17.12. Regards, - Michael Pyne

Re: Building Qt with kdesrc-build

2017-10-14 Thread Michael Pyne
you started. The Qt modules should probably go before any KDE-based modules, and you'll want to make sure your qtdir setting points to where you want kdesrc-build to install Qt5 to. Regards, - Michael Pyne # For this all to work, you also need to add the following line # to the global section

Re: Use of Air wallpaper by Sony

2010-11-08 Thread Michael Pyne
to your attention just in case there > is something that should be done about it. Air is LGPLv3 according to its installed metadata. I'll see about forwarding to the correct list and author. Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part.

Re: Needed help to figure out reason for being slow

2010-12-11 Thread Michael Pyne
You might also be able to run dbus-launch for the system bus at a high debugging level, but I'm not sure whether it actually lists calls in that situation. Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Help with KDialogButtonBox

2010-12-23 Thread Michael Pyne
ton needs to update structures within the QObject you're subclassing so there's no way it's a const method). Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Help with KDialogButtonBox

2010-12-23 Thread Michael Pyne
On Thursday, December 23, 2010 18:55:35 Steven Sroka wrote: > On 23 December 2010 18:10, Michael Pyne wrote: > > On Thursday, December 23, 2010 18:02:36 Steven Sroka wrote: > >> 'this' refers to KReminder(). The 'addButton' function expects the > >

Re: Help with KDialogButtonBox

2010-12-24 Thread Michael Pyne
dereferenced? If this doesn't help I'd say try compiling it under llvm/clang, I hear the error messages are much more understandable. ;) Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Desktop menu icon always with default "question mark icon"

2011-03-06 Thread Michael Pyne
uld probably require some spelunking in KIconLoader. Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Desktop menu icon always with default "question mark icon"

2011-03-09 Thread Michael Pyne
On Tuesday, March 08, 2011 08:30:42 you wrote: > On 06/03/2011 17:56, Michael Pyne wrote: > > On Sunday, March 06, 2011 12:45:49 Emmanuel Engelhart wrote: > >> Hi > >> > >> I'm not able to get my application icon displayed in the KDE start > >>

Re: Floating point exception in KApplication?

2011-04-09 Thread Michael Pyne
oth being 0. I'm like 99% sure I'd included checks against that obvious case but let me double-check the code... Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Floating point exception in KApplication?

2011-04-09 Thread Michael Pyne
out to me!). Bug 254741 seems to be people running BleachBit to shred and then remove files in /var/tmp and then being surprised that the cache is so corrupted that everything crashes. Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Floating point exception in KApplication?

2011-04-09 Thread Michael Pyne
On Saturday, April 09, 2011 18:21:15 Michael Pyne wrote: > On Saturday, April 09, 2011 23:34:24 Ian Wadham wrote: > > #1 0xb6a1d2f9 in SharedMemory::totalSize (cacheSize=0, > > effectivePageSize=0) at > > /kde-devel/src/4.6/kdelibs/kdecore/util/kshareddatacache.cpp:73

Re: Floating point exception in KApplication?

2011-04-09 Thread Michael Pyne
checking in likely failure points so don't treat this just as a build hiccup. Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: kdesupport for 4.6

2011-04-14 Thread Michael Pyne
e many (though not all) of the libraries that were in kdesupport for 4.5 had migrated to git by the time 4.6 was tagged/released, and therefore the svn tag wouldn't really fully describe all the kdesupport libraries that were required. Don't take this as opposition from myself however.

Re: how to set more than one option, kdesrc-build

2011-06-08 Thread Michael Pyne
t; instead. Someday I'll make the option parsing support double-quotes after the equals sign as well, but this is the only thing that works at this point. Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Use of uninitialized value in qt-copy/bin/syncqt line 337.

2011-06-08 Thread Michael Pyne
g that name anywhere), and kdesrc- build will recursively checkout and build the subprojects in that group. This uses the module-set feature, and you can see some examples in the kdesrc- buildrc-sample in git master. Most of this might be moot if you're not able to get the lib

Re: Clearing a QLineEdit

2011-06-20 Thread Michael Pyne
y part of the style, and not part of the application itself. ;) i.e. it is not centered because the user's style doesn't center placeholder text. Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/li

Re: Storing data

2011-06-23 Thread Michael Pyne
ata, but do not forget to set the version of the QDataStream that you expect in your code to something specific so that you can be guaranteed to be able to read it back out later with a newer Qt version! Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. &

Re: Is startkde supposed to set MALLOC_CHECK_=3 on release candidates?

2011-07-04 Thread Michael Pyne
other means of making sure that this get double-checked before the release candidate stage? Perhaps it could be done as part of branching the release branch (although that would imply that was done by following some kind of procedure or checklist as well). Regards, - Michael Pyne signature.asc Des

Re: Build KMail only?

2011-07-10 Thread Michael Pyne
rreaction'). > Yet, the latter doesn't help anyone in any way, including > getting kmail to build on a platform which doesn't provide Akonadi, and > only adds noise to this mailing list. Well, he's not trying to get KMail to build, he's trying to remind peopl

Re: Unable to link libkdesu

2011-08-04 Thread Michael Pyne
the kde-projects repository, but that's not there yet. Your point about CMake is true though -- CMake will check for dependencies, you'd be able to see the error messages from the kdesrc-build log files. Regards, - Michael Pyne signature.asc Description: This is a digitally signed messag

Re: Measuring memory consumption

2011-08-07 Thread Michael Pyne
what type of data you can glean from each though. Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: [KDE/Mac] system misses support for posix_fallocate()

2011-09-02 Thread Michael Pyne
us shm does not work for the KSharedDataCache use- case). Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: qt-kde project missing?

2011-09-05 Thread Michael Pyne
ill in place but apparently that's not true (but I'll forward on to the sysadmins to see if it can be aliased or not). Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Getting started with KDE development

2011-09-29 Thread Michael Pyne
ses to build Qt must still be called qt-copy unfortunately. > Can you tell us which kdesrc-build version do you use? > > > 2. Unable to configure automoc with CMake! (Occurs for many packages) > > probably some distro package is missing.we need to see the errors. Make sure you have a

Re: kde-workspace build failing due to libkdeclarative not being installed

2012-05-06 Thread Michael Pyne
libssh-dev > liblzma-dev > libpulse-dev > libcanberra-dev > unixodbc-dev (virtuoso) > > and now libnepomukdatamanagement.so is being built. > > Meh. If it makes you feel any better this is what life is like for me too at this point, and I'm the one writing kdesrc-

Re: multimedia failing to build - dragon and others

2012-05-06 Thread Michael Pyne
5-07-02/strigi-multimedia/install.log: No such > file or directory There's simply no install target yet, I'll see if tdfischer had already fixed that. Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/ma

Re: dependancy clash between gwenview and libksane on kubuntu 12.04

2012-05-07 Thread Michael Pyne
are _completely on your own_ if you go this route, but it should work. Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Building trunk with kdesrc-build

2012-05-24 Thread Michael Pyne
s kdelibs reporting 4.8.3 on trunk at the > moment, but trunk actually is 4.9 development? That sounds about right. kdelibs will not have new features for 4.9 but the rest of the KDE modules will. My current kdelibs checkout reports "v4.8.3-117-g7aa89f0" (using git-describe)

Re: PNG & SVG App Icons

2012-05-28 Thread Michael Pyne
e for a given app that no special icons are needed and that the PNG icons are simply dumped directly from SVG. It should be fine to get rid of PNG icons in that case (it might be problematic if there is a "hicolor" theme fallback for that icon though, I forget the order of lookup fo

Re: PNG & SVG App Icons

2012-05-28 Thread Michael Pyne
mimetype icon as an example of what I'm talking about. Note how the 256x256 size actually has readable text in the background and a prominent "txt" while the much smaller version instead just shows the sheet of paper with rule marks but no text at all. Regards, - Michael Py

Re: PNG & SVG App Icons

2012-05-28 Thread Michael Pyne
are the issues with regards to SVG? Forgot to attach the icons, here they are: Regards, - Michael Pyne<><> signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: [kde-devel] Memory leak in Nepomuk?

2012-08-20 Thread Michael Pyne
4.9, so the user would not have had the opportunity to catch the bug in the KDE RC2, as he was never using it. Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: How Can I change wallpaper from CLI?

2012-09-05 Thread Michael Pyne
the official method and it works now I'm sure people wouldn't mind implementing it. Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: How to run KDE

2012-09-10 Thread Michael Pyne
needed [ ! -e ~/.kde4 ] && mkdir ~/.kde4 # Add XDG-compliant paths, for the K Menu, installed programs, etc. # See http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html export XDG_DATA_DIRS="$KDEDIRS/share/:$XDG_DATA_DIRS" # Startup the rest of KDE exec "$KDED

Re: up to date kdesrc-buildrc

2012-09-30 Thread Michael Pyne
modules to build in the right order, but will not reorder modules that you have in a certain order in your kdesrc-buildrc. Likewise, you probably want taglib to be right before phonon, although this shouldn't cause anything in your config not to build. Regards, - Michael Pyne signat

Re: up to date kdesrc-buildrc

2012-10-01 Thread Michael Pyne
On Monday, October 01, 2012 12:09:33 Ian Wadham wrote: > On 01/10/2012, at 9:40 AM, Michael Pyne wrote: > > On Sunday, September 30, 2012 11:23:29 Carsten Mattner wrote: > > You may also want to make sure that your kdesrc-build is up-to-date (it's > > frequently updated

Re: up to date kdesrc-buildrc

2012-10-02 Thread Michael Pyne
eader? Could it be > missing code for bzr? Actually, that's probably exactly it. There's different codepaths for showing info in async and non-async modes. async is the default but non-async is default for --src-only (since it would be only 1 thread anyways). Regards, - Michael Py

Re: up to date kdesrc-buildrc

2012-10-05 Thread Michael Pyne
rly widely available, if that's not the case I will prefer to use bzip2. Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Issue with KWebwallet and QtWebKit23

2012-10-23 Thread Michael Pyne
't be a default optimization option (I think even -O3 doesn't pull it in) but make sure it's not in use. Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Understanding a crazy backtrace

2012-12-03 Thread Michael Pyne
d keep in mind that static deallocation happens in arbitrary order so it may be that you are running across a use-after-free type of bug that others have not managed to reproduce up to this point (since it would have been working by accident). Regards, - Michael Pyne >> Visit http://mail.

Re: a little typo bug (again) in kde-workspace/libs/ksysguard/processcore/process.cpp

2013-03-02 Thread Michael Pyne
.10.1, the one after). Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Downtime Notification: Git and Subversion

2013-03-26 Thread Michael Pyne
anongit.kde.org (not sure which one was selected), and there were no issues. I ran a "git fsck --full" on both as well to verify. I'm not sure what (if anything) changed in the meantime, but are you still having this error? Regards, - Michael Pyne signature.asc Descriptio

Re: need help starting kde plasma-mobile

2013-04-29 Thread Michael Pyne
tioned this in an email today, which might be a useful step to try as well. Regards, - Michael Pyne signature.asc Description: This is a digitally signed message part. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<