nmilosev / crouton-fedora

A script to install Fedora chroot onto your Chromebook
https://github.com/dnschneid/crouton
BSD 3-Clause "New" or "Revised" License
22 stars 8 forks source link

KDE plasma with Fedora 24 #3

Closed vlaero closed 8 years ago

vlaero commented 8 years ago

Hi. I've just installed the latest Fedora 24 version of crouton-fedora. I've attempted to get the KDE plasma desktop environment working but the window controls are not working properly, windows borders are not there, and there are window refresh issues. In the freon-x/install.sh file I've modified the variables as per below:

change your DE here, for example for XFCE:

groupname="KDE Plasma Workspaces" sessionname="plasmashell"

After a big of moving windows around to get them to refresh I can bring up konsole and issue: pkill plasmashell This kills the desktop environment and gets me back to the chroot terminal window.

Any idea as to what could be done to fix the issue of the desktop not working properly?

nmilosev commented 8 years ago

Hi, I haven't tried KDE yet, will get back on this when I have some time. :)

Sounds to me it's a KDE-related issue, since I've tried both GNOME and Xfce and both worked perfectly. You may be missing some packages.

Cheers.

vlaero commented 8 years ago

I've changed the 'sessionname' - actually just did this in ~/.xinitrc - to '/usr/bin/startkde' and now KDE seems to be working fine. Might be worth putting some preset commented out values in freon-x/install.sh for the various desktop environments that people that then uncomment as appropriate?

nmilosev commented 8 years ago

Wow that's awesome! I'm really glad you fixed it!

I like the idea of putting some comments! I will definitely do this when I get some time off. Anyway, if you try any other DE's please write your settings here so that I can include them or make a pull request. :)

Thanks for reporting this! I'm currently abroad with only my Chromebook with me and new Crouton Fedora is really running great for me. I hope that it is running great for you too and please report any issues that you find. :)

Cheers!

nmilosev commented 8 years ago

Closing this now. Will update scripts soon. :) Thanks!