This forum has been archived. All content is frozen. Please use KDE Discuss instead.

4.1.x Settings Issues

Tags: None
(comma "," separated)
denali
Registered Member
Posts
5
Karma
0

4.1.x Settings Issues

Tue Nov 11, 2008 2:16 pm
I'm using Kubuntu 8.10. I've used KDE 4.1.2 and 4.1.3. I upgraded from 8.04.

Kubuntu has a application called "System Settings", which I assume is Kconsole. (Please correct me if I'm wrong!)

First issue: In 8.04, The Kconsole packaged with it had a Wine control application. When I upgraded to 8.10, that disappeared. Is there a way to add this back in under KDE 4.1.x?

Second issue: In the Samba control application, the Workgroup blank is grayed out. Under 8.04, there used to be a button to do an administrator unlock, but that seems to have disappeared in the upgrade. How do I unlock this application so I can modify my workgroup setting?

(Please note, I posted this on the Kubuntu forums and received no response.)

Thanks,
denali


denali, proud to be a member of KDE forums since 2008-Nov.
Kryten2X4B
Registered Member
Posts
911
Karma
4
OS

RE: 4.1.x Settings Issues

Tue Nov 11, 2008 2:55 pm
denali wrote:First issue: In 8.04, The Kconsole packaged with it had a Wine control application. When I upgraded to 8.10, that disappeared. Is there a way to add this back in under KDE 4.1.x?


Would that 8.04 installation be a KDE 3.5.x, and you only switched to KDE4 when upgrading to Kubuntu 8.10? Because I've never seen a wine module in the KDE4 systemsettings.

And no, kubuntu's system-settings isn't kcontrol. It's the successor of kcontrol . Kcontrol is the KDE3.x default "control panel". System-settings is the default "control panel" in KDE4, and IIRC it started its life in Kubuntu.


OpenSUSE 11.4, 64-bit with KDE 4.6.4
Proud to be a member of KDE forums since 2008-Oct.
User avatar
JontheEchinda
KDE Developer
Posts
309
Karma
4
OS

RE: 4.1.x Settings Issues

Tue Nov 11, 2008 3:10 pm
Wineconfig was a Kubuntu-specific tool that hasn't been ported to KDE4 yet.
It was emulating winecfg, which you still should be able to run if you have wine installed. It's not as convenient as the wineconfig kcm module, but it works.


JontheEchinda, proud to be a member of the Kubuntu team since July 2008.
Image
Image
denali
Registered Member
Posts
5
Karma
0

RE: 4.1.x Settings Issues

Tue Nov 11, 2008 4:59 pm
Kryten2X4B wrote:
denali wrote:First issue: In 8.04, The Kconsole packaged with it had a Wine control application. When I upgraded to 8.10, that disappeared. Is there a way to add this back in under KDE 4.1.x?


Would that 8.04 installation be a KDE 3.5.x, and you only switched to KDE4 when upgrading to Kubuntu 8.10? Because I've never seen a wine module in the KDE4 systemsettings.

And no, kubuntu's system-settings isn't kcontrol. It's the successor of kcontrol . Kcontrol is the KDE3.x default "control panel". System-settings is the default "control panel" in KDE4, and IIRC it started its life in Kubuntu.


It looks like the answer concerning the Wine module is in the message after yours. :)

Thank you for the clarification concerning Kcontrol/System-settings. I've learned something and I appreciate it!

denali[hr]
JontheEchinda wrote:Wineconfig was a Kubuntu-specific tool that hasn't been ported to KDE4 yet.
It was emulating winecfg, which you still should be able to run if you have wine installed. It's not as convenient as the wineconfig kcm module, but it works.


You are correct, I can indeed run winecfg and do when necessary. I just really liked how the wineconfig module worked. :)

Thanks for the info! Only question left is concerning Samba.

denali

Last edited by denali on Tue Nov 11, 2008 5:02 pm, edited 1 time in total.


denali, proud to be a member of KDE forums since 2008-Nov.
User avatar
YeahReally
Registered Member
Posts
71
Karma
1
OS

RE: 4.1.x Settings Issues

Tue Nov 11, 2008 6:45 pm


Debian GNU/Linux Lenny
KDE 4.1.96

How many bugs have you triaged today?
User avatar
SeaJey
Registered Member
Posts
166
Karma
0
OS

Another issue with kubuntu settings

Tue Nov 11, 2008 7:02 pm
In the end, I got tired of the default look and feel of KDE3-applications in my Kubuntu 8.10 and decided to customize it.

And I just couldn't figure out how to do it.

systemsettings is for KDE4 and gtk applications, there is no kcontrol in repositories, kcmshell --list returns null

Functionality of qt3-qtconfig is limited and its settings don't seem to be applicable.

How can a user assign a style (and configure it if possible), colour scheme and icons to KDE3 applications with GUI?

And there are plenty of such applications in Ubuntu repos.

Bug in launchpad


kubuntu 10.04 AMD64 - KDE 4.4
AMD - radeonHD - M-Audio revolution 5.1
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

RE: 4.1.x Settings Issues

Wed Nov 12, 2008 6:51 am
Unlocking to "Administrator Mode" is currently a work in progress unfortunately. however you can work around the issue by running system-settings as root. Issue the command kdesu systemsettings. Note that you cannot use sudo, as KDE 4 applications do not run properly as root. I do not know if this command will work for you though, because you use Kubuntu, which does not set the root password.

Last edited by bcooksley on Wed Nov 12, 2008 8:56 am, edited 1 time in total.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
User avatar
SeaJey
Registered Member
Posts
166
Karma
0
OS

RE: 4.1.x Settings Issues

Wed Nov 12, 2008 8:11 am
Issue the command kdesu system-settings


Actually
Code: Select all
kdesudo systemsettings


kubuntu 10.04 AMD64 - KDE 4.4
AMD - radeonHD - M-Audio revolution 5.1
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

RE: 4.1.x Settings Issues

Wed Nov 12, 2008 8:55 am
that would be the Kubuntu difference I was expecting :-) If you are running OpenSuSE, Fedora, etc. then it is kdesu not kdesudo, for those users who are trying it under those distro's ( I run OpenSuSE and kdesudo does not even exist )


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
denali
Registered Member
Posts
5
Karma
0

RE: 4.1.x Settings Issues

Wed Nov 12, 2008 7:25 pm
bcooksley wrote:that would be the Kubuntu difference I was expecting :-) If you are running OpenSuSE, Fedora, etc. then it is kdesu not kdesudo, for those users who are trying it under those distro's ( I run OpenSuSE and kdesudo does not even exist )


Great! Thanks!


denali, proud to be a member of KDE forums since 2008-Nov.
lorebett
Registered Member
Posts
5
Karma
0

RE: 4.1.x Settings Issues

Thu Nov 13, 2008 5:06 pm
So kcontrol is not part of KDE 4 anymore? Only systemsettings?
I find systemsettings pretty inferior w.r.t. kcontrol (for instance where can I change the graphic driver?)
Moreover, also configuration of printers got worse... for instance system-config-printer-kde does not even perform samba scanning (while the version in KDE 3 did that), and you can't even change printer settings from there...[hr]
So kcontrol is not part of KDE 4 anymore? Only systemsettings?
I find systemsettings pretty inferior w.r.t. kcontrol (for instance where can I change the graphic driver?)
Moreover, also configuration of printers got worse... for instance system-config-printer-kde does not even perform samba scanning (while the version in KDE 3 did that), and you can't even change printer settings from there...

Last edited by lorebett on Thu Nov 13, 2008 5:07 pm, edited 1 time in total.
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

RE: 4.1.x Settings Issues

Thu Nov 13, 2008 7:04 pm
System Settings and KControl are actually built on the same framework ( KControl Modules ). Regarding the loss of printing configuration, that is actually related to the loss of KPrinter because KDE 4 is going multi platform. Unfortunately that requires that it be completely rewritten, which the developer for it has been unable to do until recently, however that developer is working on it, but for KDE 4.3, so that it has time to be properly finished rather than rushed.

system-config-printer-kde was actually brought over from Kubuntu so that you could monitor print jobs and perform basic configuration using KDE tools.

Also there are 2 different kcmshell's. kcmshell is the KDE 3 version, while kcmshell4 is the KDE 4 version. All kcmshell --list returning nothing means is that you have no KDE 3 KCM's installed. There should be modules available from the Kubuntu repository still even though KDE 3 itself is not there.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
User avatar
SeaJey
Registered Member
Posts
166
Karma
0
OS

RE: 4.1.x Settings Issues

Thu Nov 13, 2008 7:14 pm
There should be modules available from the Kubuntu repository still even though KDE 3 itself is not there.

And the problem is:
Code: Select all
$ aptitude search kcm
p   heimdal-kcm                                                    - Heimdal Kerberos - KCM daemon
p   kcm-gtk-kde4                                                   - tool to make your GTK+ apps look like KDE ones
i   kcmnvview                                                      - KDE Info Center Module for NVIDIA graphic cards
p   kcmpureftpd                                                    - KControl module for easily setting up pure-ftpd


And no one to configure kde3-apps

Last edited by SeaJey on Thu Nov 13, 2008 7:14 pm, edited 1 time in total.


kubuntu 10.04 AMD64 - KDE 4.4
AMD - radeonHD - M-Audio revolution 5.1
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

RE: 4.1.x Settings Issues

Thu Nov 13, 2008 7:17 pm
So they removed them. I take it that means that only a handful ( amarok ) of KDE 3 applications will be left then. You will have to try the Kubuntu 8.10 KDE 3 community repository then, which will have them by definition. I do not know if you will be able to use them though because the person designed his packages to remove KDE 4. I cannot believe they actually removed the look and feel modules though.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
lorebett
Registered Member
Posts
5
Karma
0

RE: 4.1.x Settings Issues

Thu Nov 13, 2008 7:33 pm
and what about the configuration of the graphic card? I assume that is not possible either, is it?


Bookmarks



Who is online

Registered users: Bing [Bot], Evergrowing, Google [Bot], rblackwell