Author Topic: YAWP [SOLVED]  (Read 445 times)

Offline GermanTux

  • Hero Member
  • *****
  • Posts: 693
YAWP [SOLVED]
« on: January 05, 2013, 09:14:52 PM »
Stupid quesiton, and i regret that I do not know more about where things are stored in the file system....


But, I installed YAWP from the repos, but it does not show up in my list of available Plasmoids when I try to add it.  I can add it manually, but I am not sure where plasmoids are placed within the file system.  Google has been of no help.  

Thanks in advance.  
« Last Edit: January 06, 2013, 01:03:46 PM by GermanTux »

Offline jimwilk

  • Hero Member
  • *****
  • Posts: 1115
Re: YAWP
« Reply #1 on: January 06, 2013, 01:00:57 AM »
German Tux

If I remember correctly, YAWP can be found in the widgets under KDE. I used to have it in use but haven't bothered lately.

Assuming you are using KDE, right click on the panel at the bottom of the screen > unlock widgets (if it is locked) > panel options > panel settings. Click on Add Widgets and then drag the little bar, at the bottom left of the screen, to the right. If YAWP is installed on your machine, it should appear right towards the end. You can then click on it to make it usable.

Good luck.

Jim
PCLinuxOS 2013.01 KDE (2 desktop computers)
PCLinuxOS  2013.04 KDE on Asus  laptop


Windows free since 2005
Our house has windows: our computers have no Windoze!
Registered Linux User #409991

Offline agmg

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1899
  • Certified Windows Hater
Re: YAWP
« Reply #2 on: January 06, 2013, 01:40:42 AM »
Right click on the panel or the desktop and select Unlock Widgets (if locked) and then Add Widgets
yaWP is under the "Environment and Weather" category. Once you locate it, double click on it and it will be added on your panel or your desktop.

For the whole world, you are someone.
For someone, you are the whole world.

Offline GermanTux

  • Hero Member
  • *****
  • Posts: 693
Re: YAWP
« Reply #3 on: January 06, 2013, 08:15:09 AM »
Whoops, sorry, I should have been more clear. 

YAWP is not in the list of plasmoids to add, despite it being installed.  But, you can add widgets manually by finding the plasmoid file in the file system.  I just do not know where KDE stores its widgets. 

Offline DeBaas

  • Hero Member
  • *****
  • Posts: 1520
    • PCLinuxOS.nl
Re: YAWP
« Reply #4 on: January 06, 2013, 09:52:28 AM »
During an update I lost it a while ago.
(re)Installed it from Synaptic lately and recreated my weather plasmoid from the Add Widgets.
Found traces of yawp in  ;)
/usr/share/apps/desktoptheme/default/widgets
/usr/share/kde4/services
/usr/lib/kde4
/usr/share/locale/nl/LC_MESSAGES
and other locale/xx/LC_MESSAGES
« Last Edit: January 06, 2013, 10:05:48 AM by DeBaas »

Offline old_guy

  • Hero Member
  • *****
  • Posts: 706
Re: YAWP
« Reply #5 on: January 06, 2013, 10:06:51 AM »
GermanTux
When I need to look for something - open a terminal and type locate <file>
May need to  run updatedb as root first.

I got:
[earl@old ~]$ locate yawp
/home/earl/.cache/yawp
/home/earl/.cache/yawp/accuweather_Warren_PA.dat
/usr/lib/kde4/plasma_applet_yawp.so
/usr/share/apps/desktoptheme/default/widgets/yawp_theme15.svg
/usr/share/kde4/services/plasma-applet-yawp.desktop
...

So look in:
/usr/share/kde4/services/
for your plasma app

Earl
Never too old to learn.

Offline GermanTux

  • Hero Member
  • *****
  • Posts: 693
Re: YAWP
« Reply #6 on: January 06, 2013, 01:03:10 PM »
old_guy that did it.  Thank you.