Utilities
Financial
Hi,
please remove the lines
#if (!defined(QT_SHARED)) && (!defined(QT_DLL))
#include <QtPlugin>
Q_IMPORT_PLUGIN(qgif)
Q_IMPORT_PLUGIN(qico)
Q_IMPORT_PLUGIN(qjpeg)
Q_IMPORT_PLUGIN(qmng)
Q_IMPORT_PLUGIN(qsvg)
Q_IMPORT_PLUGIN(qtiff)
Q_IMPORT_PLUGIN(qsqlite)
#endif
in file main.cpp. Latest Qt / CMake versions do not define QT_SHARED or QT_DLL anymore, that's why the error happens.
It has already been corrected in bzr branch, it won't occur anymore in future versions.
Tony.
- May 11 2010
please remove the lines
#if (!defined(QT_SHARED)) && (!defined(QT_DLL))
#include <QtPlugin>
Q_IMPORT_PLUGIN(qgif)
Q_IMPORT_PLUGIN(qico)
Q_IMPORT_PLUGIN(qjpeg)
Q_IMPORT_PLUGIN(qmng)
Q_IMPORT_PLUGIN(qsvg)
Q_IMPORT_PLUGIN(qtiff)
Q_IMPORT_PLUGIN(qsqlite)
#endif
in file main.cpp. Latest Qt / CMake versions do not define QT_SHARED or QT_DLL anymore, that's why the error happens.
It has already been corrected in bzr branch, it won't occur anymore in future versions.
Tony.
- May 11 2010
Glad to read that :)
I hope that in KDE 4.3 wallpaper technology will be better. I really don't like their current implementation.
I mean, I can understand that the KDE3 dcop method didn't suit so well with Plasma, but their solution is not so "extensible".
Let's wait and hope ... in the meanwhile, Wally 2.1.1 is on the way :) - Sep 02 2009
I hope that in KDE 4.3 wallpaper technology will be better. I really don't like their current implementation.
I mean, I can understand that the KDE3 dcop method didn't suit so well with Plasma, but their solution is not so "extensible".
Let's wait and hope ... in the meanwhile, Wally 2.1.1 is on the way :) - Sep 02 2009
> Awesome app! Thank you for all your hard work :)
Thanks so much :)
> I noticed that the debs don't actually contain the wallyplugin :(
Yeah, I'm working on it. Next version is on the road, I moved all compilation to CMake, so it'll be easier to create a full deb. At least, I hope so :P
> And then when I went to compile wally
> itself from the source, it took me a
> while to realise that the wallyplugin
> had to be compiled separately using
> cmake, which isn't mentioned in the
> readme.
> I would also perhaps add to the
> readme that wally itself launches
> minimised in the system tray. It
> confused me after seeing the splash
> disappear as to what I should do
> next! And it also took me a while to
> figure out that the wallyplugin
> appears as an option under "Type" in
> Folder View Settings.
You're right, it's slightly mentioned. I'll be more verbose on next release.
> Sorry and one more little thing is
> that the wallpaper isn't
> automatically changing when a new one
> is downloaded, I have to go into
> Folder View Settings and re-Apply the
> wallyplugin.
Well, not exactly. First of all, you need to restart Plasma to make WallyPlugin fully working, after installation. Next, WallyPlugin has a small delay (it can require up to 10 sec.) in changing photo. Anyway, I'll explain it in detail in README.
> But these are all just little niggles
> in an otherwise superb app. There are
> sooooooo many options to play with,
> plus you keep a well organised
> history of all the previous images.
> It's awesome, really awesome what
> you've done here :)
> Thanks again, tom :)
Well, I spent so much time trying to implement it at best, and it's just a work in progress! :) Thanks so much to you, and NICE WALLYING! - Aug 29 2009
Thanks so much :)
> I noticed that the debs don't actually contain the wallyplugin :(
Yeah, I'm working on it. Next version is on the road, I moved all compilation to CMake, so it'll be easier to create a full deb. At least, I hope so :P
> And then when I went to compile wally
> itself from the source, it took me a
> while to realise that the wallyplugin
> had to be compiled separately using
> cmake, which isn't mentioned in the
> readme.
> I would also perhaps add to the
> readme that wally itself launches
> minimised in the system tray. It
> confused me after seeing the splash
> disappear as to what I should do
> next! And it also took me a while to
> figure out that the wallyplugin
> appears as an option under "Type" in
> Folder View Settings.
You're right, it's slightly mentioned. I'll be more verbose on next release.
> Sorry and one more little thing is
> that the wallpaper isn't
> automatically changing when a new one
> is downloaded, I have to go into
> Folder View Settings and re-Apply the
> wallyplugin.
Well, not exactly. First of all, you need to restart Plasma to make WallyPlugin fully working, after installation. Next, WallyPlugin has a small delay (it can require up to 10 sec.) in changing photo. Anyway, I'll explain it in detail in README.
> But these are all just little niggles
> in an otherwise superb app. There are
> sooooooo many options to play with,
> plus you keep a well organised
> history of all the previous images.
> It's awesome, really awesome what
> you've done here :)
> Thanks again, tom :)
Well, I spent so much time trying to implement it at best, and it's just a work in progress! :) Thanks so much to you, and NICE WALLYING! - Aug 29 2009
Thank so much for your help in deb packages, I was trying to do them with a friend of mine, without success :(
Let me reply to your requests:
1 - why not? :) I put it in TODO list.
2 - at the moment, no. And, AFAIK, there's no way to make Plasma aware of a new wallpaper plugin without a restart.
3 - It can be implemented, but I'll put it later in TODO list, cause this request will change a bit the structure of Wally's engine.
4 - Well, I don't know. WallyPlugin is not a plasmoid, is a plasma wallpaper plugin, a technology introduced later (>= 4.2) by KDE guys, and it seems to me completely detached from anything else. I'll investigate about that, but I cannot promise you anything.
> anyway, great app :) a fan already.
Wow, you're the first :)
> one more thing, an option to enable a
> default background image (local) when
> the internet connection is down, so
> it doesnt stay with a black
> background.
Well, this is a known bug that I'm trying to solve. I save in KDE config system the last image filename, but I cannot understand why it isn't loaded later ... :( ... stay tuned, I'll find out why, soon or later :)
Tony. - Apr 05 2009
Let me reply to your requests:
1 - why not? :) I put it in TODO list.
2 - at the moment, no. And, AFAIK, there's no way to make Plasma aware of a new wallpaper plugin without a restart.
3 - It can be implemented, but I'll put it later in TODO list, cause this request will change a bit the structure of Wally's engine.
4 - Well, I don't know. WallyPlugin is not a plasmoid, is a plasma wallpaper plugin, a technology introduced later (>= 4.2) by KDE guys, and it seems to me completely detached from anything else. I'll investigate about that, but I cannot promise you anything.
> anyway, great app :) a fan already.
Wow, you're the first :)
> one more thing, an option to enable a
> default background image (local) when
> the internet connection is down, so
> it doesnt stay with a black
> background.
Well, this is a known bug that I'm trying to solve. I save in KDE config system the last image filename, but I cannot understand why it isn't loaded later ... :( ... stay tuned, I'll find out why, soon or later :)
Tony. - Apr 05 2009
Well, good idea :)
I don't know the application you suggested, but I understood what you mean, and I think that it can be done with Files/Folders module.
I cannot promise when it will be available, a lot of TODOs have to be solved first, but I've just appended your request ... cross your fingers :) - Mar 13 2009
I don't know the application you suggested, but I understood what you mean, and I think that it can be done with Files/Folders module.
I cannot promise when it will be available, a lot of TODOs have to be solved first, but I've just appended your request ... cross your fingers :) - Mar 13 2009
I can see that cmake installs WallyPlugin in /usr/local/lib/kde4/plasma_wallpaper_wallyplugin.so.
Can you check if you have something like /usr/lib/kde4 and that you have image and color inside?
In this case, try to move wallyplugin.so to that directory, and restart KDE.
Maybe is CMake that installs wallyplugin wrongly :( - Feb 24 2009
Can you check if you have something like /usr/lib/kde4 and that you have image and color inside?
In this case, try to move wallyplugin.so to that directory, and restart KDE.
Maybe is CMake that installs wallyplugin wrongly :( - Feb 24 2009
As long as you can't set WallyPlugin as default plugin image in Appearance Settings, service won't be available.
If you succeed in setting WallyPlugin there, you've to restart KDE.
Just as last question:
in your Appearance Settings, do you have at least plugins like "Image" and "Color"?
Cause, if you don't have those plugins, you don't have an up-to-date Plasma version of KDE, it means that you've a 4.1 or a partial 4.2. - Feb 24 2009
If you succeed in setting WallyPlugin there, you've to restart KDE.
Just as last question:
in your Appearance Settings, do you have at least plugins like "Image" and "Color"?
Cause, if you don't have those plugins, you don't have an up-to-date Plasma version of KDE, it means that you've a 4.1 or a partial 4.2. - Feb 24 2009
No.
Wally is /usr/bin cause you installed wally deb file, and it puts executable in /usr/bin. Btw, did deb installation procedure failed?
WallyPlugin is only a KDE plugin, and that isn't in /usr/bin. It's automatically installed by cmake, so you don't have to care for that. - Feb 24 2009
Wally is /usr/bin cause you installed wally deb file, and it puts executable in /usr/bin. Btw, did deb installation procedure failed?
WallyPlugin is only a KDE plugin, and that isn't in /usr/bin. It's automatically installed by cmake, so you don't have to care for that. - Feb 24 2009
Don't worry.
Ok, Wally works with KDE4, the problem is that D-BUS denies access if you're not root (that's why it works with my system).
I'll solve the problem definitively in next days, I just ask you for this handy solution, if you can test it.
Just find out your D-BUS system configuration directory, it should be something like /etc/dbus-1/system.d
Create a wally.conf file in it, and type these lines in this file:
<!-- This configuration file specifies the required security policies for WallyPlugin to work. -->
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy context="default">
<allow send_destination="com.becrux.WallyPlugin"/>
</policy>
</busconfig>
Save and restart your PC (not only KDE, all your system).
After that, Wally should work correctly.
Can you tell me if it works for you?
Thank you so much. - Feb 23 2009
Ok, Wally works with KDE4, the problem is that D-BUS denies access if you're not root (that's why it works with my system).
I'll solve the problem definitively in next days, I just ask you for this handy solution, if you can test it.
Just find out your D-BUS system configuration directory, it should be something like /etc/dbus-1/system.d
Create a wally.conf file in it, and type these lines in this file:
<!-- This configuration file specifies the required security policies for WallyPlugin to work. -->
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy context="default">
<allow send_destination="com.becrux.WallyPlugin"/>
</policy>
</busconfig>
Save and restart your PC (not only KDE, all your system).
After that, Wally should work correctly.
Can you tell me if it works for you?
Thank you so much. - Feb 23 2009
At the moment, I don't have a WallyPlugin deb file, last weekend I succeeded in producing Ubuntu packages.
I'll post WallyPlugin packages ASAP, in the meanwhile you can download sources and you'll find WallyPlugin in "wallyplugin" directory.
Just follow steps reported in README.KDE4, it shouldn't be so difficult. - Feb 23 2009
I'll post WallyPlugin packages ASAP, in the meanwhile you can download sources and you'll find WallyPlugin in "wallyplugin" directory.
Just follow steps reported in README.KDE4, it shouldn't be so difficult. - Feb 23 2009
Hi,
have you read README.KDE4?
Briefly you must compile WallyPlugin and install it. Then you've to choose "WallyPlugin" in your desktop configuration (right-clicking on your desktop).
After a restart of KDE, you should see your wallpaper changing.
Please write me if something goes wrong, and I'll ask you to do some tests. - Feb 23 2009
have you read README.KDE4?
Briefly you must compile WallyPlugin and install it. Then you've to choose "WallyPlugin" in your desktop configuration (right-clicking on your desktop).
After a restart of KDE, you should see your wallpaper changing.
Please write me if something goes wrong, and I'll ask you to do some tests. - Feb 23 2009
Of course! I've planned a new release, cause I caught a bug in HTTP cancel process, so can you post (or better, send an email to tony (at) becrux (dot) com), the command line required to change desktop background? The command should require only the full path name of the wallpaper, I don't need other parameters.
Thank so much in advance :) - Aug 31 2008
Thank so much in advance :) - Aug 31 2008