[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-redhat-users
Subject:    kde-redhat-users digest, Vol 1 #1181 - 11 msgs
From:       kde-redhat-users-request () lists ! sourceforge ! net
Date:       2006-04-14 3:12:52
Message-ID: 20060414031320.5412E8C0E7 () sc8-sf-spam1 ! sourceforge ! net
[Download RAW message or body]

Send kde-redhat-users mailing list submissions to
	kde-redhat-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/kde-redhat-users
or, via email, send a message with subject or body 'help' to
	kde-redhat-users-request@lists.sourceforge.net

You can reach the person managing the list at
	kde-redhat-users-admin@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of kde-redhat-users digest..."



Today's Topics:

   1. Re: Re: OpenOffice.org 2 (Mark Arrasmith)
   2. Re: Re: OpenOffice.org 2 (Rex Dieter)
   3. Re: Re: OpenOffice.org 2 (Rex Dieter)
   4. Re: OpenOffice.org 2 (Mark Arrasmith)
   5. Re: OpenOffice.org 2 (Rex Dieter)
   6. updating k3b (Colin J Thomson)
   7. FC5: kaffeine & mplayer only in english with KDE-3.5.2 (Juergen Wiezorek)
   8. Re: kde-3.5.2 -> stable, done. (Juergen Wiezorek)
   9. Re: FC5: kaffeine & mplayer only in english with
       KDE-3.5.2 (Rex Dieter)
  10. Re: FC5: kaffeine & mplayer only in english with KDE-3.5.2 (Claude Jones)

[Attachment #4 (multipart/digest)]
--__--__--

Message: 1
From: Mark Arrasmith <arrasmith@math.wichita.edu>
To: kde-redhat-users@lists.sourceforge.net
Subject: Re: [kde-redhat-users] Re: OpenOffice.org 2
Date: Thu, 13 Apr 2006 13:28:40 -0500
User-Agent: KMail/1.9.1
References: <200604131048.50251.arrasmith@math.wichita.edu> \
                <200604131222.33101.arrasmith@math.wichita.edu> <443E8D73.8050601@math.unl.edu>
In-Reply-To: <443E8D73.8050601@math.unl.edu>
MIME-Version: 1.0
Content-Type: Multipart/Mixed;
  boundary="Boundary-00=_YhpPE0ppHEQvsJM"
Message-Id: <200604131328.40990.arrasmith@math.wichita.edu>
Sender: kde-redhat-users-admin@lists.sourceforge.net
Precedence: bulk
Reply-To: kde-redhat-users@lists.sourceforge.net
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/kde-redhat-users>,
	<mailto:kde-redhat-users-request@lists.sourceforge.net?subject=unsubscribe>
List-Id: General discussion for kde-redhat users <kde-redhat-users.lists.sourceforge.net>
List-Post: <mailto:kde-redhat-users@lists.sourceforge.net>
List-Help: <mailto:kde-redhat-users-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/kde-redhat-users>,
	<mailto:kde-redhat-users-request@lists.sourceforge.net?subject=subscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=kde-redhat-users>



Can someone look at this poor excuse for a wrapper .spec?  I just used it to 
upgrade a CentOS 4.3 box from OO.o 1.1.5 to 2.0.2.  All it does is replace 
openoffice.org with an empty .rpm that requires all the 2.0.2 rpms and 
obsoletes the openoffice.org-libs rpm.

Does it look OK?

- mark

["openoffice.org.wrap.spec" (text/plain)]

Summary: Meta-package dragging in all of OO.o 2 and get rid of 1.1
Name: openoffice.org 
Version: 2.0.1
Release: 1
URL: http://www.math.wichita.edu/
License: GPL2
Group: Applications/Office
Obsoletes: openoffice.org-libs
Requires: openoffice.org-base, openoffice.org-calc, openoffice.org-core01, openoffice.org-core02
Requires: openoffice.org-core03, openoffice.org-core03u, openoffice.org-core04, openoffice.org-core04u
Requires: openoffice.org-core05, openoffice.org-core05u, openoffice.org-core06, openoffice.org-core07
Requires: openoffice.org-core08, openoffice.org-core09, openoffice.org-core10, openoffice.org-draw
Requires: openoffice.org-emailmerge, openoffice.org-gnome-integration, openoffice.org-graphicfilter
Requires: openoffice.org-impress, openoffice.org-javafilter, openoffice.org-math, openoffice.org-pyuno
Requires: openoffice.org-redhat-menus, openoffice.org-spellcheck, openoffice.org-testtool, openoffice.org-writer
Requires: openoffice.org-xsltfilter

%description
Just all of the stuff I normally install by hand.

%prep

%build

%install

%files
%defattr(-,root,root,-)

%changelog
* Wed Apr 13 2006 Mark Arrasmith <arrasmith@math.wichita.edu>
- Initial Creation

[Attachment #8 (--Boundary-00=_2RqPEPLVZJi1yEj)]

Mark Arrasmith wrote:
> Can someone look at this poor excuse for a wrapper .spec?  I just used it to 
> upgrade a CentOS 4.3 box from OO.o 1.1.5 to 2.0.2.  All it does is replace 
> openoffice.org with an empty .rpm that requires all the 2.0.2 rpms and 
> obsoletes the openoffice.org-libs rpm.
> 
> Does it look OK?

IMO, in the spirit of koffice-suite, I'd use
Name: openoffice.org-suite
and add
Obsoletes: openoffice.org

Oh, and don't forget
Obsoletes: openoffice.org-i18n

And, if you wanted to be careful about which version is installed, 
especially to guarantee either a particular version or the latest:

Requires: openoffice.org-base = %{version}
...
Requires: openoffice.org-xsltfilter = %{version}

-- Rex

> Summary: Meta-package dragging in all of OO.o 2 and get rid of 1.1
> Name: openoffice.org 
> Version: 2.0.1
> Release: 1
> URL: http://www.math.wichita.edu/
> License: GPL2
> Group: Applications/Office
> Obsoletes: openoffice.org-libs
> Requires: openoffice.org-base, openoffice.org-calc, openoffice.org-core01, \
>                 openoffice.org-core02
> Requires: openoffice.org-core03, openoffice.org-core03u, openoffice.org-core04, \
>                 openoffice.org-core04u
> Requires: openoffice.org-core05, openoffice.org-core05u, openoffice.org-core06, \
>                 openoffice.org-core07
> Requires: openoffice.org-core08, openoffice.org-core09, openoffice.org-core10, \
>                 openoffice.org-draw
> Requires: openoffice.org-emailmerge, openoffice.org-gnome-integration, \
>                 openoffice.org-graphicfilter
> Requires: openoffice.org-impress, openoffice.org-javafilter, openoffice.org-math, \
>                 openoffice.org-pyuno
> Requires: openoffice.org-redhat-menus, openoffice.org-spellcheck, openoffice.org-testtool, \
>                 openoffice.org-writer
> Requires: openoffice.org-xsltfilter
...



--__--__--

Message: 3
Message-ID: <443E9A4A.8010203@math.unl.edu>
Date: Thu, 13 Apr 2006 13:36:58 -0500
From: Rex Dieter <rdieter@math.unl.edu>
User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
MIME-Version: 1.0
To: kde-redhat-users@lists.sourceforge.net
Subject: Re: [kde-redhat-users] Re: OpenOffice.org 2
References: <200604131048.50251.arrasmith@math.wichita.edu> \
<200604131222.33101.arrasmith@math.wichita.edu> <443E8D73.8050601@math.unl.edu> \
                <200604131328.40990.arrasmith@math.wichita.edu> <443E999D.4050805@math.unl.edu>
In-Reply-To: <443E999D.4050805@math.unl.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Sender: kde-redhat-users-admin@lists.sourceforge.net
Precedence: bulk
Reply-To: kde-redhat-users@lists.sourceforge.net
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/kde-redhat-users>,
	<mailto:kde-redhat-users-request@lists.sourceforge.net?subject=unsubscribe>
List-Id: General discussion for kde-redhat users <kde-redhat-users.lists.sourceforge.net>
List-Post: <mailto:kde-redhat-users@lists.sourceforge.net>
List-Help: <mailto:kde-redhat-users-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/kde-redhat-users>,
	<mailto:kde-redhat-users-request@lists.sourceforge.net?subject=subscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=kde-redhat-users>

Rex Dieter wrote:
> Mark Arrasmith wrote:
> 
> > Can someone look at this poor excuse for a wrapper .spec?  I just used 
> > it to upgrade a CentOS 4.3 box from OO.o 1.1.5 to 2.0.2.  All it does 
> > is replace openoffice.org with an empty .rpm that requires all the 
> > 2.0.2 rpms and obsoletes the openoffice.org-libs rpm.
> > 
> > Does it look OK?
> 
> 
> IMO, in the spirit of koffice-suite, I'd use
> Name: openoffice.org-suite
> and add
> Obsoletes: openoffice.org
> 
> Oh, and don't forget
> Obsoletes: openoffice.org-i18n

Oh, I forgot one of my own pet-peaves... using *versioned* Obsoletes, so 
make it
Obsoletes: openoffice.org < 2
Obsoletes: openoffice.org-libs < 2
Obsoletes: openoffice.org-i18n < 2

(freely replace 2 with %{version} if you like)

-- Rex


--__--__--

Message: 4
From: Mark Arrasmith <arrasmith@math.wichita.edu>
To: kde-redhat-users@lists.sourceforge.net
Subject: Re: [kde-redhat-users] OpenOffice.org 2
Date: Thu, 13 Apr 2006 14:20:22 -0500
User-Agent: KMail/1.9.1
References: <200604131048.50251.arrasmith@math.wichita.edu> <443E999D.4050805@math.unl.edu> \
                <443E9A4A.8010203@math.unl.edu>
In-Reply-To: <443E9A4A.8010203@math.unl.edu>
MIME-Version: 1.0
Content-Type: Multipart/Mixed;
  boundary="Boundary-00=_2RqPEPLVZJi1yEj"
Message-Id: <200604131420.22499.arrasmith@math.wichita.edu>
Sender: kde-redhat-users-admin@lists.sourceforge.net
Precedence: bulk
Reply-To: kde-redhat-users@lists.sourceforge.net
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/kde-redhat-users>,
	<mailto:kde-redhat-users-request@lists.sourceforge.net?subject=unsubscribe>
List-Id: General discussion for kde-redhat users <kde-redhat-users.lists.sourceforge.net>
List-Post: <mailto:kde-redhat-users@lists.sourceforge.net>
List-Help: <mailto:kde-redhat-users-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/kde-redhat-users>,
	<mailto:kde-redhat-users-request@lists.sourceforge.net?subject=subscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=kde-redhat-users>



Rex ... Thanks for the pointers.  I'm using %{version}, fixed the License to 
LGPL, etc.

Seems to be working.  Anyone know what the rules are for redistribution of 
official OO.o binaries?  For me this is for internal use only, but they can't 
go into a public repo anyways can they?

- mark

["openoffice.org-suite.spec" (text/plain)]

Summary: Meta-package dragging in all of OO.o 2 and get rid of 1.1
Name: openoffice.org-suite
Version: 2.0.2
Release: 2
URL: http://www.math.wichita.edu/
License: LGPL
Group: Applications/Office

Obsoletes: openoffice.org < %{version}
Obsoletes: openoffice.org-libs < %{version}
Obsoletes: openoffice.org-i18n < %{version}

Requires: openoffice.org-base = %{version}
Requires: openoffice.org-calc = %{version}
Requires: openoffice.org-core01 = %{version}
Requires: openoffice.org-core02 = %{version}
Requires: openoffice.org-core03 = %{version}
Requires: openoffice.org-core03u = %{version}
Requires: openoffice.org-core04 = %{version}
Requires: openoffice.org-core04u = %{version}
Requires: openoffice.org-core05 = %{version}
Requires: openoffice.org-core05u = %{version}
Requires: openoffice.org-core06 = %{version}
Requires: openoffice.org-core07 = %{version}
Requires: openoffice.org-core08 = %{version}
Requires: openoffice.org-core09 = %{version}
Requires: openoffice.org-core10 = %{version}
Requires: openoffice.org-draw = %{version}
Requires: openoffice.org-emailmerge = %{version}
Requires: openoffice.org-gnome-integration = %{version}
Requires: openoffice.org-graphicfilter = %{version}
Requires: openoffice.org-impress = %{version}
Requires: openoffice.org-javafilter = %{version}
Requires: openoffice.org-math = %{version}
Requires: openoffice.org-pyuno = %{version}
Requires: openoffice.org-redhat-menus = %{version}
Requires: openoffice.org-spellcheck = %{version}
Requires: openoffice.org-testtool = %{version}
Requires: openoffice.org-writer = %{version}
Requires: openoffice.org-xsltfilter = %{version}

%description
Just all of the stuff I normally install by hand.

%prep

%build

%install

%files
%defattr(-,root,root,-)

%changelog
* Wed Apr 13 2006 Mark Arrasmith <arrasmith@math.wichita.edu>
- Initial Creation

--__--__--

Message: 5
Message-ID: <443EA81F.8060306@math.unl.edu>
Date: Thu, 13 Apr 2006 14:35:59 -0500
From: Rex Dieter <rdieter@math.unl.edu>
User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
MIME-Version: 1.0
To: kde-redhat-users@lists.sourceforge.net
Subject: Re: [kde-redhat-users] OpenOffice.org 2
References: <200604131048.50251.arrasmith@math.wichita.edu> <443E999D.4050805@math.unl.edu> \
                <443E9A4A.8010203@math.unl.edu> <200604131420.22499.arrasmith@math.wichita.edu>
In-Reply-To: <200604131420.22499.arrasmith@math.wichita.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Sender: kde-redhat-users-admin@lists.sourceforge.net
Precedence: bulk
Reply-To: kde-redhat-users@lists.sourceforge.net
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/kde-redhat-users>,
	<mailto:kde-redhat-users-request@lists.sourceforge.net?subject=unsubscribe>
List-Id: General discussion for kde-redhat users <kde-redhat-users.lists.sourceforge.net>
List-Post: <mailto:kde-redhat-users@lists.sourceforge.net>
List-Help: <mailto:kde-redhat-users-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/kde-redhat-users>,
	<mailto:kde-redhat-users-request@lists.sourceforge.net?subject=subscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=kde-redhat-users>

Mark Arrasmith wrote:
> Rex ... Thanks for the pointers.  I'm using %{version}, fixed the License to
> LGPL, etc.
> 
> Seems to be working.  Anyone know what the rules are for redistribution of
> official OO.o binaries?  For me this is for internal use only, but they can't
> go into a public repo anyways can they?

I'm not a lawyer, but I did stay at a Holiday Inn Express...

the usual LGPL rules should apply, which includes redistributability,
though you may have to provide the ooo source as well.

-- Rex


--__--__--

Message: 6
From: Colin J Thomson <colin@g6avk.demon.co.uk>
Organization: http://www.g6avk.demon.co.uk/
To: "KDE-Redhat_list" <kde-redhat-users@lists.sourceforge.net>
Date: Thu, 13 Apr 2006 22:53:25 +0100
User-Agent: KMail/1.9.1
MIME-Version: 1.0
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200604132253.25305.colin@g6avk.demon.co.uk>
Subject: [kde-redhat-users] updating k3b
Sender: kde-redhat-users-admin@lists.sourceforge.net
Precedence: bulk
Reply-To: kde-redhat-users@lists.sourceforge.net
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/kde-redhat-users>,
	<mailto:kde-redhat-users-request@lists.sourceforge.net?subject=unsubscribe>
List-Id: General discussion for kde-redhat users <kde-redhat-users.lists.sourceforge.net>
List-Post: <mailto:kde-redhat-users@lists.sourceforge.net>
List-Help: <mailto:kde-redhat-users-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/kde-redhat-users>,
	<mailto:kde-redhat-users-request@lists.sourceforge.net?subject=subscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=kde-redhat-users>

Hi,

Just noticed this trying to update k3b:

Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package k3b.i386 0:0.12.15-0.1.fc4.kde set to be updated
--> Running transaction check
--> Processing Dependency: k3b = 0.12.14 for package: k3b-extras
--> Finished Dependency Resolution
Error: Missing Dependency: k3b = 0.12.14 is needed by package k3b-extras

Removing k3b-extras will fix it, is this need anymore?

FC4

Colin
--
Fedora Core 4, Custom Built Kernel 2.6.16-ck5
KDE-Redhat-3.5.2-1.2.fc4.kde
Registered Linux user number #342953


--__--__--

Message: 7
From: Juergen Wiezorek <juergenw_@web.de>
To: kde-redhat-users@lists.sourceforge.net
Date: Fri, 14 Apr 2006 00:41:29 +0200
User-Agent: KMail/1.9.1
References: <200604132253.25305.colin@g6avk.demon.co.uk>
In-Reply-To: <200604132253.25305.colin@g6avk.demon.co.uk>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200604140041.29708.juergenw_@web.de>
Subject: [kde-redhat-users] FC5: kaffeine & mplayer only in english with KDE-3.5.2
Sender: kde-redhat-users-admin@lists.sourceforge.net
Precedence: bulk
Reply-To: kde-redhat-users@lists.sourceforge.net
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/kde-redhat-users>,
	<mailto:kde-redhat-users-request@lists.sourceforge.net?subject=unsubscribe>
List-Id: General discussion for kde-redhat users <kde-redhat-users.lists.sourceforge.net>
List-Post: <mailto:kde-redhat-users@lists.sourceforge.net>
List-Help: <mailto:kde-redhat-users-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/kde-redhat-users>,
	<mailto:kde-redhat-users-request@lists.sourceforge.net?subject=subscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=kde-redhat-users>

After upgrading my system to KDE-3.5.2, I found that the installed
kaffeine-0.8.1-1.lvn5 and mplayer-1.0-0.37.pre7try2.lvn5 from livna.org only
run in english language instead of my system language(=german) as before.
Who is to blame KDE of Livna?

--
Juergen Wieczorek
Hamburg / Germany


--__--__--

Message: 8
From: Juergen Wiezorek <juergenw_@web.de>
To: kde-redhat-users@lists.sourceforge.net
Subject: Re: [kde-redhat-users] kde-3.5.2 -> stable, done.
Date: Fri, 14 Apr 2006 01:02:34 +0200
User-Agent: KMail/1.9.1
References: <443BB145.1040503@math.unl.edu> <443C15C0.1020507@math.unl.edu> \
                <200604112312.13643.juergenw_@web.de>
In-Reply-To: <200604112312.13643.juergenw_@web.de>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Message-Id: <200604140102.34965.juergenw_@web.de>
Sender: kde-redhat-users-admin@lists.sourceforge.net
Precedence: bulk
Reply-To: kde-redhat-users@lists.sourceforge.net
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/kde-redhat-users>,
	<mailto:kde-redhat-users-request@lists.sourceforge.net?subject=unsubscribe>
List-Id: General discussion for kde-redhat users <kde-redhat-users.lists.sourceforge.net>
List-Post: <mailto:kde-redhat-users@lists.sourceforge.net>
List-Help: <mailto:kde-redhat-users-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/kde-redhat-users>,
	<mailto:kde-redhat-users-request@lists.sourceforge.net?subject=subscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=kde-redhat-users>

Am Dienstag, 11. April 2006 23:12 schrieb Juergen Wiezorek:
> Am Dienstag, 11. April 2006 22:46 schrieb Rex Dieter:
> > Juergen Wiezorek wrote:
> > > I couldn't update kdepim because of missing dependencies libmal.so.0 &
> > > libgnokii.so.2 .
> > > This has been corrected just now, as I write this.
> > 
> > Those are both in Extras.
> > 
> > > What got messed up on my system during update:
> > > 1)graphical login language was set back to 'english', my custom
> > > settings was 'german'
> > 
> > Dunno.  You're the first to report this.  Anyone else?
> > 
> > > 2)kicker panel config has been tinkered with, because 'tool tips' and
> > > 'icon animation' were switched back to 'on', I had set them to 'off'.
> > > And worst:
> > 
> > Our defaults may be different than redhat's, which may explain this.
> > Did you upgrade while logged into kde?  If so, that may also explain it.
> > 
> > > 3)KDE menu is now a mess:
> > > the 1st level menu entries have all lost their former icons (original
> > > gnome-icon-theme icons, as far as I remember) and now show the blue KDE
> > > 'default folder' icon, except for those entries which I had configured
> > > myself.
> > 
> > Known fc5-only issue.  Not sure why/how that happens.  I didn't think
> > this relatively minor esthetic issue should hold up kde-3.5.2 for
> > everyone else.
> > 
> > > Also all these menu entries now have default english denominations,
> > > whereas they had 'german' names before (KDE language is still set to
> > > 'german'!)
> > 
> > Dunno, probably for the same reason as 1) above.
> > 
> > > Thanks for messing this up completely...
> > 
> > You're welcome, I guess.
> > 
> > -- Rex
> 
> 1) I was not logged into KDE while upgrading.
> I even levelled down to runlevel 3 to perform the upgrade.
> Weird thing is, it only affected the 1st level of KDE menu folder entries,
> while other entries still show their 'german' names.
> To explain:
> I now have a folder 'Preferences' i/o a german folder 'Präferenzen' in the
> KDe menu, but one level down resides the folder 'Weitere Präferenzen' (aka.
> 'further preferences') whose name is still being displayed in german.
> 
> 2) Regarding the missing icons:
> I had some problems with evolution on fc5, which was not displaying all its
> icons. Somewhere on the web I read that this happens if only KDE is
> installed on the machine and no Gnome, which happens to be the case here.
> If Gnome is not installed, then somehow the gnome-icon-theme doesn't get
> initialised properly. This is a reported bug for some time already (I
> forgot the bug#), but the Gnome faction doesn't seem to give a damn.
> There was a dirty workaround which included to install Gnome's
> control-center and pushing one certain exec file into ~/.kde/Autostart.
> It had worked with evolution for me, but meanwhile I have removed evolution
> and forgot the details.
> If  I find it again and it works in this case, I'll let you know.

1) 'Language' problem solved:
This error most probably occurred due to several removed gnome things on my 
system such as gnome-control-center, gnome-desktop, gnome-menus & 
gnome-panel.
After re-installing them the menu entries in KDE menu showed up with their 
translated names again.

2) The workaround for I was refering to here, was to install the gnome 
control-center (+ dependencies) and then putting the gnome-settings-daemon 
(from /usr/libexec) into ~/.kde/Autostart.
This helped with some gnome-icon-theme related problems on Non-Gnome Fedora 
systems but it didn't work here.

-- 
Juergen Wieczorek
Hamburg / Germany


--__--__--

Message: 9
Message-ID: <443EE762.8040601@math.unl.edu>
Date: Thu, 13 Apr 2006 19:05:54 -0500
From: Rex Dieter <rdieter@math.unl.edu>
User-Agent: Thunderbird 1.5 (Windows/20051201)
MIME-Version: 1.0
To: kde-redhat-users@lists.sourceforge.net
Subject: Re: [kde-redhat-users] FC5: kaffeine & mplayer only in english with
 KDE-3.5.2
References: <200604132253.25305.colin@g6avk.demon.co.uk> <200604140041.29708.juergenw_@web.de>
In-Reply-To: <200604140041.29708.juergenw_@web.de>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Sender: kde-redhat-users-admin@lists.sourceforge.net
Precedence: bulk
Reply-To: kde-redhat-users@lists.sourceforge.net
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/kde-redhat-users>,
	<mailto:kde-redhat-users-request@lists.sourceforge.net?subject=unsubscribe>
List-Id: General discussion for kde-redhat users <kde-redhat-users.lists.sourceforge.net>
List-Post: <mailto:kde-redhat-users@lists.sourceforge.net>
List-Help: <mailto:kde-redhat-users-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/kde-redhat-users>,
	<mailto:kde-redhat-users-request@lists.sourceforge.net?subject=subscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=kde-redhat-users>

Juergen Wiezorek wrote:
> After upgrading my system to KDE-3.5.2, I found that the installed
> kaffeine-0.8.1-1.lvn5 and mplayer-1.0-0.37.pre7try2.lvn5 from livna.org only
> run in english language instead of my system language(=german) as before.
> Who is to blame KDE of Livna?

I maintain kaffeine at livna, so blame away... (-:

-- Rex



--__--__--

Message: 10
From: Claude Jones <claude_jones@levitjames.com>
To: kde-redhat-users@lists.sourceforge.net
Subject: Re: [kde-redhat-users] FC5: kaffeine & mplayer only in english with KDE-3.5.2
Date: Thu, 13 Apr 2006 20:29:56 -0400
User-Agent: KMail/1.9.1
References: <200604132253.25305.colin@g6avk.demon.co.uk> <200604140041.29708.juergenw_@web.de> \
                <443EE762.8040601@math.unl.edu>
In-Reply-To: <443EE762.8040601@math.unl.edu>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200604132029.56710.claude_jones@levitjames.com>
Sender: kde-redhat-users-admin@lists.sourceforge.net
Precedence: bulk
Reply-To: kde-redhat-users@lists.sourceforge.net
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/kde-redhat-users>,
	<mailto:kde-redhat-users-request@lists.sourceforge.net?subject=unsubscribe>
List-Id: General discussion for kde-redhat users <kde-redhat-users.lists.sourceforge.net>
List-Post: <mailto:kde-redhat-users@lists.sourceforge.net>
List-Help: <mailto:kde-redhat-users-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/kde-redhat-users>,
	<mailto:kde-redhat-users-request@lists.sourceforge.net?subject=subscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=kde-redhat-users>

On Thu April 13 2006 8:05 pm, Rex Dieter wrote:
> I maintain kaffeine at livna, so blame away... (-:
> 
> -- Rex
Hey, Rex, can I complain to you about Livna's mplayerplug-in, too? ;-)
I uninstalled the one from Livna and got one from the mplayerplug-in site, and
it fixed what ailed...
FYI
--
Claude Jones
Bluemont, VA, USA




--__--__----



_______________________________________________
kde-redhat-users mailing list
kde-redhat-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kde-redhat-users

End of kde-redhat-users Digest

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic