In windows there are many wallpaper managers but I think its difficult to find for Linux.
I have tried variety wallpaper changer but its not working properly.
Actually my intention is I want an app that will change wallpapers on the popular desktops like GNOME, KDE, xfce and lxde and so can you please suggest the app.
On Mon 13 Oct 2014 03:36:01 PM CDT, rupeshforu3 wrote:
In windows there are many wallpaper managers but I think its difficult
to find for Linux.
I have tried variety wallpaper changer but its not working properly.
Actually my intention is I want an app that will change wallpapers on
the popular desktops like GNOME, KDE, xfce and lxde and so can you
please suggest the app.
Hi
I’m assuming your using my variety package? In what way is it not
working properly, specifically the GNOME DE?
You could write a script to automate changes if there is a specific set
of wallpapers your wanting to use, in GNOME AFAIK, you can create an
xml file to do this as well, look at the ones available by default and
make your own?
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.1 Kernel 3.11.10-21-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
In variety app I have added a folder /usr/share/backgrounds to which I have added some wallpapers previously.
I have followed the above procedure for root account and it worked and after rebooting the system it is not at all working.
I have followed the same procedure for non root account and it is not at all working.
Variety app is not working I mean it is showing the same wallpaper all the times.
During installation I selected 1 click install and during the process I got warning message as nothing provides
Python-pillow for variety then I selected the option break the dependencies. Even I have installed Python pillow app but no use.
As I don’t know the internals of variety so can you please suggest how to use.****
On Mon 13 Oct 2014 04:26:01 PM CDT, rupeshforu3 wrote:
In variety app I have added a folder /usr/share/backgrounds to which I
have added some wallpapers previously.
I have followed the above procedure for root account and it worked and
after rebooting the system it is not at all working.
I have followed the same procedure for non root account and it is not at
all working.
Variety app is not working I mean it is showing the same wallpaper all
the times.
During installation I selected 1 click install and during the process I
got warning message as nothing provides
Python-pillow for variety then I selected the option break the
dependencies. Even I have installed Python pillow app but no use.
As I don’t know the internals of variety so can you please suggest how
to use.**
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.1 Kernel 3.11.10-21-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
Also you do not select break dependencies and expect a package to work. I only done that when installing a package with zypper with the -d flag which means dowload only
installing a package in linux is always difficult for example I have tried to install the package python pillow and it is replying that python imaging conflicts with it and when I try to remove python imaging the package manager is replying that there are many dependencies and the sequence continue endless I think. I am providing the output below
linux-ylea:~ # cd Downloads/
linux-ylea:~/Downloads # rpm -ivh python-Pillow-2.5.1-26.1.x86_64.rpm
warning: python-Pillow-2.5.1-26.1.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID edf0d733: NOKEY
error: Failed dependencies:
python-imaging < 2.5.1 conflicts with python-Pillow-2.5.1-26.1.x86_64
linux-ylea:~/Downloads # rpm -q python-imaging
python-imaging-1.1.7-18.4.1.x86_64
linux-ylea:~/Downloads # rpm -evh python-imaging-1.1.7-18.4.1.x86_64
error: Failed dependencies:
python-imaging is needed by (installed) python-pyglet-1.1.4-2.2.noarch
python-imaging is needed by (installed) cinnamon-control-center-2.3.0-4.1.x86_64
python-imaging is needed by (installed) cinnamon-settings-2.3.0-2.1.x86_64
python-imaging is needed by (installed) scribus-1.4.4-8.1.x86_64
linux-ylea:~/Downloads #
On Fri 17 Oct 2014 04:56:01 PM CDT, rupeshforu3 wrote:
installing a package in linux is always difficult for example I have
tried to install the package python pillow and it is replying that
python imaging conflicts with it and when I try to remove python imaging
the package manager is replying that there are many dependencies and the
sequence continue endless I think. I am providing the output below
Code:
linux-ylea:~ # cd Downloads/
linux-ylea:~/Downloads # rpm -ivh python-Pillow-2.5.1-26.1.x86_64.rpm
warning: python-Pillow-2.5.1-26.1.x86_64.rpm: Header V3 DSA/SHA1
Signature, key ID edf0d733: NOKEY error: Failed dependencies:
python-imaging < 2.5.1 conflicts with python-Pillow-2.5.1-26.1.x86_64
linux-ylea:~/Downloads # rpm -q python-imaging
python-imaging-1.1.7-18.4.1.x86_64
linux-ylea:~/Downloads # rpm -evh python-imaging-1.1.7-18.4.1.x86_64
error: Failed dependencies:
python-imaging is needed by (installed) python-pyglet-1.1.4-2.2.noarch
python-imaging is needed by (installed)
cinnamon-control-center-2.3.0-4.1.x86_64 python-imaging is needed by
(installed) cinnamon-settings-2.3.0-2.1.x86_64 python-imaging is needed
by (installed) scribus-1.4.4-8.1.x86_64 linux-ylea:~/Downloads #
Hi
You would need to talk to the cinnamon folks about building the
python-imaging or using their repo on OBS to build variety.
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.1 Kernel 3.11.10-21-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
Depending on how badly you want this app, I see several possible approaches, I’ll list some that come to my mind in the order I believe is practical…
At http://software.opensuse.org/package/python-Pillow
I see that a version 2.5.3 was compiled for OpenStack. I’d guess that if there are improvements that version will run on “non-OpenStack” just fine so is worth trying.
Another possible try is that since it appears that you have a more modern version of the library file already installed, you can try installing while “breaking dependencies” – Maybe it’ll work, maybe not.
From your post, it does appear that a third try which is to install an older version likely leads you down a rathole of replacing additional dependencies with older versions.
I don’t know if the older file was distributed as part of an older version of python, if so another option could be to install the older python and then using something like pyenv run the app… But this is probably an approach someone more experienced with manipulating python environments than me might detail.
variety
Traceback (most recent call last):
File "/usr/bin/variety", line 39, in <module>
import variety
File "/usr/lib/python2.7/site-packages/variety/__init__.py", line 49, in <module>
from variety import VarietyWindow
File "/usr/lib/python2.7/site-packages/variety/VarietyWindow.py", line 45, in <module>
from variety.PreferencesVarietyDialog import PreferencesVarietyDialog
File "/usr/lib/python2.7/site-packages/variety/PreferencesVarietyDialog.py", line 36, in <module>
from variety.AddPanoramioDialog import AddPanoramioDialog
File "/usr/lib/python2.7/site-packages/variety/AddPanoramioDialog.py", line 19, in <module>
from gi.repository import Gtk, WebKit, GObject # pylint: disable=E0611
File "/usr/lib64/python2.7/site-packages/gi/importer.py", line 68, in load_module
dynamic_module._load()
File "/usr/lib64/python2.7/site-packages/gi/module.py", line 287, in _load
self._introspection_module = get_introspection_module(self._namespace)
File "/usr/lib64/python2.7/site-packages/gi/module.py", line 266, in get_introspection_module
module = IntrospectionModule(namespace, version)
File "/usr/lib64/python2.7/site-packages/gi/module.py", line 117, in __init__
repository.require(namespace, version)
gi.RepositoryError: Requiring namespace 'Gtk' version '2.0', but '3.0' is already loaded
On Tue 28 Oct 2014 10:11:26 AM CDT, alanbortu wrote:
On 10/28/2014 02:26 AM, simotek wrote:
>
> I should add i’m running enlightenment but have KDE installed, maybe i
> have a missing dependency
>
>
In KDE on Factory I get an error too:
gum:~/ $ se variety
Loading repository data…
Reading installed packages…
S | Name | Type | Version | Arch |
Repository
–±--------±-----------±------------±-------±-------------------------
i | variety | package | 0.4.20-1.17 | noarch |
home:malcolmlewis:TESTING | variety | srcpackage | 0.4.20-1.17 | noarch
| home:malcolmlewis:TESTING gum:~/ $ variety Traceback (most recent
call last): File “/usr/bin/X11/variety”, line 39, in
import variety
File “/usr/lib/python2.7/site-packages/variety/init.py”, line 49,
in from variety import VarietyWindow
File “/usr/lib/python2.7/site-packages/variety/VarietyWindow.py”,
line 45, in from variety.PreferencesVarietyDialog import
PreferencesVarietyDialog File
“/usr/lib/python2.7/site-packages/variety/PreferencesVarietyDialog.py”,
line 36, in from variety.AddPanoramioDialog import
AddPanoramioDialog File
“/usr/lib/python2.7/site-packages/variety/AddPanoramioDialog.py”, line
19, in from gi.repository import Gtk, WebKit, GObject #
pylint: disable=E0611 ImportError: cannot import name WebKit
Hi
Is python-webkitgtk installed?
On a 13.2 GNOME install from the live cd, I have no issues with it
working, it installed the following packages;
The following 18 NEW packages are going to be installed:
ImageMagick libMagickCore-6_Q16-2 libMagickWand-6_Q16-2 libboost_python1_54_0 liblqr-1-0 libopenjp2-7 libwebpmux1 python-Babel
python-Genshi python-Pillow python-beautifulsoup4 python-cssselect python-html5lib python-lxml python-pyexiv2 python-pytz python-webkitgtk
variety
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel 3.12.28-4-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
Unfortunately kde isn’t configurable enough for me if you want to know what configurability is try enlightenment More specifically kde doesn’t allow you to change between virtual desktops on 1 screen without also changing the virtual desktop on all the other screens.
This program claims to work with enlightenment so i thought i’d try it out as i was planning on adding similar functionality sometime anyway
On Sat 01 Nov 2014 02:46:01 PM CDT, alanbortu wrote:
malcolmlewis;2671600 Wrote:
> Hi
> Is python-webkitgtk installed?
>
> On a 13.2 GNOME install from the live cd, I have no issues with it
> working, it installed the following packages;
> >
Code:
> >
> The following 18 NEW packages are going to be installed:
>
> ImageMagick libMagickCore-6_Q16-2 libMagickWand-6_Q16-2
libboost_python1_54_0 liblqr-1-0 libopenjp2-7 libwebpmux1 python-Babel
> python-Genshi python-Pillow python-beautifulsoup4 python-cssselect
> python-html5lib python-lxml python-pyexiv2 python-pytz
> python-webkitgtk > variety
>
> >
> –
> Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter
> #276890)
> SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel 3.12.28-4-default
> If you find this post helpful and are logged into the web interface,
> please show your appreciation and click on the star below… Thanks!
Yes, it is installed but I still get this error. Any other ideas?
Hi
Hmmm, can you post the output from;
zypper se -i WebKit
I have six libs, two typelibs the python and injected-bundles
installed containing webkit.
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel 3.12.28-4-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
> On Sat 01 Nov 2014 02:46:01 PM CDT, alanbortu wrote:
> Yes, it is installed but I still get this error. Any other ideas?
>
> Hi
> Hmmm, can you post the output from;
>
> zypper se -i WebKit
>
I have six libs, two typelibs the python and injected-bundles
installed containing webkit.
Here you go
gum:~/ $ zypper se -i WebKit
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
--+----------------------------+--------------------------------------------------------------------------+--------
i | kwebkitpart | KDE Webkit web browser component | package
i | libQtWebKit4 | Open source Web Browser engine based on Qt4 | package
i | libproxy1-pacrunner-webkit | Libproxy module to support WPAD/PAC parsing via WebKit JavaScript Engine | package
i | libwebkitgtk-1_0-0 | Library for rendering web content, GTK+ Port | package
i | libwebkitgtk-3_0-0 | Library for rendering web content, GTK+ Port | package
i | python-webkitgtk | Python bindings for WebKit/Gtk | package
On Sun 02 Nov 2014 04:52:04 AM CST, alanbortu wrote:
On 11/01/2014 10:23 PM, malcolmlewis wrote:
> [QUOTE]
> On Sat 01 Nov 2014 02:46:01 PM CDT, alanbortu wrote:
> Yes, it is installed but I still get this error. Any other ideas?
>
> Hi
> Hmmm, can you post the output from;
>
> zypper se -i WebKit
>
I have six libs, two typelibs the python and injected-bundles
installed containing webkit.
Here you go
gum:~/ $ zypper se -i WebKit
<snip>
[/QUOTE]
Hi
I would guess it’s missing libwebkit2gtk-4_0-37 and
typelib-1_0-WebKit2-4_0 or typelib-1_0-WebKit-3_0 (try installing this
one first).
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel 3.12.28-4-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!