Warning: session_start(): open(/tmp/sess_ptlb83rglu4jffumt7l822cno1, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
kconfigedit openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (1) .- Knowledge Base  . 

kconfigedit

   1.0  

KDE System Tool

Score 73%
kconfigedit
zoom


Link:  http://
Downloads:  2255
Submitted:  Dec 3 2004
Updated:  Jan 8 2005

Description:

This app is called kconfigedit. It is used when you are logged in as a user and need to change configuration files such as xorg.conf or /etc/fstab on your machine.

Instead of having to 'su' to the root account and use vi you can edit these files in kconfigedit, using KDEs 'kate' editor, when you try to save a file you dont own, you get prompted for the root password. This app is recommended for anyone used to using windows and regedit.

kconfigedit uses 'kdesu' to save root-owned files. It also creates backups in ~/kconfigedit of every file you change. Future versions will include automated backup restore and bookmarks for commonly used config files.

This program is still under development, so it should be used cautiously. For the time being I suggest you make your own backups before changing any files. I am posting this in the hope that people will try the app and post any comments or problems encountered.




Changelog:

Version 1.0pre
==============
- First one I uploaded

Version 1.0
===========
- Suppress display of non-text files in the file browser

- Display * in title bar when the current file is unsaved

Help please: If anyone knows how to get the kate editor part's undo and redo commands enabled please email me! I have tried using setxmlfile("katepartui.rc",true) to enable the kate menus but nothing happens.




LicenseGPL
(kconfigedit source)
(kconfigedit web page)
Send to a friend
Subscribe
Other  Content  from timstoner
Report inappropriate content



-

 Thx and wishlist ;-)

 
 by kdeappsce on: Dec 4 2004
 
Score 50%

Hi,


cool tool. I had a similar idea some time before.

So, let me offer some thoughts.

I'd recommend to create a directory on $KDEDIR/share/apps/kconfigedit/sets/DISTRIBUTIONNAME/

In these directories, users or distributors could create subdirectories, maybe networking-hardware, networking-software, hardware-sound and so on etc.

In these directories, place .desktop files with names and comments for the directories.

Furthermore, place different *.desktop files in them which point to configuration files to be edited. Each desktop file contains names and comments in different languages, plus some value pairs of services affected by this config file.

Now make your filesystem browser on the left panel show the localized names of the folders and the localized names of the config files instead of the total filesystem, so finally users do not have to know where a file is located.

As soon as the user klicks on a desktop file in the left view, the corresponding file gets loaded. Above the text area, the location of the file gets displayed as well as the localized comment from the desktop file. So, the user has the complete control which file gets edited as well as a short comment description what this file is for.

Furthermore, add a button »Apply« somewhere which (re)starts the services which are given in the desktop file.

A further wish: as soon as a normal user starts your program, the root password could be immediately requested. This way, you only need to give the root password once instead of every time when you want to save a config file.

Well, if it would behave as described, non-programmers can easily add support for a certain distro by simply creating the directories and putting some desktop files in them. Your program then would be a great framework which users can easily adjust to fit their needs.


Reply to this

-

 I forgot

 
 by kdeappsce on: Dec 4 2004
 
Score 50%

I'm not here every day, so feel free to contact me using mail.


Reply to this

-
.

 Or you could...

 
 by h1k3r on: Dec 4 2004
 
Score 50%

... add a KMenu item and give it the command:

kdesu kfmclient openProfile filemanagement

Clicking on this new menu item will open up a root konq window (after you supply the correct root password) and you can right-click on the file you want to edit and choose your favourite editor and edit the file that way. This will eradicate the need for yet another app.


Reply to this

-

 Re: Or you could...

 
 by Superstoned on: Dec 4 2004
 
Score 50%

well, I think this is quite a nice app. but I'd rather see the author making a patch for kwrite/kate so when you try to save a file you don't have rights to, it asks for a password...


Reply to this

-

 Thanks for comments

 
 by timstoner on: Dec 4 2004
 
Score 50%

Thanks for your comments everyone, and thanks to kdeappsce - I will be doing bookmarks for it soon and will look at doing your suggestions.

If you want to use kate or kwrite to save config files I suggest follow the advice of the other poster and just go "kdesu kwrite" or similar.

Personally I like having a dedicated app for the task of config file editing. This makes it clear when youre making changes to the machine vs when youre being a user.

I first thought of doing kconfigedit as a panel for the KDE control centre, how about that idea?

Tim


Reply to this

-

 Re: Thanks for comments

 
 by Superstoned on: Jan 10 2005
 
Score 50%

yeah, and include a easy way to access most common config files.. although, maybe, there are already such apps?


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team