Bug 1066547 - [FIX] Theme css warning
Summary: [FIX] Theme css warning
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: nemo
Version: 20
Hardware: All
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: leigh scott
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-02-18 15:45 UTC by Bas Mevissen
Modified: 2014-03-12 12:46 UTC (History)
3 users (show)

Fixed In Version: nemo-2.0.8-9.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-02-18 16:31:03 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Fix warning by adding px units (413 bytes, patch)
2014-02-18 15:45 UTC, Bas Mevissen
no flags Details | Diff

Description Bas Mevissen 2014-02-18 15:45:39 UTC
Created attachment 864617 [details]
Fix warning by adding px units

When using the Adwaita-Nemo theme, applications like gedit emit a warning when started from a shell:

(gedit:14184): Gtk-WARNING **: Theme parsing error: nemo.css:4:15: Not using units is deprecated. Assuming 'px'.

(gedit:14184): Gtk-WARNING **: Theme parsing error: nemo.css:4:17: Not using units is deprecated. Assuming 'px'.

The reason is that file /usr/share/themes/Adwaita-Nemo/gtk-3.0/apps/nemo.css needs a small fix to specify the correct unit:

--- /usr/share/themes/Adwaita-Nemo/gtk-3.0/apps/nemo.css.orig	2014-01-24 16:22:58.000000000 +0100
+++ /usr/share/themes/Adwaita-Nemo/gtk-3.0/apps/nemo.css	2014-02-18 16:25:46.354824242 +0100
@@ -1,7 +1,7 @@
 /* desktop mode */
 .nemo-desktop.nemo-canvas-item {
 	color: @bg_color;
-	text-shadow: 1 1 alpha (#000000, 0.8);
+	text-shadow: 1px 1px alpha (#000000, 0.8);
 }
 
 .nemo-desktop.nemo-canvas-item:active {


(attached too)

This file nemo.css is included as a "Source" item in the source RPM.
Please fix this in a next release.

Thanks,

Bas.

Comment 1 leigh scott 2014-02-18 16:34:37 UTC
I'm going to obsolete the Adwaita-Nemo sub-package

Comment 2 Bas Mevissen 2014-02-19 08:55:18 UTC
Thanks for the quick reply. Is there a reason why you want to obsolete the Adwaita-Nemo theme?

Comment 3 Fedora Update System 2014-03-03 14:26:15 UTC
nemo-2.0.8-9.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/nemo-2.0.8-9.fc20

Comment 4 Fedora Update System 2014-03-03 14:26:49 UTC
nemo-2.0.8-9.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/nemo-2.0.8-9.fc19

Comment 5 Fedora Update System 2014-03-12 12:22:53 UTC
nemo-2.0.8-9.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2014-03-12 12:32:57 UTC
nemo-2.0.8-9.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Bas Mevissen 2014-03-12 12:46:17 UTC
Updated package seems to be fine on fc20. Thanks


(In reply to leigh scott from comment #1)
> I'm going to obsolete the Adwaita-Nemo sub-package

Well, that hasn't happened. Still curious why/why not (see comment #2).


Note You need to log in before you can comment on or make changes to this bug.