Comment 6 for bug 1182766

Revision history for this message
Folmer Fredslund (folf) wrote : Fwd: [Bug 1182766] Re: "Edit QR code" and "Change the QR colors" icons missing

Hi Stefan

2013/5/25 Schwarzburg <email address hidden>

> OK, here is my solution:
>
> - we copy the missing svg files into 'data/media'
> - we add the following lines into e.g. 'qreator/__init__.py', somewhere
> close to the beginning:
>
> icontheme = Gtk.IconTheme.get_default()
> icontheme.append_search_path(os.path.join(get_data_path(), "media"))
>
> Since I don't have 12.04 anywhere running, I tested this solution by
> using fantasy names for the icons and it worked.
>
> I have added a branch that you can test:
> lp:~stefan-schwarzburg/qreator/desktop_missing_icons
>
>
I did a "bzr branch" and started qreator from the bin directory. (I hope
that's the correct way to do it)

> Feedback (especially from 12.04 users) would be much appreciated!
>
>
On 12.04 I now have the icon available for the "Change the QR code colors"
but the "Edit QR code" icon is still missing.

I have also run the currently installed version (so 13.05.03) to verify the
two icons are still missing. (and they still are)

By the way (perhaps in response to David) the
        - edit-select-all-symbolic
(/usr/share/icons/gnome/scalable/actions/edit-select-all-symbolic.svg)
looks like the button I would call "Swap the foreground and background
colors" icon.
So, I was just wondering if this was supposed to be the same as the "Edit
QR code" icon. (sorry I don't quite know how to find the correct file names
in the code).

I've attached two images, the current (old) and the branch (new).

Best regards,
Folmer

> ** Changed in: qreator
> Assignee: (unassigned) => Schwarzburg (stefan-schwarzburg)
>
> ** Changed in: qreator
> Status: Triaged => In Progress
>
> ** Branch linked: lp:~stefan-schwarzburg/qreator/desktop_missing_icons
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1182766
>
> Title:
> "Edit QR code" and "Change the QR colors" icons missing
>
> Status in Qreator:
> In Progress
>
> Bug description:
> Ubuntu version 12.04 64-bit
> Qreator version 13.05.03
>
> Mentioned icons are missing from all QR-code generation options.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/qreator/+bug/1182766/+subscriptions
>

--
Folmer Fredslund