On Monday 24 of May 2010, Thomas Taylor wrote:
On Mon, 24 May 2010 18:16:19 +0200 Rikard Johnels <rikard.j@rikjoh.com>
wrote:
Is there really no one that can tell me how to manually edit whatever preference file that store the setting of what software that opens a html link? I dont have the "systemsettings" installed. There must be a way to "hand hack" the thing... But no matter how i try i cant find it....
/Rikard Johnels
Interesting combination, kmail under gnome.
Since you don't have a system-settings gui, you could try the hard-core way.
Oh come on, are you sure that hard-core is not too easy :), for a user who doesn't even know how to find out how to install a missing application?
$ systemsettings If 'systemsettings' is not a typo you can use command-not-found to lookup the package that contains it, like this: cnf systemsettings
$ cnf systemsettings
The program 'systemsettings' can be found in following packages: * kdebase4-workspace [ path: /usr/bin/systemsettings, repository: zypp (repo-oss) ]
Try installing with: sudo zypper install kdebase4-workspace
$ sudo zypper install kdebase4-workspace
... there you go
-- Lubos Lunak openSUSE Boosters team, KDE developer l.lunak@suse.cz , l.lunak@kde.org
Sounds like a nice little utility.. The problem is it isnt installed on my system, either... /Rikard Johnels