LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 12-11-2005, 01:35 PM   #1
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Possible problem with the new KDE 3.5 from "updates released"


I'm not sure if this is a KDE problem or something with my setup, so I thought I'd ask if anyone else had noticed this.

Yesterday I downloaded and installed the KDE 3.5 package from the "kde-redhat-stable" repository.

Today I tried to access kcontrol->desktop->panel from a user account, and was presented with as essentially blank screen. When tried from "root" the window displayed correctly.

I suspect this is a premissions problem on the "panel" applet binary, but I not sure which binary to look at.

Anyhow, my question: Has anyone else seen this problem, and, if so, have you got a fix?

Edit: Changed repository name per comments below.

Last edited by PTrenholme; 12-12-2005 at 09:48 AM.
 
Old 12-12-2005, 06:07 AM   #2
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
Quote:
Originally Posted by PTrenholme
Yesterday I downloaded and installed the KDE 3.5 package from the "updates-released" repository.
You must be mistaken; because KDE 3.5 packages haven't been released on Fedora updates repositories. Maybe it's some other repository?
 
Old 12-12-2005, 08:33 AM   #3
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Original Poster
Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Sorry ! Yes, you're correct. The update was from the "kde-redhat-stable" repository.

Edit: Here's the kde.repo file for readhat:
Code:
$ cat /etc/yum.repos.d/kde.repo
# kde-redhat.repo, v1.0

[kde-redhat-stable]
name=kde-redhat-stable
mirrorlist=http://apt.kde-redhat.org/apt/kde-redhat/fedora/$releasever/$basearch/stable/mirrors
gpgcheck=1
gpgkey=http://apt.kde-redhat.org/apt/kde-redhat/kde-redhat.RPM-GPG-KEY
enabled=1

[kde-redhat-stable-all]
name=kde-redhat-stable-all
mirrorlist=http://apt.kde-redhat.org/apt/kde-redhat/all/stable/mirrors
gpgcheck=1
gpgkey=http://apt.kde-redhat.org/apt/kde-redhat/kde-redhat.RPM-GPG-KEY
enabled=1

# NOTE: enable/disable *both* testing/testing-all together; requires/depends-on stable and updates-testing
[kde-redhat-testing]
name=kde-redhat-testing
mirrorlist=http://apt.kde-redhat.org/apt/kde-redhat/fedora/$releasever/$basearch/testing/mirrors
gpgcheck=1
gpgkey=http://apt.kde-redhat.org/apt/kde-redhat/kde-redhat.RPM-GPG-KEY
enabled=0

[kde-redhat-testing-all]
name=kde-redhat-testing-all
mirrorlist=http://apt.kde-redhat.org/apt/kde-redhat/all/testing/mirrors
gpgcheck=1
gpgkey=http://apt.kde-redhat.org/apt/kde-redhat/kde-redhat.RPM-GPG-KEY
enabled=0

# NOTE: enable/disable *both* unstable,unstable-all together; requires/depends-on testing
[kde-redhat-unstable]
name=kde-redhat-unstable
mirrorlist=http://apt.kde-redhat.org/apt/kde-redhat/fedora/$releasever/$basearch/unstable/mirrors
gpgcheck=1
gpgkey=http://apt.kde-redhat.org/apt/kde-redhat/kde-redhat.RPM-GPG-KEY
enabled=0

[kde-redhat-unstable-all]
name=kde-redhat-unstable-all
mirrorlist=http://apt.kde-redhat.org/apt/kde-redhat/all/unstable/mirrors
gpgcheck=1
gpgkey=http://apt.kde-redhat.org/apt/kde-redhat/kde-redhat.RPM-GPG-KEY
enabled=0

Last edited by PTrenholme; 12-12-2005 at 08:35 AM.
 
Old 12-17-2005, 04:00 PM   #4
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Original Poster
Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Solution found: I needed to rm -fR ~/.config/menus/ (consider a backup first), and restart KDE.

Other solutions (from http://kde-redhat.sourceforge.net/ in the users forum.)

1. $ kbuildsycoca --noincremental
2. $ mv ~/.kde/share/applnk
 
Old 12-19-2005, 03:18 PM   #5
mrapathy
Member
 
Registered: Nov 2005
Distribution: Slackware,Debian
Posts: 366

Rep: Reputation: 66
no any solutions for missing menu items and admin feature for the panel.

they show up in root but user cannot see it.

tried removing .kde .local

remember seeing something similar but forget the fix.
 
Old 12-19-2005, 06:39 PM   #6
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Original Poster
Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
That is exactly the problem I described above. Look at, and delete ~/.config/menus, which stores user's redefinition of the standard menus, and any menu addition they've made.

Somehow making menus changes kills the panel windows. (I suspect that a a change to root's menus would kill it's panel menus, too.)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problem "make"ing gtk+ "/usr/bin/env: perl -w" caid Linux - Newbie 8 07-29-2005 04:51 AM
KDE "Logout" and "Lock Session" menu restoration powah Linux - Software 3 03-29-2005 08:02 PM
KDE "Lock Session" and "Logout" menu restoration tcma Linux - Software 0 01-29-2005 11:12 AM
The Simpsons "Springfield" public beta map for Enemy Territory - released! furfurdemon666 Linux - Games 8 12-12-2004 07:21 AM
How to start KDE automaticlly without typing "startx" then "startkde" Jonescity Slackware 8 10-29-2004 09:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 06:49 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration