Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Staying with KDE-4
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8933

PostPosted: Sun Aug 07, 2016 12:52 pm    Post subject: Reply with quote

Forum search: https://forums.gentoo.org/viewtopic-t-1048642.html

Even in this very same thread: https://forums.gentoo.org/viewtopic-p-7947054.html#7947054
Back to top
View user's profile Send private message
peppev
n00b
n00b


Joined: 10 Aug 2009
Posts: 26
Location: Italy

PostPosted: Mon Aug 08, 2016 11:33 am    Post subject: Reply with quote

The only package which I can't upgrade in my gentoo/KDE systems is kde-apps/kdepim-l10n:

Quote:

[ebuild NS ] kde-apps/kdepim-l10n-15.12.3 [4.14.3-r1] USE="handbook -debug" L10N="-ar -bg -bs -ca -ca-valencia -cs -da -de -el -en-GB -eo -es -et -eu -fa -fi -fr -ga -gl -he -hi -hr -hu -ia -id -is -it -ja -kk -km -ko -lt -lv -mr -nb -nds -nl -nn -pa -pl -pt -pt-BR -ro -ru -sk -sl -sr -sv -tr -ug -uk -wa -zh-CN -zh-TW"
[blocks B ] kde-apps/kdepim-l10n:4 ("kde-apps/kdepim-l10n:4" is blocking kde-apps/kdepim-l10n-15.12.3)

* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.

(kde-apps/kdepim-l10n-15.12.3:5/5::gentoo, ebuild scheduled for merge) pulled in by
kde-apps/kdepim-l10n

(kde-apps/kdepim-l10n-4.14.3-r1:4/4.14::gentoo, installed) pulled in by
>=kde-apps/kdepim-l10n-4.14.3-r1:4[aqua=] (>=kde-apps/kdepim-l10n-4.14.3-r1:4[-aqua]) required by (kde-apps/kdepim-meta-4.14.11_pre20160211:4/4::gentoo, installed)


The eix utility tag it with an "[U]", so it should be possible to upgrade it, in principle, although
emerge/update doesn't attempt to merge it.

Any idea about what block it? I can see the reference to kde-apps/kdepim-meta, but I can't understand what
may be the solution.

Simply waiting?
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8933

PostPosted: Mon Aug 08, 2016 12:07 pm    Post subject: Reply with quote

kde-apps/kdepim-meta-4.14.11_pre20160211:4 requires kdepim-l10n:4, but 15.12.3 is slot 5. You can safely ignore it, kdepim-l10n:5 will only make sense once KDE PIM 16.08 arrives in tree.
Back to top
View user's profile Send private message
peppev
n00b
n00b


Joined: 10 Aug 2009
Posts: 26
Location: Italy

PostPosted: Mon Aug 08, 2016 4:51 pm    Post subject: Reply with quote

genstorm wrote:
kde-apps/kdepim-meta-4.14.11_pre20160211:4 requires kdepim-l10n:4, but 15.12.3 is slot 5. You can safely ignore it, kdepim-l10n:5 will only make sense once KDE PIM 16.08 arrives in tree.


Got it, nice.

Then my KDE systems looks healthy, even the only "x86 arch" left.

For others following the same path, the only "glitch" I had, was "kde-base/baloo", which had
been emerged, using the defaults, with "-minimal" and instead seems to require "minimal" in this
updated portage.

I had just to emerge it manually to fix the block.
Back to top
View user's profile Send private message
Linubie
Guru
Guru


Joined: 11 Jun 2004
Posts: 365

PostPosted: Mon Aug 08, 2016 7:25 pm    Post subject: Reply with quote

In order to have a clean uninstall of plasma first I checked some posting, could this be a way?

Code:
emerge --ask --depclean kde-base/kdelibs $(qlist -IC 'kde-base/*') $(for name in $(qlist -IC | grep -v '^kde-base/') ; do ( qdepends -C $name | grep -q kdelibs ) && echo $name ; done)

emerge --ask --depclean kde-plasma/plasma-workspace $(qlist -IC 'kde-plasma/*') $(for name in $(qlist -IC | grep -v '^kde-plasma/') ; do ( qdepends -C $name | grep -q kdelibs ) && echo $name ; done)


After that edit config files like mentioned in the first thread:

Code:
/etc/portage/package.mask
Code:   
kde-plasma/*
kde-frameworks/*
kde-apps/*:5   



$ grep qt[45] /etc/portage/package.use/z_misc
app-text/poppler    qt4
app-office/akonadi-server  qt4 -qt5
media-video/smplayer    qt4 -qt5
media-video/vlc                         qt4 -qt5
net-analyzer/wireshark        -qt5
net-print/hplip                                                         qt4
net-wireless/wpa_supplicant   -qt4

Obviously I'm just setting USE="qt4 -qt5" globally in /etc/portage/make.conf.


And install KDE4 with

Code:
emerge --ask kde-base/kdebase-startkde


I am asking because I have several issues with multiscreen setup and some instabilities and would like to go back to KDE4.

Thank you
_________________
Mircosoft software is like having sex with a stranger, you always have to be careful not to get infected with something...
Back to top
View user's profile Send private message
proteusx
Guru
Guru


Joined: 21 Jan 2008
Posts: 338

PostPosted: Mon Aug 08, 2016 8:45 pm    Post subject: Reply with quote

@Linubie

I had your problem a couple of weeks ago and I returned to plasma 4 fairly easily:

  • Changed my profile to /desktop/kde

  • Deleted all kde related entries from my world file

  • Deleted global qt5 use flag, the profile sets globally qt4

  • No need to mask anything

  • Code:
    emerge -DuNav --newrepo kdebase-startkde


  • There were some conflicts (e.g. some apps need USE="-qt4 qt5") but were resolved easily by careful reading of the error messages.


Now I am back to KDE 4 not completely unscathed because I have some minor problems, mainly with dolphin.

I hope this helps.

EDIT. Fixed typo.
Back to top
View user's profile Send private message
Hobbes2100
n00b
n00b


Joined: 24 Apr 2002
Posts: 55

PostPosted: Mon Aug 15, 2016 4:28 pm    Post subject: Resolving Blockers (legacy-icons/libkipi ... again) Reply with quote

Earlier in this thread, genstorm answered a question:

Quote:
Current kde-base/systemsettings pulls in legacy-icons, which blocks some of the dependencies of KF5 applications (like libksane or libkipi)


Quote:
legacy-icons would only be pulled in if you masked the respective alternative dependency from kde-frameworks/, kde-plasma/ or kde-applications/*:5 that contains the icons as well (like libksane:5 and libkipi:5).


I didn't mask any of these dependencies. So, currnetly I'm stuck on this. I have nothing relevant in /etc/portage/package.mask/*. Yet, I'm getting:

Code:

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (kde-base/legacy-icons-4.11.22-r1:4/4.11::gentoo, installed) pulled in by
    >=kde-base/legacy-icons-4.11.22:4[aqua=] (>=kde-base/legacy-icons-4.11.22:4[-aqua]) required by (kde-base/systemsettings-4.11.22-r2:4/4.11::gentoo, ebuild scheduled for merge)
    >=kde-base/legacy-icons-4.11.22-r1 required by (kde-apps/kwalletmanager-15.04.3-r1:4/15.04::gentoo, ebuild scheduled for merge)

  (kde-apps/libkipi-15.12.3:5/5::gentoo, ebuild scheduled for merge) pulled in by
    >=kde-apps/libkipi-15.12.3 required by (kde-apps/kdegraphics-meta-15.12.3:5/5::gentoo, ebuild scheduled for merge)


World file kde stuff:

Code:

portage # grep kde /var/lib/portage/world
kde-apps/kcachegrind
kde-apps/kdecore-meta
kde-apps/kdegraphics-meta
kde-apps/kdemultimedia-meta
kde-apps/ksaneplugin
kde-base/kdebase-startkde
kde-base/kdelibs
kde-base/kdm


The only (seemingly) relevant content in /etc/portage/package.keywords is for mlt (6.2.0-r2).

Any help would be greatly appreciated. Thank you.

UPDATE: I was able to "hack" around this by manually emerging kwalletmanager and libkipi:
Code:

# emerge -1av libkipi
# emerge -1avq kwalletmanager


Surprising (to me!), when updating world, it choose to install
Code:
kde-base/systemsettings
over
Code:
kde-plasma/systemsettings
I think this is driven by the kde-base/kdebase-startkde (don't quote me on that - I'm hand waving!). Likely, this is only surprising because of my ignorance of the overall package architecture here.

Not sure if this will have any downstream effects, but I'm updating world and then depcleaning. I'll let you know if anything blows up in my face.
Back to top
View user's profile Send private message
sidamos
Apprentice
Apprentice


Joined: 16 Dec 2007
Posts: 240

PostPosted: Mon Aug 15, 2016 8:20 pm    Post subject: Reply with quote

I had to set "-kipi" in make.conf because of blockers.
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8933

PostPosted: Tue Aug 16, 2016 4:44 am    Post subject: Reply with quote

Not necessary, see post above yours.
Back to top
View user's profile Send private message
Hobbes2100
n00b
n00b


Joined: 24 Apr 2002
Posts: 55

PostPosted: Tue Aug 16, 2016 1:25 pm    Post subject: JuK Crash Reply with quote

So, I took the plunge, logged out, restarted X and .... things fired up nicely. However, JuK is crashing on me (with barely a wimper). All it says is:

Code:

juk(32495): Communication problem with "juk", it probably crashed.
Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Message receipient disconnected from message bus without replying" "


I tried with both juk-15.12.3 and juk-16.04.3.

I can move this to multimedia or a new thread, if there isn't a "Staying with KDE-4" relevant problem here.

Anyone have any thoughts? Also, is there a handy "debugging kde app crashes" FAQ out there? A quick google search was finding stuff to debug KDE not starting -- but not debugging on an app-by-app basis.

UPDATE: Answering my own question on KDE app debugging (although I wasn't able to get a good backtrace yet):
https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces

UPDATE #2: I did solve this (to some extent). See here:
https://forums.gentoo.org/viewtopic-t-1050008.html

Best,
Mark


Last edited by Hobbes2100 on Wed Aug 17, 2016 2:39 pm; edited 1 time in total
Back to top
View user's profile Send private message
unK
l33t
l33t


Joined: 06 Feb 2007
Posts: 769

PostPosted: Tue Aug 16, 2016 6:03 pm    Post subject: Reply with quote

I successfully managed to keep Plasma4 when updating the system a few days ago (thanks for all the tips in this thread it was relatively painless), so allow me to share a few tips:

  1. If you use kdm, install kde-wallpapers and kde-base-artwork for kdm background and splash screen appropriately (these are currently masked and about to be moved to kde-sunset, so it's probably good to copy them to your personal overlay if you don't want to deal with kde-sunset for a while).
  2. If you use oxygen style, new versions of KDE apps based on qt5 (e.g. dolphin, kwrite) can be made to look the same as its qt4 counterparts by:

    1. Copying ~/.kde4/share/config/kdeglobals to ~/.config/kdeglobals.
    2. Installing kde-plasma/oxygen (see https://bugs.gentoo.org/show_bug.cgi?id=591330) - note that it's easier to add kde-base/kdebase-cursors to package.provided than to install kdebase-startkde[minimal] (as -minimal pulls in kdebase-cursors).
    3. Adding widgetStyle=oxygen to [KDE] section in ~/.config/kdeglobals.


_________________
ncmpcpp - featureful ncurses based MPD client inspired by ncmpc


Last edited by unK on Fri Aug 19, 2016 4:16 pm; edited 1 time in total
Back to top
View user's profile Send private message
proteusx
Guru
Guru


Joined: 21 Jan 2008
Posts: 338

PostPosted: Wed Aug 17, 2016 11:56 am    Post subject: Reply with quote

unK wrote:
Copying ~/.kde4/share/config/kdeglobals to ~/.config/kdeglobals.
Excellent tip. Thank you.
This solved the problem I had with setting dolphin background colour to something other than the default blinding white.
Now I can set whatever I want with system settings and then copy it over to ~/.config/kdeglobals.

unK wrote:
... note that it's easier to add kde-base/kdebase-cursors to package.provided

I also needed to add kde-base/kstyles to package.provided
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8933

PostPosted: Wed Aug 17, 2016 12:09 pm    Post subject: Reply with quote

You may want to add this to the wiki.
Back to top
View user's profile Send private message
unK
l33t
l33t


Joined: 06 Feb 2007
Posts: 769

PostPosted: Fri Aug 19, 2016 4:20 pm    Post subject: Reply with quote

proteusx wrote:
unK wrote:
... note that it's easier to add kde-base/kdebase-cursors to package.provided

I also needed to add kde-base/kstyles to package.provided

Right, the ticket I pointed to too gets rid of that block though (it's already merged into portage) as kde-base/kstyles do not conflict with kde-plasma/oxygen[-qt4].

I also noticed that you don't need kde-plasma/plasma-integration and if .config/kdeglobals is deleted, qt5 packages still use the same style as qt4 ones. I seems there are some subtleties there I do not know about.
_________________
ncmpcpp - featureful ncurses based MPD client inspired by ncmpc
Back to top
View user's profile Send private message
augustin
Guru
Guru


Joined: 23 Feb 2015
Posts: 318

PostPosted: Thu Oct 20, 2016 8:37 am    Post subject: Reply with quote

https://www.gentoo.org/support/news-items/2016-04-07-kde-plasma5-stable.html

How long will it actually be possible to stay with plasma 4?

I'm relying on some Plasma 4 widgets for which there is no apparent Plasma 5 alternative.
How easy would it be to port a Plasma 4 widget to Plasma 5?

one is a python script:
Code:

import os, sys
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from PyQt4 import uic
from PyKDE4.plasma import Plasma
from PyKDE4.plasmascript import Wallpaper
from PyKDE4.kdecore import *
from PyKDE4.kdeui import *
from PyKDE4.kio import *
from PyKDE4.knewstuff import *
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8933

PostPosted: Thu Oct 20, 2016 9:30 am    Post subject: Reply with quote

In Portage, not much longer. Think end of November, when the next iteration of Plasma is hopefully going to be stabilised and solving multiscreen issues.

PyQt5 exists. For pykde, the situation looks grim. pykde5 hasn't really picked up development: https://quickgit.kde.org/?p=pykde5.git
Back to top
View user's profile Send private message
augustin
Guru
Guru


Joined: 23 Feb 2015
Posts: 318

PostPosted: Thu Oct 20, 2016 9:53 am    Post subject: Reply with quote

asturm wrote:
In Portage, not much longer. Think end of November, when the next iteration of Plasma is hopefully going to be stabilised and solving multiscreen issues.

PyQt5 exists. For pykde, the situation looks grim. pykde5 hasn't really picked up development: https://quickgit.kde.org/?p=pykde5.git


Thank you asturm.
Back to top
View user's profile Send private message
marax_faraii
n00b
n00b


Joined: 11 Apr 2016
Posts: 40

PostPosted: Mon Oct 24, 2016 3:35 am    Post subject: Reply with quote

At first I was really, really cranky for being "forced" to upgrade to plasma 5 but now I'm on plasma 5.8.2, frameworks 5.27.0 and qt 5.6.2 and I'm really happy where KDE is going and how it all works. Sure, there's still a lot of work needed to be done but this, to me is the DE that
has the potential to be (if not already) the greatest DE there ever was. It's absolutely amazing!

And the more of us that gets on the wagon, file good bug reports when we stumble on something the better it will become.
Back to top
View user's profile Send private message
proteusx
Guru
Guru


Joined: 21 Jan 2008
Posts: 338

PostPosted: Mon Oct 24, 2016 1:29 pm    Post subject: Reply with quote

@marax_faraii

I disagree.

There are still many functions that work perfectly in KDE 4 that either have no equivalents in Plasma 5 or simply do not work as well.

For example, in Plasma 5, it is not possible to have different widgets, Folder Views, wallpapers etc., in the Virtual Desktops. The KDE people say they will not fix this and recommend to use Activities to do this.

My set up is a triple screen arrangement with 3 Activities, each with four Virtual Desktops, each of which has its own different Folder Views and screen backgrounds. At present there is no way to do this in Plasma 5.

I intent to stay with KDE4 for as long as possible and then, unless Plasma 5 is fixed, I will move away from KDE.
Back to top
View user's profile Send private message
sidamos
Apprentice
Apprentice


Joined: 16 Dec 2007
Posts: 240

PostPosted: Mon Oct 24, 2016 8:55 pm    Post subject: Reply with quote

When I tried Plasma 5 in April, there were too many issues for me. Are they fixed now?

* crashes of the lockscreen because of segfault in libqt5sql (lots of bug reports, no solution) and a text written over itself to use some systemd tool to unlock after the crash
* crash of plasma workshell
* window contents suddenly destroyed (with Compositing enabled)
* the return of the problems with ALT-TAB (multi monitor)
* sddm with less features than kdm regarding multiple sessions
* no easy VNC solution
Back to top
View user's profile Send private message
augustin
Guru
Guru


Joined: 23 Feb 2015
Posts: 318

PostPosted: Mon Oct 24, 2016 10:09 pm    Post subject: Reply with quote

I tested Plasma 5 for the first time today.
- many settings don't seem to be imported from KDE4 (e.g. keyboard layouts).
- Virtual desktops have disappeared. I cannot set any virtual desktops. There is an open bug about it, that is about as old as Plasma 5 itself.
- Many plasmoids have not bee ported to Plasma 5, including some that I relied a lot upon.
- alternative plasmoids for plasma 5 feel rough and unpolished, quickly hacked together.
- positioning plasmoids on the desktop can be a tricky business, with the position of the plasmoid being way away from its supposed shadow box.
- I had to google to find the solution to perform a simple task like removing a plasmoid or resizing it.
- The default plasma theme (breeze?), window decorations, icons, pointers, are ugly as hell. Fortunately, Oxygen is still available.
- impossible to resize vertically or horizontally a maximized window by grabbing one of its sides.
- I have not yet tested the importation of KDE4 activities to Plasma 5 (crossing fingers...).


KDE developers can take all the time they want to polish KDE5... but it'd be nice if we had had the choice to stay behind with KDE4 until such a time when there is feature parity between the 2 major versions.

Actually, this is one of my major disappointment with Gentoo. I was under the impression that the use of SLOTS allowed for several major versions of a single software can be installed at the same time. However, reading comments here and looking at the portage trees, I keep reading/seeing that previous ebuilds are being removed from the tree as newer versions are being introduced. Basically, we are being prodded forward, without any real choice to stay behind....

Is there a full KD4 overlay?

Why can't KDE Plasma 4 and Plasma 5 be installed at the same time?
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8933

PostPosted: Tue Oct 25, 2016 7:18 am    Post subject: Reply with quote

Just defining a slot does not solve anything when upstream does not support it.

Wrt Plasma-4 to Plasma-5 settings migration - you can largely forget about that. Applications, yes, but not the desktop.


Last edited by asturm on Tue Oct 25, 2016 7:22 am; edited 2 times in total
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8933

PostPosted: Tue Oct 25, 2016 7:20 am    Post subject: Reply with quote

sidamos wrote:
When I tried Plasma 5 in April, there were too many issues for me. Are they fixed now?

With a multi-monitor setup, you can savely delete your experience from back in April. I'd suggest Plasma-5.8.2 and Qt-5.6.2.
Back to top
View user's profile Send private message
augustin
Guru
Guru


Joined: 23 Feb 2015
Posts: 318

PostPosted: Tue Oct 25, 2016 7:39 am    Post subject: Reply with quote

Thank you asturm.
I'll take things as they are. And if I'm still not happy, I can ask for a refund! ;)

SLOT is a gentoo concept. What do you mean that upstream (KDE?) does not support it?


For those interested, there is a legacy KDE overlay:
https://wiki.gentoo.org/wiki/Overlay:Kde-sunset
with KDE SC 4.14.3 added recently https://wiki.gentoo.org/index.php?title=Overlay:Kde-sunset&action=history
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8933

PostPosted: Tue Oct 25, 2016 7:44 am    Post subject: Reply with quote

augustin wrote:
SLOT is a gentoo concept. What do you mean that upstream (KDE?) does not support it?

Defining SLOT by itself does not make things coinstallable. What can work for a small library would be a huge task for the Plasma desktop, since upstream does not support side-by-side installation - conflicts galore. Not even thinking of KDE Applications and 3rd party package breakage... In fact, KDE Frameworks are (mostly) side-by-side installable out of the box so that they do not conflict with kdelibs4, testament to both types of Applications still being present on our systems simultaneously. So that's what upstream did prepare for.

And btw, Qt4 is already a liability with recent GCC and boost versions, so it's high time to get off that train.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
Page 6 of 10

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum