[krusader] [Bug 391896] Double menu bar

2018-04-11 Thread Daniel
https://bugs.kde.org/show_bug.cgi?id=391896

Daniel  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #10 from Daniel  ---
I've found a similar file manager which works well and has the features needed.
The ticket can be closed.

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

[krusader] [Bug 391896] Double menu bar

2018-03-30 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=391896

--- Comment #9 from Christoph Feck  ---
You can use 'ls' and 'cd' commands to check where the actual binary is placed,
or a graphical file manager, if you fail to find it in the terminal.

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

[krusader] [Bug 391896] Double menu bar

2018-03-27 Thread Daniel
https://bugs.kde.org/show_bug.cgi?id=391896

--- Comment #8 from Daniel  ---
I have some problems if running cmake from inside krusader-build folder which
was make with the first command (CMake won't work correctly if it's not
executed from 
that folder (the parent directory of the "krusader" source code folder)), so
when using the cmake (3rd command) from krusader folder it works, but after
running ./krusader/krusader I get "bash: ./krusader/krusader: No such file or
directory"

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

[krusader] [Bug 391896] Double menu bar

2018-03-26 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=391896

--- Comment #7 from Nikita Melnichenko  ---
Yes, replace the last command with
$ ./krusader/krusader

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

[krusader] [Bug 391896] Double menu bar

2018-03-26 Thread Daniel
https://bugs.kde.org/show_bug.cgi?id=391896

--- Comment #6 from Daniel  ---
I've managed to switch to 2.6.0-master as you said. Short question: for
compiling I'm using this tutorial
(https://cgit.kde.org/krusader.git/tree/INSTALL): could you tell me which steps
I don't need? I'm running:
$ mkdir krusader-build
$ cd krusader-build
$ cmake ../krusader -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_C_FLAGS="-O2 -fPIC"
-DCMAKE_CXX_FLAGS="-O2 -fPIC"
$ sudo su -c "make install"
Do I need to edit the last command to not install it, as you said I don't need
to install it every time to test it. Thanks!

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

[krusader] [Bug 391896] Double menu bar

2018-03-26 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=391896

--- Comment #5 from Nikita Melnichenko  ---
v2.4 uses KDE4 libs, paths and configs. It doesn't interfere with v2.6 which
uses KF5 libs, paths and configs - you can have them both installed. That's
being said, you don't have to install krusader every time to test it. Just
install master version and compile the version you need - then, from the build
dir, run:
./krusader/krusader

It will run the compiled exe.

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

[krusader] [Bug 391896] Double menu bar

2018-03-25 Thread Daniel
https://bugs.kde.org/show_bug.cgi?id=391896

--- Comment #4 from Daniel  ---
Thanks, I managed to find the version of my download, it is indeed
v2.6.0-master as you said. I reinstalled my old krusader 2.4.0-beta 3 from
Ubuntu Software Center, which works normally (no double bar, no missing icons).
Is it possible to install the one from repo (i uninstalled it before installing
the one from Software Center) without uninstalling this older one?

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

[krusader] [Bug 391896] Double menu bar

2018-03-24 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=391896

--- Comment #3 from Nikita Melnichenko  ---
It's simple with the following two steps. Make sure you are inside the cloned
repository (current dir contains COPYING file).

$ git checkout -b test
Switched to a new branch 'test'
$ git reset --hard v2.6.0-master 
HEAD is now at 377b99f3 New release version: 2.6.0

Then compile the project as usual.

Later I suggest you to use gitk to reset your test branch at different points
and check whether it reproduces the issue or not.

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

[krusader] [Bug 391896] Double menu bar

2018-03-23 Thread Daniel
https://bugs.kde.org/show_bug.cgi?id=391896

--- Comment #2 from Daniel  ---
It is really strange that this bug appears because before this I had installed
Krusader from the Ubuntu Software Center and didn't have any problem at all,
even it was an older version. To be sure I will install the right version,
could you send me the link to that master "v2.6.0-master" please. Thanks!

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

[krusader] [Bug 391896] Double menu bar

2018-03-18 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=391896

Nikita Melnichenko  changed:

   What|Removed |Added

 CC||nikita+...@melnichenko.name
 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #1 from Nikita Melnichenko  ---
Hi Daniel,

It seems to be related to your DE settings that you have a second menu on top
of the window header. Since you know how to compile from source, could you
please help us to track down the commit that introduced the problem? First,
confirm that when you compile from source at the "v2.6.0-master" tag, you don't
see double menu. Then you can use `git bisect` or simply checkout different
commits and check, gradually decreasing the interval of where it happened. Once
localized, we may find a way to address this.

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