One thing that puzzles me - on the netbook I have 'air' as a wallpaper, and a yawp plasmoid on my desktop. On my new laptop install I can't find either, despite following the links to KDE-Look.org. Seems to me that it only displays a tiny subset of what's available, and searching doesn't seem to help. What am I missing?
Anne
Hello Anne,
On Sunday 26 July 2009, 08:28, Anne Wilson wrote:
One thing that puzzles me - on the netbook I have 'air' as a wallpaper, and a yawp plasmoid on my desktop. On my new laptop install I can't find either, despite following the links to KDE-Look.org. Seems to me that it only displays a tiny subset of what's available, and searching doesn't seem to help. What am I missing?
* For the extra wallpapers:
yum install kdebase-workspace-wallpapers
* For extra plasmoids:
yum install kdeplasma-addons
* For the yaWP plasmoid:
yum install kde-plasma-yawp
I also like this one on my panel:
yum install kde-plasma-quickaccess
Regards
On Sunday 26 July 2009 14:53:13 Ariel Constenla-Haile wrote:
Hello Anne,
Hi, Ariel
On Sunday 26 July 2009, 08:28, Anne Wilson wrote:
One thing that puzzles me - on the netbook I have 'air' as a wallpaper, and a yawp plasmoid on my desktop. On my new laptop install I can't find either, despite following the links to KDE-Look.org. Seems to me that it only displays a tiny subset of what's available, and searching doesn't seem to help. What am I missing?
- For the extra wallpapers:
yum install kdebase-workspace-wallpapers
Got that now, thanks.
- For extra plasmoids:
yum install kdeplasma-addons
Seems I'd already done that one ;-)
- For the yaWP plasmoid:
yum install kde-plasma-yawp
Ah yes. That rings a bell. Why is it a separate plasmoid, I wonder?
I also like this one on my panel:
yum install kde-plasma-quickaccess
I'll give it a try. Sounds a bit like a folder-view for the panel :-)
Thanks for the help
Anne
Anne Wilson wrote:
Ah yes. That rings a bell. Why is it a separate plasmoid, I wonder?
Because it is not officially part of KDE. And as they're using data sources without permission and as they're bypassing the weather framework inside Plasma (which is used by kde-plasma-weather, by the LCD Weather Station in kdeplasma-addons and probably soon other stuff too), it isn't likely to ever be.
Kevin Kofler
On Sunday 26 July 2009 23:25:00 Kevin Kofler wrote:
Anne Wilson wrote:
Ah yes. That rings a bell. Why is it a separate plasmoid, I wonder?
Because it is not officially part of KDE. And as they're using data sources without permission and as they're bypassing the weather framework inside Plasma (which is used by kde-plasma-weather, by the LCD Weather Station in kdeplasma-addons and probably soon other stuff too), it isn't likely to ever be.
That's a pity, because it really is so much better than the LCD weather plasmoid. I do hope someone is talking to them about the problems instead of treating them like pariahs.
Anne
Hello Anne,
On Monday 27 July 2009, 05:20, Anne Wilson wrote:
That's a pity, because it really is so much better than the LCD weather plasmoid.
notice that (at least in KDE 4.2.98 (KDE 4.3 RC3)) there are two "official" weather plasmoids: * the LCD Weather Station * the Weather Forecast this last one is IMHO better/nicer than the LCD one (though not as customizable as the yawp)... but this is all just a question of taste, my sister for example prefers much this one http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid+(CWP)... which I find too baroque...
Regards
On Tuesday 28 July 2009 20:30:15 Ariel Constenla-Haile wrote:
http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid+(CWP )?content=98925
Looks a little 0ver-the-top, but since it's customisable I'd like to take a look at it. I have the choice between downloading a Mandriva rpm and hoping it works with Fedora, or downloading the source to build. I assume the build process is much the same as most things, configure, make, etc., or is it? I don't even know where the plasmoid has to end up.
All advice gratefully received.
I find that there is a new weather plasmoid being offered from the distro, but the only forecast source on offer that is applicable to the uk is the BBC. The nearest station to me is 25 miles away, with completely different geography and therefore completely different weather. It is totally useless to me. Accuweather give very accurate forecasts for us.
Anne
Hello Anne,
On Wednesday 29 July 2009, 05:51, Anne Wilson wrote:
On Tuesday 28 July 2009 20:30:15 Ariel Constenla-Haile wrote:
http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid+(C WP )?content=98925
Looks a little 0ver-the-top, but since it's customisable I'd like to take a look at it. I have the choice between downloading a Mandriva rpm and hoping it works with Fedora, or downloading the source to build. I assume the build process is much the same as most things, configure, make, etc., or is it? I don't even know where the plasmoid has to end up.
All advice gratefully received.
If you want to build yourself, just read the README:
tar xvf <the package> cd <where unpacked> mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. make su -c 'make install' kbuildsycoca4
if you don't want to install all the required stuff to be able to build, you can simply try
http://arielch.fedorapeople.org/devel/rpm/i586/kde-plasma-cwp-0.9.10-1.fc11....
Regards
On Wednesday 29 July 2009 14:06:31 Ariel Constenla-Haile wrote:
Hello Anne,
On Wednesday 29 July 2009, 05:51, Anne Wilson wrote:
On Tuesday 28 July 2009 20:30:15 Ariel Constenla-Haile wrote:
http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid+ (C WP )?content=98925
Looks a little 0ver-the-top, but since it's customisable I'd like to take a look at it. I have the choice between downloading a Mandriva rpm and hoping it works with Fedora, or downloading the source to build. I assume the build process is much the same as most things, configure, make, etc., or is it? I don't even know where the plasmoid has to end up.
All advice gratefully received.
If you want to build yourself, just read the README:
tar xvf <the package> cd <where unpacked> mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. make su -c 'make install' kbuildsycoca4
if you don't want to install all the required stuff to be able to build, you can simply try
http://arielch.fedorapeople.org/devel/rpm/i586/kde-plasma-cwp-0.9.10-1.fc11 .i586.rpm
That's really helpul, thanks.
Anne
----- Original Message ----
If you want to build yourself, just read the README:
tar xvf <the package> cd <where unpacked> mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. make su -c 'make install' kbuildsycoca4
if you don't want to install all the required stuff to be able to build, you can simply try
http://arielch.fedorapeople.org/devel/rpm/i586/kde-plasma-cwp-0.9.10-1.fc11....
Regards
Am Mittwoch, 29. Juli 2009 18:06:18 schrieb Gar:
----- Original Message ---- http://arielch.fedorapeople.org/devel/rpm/i586/kde-plasma-cwp-0.9.10-1.fc11 .i586.rpm
hey, very nice applet :). thanx a lot. lg,
On Wednesday 29 July 2009 17:37:13 Didi Kressnig wrote:
Am Mittwoch, 29. Juli 2009 18:06:18 schrieb Gar:
----- Original Message ---- http://arielch.fedorapeople.org/devel/rpm/i586/kde-plasma-cwp-0.9.10-1.fc 11 .i586.rpm
hey, very nice applet :). thanx a lot. lg,
Did either of you have any problem re-sizing? I could re-size vertically, but not horizontally, which makes the 5-day forecast unreadable.
Anne
Am Mittwoch, 29. Juli 2009 18:52:54 schrieb Anne Wilson:
Did either of you have any problem re-sizing? I could re-size vertically, but not horizontally, which makes the 5-day forecast unreadable.
I can resize this applet in all directions. lg,
Anne
Hello *,
On Wednesday 29 July 2009, 13:37, Didi Kressnig wrote:
hey, very nice applet :). thanx a lot. lg,
I'm not the developer, I just did the package (I was originally compiling it for my sister and simply making a tar out it, but an rpm is nicer to handle).
Ann wrote:
Did either of you have any problem re-sizing?
No, I didn't (though it has some issues with font size in the Spanish version - the weather description is too big, does not fit, etc.)
John wrote:
Is there any chance of putting the srpm up with the binary rpms so i can build it for x86_64?
if you're going to build it yourself, may be it's more comfortable to download the sources directly
http://www.kde-look.org/CONTENT/content-files/98925-cwp-0.9.10.tar.bz2
anyway the SRPM can now be found here:
http://arielch.fedorapeople.org/devel/src/kde-plasma-cwp-0.9.10-1.fc11.src.r...
Regards
2009/7/29 Ariel Constenla-Haile ariel.constenla.haile@googlemail.com:
John wrote:
Is there any chance of putting the srpm up with the binary rpms so i can build it for x86_64?
if you're going to build it yourself, may be it's more comfortable to download the sources directly
http://www.kde-look.org/CONTENT/content-files/98925-cwp-0.9.10.tar.bz2
anyway the SRPM can now be found here:
http://arielch.fedorapeople.org/devel/src/kde-plasma-cwp-0.9.10-1.fc11.src.r...
I am only building myself because your binaries were i586 only. I do however avoid installing stuff non-rpm at all costs because its a real bind to uninstall or update later.
Thanks for the srpm. Much appreciated
On Wednesday 29 July 2009 18:54:43 Ariel Constenla-Haile wrote:
Hello *,
On Wednesday 29 July 2009, 13:37, Didi Kressnig wrote:
hey, very nice applet :). thanx a lot. lg,
I'm not the developer, I just did the package (I was originally compiling it for my sister and simply making a tar out it, but an rpm is nicer to handle).
Ann wrote:
Did either of you have any problem re-sizing?
No, I didn't (though it has some issues with font size in the Spanish version - the weather description is too big, does not fit, etc.)
John wrote:
Is there any chance of putting the srpm up with the binary rpms so i can build it for x86_64?
if you're going to build it yourself, may be it's more comfortable to download the sources directly
http://www.kde-look.org/CONTENT/content-files/98925-cwp-0.9.10.tar.bz2
anyway the SRPM can now be found here:
http://arielch.fedorapeople.org/devel/src/kde-plasma-cwp-0.9.10-1.fc11.src. rpm
Thanks, everyone. Knowing that you were all OK, I removed the widget and removed its folder from ~/, then added it afresh. This time it's absolutely fine. I'm not sure what upset it before, but it must be something I accidentally did.
Anne
2009/7/29 Ariel Constenla-Haile ariel.constenla.haile@googlemail.com
[...]
if you don't want to install all the required stuff to be able to build, you can simply try
http://arielch.fedorapeople.org/devel/rpm/i586/kde-plasma-cwp-0.9.10-1.fc11....
Is there any chance of putting the srpm up with the binary rpms so i can build it for x86_64?
Thanks in advance.
-- There are 10 kinds of people in the world: Those who understand binary and those who don't...
On Sunday 26 July 2009 15:53:13 Ariel Constenla-Haile wrote:
Hello Anne,
On Sunday 26 July 2009, 08:28, Anne Wilson wrote:
One thing that puzzles me - on the netbook I have 'air' as a wallpaper, and a yawp plasmoid on my desktop. On my new laptop install I can't find either, despite following the links to KDE-Look.org. Seems to me that it only displays a tiny subset of what's available, and searching doesn't seem to help. What am I missing?
- For the extra wallpapers:
yum install kdebase-workspace-wallpapers
- For extra plasmoids:
yum install kdeplasma-addons
- For the yaWP plasmoid:
yum install kde-plasma-yawp
I also like this one on my panel:
yum install kde-plasma-quickaccess
For netbook I can recommend Skulpture style as I have old EEE PC 701 with small display. It can save lot of space - you can set all spacing, sizes etc...
yum install kde-style-skulpture
And there's plasma style matching Skulpture called Atelier.
It's what I'm using right now (even on my workstation).
Jaroslav
Regards
On Tue, Aug 04, 2009 at 08:57:18AM +0200, Jaroslav Reznik wrote:
For netbook I can recommend Skulpture style as I have old EEE PC 701 with small display. It can save lot of space - you can set all spacing, sizes etc...
It came up on irc sometime last week that skulpture (at least on kde 4.3) is quite problematic. I was seeing some damaged window decorations when using skulpture and the system overall seems to feel faster (highly objective - no hard numbers) with the standard oxygen theme.