Re: Help for finding a File

2019-01-26 Thread Nate Graham
On 1/26/19 2:49 AM, Raghavendra Vijaya wrote: Hello Plasma Devs,             I was searching for the slide-show wallpaper code in the plasma codebase, can anyone help me out to find the code and share the where actually the file is. https://cgit.kde.org/plasma-workspace.git/tree/wallpapers/

Re: [Help please] - What is missing in the following QML plugin?

2016-11-16 Thread Aleix Pol
On Wed, Nov 16, 2016 at 11:20 PM, Michail Vourlakos wrote: > found it... > > it needed, > > set(CMAKE_AUTOMOC ON) > > in CMakeLists.txt > > > > On 16/11/2016 05:38 μμ, Michail Vourlakos wrote: > > Hello everyone, > > > can please help me with this qml plugin? Even though it is compiled and > insta

Re: [Help please] - What is missing in the following QML plugin?

2016-11-16 Thread Michail Vourlakos
found it... it needed, set(CMAKE_AUTOMOC ON) in CMakeLists.txt On 16/11/2016 05:38 μμ, Michail Vourlakos wrote: Hello everyone, can please help me with this qml plugin? Even though it is compiled and installed in the correct path... Trying to use it through a plasma panel by calling:

Re: Help needed - Discussion concerning panels

2016-08-16 Thread Michail Vourlakos
the panel can expose a size hint, but it's the user that decides what is the wiggle room of it. if on the panel controller you put with the handles a very small minimum size and a big maximum size, then the panel should be able to resize itself within those limits Let's say that the panel is at

Re: Help needed - Discussion concerning panels

2016-08-16 Thread Marco Martin
On Wednesday 17 August 2016 00:13:08 Michail Vourlakos wrote: > 1. This panel should be able to set its size(width and height) according > to the visual which is shown. I tried, > > Layout.*widths and Layout.*heights to set them in a fixed size but > nothing happened. > > Is it possible to do tha

Re: Help: Creating a plasma 5 widget/plasmoid using QML and C++

2016-07-03 Thread Kevin Krammer
On Sunday, 2016-07-03, 15:01:22, Aditya Mehra wrote: > Iv looked into this and was using the same minimal template, The issue > still is I cant find a way to initialize the DBus adaptor without having a > main, I did follow the KDE4 DBus tutorials initially on getting the DBus to > work as KDE 5 ha

Re: Help: Creating a plasma 5 widget/plasmoid using QML and C++

2016-07-02 Thread Aditya Mehra
Iv looked into this and was using the same minimal template, The issue still is I cant find a way to initialize the DBus adaptor without having a main, I did follow the KDE4 DBus tutorials initially on getting the DBus to work as KDE 5 has no DBus documentation yet for plasmoids. Seems like a no g

Re: Help: Creating a plasma 5 widget/plasmoid using QML and C++

2016-07-02 Thread Marco Martin
On Friday 01 July 2016, Aditya Mehra wrote: > Request you to please guide me on why the main function doesn't work > in plasma5 and how can i fix it. > There is no documentation available on C++/QML plasmoid/widgets for > plasma 5 so asking for help here. > > Thanks, > Aditya look at https://quic

Re: Help: Creating a plasma 5 widget/plasmoid using QML and C++

2016-07-02 Thread Kevin Krammer
Hi Aditya, On Friday, 2016-07-01, 23:00:27, Aditya Mehra wrote: > Hi, I am currently trying to create a plasma 5 widget/plasmoid for > interaction with a python application using Dbus. I am using Qml/C++ for > building the plasmoid. I am trying to use K Develop 5 to build the widget > but am facin

Re: Help!! Missing symbol, possible ABI break?

2014-11-06 Thread Marco Martin
On Thursday 06 November 2014, Scarlett Clark wrote: > Hello everyone, I may have my first possible ABI break and I need some > assistance determining this. Please be kind, I am still learning C++. > > Missing symbol: #MISSING: 5.4.0# _ZN6Plasma6Applet16destroyedChangedEb@Base > 5.3.0+git20141101.0

Re: Help!! Missing symbol, possible ABI break?

2014-11-05 Thread Harald Sitter
And since I am bad at making myself clear false alarm. nothing to see here. move along. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Help!! Missing symbol, possible ABI break?

2014-11-05 Thread Harald Sitter
On Thu, Nov 6, 2014 at 1:28 AM, Scarlett Clark wrote: > Hello everyone, I may have my first possible ABI break and I need some > assistance determining this. Please be kind, I am still learning C++. > > Missing symbol: #MISSING: 5.4.0# _ZN6Plasma6Applet16destroyedChangedEb@Base > 5.3.0+git20141101

Re: Help splitting kde-workspace

2014-03-31 Thread Martin Klapetek
On Mon, Mar 31, 2014 at 6:50 AM, Aleix Pol wrote: > > Hi, > I've been looking into the issue with Nicolás (aka PovAddict) and we > managed to figure out all repositories history except for plasma-workspace > and plasma-desktop. The problem was that not only they were moved now, but > they were mo

Re: Help splitting kde-workspace

2014-03-30 Thread Aleix Pol
On Sun, Mar 30, 2014 at 1:24 PM, Àlex Fiestas wrote: > Hi there > > It was requested by the maintainers of some of the projects that live in > the > kde-workspace repo that they would love to keep the whole history after the > split. Doing such thing is easy for projects that have not been moved

Re: Help to display custom settings dialog in plasma widget (Python)

2013-08-30 Thread Aaron J. Seigo
On Wednesday, August 21, 2013 17:17:18 bug seagull wrote: > I am creating a plasma widget that displays certain elements of an rss feed > . It requires a string from the user in order to set the widget up. To get > this input I made a dialog using qt designer and converted it to python > code and i

Re: Help on some Plasma methods

2013-07-13 Thread Heena Mahour
>Is there a plan to move the digital clock to QML? Ofcourse it is ! You may like to check out branch heenamahour/gsoc in kde-workspace . On Sat, Jul 13, 2013 at 2:22 PM, Leonardo Giordani < giordani.leona...@gmail.com> wrote: > Good to know :-) > > Is there a plan to move the digital clock to QM

Re: Help on some Plasma methods

2013-07-13 Thread Leonardo Giordani
Good to know :-) Is there a plan to move the digital clock to QML? Sadly, I started my Plasma hacking adventure from the need of change the way current Plasma digital clock shows date and timezone, that is the reason of my C++ questions. Il giorno 13/lug/2013 10:04, "Sebastian Kügler" ha scritt

Re: Help on some Plasma methods

2013-07-13 Thread Sebastian Kügler
On Friday, July 12, 2013 20:27:30 Leonardo Giordani wrote: > Ah! You are prematurely kiiling my carreer as a C++ Plasma hacker =) =) > Thank you for the tips! Don't worry about that. We have ample C++ work coming up, especially towards Plasma 2 :) UIs are done in QML though. -- sebas http://ww

Re: Help on some Plasma methods

2013-07-12 Thread Leonardo Giordani
Ah! You are prematurely kiiling my carreer as a C++ Plasma hacker =) =) Thank you for the tips! Leonardo Giordani Author of The Digital Cat My profile on About.me 2013/7/12 Aaron J. Seigo > On Friday, July 12, 2013 19:03:54 Leo

Re: Help on some Plasma methods

2013-07-12 Thread Kai Uwe Broulik
Talking about the Digital Clock, I'm curious how that gradient text will work like with QML - or can we simply apply a gradient to Text in Qml2? If so that would make that super easy compared to the way it's currently done. "Aaron J. Seigo" schrieb: >On Friday, July 12, 2013 19:03:54 Leonardo

Re: Help on some Plasma methods

2013-07-12 Thread Aaron J. Seigo
On Friday, July 12, 2013 19:03:54 Leonardo Giordani wrote: > Hi all, > > I'm a little puzzled by the following methods I see implemented in > digital-clock: > > * paintInterface() > * constraintsEvent() You do not want to use either of these things. You should be using QML for new development.

Re: Help with fixing a notifications issue

2013-05-17 Thread Aaron J. Seigo
On Thursday, May 16, 2013 21:44:02 Daniel Vrátil wrote: > So...ideas? :-) imho, in the 4.x libraries, we simply have to rely on applications to get it right: if you have actions in your notification, make them persistent. the notification applet could probably be improved to hide the actions onc

Re: Help with plasmoid development.

2013-02-19 Thread Aaron J. Seigo
On Saturday, February 16, 2013 22:08:16 Arthur Taborda wrote: > Hi. I am developing a pomodoro timer plasmoid in QML. The documentation > unfortunately is not so helpful yet, so I need some help right now :) > > My plasmoid is in KDE Look and in github: > > http://kde-apps.org/content/show.php/To

Re: Help with plasmoid development.

2013-02-18 Thread Arthur Taborda
Please, can someone help me with these little issues? I would be really grateful. Thanks. 2013/2/16 Arthur Taborda > Hi. I am developing a pomodoro timer plasmoid in QML. The documentation > unfortunately is not so helpful yet, so I need some help right now :) > > My plasmoid is in KDE Look an

RE: Help

2012-11-06 Thread Mike Vassalotti
Vassalotti Herndon, Virginia USA -Original Message- From: jeremypwhit...@gmail.com [mailto:jeremypwhit...@gmail.com] On Behalf Of Jeremy Whiting Sent: Monday, November 05, 2012 8:21 PM To: plasma-devel@kde.org Cc: mvas...@hotmail.com Subject: Re: Help Mike, Unfortunately I've hit Virtualbo

Re: Help

2012-11-05 Thread Jeremy Whiting
Mike, Unfortunately I've hit Virtualbox and Linux not letting the scroll wheel on the mouse work also, not on opensuse, but on both a ubuntu guest and a debian guest. I believe it's a bug in VirtualBox itself unfortunately. BR, Jeremy On Mon, Nov 5, 2012 at 2:33 PM, Chani wrote: > -- F

Re: [Help js Scripting Help customize default plasma-desktop

2012-06-06 Thread Helmer Teles
>The reason i have to delete the file is because of when people login at a >diferent location with a diferent resolution the panel will never grow to a >wider width. >Take for instance the following example script located >@share/kde4/apps/plasma-desktop/updates/resizepanel.js : sleep(1000) p

Re: [Help js Scripting Help customize default plasma-desktop

2012-06-06 Thread Helmer Teles
On Wednesday 06 June 2012 13:59:14 Aaron J. Seigo wrote: > On Wednesday, June 6, 2012 12:39:31 Helmer Teles wrote: > > Also i dont want to put [$i] at the plasma-desktop-appletsrc file because > > i > > have to delete this file every logon because of this problem - > > well, that's the first st

Re: [Help js Scripting Help customize default plasma-desktop

2012-06-06 Thread Helmer Teles
-- Helmer Teles eM@il : helmer.te...@gmail.com MSN_ID : helmer.te...@gmail.com Web Page: http://hteles.wordpress.com Phone: : +351 96 792 10 86 On Wednesday 06 June 2012 13:59:14 Aaron J. Seigo wrote: > On Wednesday, June 6, 2012 12:39:31 Helmer Teles wrote: > > Also i dont want to pu

Re: [Help js Scripting Help customize default plasma-desktop

2012-06-06 Thread Aaron J. Seigo
On Wednesday, June 6, 2012 12:39:31 Helmer Teles wrote: > Also i dont want to put [$i] at the plasma-desktop-appletsrc file because i > have to delete this file every logon because of this problem - well, that's the first step: dealing with this issue since that's a significant problem obviously.

Re: Help us finding the new name for Laptop window decoration

2012-03-17 Thread argonel
for use on remote desktops? "remote" for use on a slower connection? "sublight" for good compression ratios? "compressed", "condensed" cigarette and beer companies had to change "light" to something else... "bold", "distinct" ... On Sat, Mar 17, 2012 at 11:38 AM, Elvis Stansvik wrote: > 2012/3/1

Re: Help us finding the new name for Laptop window decoration

2012-03-17 Thread Elvis Stansvik
2012/3/15 Martin Gräßlin : > Hi all, > > in order to find a better name for the window decoration "Laptop" I created a > doodle with possible names: > > http://www.doodle.com/e9se6zuz8ufepxke > > More info: https://git.reviewboard.kde.org/r/104282/ > > Please vote for your preferred name and don't

Re: Help us finding the new name for Laptop window decoration

2012-03-16 Thread Thomas Lübking
Am 16.03.2012, 16:51 Uhr, schrieb Christoph Feck : qpaintengine_x11.cpp has (even) linear gradients deactivated :-( http://qt.gitorious.org/qt/qt/blobs/4.8/src/gui/painting/qpaintengine_x11.cpp#line441 I know that this used to be an fglrx issue, maybe we should check for an update and in doub

Re: Help us finding the new name for Laptop window decoration

2012-03-16 Thread Thomas Lübking
Am 16.03.2012, 16:51 Uhr, schrieb Christoph Feck : The whole point of a net-friendly window decoration is to not transfer bitmaps, but simple fillRect/drawRect calls. As such, if it uses gradients at all, it should not cache them. If QPixmap is not entirely stupid, the pixmap is stored on the

Re: Re: Help us finding the new name for Laptop window decoration

2012-03-16 Thread Thomas Lübking
Am 16.03.2012, 16:42 Uhr, schrieb Thomas Lübking : Seems it simply assumes a prefilled background, I'll have a look and fix that in no minutes in case Nuno has no supergreat idea for another deco ;-) Mehhh ... it inherits KCommonDecoration -> in case we still intend to drop that thing, w

Re: Help us finding the new name for Laptop window decoration

2012-03-16 Thread Christoph Feck
On Friday 16 March 2012 16:42:35 Thomas Lübking wrote: > The gradients should be no problem, from a rough > look they're precached in factory pixmaps on init and thus there's > little transfer The whole point of a net-friendly window decoration is to not transfer bitmaps, but simple fillRect/draw

Re: Re: Help us finding the new name for Laptop window decoration

2012-03-16 Thread Thomas Lübking
Am 16.03.2012, 13:54 Uhr, schrieb Martin Gräßlin : btw, is it just me or does it have drawing errors when there are spaces between buttons? no, it's not just you. I just enabled it and it shows the same bug as we know from Plastik already. Ah bitrot is such a wonderful thing. Seems it simpl

Re: Re: Re: Help us finding the new name for Laptop window decoration

2012-03-16 Thread Martin Gräßlin
On Friday 16 March 2012 13:54:24 Martin Gräßlin wrote: > On Friday 16 March 2012 13:48:02 Aaron J. Seigo wrote: > > On Friday, March 16, 2012 13:16:10 Martin Gräßlin wrote: > > > FTR: Laptop uses gradients. > > > > there are gradients all over the laptop style, not to mention those > > "grippy" sti

Re: Help us finding the new name for Laptop window decoration

2012-03-16 Thread J Janz
I guess simple suffers from the same problem of Lightweight, sending the wrong message about oxygen: oxygen is complex, dificult? It isn't said where the simplicity is, which is only about its graphics. Simple Graphics, maybe? IMHO, Thin says it better. -- J (|´:¬{)» --

Re: Re: Help us finding the new name for Laptop window decoration

2012-03-16 Thread Martin Gräßlin
On Friday 16 March 2012 13:48:02 Aaron J. Seigo wrote: > On Friday, March 16, 2012 13:16:10 Martin Gräßlin wrote: > > FTR: Laptop uses gradients. > > there are gradients all over the laptop style, not to mention those "grippy" > stipples. :) > > if one is looking for a gradient-free decoration i'd

Re: Help us finding the new name for Laptop window decoration

2012-03-16 Thread Aaron J. Seigo
On Friday, March 16, 2012 13:16:10 Martin Gräßlin wrote: > FTR: Laptop uses gradients. there are gradients all over the laptop style, not to mention those "grippy" stipples. :) if one is looking for a gradient-free decoration i'd recommend "web" (only real issue i fnd with web: the rounded corner

Re: Re: Help us finding the new name for Laptop window decoration

2012-03-16 Thread Tomaz Canabrava
On Fri, Mar 16, 2012 at 5:16 AM, Martin Gräßlin wrote: > On Friday 16 March 2012 05:13:56 Tomaz Canabrava wrote: >> On Fri, Mar 16, 2012 at 5:06 AM, Aaron J. Seigo wrote: >> > On Thursday, March 15, 2012 14:59:17 Martin Gräßlin wrote: >> >> http://www.doodle.com/e9se6zuz8ufepxke >> > >> > for tho

Re: Re: Help us finding the new name for Laptop window decoration

2012-03-16 Thread Martin Gräßlin
On Friday 16 March 2012 05:13:56 Tomaz Canabrava wrote: > On Fri, Mar 16, 2012 at 5:06 AM, Aaron J. Seigo wrote: > > On Thursday, March 15, 2012 14:59:17 Martin Gräßlin wrote: > >> http://www.doodle.com/e9se6zuz8ufepxke > > > > for those who voted for "simple": in what way is it "simple"? > > No g

Re: Help us finding the new name for Laptop window decoration

2012-03-16 Thread Tomaz Canabrava
On Fri, Mar 16, 2012 at 5:06 AM, Aaron J. Seigo wrote: > On Thursday, March 15, 2012 14:59:17 Martin Gräßlin wrote: >> http://www.doodle.com/e9se6zuz8ufepxke > > for those who voted for "simple": in what way is it "simple"? No gradients, no shades, plain colors, flat. Simple <3. > -- > Aaron J.

Re: Help us finding the new name for Laptop window decoration

2012-03-16 Thread Aaron J. Seigo
On Thursday, March 15, 2012 14:59:17 Martin Gräßlin wrote: > http://www.doodle.com/e9se6zuz8ufepxke for those who voted for "simple": in what way is it "simple"? -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___

Re: Help us finding the new name for Laptop window decoration

2012-03-16 Thread Alex Fiestas
On Thursday, March 15, 2012 02:59:17 PM Martin Gräßlin wrote: > Hi all, > > in order to find a better name for the window decoration "Laptop" I created > a doodle with possible names: Isn't ugly a possible name? :/ ___ Plasma-devel mailing list Plasma-de

Re: Help with implementing plasmoid configuration

2012-02-26 Thread Djuro Drljaca
Thanks! That is exactly what I was looking for. Regards, Djuro Drljaca On Sun, Feb 26, 2012 at 2:43 PM, Shaun Reich wrote: > this should help: > > > https://projects.kde.org/projects/kde/kde-workspace/repository/revisions/master/show/plasma/generic/applets/devicenotifier/package/contents > > >

Re: Help with implementing plasmoid configuration

2012-02-26 Thread Shaun Reich
this should help: https://projects.kde.org/projects/kde/kde-workspace/repository/revisions/master/show/plasma/generic/applets/devicenotifier/package/contents -- Shaun Reich, KDE Software Developer (kde.org) ___ Plasma-devel mailing list Plasma-devel@k

Re: Help with Share dataengine and GHNS

2010-11-07 Thread Artur de Souza
Quoting Marco Martin : > On Sunday 07 November 2010, Artur de Souza wrote: > false alarm, was only the format of the example package zip file, the code is > all correct :) Thanks a lot for your help Marco ;) Cheers! --- _

Re: Help with Share dataengine and GHNS

2010-11-07 Thread Marco Martin
On 11/7/10, Artur de Souza wrote: > > Hello everybody! > > So my vacations came to an end :( but on the other hand I'm back > hacking :) For some reason I can't properly install/uninstall > extensions using GHNS and the Share dataengine (used through the > Pastebin applet). > > Could someone pleas

Re: Help regarding the code

2010-09-14 Thread sujith h
On Wed, Sep 15, 2010 at 4:01 AM, Aaron J. Seigo wrote: > On Tuesday, September 14, 2010, sujith h wrote: > > > Hi, > > > > > > I were trying to modify the frame applet in kdeplasma-addons. > > > I am having a small issue with the diff attached with the > mail(frame.diff). > > > The backtrace is

Re: Help regarding the code

2010-09-14 Thread Aaron J. Seigo
On Tuesday, September 14, 2010, sujith h wrote: > Hi, > > I were trying to modify the frame applet in kdeplasma-addons. > I am having a small issue with the diff attached with the mail(frame.diff). > The backtrace is also attached with > the mail(backtrace.txt). My intention is to pass emit the a

Re: Help me use "plasma activities". Or at least understand.

2010-03-02 Thread Hans Chen
Hi, >From the topic: "Can someone explain this to me? Will this change? Is KDE going to kill windows concept, or merge it into a plasmoid?" They won't be merged, but there will be an option of link virtual desktops and activities. That's what I get from reading the forum replies, and I think the

Re: Help me use "plasma activities". Or at least understand.

2010-03-02 Thread Luiz Felipe Talvik
"a power user such as" myself is feeling a little bit of hostility, maybe it's just my impression. "a lot of blog posts?" is exactly the number of posts that I have read "like my blog post on planetkde in february that had a screencast on activities" yes like those. (a third of the comments on that

Re: Help me use "plasma activities". Or at least understand.

2010-03-02 Thread Chani
On March 2, 2010 10:01:23 Luiz Felipe Talvik wrote: > Sorry, but I've googled(my forum post is the first entry, and it goes > unanswered), tried the forums, irc channel read a lot of blog posts > for a long time. Since I went trough most channels, I've scalated to > the devs list. > a lot of blog

Re: Help me use "plasma activities". Or at least understand.

2010-03-02 Thread Luiz Felipe Talvik
Sorry, but I've googled(my forum post is the first entry, and it goes unanswered), tried the forums, irc channel read a lot of blog posts for a long time. Since I went trough most channels, I've scalated to the devs list. I promise I'll be patient. On Tue, Mar 2, 2010 at 2:42 PM, Aaron J. Seigo

Re: Help me use "plasma activities". Or at least understand.

2010-03-02 Thread Aaron J. Seigo
On March 2, 2010, Luiz Felipe Talvik wrote: > I'm having trouble putting plasma's activities to use or even grasping > its concept. this is not a user support channel, nor am i interested in it becoming one. there is quite a bit of information about this topic that can be found in various places

Re: Help adding plasma in Skrooge

2010-02-12 Thread Aaron J. Seigo
On February 11, 2010, Guillaume DE BURE wrote: > Le Mercredi 10 Février 2010 23:03:22, Aaron J. Seigo a écrit : > > > Thanks guys. Created an entry in > > > http://community.kde.org/GSoC/2010/Ideas. I wrote it with my > > > previously mentionned limited knowledge, so feel free to tear it apart > >

Re: Help adding plasma in Skrooge

2010-02-12 Thread Guillaume DE BURE
Le Mercredi 10 Février 2010 23:03:22, Aaron J. Seigo a écrit : > > Thanks guys. Created an entry in http://community.kde.org/GSoC/2010/Ideas. > > I wrote it with my previously mentionned limited knowledge, so feel free > > to tear it apart and transform it into a plasma only project if more > > app

Re: Help adding plasma in Skrooge

2010-02-10 Thread Aaron J. Seigo
On February 10, 2010, Guillaume DE BURE wrote: > Le Mardi 09 Février 2010 22:27:37, Marco Martin a écrit : > > On Tuesday 09 February 2010, Aaron J. Seigo wrote: > > > On February 9, 2010, Guillaume DE BURE wrote: > > > > Or maybe the whole thing could be a GSOC subject ? > > > > > > it would make

Re: Help adding plasma in Skrooge

2010-02-10 Thread Guillaume DE BURE
Le Mardi 09 Février 2010 22:27:37, Marco Martin a écrit : > On Tuesday 09 February 2010, Aaron J. Seigo wrote: > > On February 9, 2010, Guillaume DE BURE wrote: > > > Or maybe the whole thing could be a GSOC subject ? > > > > it would make a good one, yes, especially if the goal was to create a >

Re: Help adding plasma in Skrooge

2010-02-09 Thread Marco Martin
On Tuesday 09 February 2010, Aaron J. Seigo wrote: > On February 9, 2010, Guillaume DE BURE wrote: > > Or maybe the whole thing could be a GSOC subject ? > > it would make a good one, yes, especially if the goal was to create a > dashboard widget that any application could use easily (kontact may

Re: Help adding plasma in Skrooge

2010-02-09 Thread Aaron J. Seigo
On February 9, 2010, Guillaume DE BURE wrote: > Or maybe the whole thing could be a GSOC subject ? it would make a good one, yes, especially if the goal was to create a dashboard widget that any application could use easily (kontact may want something similar, for instance). that really is the b

Re: Help to compile plasma in playground

2009-06-09 Thread sujith h
Oops by mistake i send a personal mail to morpheuz. It's not a problem with playground: > > CMake Error at > /usr/share/cmake-2.6/Modules/FindPackageHandleStandardArgs.cmake:57 > (MESSAGE): > Could NOT find Akonadi (missing: Akonadi_CONFIG) > Call Stack (most recent call first): > /home/kde-deve

Re: Help to compile plasma in playground

2009-06-09 Thread Artur Souza(MoRpHeUz)
On Tuesday 09 June 2009, 12:56 sujith h wrote: > Here is the error I get when I compile playground/plasma. > http://pastebin.ca/1453810 It's not a problem with playground: CMake Error at /usr/share/cmake-2.6/Modules/FindPackageHandleStandardArgs.cmake:57 (MESSAGE): Could NOT find Akonadi (miss

Re: Help to compile plasma in playground

2009-06-09 Thread sujith h
On Tue, Jun 9, 2009 at 8:46 PM, Sebastian Kügler wrote: > Hi Sujith, > > On Tuesday 09 June 2009 15:47:23 sujith h wrote: > > Today I did svn checkout of playground/base(with non-recursive, hence I > got > > only the > > basic files like CMakeLists.txt ,INDEX,INSTALL,Mainpage.dox and README). > >

Re: Help to compile plasma in playground

2009-06-09 Thread Sebastian Kügler
Hi Sujith, On Tuesday 09 June 2009 15:47:23 sujith h wrote: > Today I did svn checkout of playground/base(with non-recursive, hence I got > only the > basic files like CMakeLists.txt ,INDEX,INSTALL,Mainpage.dox and README). > Inside the base directory i checked out the plasma directory. I know tha

Re: Help with python plasmoid

2009-01-12 Thread Cristo Bolaños
Thank you for help, it works right :) On Mon, Jan 12, 2009 at 7:40 PM, Gökmen GÖKSEL wrote: > > Hello, > Hi !, > > > I'm trying to do a very simple python plasmoid in order to show a > > Plasma.Label, but when I try to run it, I get an error: > It will be done if you change your init method like

Re: Help with python plasmoid

2009-01-12 Thread Gökmen GÖKSEL
> Hello, Hi !, > I'm trying to do a very simple python plasmoid in order to show a > Plasma.Label, but when I try to run it, I get an error: It will be done if you change your init method like this; def init(self): # first of all we need a layout.. self.la

Re: Help figuring out theming problem

2008-12-18 Thread Jamboarder
> From: Marco Martin > On Sunday 14 December 2008, Jamboarder wrote: > > I've been working on updating Aya for the 4.2 > release. However, I've been > > running into a few problems that I'm having > trouble figuring out. Below > > are some screenshot links showing my problems (click > on image t

Re: Help figuring out theming problem

2008-12-14 Thread Jamboarder
From: Marco Martin > > On Sunday 14 December 2008, Jamboarder wrote: > > I've been working on updating Aya for the 4.2 release. However, I've been > >running into a few problems that I'm having trouble figuring out. Below > > are some screenshot links showing my problems (click on image to sho

Re: Help figuring out theming problem

2008-12-14 Thread Marco Martin
On Sunday 14 December 2008, Jamboarder wrote: > I've been working on updating Aya for the 4.2 release. However, I've been > running into a few problems that I'm having trouble figuring out. Below > are some screenshot links showing my problems (click on image to show full > size). what it does se

Re: Help figuring out theming problem

2008-12-14 Thread Marco Martin
On Sunday 14 December 2008, Jamboarder wrote: > I've been working on updating Aya for the 4.2 release. However, I've been > running into a few problems that I'm having trouble figuring out. Below > are some screenshot links showing my problems (click on image to show full > size). it's quite a wh

Re: Help request on writing a plasmoid

2008-12-11 Thread Rob Scheepmaker
On Thursday 11 December 2008 19:00:30 Bernhard Mustermann wrote: > So.. now my problem: Documentation is a bit suboptimal .. well.. who want's > to write docu ^^ ... so I'm a bit lost on where to start ... Yeah, the documentation could be better. But a good place to start is the tutorials on tech

Re: Help request on writing a plasmoid

2008-12-11 Thread Aaron J. Seigo
On Thursday 11 December 2008, Bernhard Mustermann wrote: > 1.) Would an extender be preferred and a good choice? What I think sounds > nice may be docking one event-counter to the clock. you can make this decision later very easily if you make each countdown a QGraphicsWidget of its own that the