Hi,
I used following in my kickstart file to set my own background image for a Fedora 14 based remix.
But it was not changing the default baground image for KDE Desktop. Still showing Fedora default (default wallpaper of official fedora release) background Image.
Highly appreciate if you could tell me how to fix this.
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t string /desktop/gnome/background/picture_filename /path/to/your/wallpaper
/dev/null
Thanks,
Hi,
I used following in my kickstart file to set my own background image for a Fedora 14 based remix.
But it was not changing the default baground image for KDE Desktop. Still showing Fedora default (default wallpaper of official fedora release) background Image.
Highly appreciate if you could tell me how to fix this.
gconftool-2 --direct --config-source=xml:readwrite: /etc/gconf/gconf.xml.defaults -s -t string /desktop/gnome/background/picture_filename /path/to/your/wallpaper >/dev/null
Thanks,
On Friday, November 26, 2010 02:32:08 pm Danishka Navin wrote:
Hi,
I used following in my kickstart file to set my own background image for a Fedora 14 based remix.
But it was not changing the default baground image for KDE Desktop. Still showing Fedora default (default wallpaper of official fedora release) background Image.
Highly appreciate if you could tell me how to fix this.
gconftool-2 --direct --config-source=xml:readwrite: /etc/gconf/gconf.xml.defaults -s -t string /desktop/gnome/background/picture_filename /path/to/your/wallpaper >/dev/null
Hi, Plasma does not utilize gconf - kde-settings package is your friend. You can find Fedora specific settings there, so you should check it out from fedorahosted.org (upstream for KDE related settings) to create a new one for your remix.
Jaroslav
Thanks,
On Mon, Nov 29, 2010 at 3:15 PM, Jaroslav Reznik jreznik@redhat.com wrote:
On Friday, November 26, 2010 02:32:08 pm Danishka Navin wrote:
Hi,
I used following in my kickstart file to set my own background image for
a
Fedora 14 based remix.
But it was not changing the default baground image for KDE Desktop. Still showing Fedora default (default wallpaper of official fedora release) background Image.
Highly appreciate if you could tell me how to fix this.
gconftool-2 --direct --config-source=xml:readwrite: /etc/gconf/gconf.xml.defaults -s -t string /desktop/gnome/background/picture_filename /path/to/your/wallpaper >/dev/null
Hi, Plasma does not utilize gconf - kde-settings package is your friend. You can find Fedora specific settings there, so you should check it out from fedorahosted.org (upstream for KDE related settings) to create a new one for your remix.
Jaroslav
already checked it but nothing https://fedorahosted.org/kde-settings/
On Monday, November 29, 2010 12:43:59 pm Danishka Navin wrote:
On Mon, Nov 29, 2010 at 3:15 PM, Jaroslav Reznik jreznik@redhat.com wrote:
On Friday, November 26, 2010 02:32:08 pm Danishka Navin wrote:
Hi,
I used following in my kickstart file to set my own background image for
a
Fedora 14 based remix.
But it was not changing the default baground image for KDE Desktop. Still showing Fedora default (default wallpaper of official fedora release) background Image.
Highly appreciate if you could tell me how to fix this.
gconftool-2 --direct --config-source=xml:readwrite: /etc/gconf/gconf.xml.defaults -s -t string /desktop/gnome/background/picture_filename /path/to/your/wallpaper >/dev/null
Hi, Plasma does not utilize gconf - kde-settings package is your friend. You can find Fedora specific settings there, so you should check it out from fedorahosted.org (upstream for KDE related settings) to create a new one for your remix.
Jaroslav
already checked it but nothing https://fedorahosted.org/kde-settings/
What do you mean by "checked it but nothing"?
You have to spin out your own remixed kde-settings with proper theme in usr/share/kde-settings/kde-profile/default/share/config/plasmarc - you have to package your remix theme too.
R.
already checked it but nothing https://fedorahosted.org/kde-settings/
What do you mean by "checked it but nothing"?
i can't see any information there.
You have to spin out your own remixed kde-settings with proper theme in usr/share/kde-settings/kde-profile/default/share/config/plasmarc - you have to package your remix theme too.
right now only requirement is to change the default background image
On Monday, November 29, 2010 02:09:22 pm Danishka Navin wrote:
already checked it but nothing https://fedorahosted.org/kde-settings/
What do you mean by "checked it but nothing"?
i can't see any information there.
You have to spin out your own remixed kde-settings with proper theme in usr/share/kde-settings/kde-profile/default/share/config/plasmarc - you have to package your remix theme too.
right now only requirement is to change the default background image
Yes, it should be the correct way how to handle it.
R.
On Mon, Nov 29, 2010 at 7:01 PM, Jaroslav Reznik jreznik@redhat.com wrote:
On Monday, November 29, 2010 02:09:22 pm Danishka Navin wrote:
already checked it but nothing
https://fedorahosted.org/kde-settings/
What do you mean by "checked it but nothing"?
i can't see any information there.
You have to spin out your own remixed kde-settings with proper theme in usr/share/kde-settings/kde-profile/default/share/config/plasmarc - you have to package your remix theme too.
right now only requirement is to change the default background image
Yes, it should be the correct way how to handle it.
could not understand how it work :(