This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Krita missing icons

Tags: None
(comma "," separated)
User avatar
jensreuterberg
Registered Member
Posts
598
Karma
3
OS

Re: Krita missing icons

Mon Sep 09, 2013 2:36 pm
Ah brilliant - yeah I saw ten others about on facebook and G+ who had the same problem so it seems to be rather common. When will the patch "come out"? Is there something we should do or is it just a situation of "Hang tight and update often"?


KDE Visual Design Group - "Sexy by default - Powerful through cooperation"
wolfi323
Registered Member
Posts
1129
Karma
11
OS

Re: Krita missing icons

Mon Sep 09, 2013 2:47 pm
jensreuterberg wrote:Ah brilliant - yeah I saw ten others about on facebook and G+ who had the same problem so it seems to be rather common. When will the patch "come out"? Is there something we should do or is it just a situation of "Hang tight and update often"?

Well, seeing that there already is a patch, this should be fixed in 4.11.2, which will be released on October 1st.

But distributions may add the patch to their packages earlier. So if you don't want to wait that long, you either have to patch and compile kde-workspace for yourself, or ask your distribution to add the fix. ;)
User avatar
jensreuterberg
Registered Member
Posts
598
Karma
3
OS

Re: Krita missing icons

Mon Sep 09, 2013 2:51 pm
Ouch thats rough news... Ok so what other alternatives are there? Reinstall krita but removing the Kubuntu-backports PPA? Or downgrade to 4.11.0 somehow? Or reinstall everything?


KDE Visual Design Group - "Sexy by default - Powerful through cooperation"
wolfi323
Registered Member
Posts
1129
Karma
11
OS

Re: Krita missing icons

Mon Sep 09, 2013 3:01 pm
jensreuterberg wrote:Ouch thats rough news... Ok so what other alternatives are there? Reinstall krita but removing the Kubuntu-backports PPA? Or downgrade to 4.11.0 somehow? Or reinstall everything?

Sorry, I'm not really informed about Kubuntu's repositories.
But a simple reinstall wouldn't help. You would have to downgrade the whole KDE to 4.11.0 or earlier.

I would suggest to report the bug on Kubuntu's bugtracker (launchpad I suppose?) with a pointer to the KDE bug report, so that Kubuntu's developers are aware of it (well, maybe they are already anyway...).
Then I guess you would get fixed packages in at most a few days.
User avatar
jensreuterberg
Registered Member
Posts
598
Karma
3
OS

Re: Krita missing icons

Mon Sep 09, 2013 3:09 pm
Oh I don't have Kubuntu either but Mint KDE so I use the backports PPA as well. But many are on Kubuntu since the Cintiq settings are better on Kubuntu for some reason (Don't have a cintiq so I have no idea how).

So the question is how to downgrade to 4.11.0 or earlier then that on ubuntu/mint... ouch this will be tricky it seems :) Will have to figure out how to do that in some easy way or learn how to work "blind" :)


KDE Visual Design Group - "Sexy by default - Powerful through cooperation"
wolfi323
Registered Member
Posts
1129
Karma
11
OS

Re: Krita missing icons

Mon Sep 09, 2013 3:15 pm
jensreuterberg wrote:So the question is how to downgrade to 4.11.0 or earlier then that on ubuntu/mint... ouch this will be tricky it seems :) Will have to figure out how to do that in some easy way or learn how to work "blind" :)

You still can hover the mouse pointer over the missing icons and should get a description then.

And as I already said, fixed packages should presumably be available soon anyway. (At least for openSUSE I am sure about that ;) )
User avatar
jensreuterberg
Registered Member
Posts
598
Karma
3
OS

Re: Krita missing icons

Mon Sep 09, 2013 3:21 pm
Yeah and its not like we can complain since we added the backport ppa ourselves and it is more sensitive to change. But "a few day" ripped out of a work week is not viable for the majority of us working in Krita hence the eventual need to downgrade.

Oh I wish I could get into Opensuse but its just too much stuff included when what I need is something extremely simplistic but with great hardware and network recognition (IE no minimanagement fiddling post-install) and the Opensuse installation process is just... its a bit too much and I tend to recommend people who are my skill level or below to skip it and go for something a tad bit more streamlined. I mean I guess its brilliant for some I suppose but I prefer an installation process to be "Over or next to whats already on there?" - click - done.


KDE Visual Design Group - "Sexy by default - Powerful through cooperation"
User avatar
halla
KDE Developer
Posts
5092
Karma
20
OS

Re: Krita missing icons

Mon Sep 09, 2013 3:53 pm
I'd try removing the base kdelibs package, then remove the ppa, then reinstall krita (and all of the kde desktop if you use that). I agree, it sucks...
User avatar
jensreuterberg
Registered Member
Posts
598
Karma
3
OS

Re: Krita missing icons

Mon Sep 09, 2013 4:14 pm
Ouch x2! Ok well I am on KDE plasma and reinstalling everything sounds risky to say the least and I can't reinstall the computer at this point and I can't wait... heh seems I'm up the venerable **** creek here :)

I'll have to figure out some alternative while waiting for the Mint KDE devs to push out the fix it seems


KDE Visual Design Group - "Sexy by default - Powerful through cooperation"
User avatar
šumski
Registered Member
Posts
106
Karma
1
OS

Re: Krita missing icons

Mon Sep 09, 2013 5:12 pm
Or, a DIY method :P
Code: Select all
git clone -b KDE/4.11 git://anongit.kde.org/kde-workspace.git
cd kde-workspace
mkdir build && cd build
cmake -DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DLIB_SUFFIX=`kde4-config --libsuffix` -DCMAKE_BUILD_TYPE=relwithdebinfo -DKDE4_BUILD_TESTS=OFF ..
cd qguiplatformplugin_kde
make
sudo make install
User avatar
jensreuterberg
Registered Member
Posts
598
Karma
3
OS

Re: Krita missing icons

Mon Sep 09, 2013 5:22 pm
You're scaring me dude :D

OK what does your DIY thing do? If I implement it will it bork me beyond belief?


KDE Visual Design Group - "Sexy by default - Powerful through cooperation"
User avatar
šumski
Registered Member
Posts
106
Karma
1
OS

Re: Krita missing icons

Mon Sep 09, 2013 5:28 pm
That would be a step-by-step method for compiling kde-workspace by yourself (OK, not whole kde-workspace, but only part which is responsible for the icon issue)
wolfi323
Registered Member
Posts
1129
Karma
11
OS

Re: Krita missing icons

Mon Sep 09, 2013 5:32 pm
jensreuterberg wrote:I'll have to figure out some alternative while waiting for the Mint KDE devs to push out the fix it seems

Just FYI:
In the meantime the patch has been commited, so it will definitely be fixed in 4.11.2.
And openSUSE's packages already contain the fix! Thanks sumski! :)
I have no idea about Mint though...

I just tested the new openSUSE packages here and the icons are indeed ok again.
User avatar
jensreuterberg
Registered Member
Posts
598
Karma
3
OS

Re: Krita missing icons

Mon Sep 09, 2013 5:48 pm
Yeah like stated above: sadly thats not the case in either Kubuntu or Mint KDE (which is sorta favoured if the G+ circles are anything to go by) and to be honest I am a bit wary of compiling it myself since I'd prefer to backup everything first in fear of messing something up along the way and if I back up stuff I might aswell just reinstall Mint KDE and not add the backports until the patch is released.

Last edited by jensreuterberg on Mon Sep 09, 2013 5:54 pm, edited 1 time in total.


KDE Visual Design Group - "Sexy by default - Powerful through cooperation"
wolfi323
Registered Member
Posts
1129
Karma
11
OS

Re: Krita missing icons

Mon Sep 09, 2013 5:54 pm
Well, as I already said, you could report this on the bugtracker for Kubuntu's backport ppa: (against kde-workspace)
https://bugs.launchpad.net/~kubuntu-ppa

Point them to the bug report and ask for the fix to be included in the kde-workspace package.

You have to register there first of course.


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot]