FAQ Search Today's Posts Mark Forums Read

» Linux Archive
Home
New Posts
Search
FAQ


Go Back   Linux Archive > Debian > Debian KDE

 
 
LinkBack Thread Tools
 
Old 01-17-2008, 08:16 PM
Aleksandar Vasilev
 
Default kde4 problem

Hello,

I installed kde4 fowolling the instructions but I can't start it.

My question is how to start kde4 with my debian and how to insert it in
kdm menu.

Thank you in advance.

Best regards,

Aleksandar Vasilev


--
To UNSUBSCRIBE, email to debian-kde-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 05-22-2008, 01:53 AM
"subhodip biswas"
 
Default kde4 problem

hi !

i just upgraded my F8 machine to F9 using an i386 DVD .Problem was
after Upgrade i was getting kde4 desktop and kde3 panel . So i
removed whole kde using yum and reinstalled kde4 using yum . Now I am
unable to login and stuck in a white screen .
what I am missing out here .

GNOME is suucesfully update .

--
Regards
Subhodip Biswas

GPG key : FAEA34AB
Server : pgp.mit.edu
http://subhodipbiswas.wordpress.com
http:/www.fedoraproject.org/wiki/SubhodipBiswas

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 
Old 05-22-2008, 11:39 AM
Timothy Murphy
 
Default kde4 problem

subhodip biswas wrote:
> i just upgraded my F8 machine to F9 using an i386 DVD .Problem was
> after Upgrade i was getting kde4 desktop and kde3 panel . So i
> removed whole kde using yum and reinstalled kde4 using yum . Now I am
> unable to login and stuck in a white screen .
> what I am missing out here .
>
> GNOME is suucesfully update .

Unfortunately "yum remove" and "yum install" are not mutually inverse.
You could try

yum groupinstall "KDE (K Desktop Environment)"



--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 
Old 05-22-2008, 02:02 PM
Don Levey
 
Default kde4 problem

subhodip biswas wrote:

hi !

i just upgraded my F8 machine to F9 using an i386 DVD .Problem was
after Upgrade i was getting kde4 desktop and kde3 panel . So i
removed whole kde using yum and reinstalled kde4 using yum . Now I am
unable to login and stuck in a white screen .
what I am missing out here .

GNOME is suucesfully update .



This sounds very similar (in result, at least) to the problem I posted
on the 19th. I still haven't found a resolution:


"I've been using KDE - and I guess it was KDE that started up when I
first logged in this morning. It's tough to tell, of course, because
the window manager option on the login screen is no longer there (can I
get that back somehow?). I tried a number of things within KDE to see
if I could resize the display properly - Desktop Resize and Rotate
looked like it might help, in that it actually *had* an option for the
proper resolution (though it didn't do anything). But then I selected
something like "Compiz Manager". I was told to restart the X server,
which I did - and now after logging in all I get is a white screen.. I
can get to a console session, but if I try to restart the X session I
get the white screen again (or worse, a black screen, in which I can
type but nothing happens). There seems to be a compiz process still
running, and hogging lots of CPU.


I can get to a gnome session only by restarting X to get to the login
screen and selecting "other" for username - then I enter my
username/password as usual. From here, trying to change the default
desktop (using switchdesk) doesn't help - I still get the white screen
if I select my username at the login screen.


Clearly, there should be some basic switch I can flip in a config file
somewhere, but I don't know what it is. How can I get my KDE back?


-Don

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 
Old 05-22-2008, 02:55 PM
"subhodip biswas"
 
Default kde4 problem

hmm .. in order to have working machine i had to reinstall F9 again .
so the problem is no more


--
Regards
Subhodip Biswas

GPG key : FAEA34AB
Server : pgp.mit.edu
http://subhodipbiswas.wordpress.com
http:/www.fedoraproject.org/wiki/SubhodipBiswas

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 
Old 05-22-2008, 03:31 PM
"Bill Crawford"
 
Default kde4 problem

2008/5/22 Don Levey <fedora-list@the-leveys.us>:

> Clearly, there should be some basic switch I can flip in a config file
> somewhere, but I don't know what it is. How can I get my KDE back?

~/.kde/share/config/kwinrc

Disable the desktop compositing (don't worry about the long list of
individual effects, you just want to find something with enabled=true
and change it to false. Can verify the exact section and option later
if I remember (I'm not at an f9 machine right now, sorry).

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 
Old 05-22-2008, 04:13 PM
Don Levey
 
Default kde4 problem

Bill Crawford wrote:

2008/5/22 Don Levey <fedora-list@the-leveys.us>:


Clearly, there should be some basic switch I can flip in a config file
somewhere, but I don't know what it is. How can I get my KDE back?


~/.kde/share/config/kwinrc

Disable the desktop compositing (don't worry about the long list of
individual effects, you just want to find something with enabled=true
and change it to false. Can verify the exact section and option later
if I remember (I'm not at an f9 machine right now, sorry).



I don't see anything that matches what you're saying. The file itself
is small; here it is:



[$Version]
update_info=kwin3_plugin.upd:kde3.2,kwin_focus1.up d:kwin_focus1,kwin.upd:kde3.0r1,kwin.upd:kde3.2Xin erama,kwin_focus2.upd:kwin_focus2,kwin_on_off.upd: kwin_on_off

[Desktops]
Name_1=
Name_2=
Name_3=
Name_4=
Number=4

[MouseBindings]
CommandActiveTitlebar2=Lower
CommandActiveTitlebar3=Operations menu

[Windows]
AltTabStyle=KDE
AnimateMinimize=true
AnimateShade=true
IgnoreFocusStealingClasses=kio_uiserver
MoveResizeMaximizedWindows=true
ShadeHover=true
TitlebarDoubleClickCommand=Shade

Thanks!
-Don

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 
Old 05-22-2008, 04:57 PM
Rex Dieter
 
Default kde4 problem

Bill Crawford wrote:

> 2008/5/22 Don Levey <fedora-list@the-leveys.us>:
>
>> Clearly, there should be some basic switch I can flip in a config file
>> somewhere, but I don't know what it is. How can I get my KDE back?
>
> ~/.kde/share/config/kwinrc
>
> Disable the desktop compositing

If enabled, kwinrc contains:
[Compositing]
Enabled=true

-- Rex


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 
Old 05-23-2008, 08:33 AM
Kevin Kofler
 
Default kde4 problem

Don Levey <fedora-list <at> the-leveys.us> writes:
> proper resolution (though it didn't do anything). But then I selected
> something like "Compiz Manager". I was told to restart the X server,
> which I did - and now after logging in all I get is a white screen.. I
> can get to a console session, but if I try to restart the X session I
> get the white screen again (or worse, a black screen, in which I can
> type but nothing happens). There seems to be a compiz process still
> running, and hogging lots of CPU.

So it looks like you switched to Compiz and that isn't working properly.

If you used the Compiz Switcher which is part of compiz-kde, you should have a
file called .kde/env/kdewm.sh in your home directory. Remove that file and you
should end up with KWin running again.

If that doesn't work or if you didn't have that file in the first place, create
that ~/.kde/env/kdewm.sh file and write this into it:
KDEWM=kwin
export KDEWM

Kevin Kofler

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 
Old 05-23-2008, 02:18 PM
Don Levey
 
Default kde4 problem

Kevin Kofler wrote:

Don Levey <fedora-list <at> the-leveys.us> writes:
proper resolution (though it didn't do anything). But then I selected
something like "Compiz Manager". I was told to restart the X server,
which I did - and now after logging in all I get is a white screen.. I
can get to a console session, but if I try to restart the X session I
get the white screen again (or worse, a black screen, in which I can
type but nothing happens). There seems to be a compiz process still
running, and hogging lots of CPU.


So it looks like you switched to Compiz and that isn't working properly.

If you used the Compiz Switcher which is part of compiz-kde, you should have a
file called .kde/env/kdewm.sh in your home directory. Remove that file and you
should end up with KWin running again.


If that doesn't work or if you didn't have that file in the first place, create
that ~/.kde/env/kdewm.sh file and write this into it:

KDEWM=kwin
export KDEWM


The file was there; I moved it out of the way and KDE now works. Thank you!

-Don

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 

Thread Tools




All times are GMT. The time now is 04:53 AM.

VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org