[Desktop-packages] [Bug 934335] Re: GNOME Control Center category icons only work for Ambiance and Radiance.

2013-03-04 Thread Adolfo Jayme Barrientos
For the record, Tiheum included the category icons in Faenza a while
ago. And as Jeremy says, these icons are no longer used.

** Changed in: ubuntu-mono (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/934335

Title:
  GNOME Control Center category icons only work for Ambiance and
  Radiance.

Status in “gnome-control-center” package in Ubuntu:
  Fix Released
Status in “ubuntu-mono” package in Ubuntu:
  Won't Fix

Bug description:
  gnome-control-center and ubuntu-mono are using some special icons for
  category headers: preferences-desktop-peripherals-directory,
  preferences-desktop-personal-directory, and preferences-system-
  directory.

  The -directory suffix was added to work around applications that are wrongly 
using category icons instead of app icons:
  https://code.launchpad.net/~agateau/gnome-menus/directory-suffix/+merge/91663

  The problem is these icon names aren't standard: the standard icons
  are those without the -directory suffix. This means any icon theme
  which doesn't inherit from ubuntu-mono (perhaps with Adwaita or one of
  the accessibility themes) causes System Settings to look really broken
  and ugly. These special icons should be placed in the hicolor theme,
  and perhaps provided by another package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/934335/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 934335] Re: GNOME Control Center category icons only work for Ambiance and Radiance.

2012-11-23 Thread Jeremy Bicha
This has been fixed with gnome-control-center 3.6.3 which was uploaded
to raring for Ubuntu 13.04. Basically we're not using category header
icons any more.

** Changed in: gnome-control-center (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/934335

Title:
  GNOME Control Center category icons only work for Ambiance and
  Radiance.

Status in “gnome-control-center” package in Ubuntu:
  Fix Released
Status in “ubuntu-mono” package in Ubuntu:
  Confirmed

Bug description:
  gnome-control-center and ubuntu-mono are using some special icons for
  category headers: preferences-desktop-peripherals-directory,
  preferences-desktop-personal-directory, and preferences-system-
  directory.

  The -directory suffix was added to work around applications that are wrongly 
using category icons instead of app icons:
  https://code.launchpad.net/~agateau/gnome-menus/directory-suffix/+merge/91663

  The problem is these icon names aren't standard: the standard icons
  are those without the -directory suffix. This means any icon theme
  which doesn't inherit from ubuntu-mono (perhaps with Adwaita or one of
  the accessibility themes) causes System Settings to look really broken
  and ugly. These special icons should be placed in the hicolor theme,
  and perhaps provided by another package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/934335/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 934335] Re: GNOME Control Center category icons only work for Ambiance and Radiance.

2012-10-24 Thread Nathanel Titane
This issue should be pushed upstream and any known theme dev should be
warned about this behavior (ex: tiheum).

Personally, using Faenza (without reinstalling the mono theme), on UGR
12.10, I was able to link scalables back to the required file names like
so:

#!/bin/bash

# Icons #

color= reset=
if [[ -t 1 ]]; then
color=$(tput setaf 6)
reset=$(tput sgr0);
fi

actions_directory=/usr/share/icons/Faenza/actions/scalable
applications_directory=/usr/share/icons/Faenza/apps/scalable
categories_direectory=/usr/share/icons/Faenza/categories/scalable
devices_directory=/usr/share/icons/Faenza/devices/scalable
emblems_directory=/usr/share/icons/Faenza/emblems/scalable
mimetypes_directory=/usr/share/icons/Faenza/mimetypes/scalable
places_directory=/usr/share/icons/Faenza/places/scalable
status_directory=/usr/share/icons/Faenza/status/scalable
stock_directory=/usr/share/icons/Faenza/sock/scalable

echo ${color}Customizing (icons)...${reset}

# Categories #

cd $categories_directory || exit

ln -s $devices_directory/computer-symbolic.svg 
$categories_direectory/preferences-desktop-peripherals-directory.svg
ln -s $status_directory/avatar-default-symbolic.svg 
$categories_direectory/preferences-desktop-personal-directory.svg
ln -s $places_directory/start-here-symbolic.svg 
$categories_direectory/preferences-system-directory.svg

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/934335

Title:
  GNOME Control Center category icons only work for Ambiance and
  Radiance.

Status in “gnome-control-center” package in Ubuntu:
  Confirmed
Status in “ubuntu-mono” package in Ubuntu:
  Confirmed

Bug description:
  gnome-control-center and ubuntu-mono are using some special icons for
  category headers: preferences-desktop-peripherals-directory,
  preferences-desktop-personal-directory, and preferences-system-
  directory.

  The -directory suffix was added to work around applications that are wrongly 
using category icons instead of app icons:
  https://code.launchpad.net/~agateau/gnome-menus/directory-suffix/+merge/91663

  The problem is these icon names aren't standard: the standard icons
  are those without the -directory suffix. This means any icon theme
  which doesn't inherit from ubuntu-mono (perhaps with Adwaita or one of
  the accessibility themes) causes System Settings to look really broken
  and ugly. These special icons should be placed in the hicolor theme,
  and perhaps provided by another package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/934335/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 934335] Re: GNOME Control Center category icons only work for Ambiance and Radiance.

2012-10-20 Thread KEIII
copy icons from /ubuntu-mono-dark/categories to Faenza/Faince folder

** Attachment added: Faience2.tar.gz
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-mono/+bug/934335/+attachment/3405746/+files/Faience2.tar.gz

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/934335

Title:
  GNOME Control Center category icons only work for Ambiance and
  Radiance.

Status in “gnome-control-center” package in Ubuntu:
  Confirmed
Status in “ubuntu-mono” package in Ubuntu:
  Confirmed

Bug description:
  gnome-control-center and ubuntu-mono are using some special icons for
  category headers: preferences-desktop-peripherals-directory,
  preferences-desktop-personal-directory, and preferences-system-
  directory.

  The -directory suffix was added to work around applications that are wrongly 
using category icons instead of app icons:
  https://code.launchpad.net/~agateau/gnome-menus/directory-suffix/+merge/91663

  The problem is these icon names aren't standard: the standard icons
  are those without the -directory suffix. This means any icon theme
  which doesn't inherit from ubuntu-mono (perhaps with Adwaita or one of
  the accessibility themes) causes System Settings to look really broken
  and ugly. These special icons should be placed in the hicolor theme,
  and perhaps provided by another package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/934335/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 934335] Re: GNOME Control Center category icons only work for Ambiance and Radiance.

2012-05-02 Thread Mario
Hi Dylan,

I have installed Faenza and I have this problem, you know some
workaround?

Thanks

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/934335

Title:
  GNOME Control Center category icons only work for Ambiance and
  Radiance.

Status in “gnome-control-center” package in Ubuntu:
  Confirmed
Status in “ubuntu-mono” package in Ubuntu:
  Confirmed

Bug description:
  gnome-control-center and ubuntu-mono are using some special icons for
  category headers: preferences-desktop-peripherals-directory,
  preferences-desktop-personal-directory, and preferences-system-
  directory.

  The -directory suffix was added to work around applications that are wrongly 
using category icons instead of app icons:
  https://code.launchpad.net/~agateau/gnome-menus/directory-suffix/+merge/91663

  The problem is these icon names aren't standard: the standard icons
  are those without the -directory suffix. This means any icon theme
  which doesn't inherit from ubuntu-mono (perhaps with Adwaita or one of
  the accessibility themes) causes System Settings to look really broken
  and ugly. These special icons should be placed in the hicolor theme,
  and perhaps provided by another package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/934335/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 934335] Re: GNOME Control Center category icons only work for Ambiance and Radiance.

2012-04-29 Thread Sam_
Example screenshot of comment #1 from bug 990060 with Faenza.
https://launchpadlibrarian.net/103299603/Screenshot%20from%202012-04-27%2014%3A39%3A19.png

** Tags added: precise

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/934335

Title:
  GNOME Control Center category icons only work for Ambiance and
  Radiance.

Status in “gnome-control-center” package in Ubuntu:
  Confirmed
Status in “ubuntu-mono” package in Ubuntu:
  Confirmed

Bug description:
  gnome-control-center and ubuntu-mono are using some special icons for
  category headers: preferences-desktop-peripherals-directory,
  preferences-desktop-personal-directory, and preferences-system-
  directory.

  The -directory suffix was added to work around applications that are wrongly 
using category icons instead of app icons:
  https://code.launchpad.net/~agateau/gnome-menus/directory-suffix/+merge/91663

  The problem is these icon names aren't standard: the standard icons
  are those without the -directory suffix. This means any icon theme
  which doesn't inherit from ubuntu-mono (perhaps with Adwaita or one of
  the accessibility themes) causes System Settings to look really broken
  and ugly. These special icons should be placed in the hicolor theme,
  and perhaps provided by another package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/934335/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 934335] Re: GNOME Control Center category icons only work for Ambiance and Radiance.

2012-04-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-control-center (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/934335

Title:
  GNOME Control Center category icons only work for Ambiance and
  Radiance.

Status in “gnome-control-center” package in Ubuntu:
  Confirmed
Status in “ubuntu-mono” package in Ubuntu:
  Confirmed

Bug description:
  gnome-control-center and ubuntu-mono are using some special icons for
  category headers: preferences-desktop-peripherals-directory,
  preferences-desktop-personal-directory, and preferences-system-
  directory.

  The -directory suffix was added to work around applications that are wrongly 
using category icons instead of app icons:
  https://code.launchpad.net/~agateau/gnome-menus/directory-suffix/+merge/91663

  The problem is these icon names aren't standard: the standard icons
  are those without the -directory suffix. This means any icon theme
  which doesn't inherit from ubuntu-mono (perhaps with Adwaita or one of
  the accessibility themes) causes System Settings to look really broken
  and ugly. These special icons should be placed in the hicolor theme,
  and perhaps provided by another package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/934335/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 934335] Re: GNOME Control Center category icons only work for Ambiance and Radiance.

2012-04-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu-mono (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/934335

Title:
  GNOME Control Center category icons only work for Ambiance and
  Radiance.

Status in “gnome-control-center” package in Ubuntu:
  Confirmed
Status in “ubuntu-mono” package in Ubuntu:
  Confirmed

Bug description:
  gnome-control-center and ubuntu-mono are using some special icons for
  category headers: preferences-desktop-peripherals-directory,
  preferences-desktop-personal-directory, and preferences-system-
  directory.

  The -directory suffix was added to work around applications that are wrongly 
using category icons instead of app icons:
  https://code.launchpad.net/~agateau/gnome-menus/directory-suffix/+merge/91663

  The problem is these icon names aren't standard: the standard icons
  are those without the -directory suffix. This means any icon theme
  which doesn't inherit from ubuntu-mono (perhaps with Adwaita or one of
  the accessibility themes) causes System Settings to look really broken
  and ugly. These special icons should be placed in the hicolor theme,
  and perhaps provided by another package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/934335/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp