[frameworks-plasma] [Bug 426537] widgets/plasmoidheading.svgz not visible when using Breeze Dark plasma style

2020-10-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=426537

Nate Graham  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/plasma-framework/com
   ||mit/7f9fe64f9bfa12462c0fae3
   ||c941ad1c2e73dcb20
   Version Fixed In||5.75
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #15 from Nate Graham  ---
Git commit 7f9fe64f9bfa12462c0fae3c941ad1c2e73dcb20 by Nate Graham.
Committed on 01/10/2020 at 23:28.
Pushed by ngraham into branch 'master'.

Fix plasmoidheading.svgz being installed to the wrong place

This was causing it to not show up for people using the Breeze Dark
Plasma theme (but not the default Plasma theme with a dark color scheme)
FIXED-IN: 5.75
CCMAIL: vonr...@kde.org

M  +1-1src/desktoptheme/breeze-dark/CMakeLists.txt
M  +1-1src/desktoptheme/breeze-light/CMakeLists.txt

https://invent.kde.org/frameworks/plasma-framework/commit/7f9fe64f9bfa12462c0fae3c941ad1c2e73dcb20

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 426537] widgets/plasmoidheading.svgz not visible when using Breeze Dark plasma style

2020-10-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=426537

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |CONFIRMED
 Resolution|WAITINGFORINFO  |---

--- Comment #14 from Nate Graham  ---
Good catch. It's not supposed to be like that, no. I'll fix it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 426537] widgets/plasmoidheading.svgz not visible when using Breeze Dark plasma style

2020-09-30 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=426537

Harald Sitter  changed:

   What|Removed |Added

 CC||sit...@kde.org

--- Comment #13 from Harald Sitter  ---
https://invent.kde.org/frameworks/plasma-framework/-/commit/d874449ad333c900b2e6d5f129bbe130ce479909
installs to the wrong directory though?

Originally it installed the **directory** 'widgets' to
${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-dark which would lead to the
actual output being

> ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-dark/widgets/foo.svgz

The diff changed that to install the **file** svgz to the directory
${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-dark (the location hasn't
changed to a subdir!) effectively this is

> ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-dark/foo.svgz

Here the relevant lines from the neon unstable build log

> -- Installing: 
> /workspace/build/debian/tmp/usr/share/plasma/desktoptheme/breeze-dark/plasmoidheading.svgz
> -- Installing: 
> /workspace/build/debian/tmp/usr/share/plasma/desktoptheme/breeze-light/plasmoidheading.svgz


That is exactly what was shown in comment #4 though, so is that meant to be
like that? :O (an strace of plasmashell says it shouldn't be, but maybe I'm
missing something)

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 426537] widgets/plasmoidheading.svgz not visible when using Breeze Dark plasma style

2020-09-24 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=426537

Fabian Vogt  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||fab...@ritter-vogt.de
 Status|CONFIRMED   |NEEDSINFO

--- Comment #12 from Fabian Vogt  ---
(In reply to popov895 from comment #8)
> Same on the latest openSUSE Krypton. So the issue isn't Neon specific only.

You might be running into
https://github.com/rpm-software-management/rpm/issues/1278.
The commit replaced symlinks with copies, so on upgrades from the state with
symlinks to the state with copies (which get converted into hardlinks), the
added hardlinks would get created with no content. To confirm:

ll /usr/share/plasma/desktoptheme/breeze-*/widgets/plasmoidheading.svgz (should
show a size of 0 and a mode of w--)
zypper install --force plasma-framework (should fix the missing files)

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 426537] widgets/plasmoidheading.svgz not visible when using Breeze Dark plasma style

2020-09-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=426537

--- Comment #11 from Nate Graham  ---
Hmm, that seems like it could be a solid lead.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 426537] widgets/plasmoidheading.svgz not visible when using Breeze Dark plasma style

2020-09-23 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=426537

--- Comment #10 from Hannah von Reth  ---
Could the distro packages have problems replacing the old unusual sym links
with actual files?

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 426537] widgets/plasmoidheading.svgz not visible when using Breeze Dark plasma style

2020-09-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=426537

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=423297

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 426537] widgets/plasmoidheading.svgz not visible when using Breeze Dark plasma style

2020-09-22 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=426537

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 426537] widgets/plasmoidheading.svgz not visible when using Breeze Dark plasma style

2020-09-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=426537

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 426537] widgets/plasmoidheading.svgz not visible when using Breeze Dark plasma style

2020-09-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=426537

Nate Graham  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
   Priority|NOR |VHI
Summary|Fix symlink |widgets/plasmoidheading.svg
   |widgets/plasmoidheading.svg |z not visible when using
   |z in breeze light/dark  |Breeze Dark plasma style
 Status|NEEDSINFO   |REPORTED

--- Comment #9 from Nate Graham  ---
We are getting reports of this from people using multiple distros; re-opening.

Still, it looks sane in the code, and I don't see the issue in my
built-from-source issue. Either it was fixed after 5.74 was released, or
something very odd is going on.

-- 
You are receiving this mail because:
You are watching all bug changes.