I learned from bugs.kde.org that there is a wallpaper plugin for KDE 4.4 that provides color gradients for the desktop. Is there a way to install that for the current release, 4.3.4?
Announcement
Collapse
No announcement yet.
Wallpaper plugin
Collapse
This topic is closed.
X
X
-
Re: Wallpaper plugin
Hmm - this bug ? > Bug 194272 - no gradient background possible
The sources are available (FOSS) > http://websvn.kde.org/trunk/KDE/kdeb...lpapers/color/
This is with the Kubuntu 9.10 / KDE 4.3.2 / Qt 4.5.2
Example (you do this at your own risk)
I have installed:
- build-essential
- kdelibs5-dev
- kdebase-workspace-dev
+ lot of others...
Downloading:
Code:svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebase/workspace/plasma/generic/wallpapers/color
A color/color.cpp
A color/Messages.sh
A color/config.ui
A color/color.h
A color/plasma-wallpaper-color.desktop
A color/CMakeLists.txt
Checked out revision 1073705.
CMakeLists.txt
Code:project(plasma-wallpaper-color) set( CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules ) FIND_PACKAGE(KDE4 REQUIRED) INCLUDE(KDE4Defaults) ADD_DEFINITIONS( ${QT_DEFINITIONS} ${KDE4_DEFINITIONS} ) INCLUDE_DIRECTORIES( ${KDE4_INCLUDES} ) set(color_SRCS color.cpp ) kde4_add_ui_files(color_SRCS config.ui) kde4_add_plugin(plasma_wallpaper_color ${color_SRCS}) target_link_libraries(plasma_wallpaper_color ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS}) install(TARGETS plasma_wallpaper_color DESTINATION ${PLUGIN_INSTALL_DIR}) install(FILES plasma-wallpaper-color.desktop DESTINATION ${SERVICES_INSTALL_DIR})
Code:mkdir -p builddir
Code:cd builddir && cmake .. -DCMAKE_INSTALL_PREFIX=/usr
Code:make
With the KDE 4.3 the plasma_wallpaper_color.so is coming from the:
Code:apt-file search plasma_wallpaper_color.so
kdebase-workspace-bin: /usr/lib/kde4/plasma_wallpaper_color.so
kdebase-workspace-dbg: /usr/lib/debug/usr/lib/kde4/plasma_wallpaper_color.so
Copying the /color/builddir/lib/plasma_wallpaper_color.so to the /usr/lib/kde4/.
Log out - log in
Right clicking the desktop > Desktop settings
[img width=400 height=273]http://img684.imageshack.us/img684/4927/gradientr.png[/img]
Seems to work...Before you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
-
Re: Wallpaper plugin
The old and new color (Color & Color2 ) can live in the same system.
Wrapping the new to the .deb > PPA >> PPA for Rog131 >>> Package name contains: plasma-wallpaper.
After installation and plasma restart (log out log in) there are Color and Color2:
[img width=400 height=273]http://img709.imageshack.us/img709/3861/color2.png[/img]Before you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
Comment
-
Where is the color directory?
I tried to follow the recipe but only got as far as the svn step. I wasn't able to install the modules listed earlier because synaptic couldn't find them. What is the path to the color directory you refer to -- the one containing CMakeLists.txt?
And yes -- I was looking at Bug 194272.
- Top
- Bottom
Comment
-
Re: Wallpaper plugin
Originally posted by pwabrahamsI tried to follow the recipe but only got as far as the svn step. I wasn't able to install the modules listed earlier because synaptic couldn't find them. What is the path to the color directory you refer to -- the one containing CMakeLists.txt?
And yes -- I was looking at Bug 194272.
- Top
- Bottom
Comment
-
Adding the repository to Synaptic
Originally posted by kubicleYou could just install the package rog packaged into his ppa repository (the link is in his last post) to avoid having to compile it yourself.
So how do I convert that URL to something that Synaptic will accept as a repository and process correctly?
- Top
- Bottom
Comment
-
Re: Adding the repository to Synaptic
Originally posted by pwabrahamsSo how do I convert that URL to something that Synaptic will accept as a repository and process correctly?
Code:sudo add-apt-repository ppa:samrog131
- Top
- Bottom
Comment
-
Re: Wallpaper plugin
The correct package name is: plasma-wallpaper-color2Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: Wallpaper plugin
https://launchpad.net/~samrog131/+ar..._filter=karmic
if this is the one you wanted you could get it hear
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
Re: Wallpaper plugin
After making any changes to repository lists, you have to run apt-get update to refresh the package cache. If you don't, you won't have pulled in the package information for the added repository(ies).Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Solved!
Originally posted by SnowhogAfter making any changes to repository lists, you have to run apt-get update to refresh the package cache. If you don't, you won't have pulled in the package information for the added repository(ies).
Thanks.
Paul
- Top
- Bottom
Comment
Comment