[umbrello] [Bug 449662] request: add undo feature

"Oliver Kellogg" <[email protected]>
Newsgroups gmane.linux.umbrello.devel
Message-ID <[email protected]/>
https://bugs.kde.org/show_bug.cgi?id=449662

--- Comment #7 from Oliver Kellogg <[email protected]> ---
Created attachment 146906
  --> https://bugs.kde.org/attachment.cgi?id=146906&action=edit
logfile from `strace -e trace=file umbrello` on a KF5 build

(In reply to Ralf Habacker from comment #6)
> > In the Qt5/KF5 build, the Undo/Redo icons are missing completely,
> 
> > 1) In umbrello/umbrelloui.rc.cmake the line
> 
> This is probably caused by KF5 expecting that file on a different path as it
> is installed. You may try to run umbrello with 'strace -e trace=file' to
> see, where it is expected.

I tried that and to my amazement, on KF5 it isn't even trying to look up the
icon file (see attachment).

On the KDE4 build, I get lines like this:

stat("/usr/share/icons/oxygen/16x16/actions/edit-undo.png",
{st_mode=S_IFREG|0644, st_size=866, ...}) = 0
stat("/usr/share/icons/oxygen/22x22/actions/edit-undo.png",
{st_mode=S_IFREG|0644, st_size=1220, ...}) = 0
stat("/usr/share/icons/oxygen/32x32/actions/edit-undo.png",
{st_mode=S_IFREG|0644, st_size=2020, ...}) = 0
stat("/usr/share/icons/oxygen/48x48/actions/edit-undo.png",
{st_mode=S_IFREG|0644, st_size=3440, ...}) = 0
stat("/usr/share/icons/oxygen/22x22/actions/edit-undo.png",
{st_mode=S_IFREG|0644, st_size=1220, ...}) = 0
open("/usr/share/icons/oxygen/22x22/actions/edit-undo.png", O_RDONLY|O_CLOEXEC)
= 13

In your KF5 build, do you get the Undo/Redo buttons?

-- 
You are receiving this mail because:
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.