[KAccounts] [Bug 378814] Consider switching to the GSignond stack

2019-07-02 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=378814

Иван Туманов  changed:

   What|Removed |Added

  Flags||Backport+, Brainstorm+,
   ||corner_case+, Usability+
   Assignee|kde-telepathy-b...@kde.org  |tu4manj...@yandex.ru

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

[clazy] [Bug 408380] detect useless overrides

2019-06-07 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=408380

Иван Туманов  changed:

   What|Removed |Added

 CC||tu4manj...@yandex.ru

--- Comment #1 from Иван Туманов  ---
(In reply to Milian Wolff from comment #0)
> SUMMARY
> struct foo { virtual void asdf(); }
> struct bar : foo { void asdf() override { foo::asdf(); } }
> 
> The override is completely useless, and I find such code far too often -
> could clazy/clang-tidy detect it and remove the useless code?
> 
> it may be problematic to detect when
> 
> - non-trivial arguments are forwarded (still useless)
> - Q_UNUSED or similar
> - instead of calling the parent implementation, the parent implementation
> code is duplicated:
> 
> struct foo { virtual void asdf() { printf("hello");  }
> struct bar : foo { void asdf() override { printf("hello"); } }
> 
> OBSERVED RESULT
> not detected
> 
> EXPECTED RESULT
> useless overrides are marked and offered for automatic removal

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

[valgrind] [Bug 274189] mremap hidden linux feature not implemented

2019-06-07 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=274189

--- Comment #1 from Иван Туманов  ---
(In reply to plasmahh from comment #0)
> Hi,
> 
> some of our servers use a feature we call "virtual ringbuffer" where we have
> a ringbuffer that guarantees to always offer its free space as one
> contiguous block to write to/read from. For this we use a somewhat
> undocumented feature of the linux kernel (see
> http://lkml.org/lkml/2004/1/12/265 and/or kernel sources) where mremap when
> the source size parameter is 0, really does not move the mapping but
> duplicates it (for MAP_SHARED mappings).
> 
> Unfortunately valgrind does not seem to implement this, and when run under
> valgrind the attached program returns -1 from mremap (and sets errno to 22).
> 
> I tried to run it on some february checkout of valgrind svn (everything
> 64bit here), and could not run it on a recent checkout since for some reason
> it does not compile here (lots of undefined references for symbols with s390
> in the name).

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

[kuser] [Bug 117202] kuser destroys passwords if /etc/shadow not present (?)

2019-06-07 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=117202

Иван Туманов  changed:

   What|Removed |Added

 CC||tu4manj...@yandex.ru

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

[valgrind] [Bug 274189] mremap hidden linux feature not implemented

2019-06-07 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=274189

Иван Туманов  changed:

   What|Removed |Added

   Assignee|jsew...@acm.org |tu4manj...@yandex.ru
 CC||tu4manj...@yandex.ru

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

[dolphin] [Bug 408387] Cannot manually start new Instance

2019-06-07 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=408387

Иван Туманов  changed:

   What|Removed |Added

 CC||tu4manj...@yandex.ru

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

[kio-extras] [Bug 392447] KIO does not use WS-discovery for SMB network resources discovery, so Dolphin shows nothing on smb:// or smb://workgroup/

2019-05-20 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=392447

--- Comment #13 from Иван Туманов  ---
(In reply to Bernd Lachner from comment #5)
> I can confirm this behavior with openSUSE Leap 15.0 (Plasma 5.12.5,
> Frameworks 5.45.0) on the client and Samba 4.6.14 on the server.
> 
> Dolphin shows nothing with smb:// if I go to the share directly in Dolphin
> it works. With smbtree the shares are showing correctly.
> 
> The following file on the client helps, thank you:
> ~/.smb/smb.conf
> [global]
> client max protocol = NT1
> 
> But it would be better do solve this issue in the smb kio plugin directly.

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

[kio-extras] [Bug 392447] KIO does not use WS-discovery for SMB network resources discovery, so Dolphin shows nothing on smb:// or smb://workgroup/

2019-05-20 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=392447

Иван Туманов  changed:

   What|Removed |Added

 CC||tu4manj...@yandex.ru

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

[frameworks-kfilemetadata] [Bug 406229] baloo_file_extractor crashes in Exiv2::Internal::TiffReader::readTiffEntry() on a specific TIFF file

2019-05-20 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=406229

Иван Туманов  changed:

   What|Removed |Added

 CC||tu4manj...@yandex.ru

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

[calligragemini] [Bug 346772] Git plugin build fails

2019-04-20 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=346772

--- Comment #1 from Иван Туманов  ---
(In reply to Antonio Rojas from comment #0)
> Calligra 2.9.3
> libqgit2 0.22.1
> libgit2 0.22.1
> 
> /build/calligra/src/calligra-2.9.3/gemini/cloud/git/gitcontroller.cpp: In
> member function 'void GitOpsThread::performPush()':
> /build/calligra/src/calligra-2.9.3/gemini/cloud/git/gitcontroller.cpp:176:24:
> error: variable 'LibQGit2::Push push' has initializer but incomplete type
>  LibQGit2::Push push = repo.push(remoteName);
> ^
> 
> 
> Reproducible: Always

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

[buildsystem] [Bug 341719] 5.4.0: generated macros ignore fact that @CMAKECONFIG_INSTALL_DIR@ can be absolute

2019-04-20 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=341719

Иван Туманов  changed:

   What|Removed |Added

 CC||tu4manj...@yandex.ru

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

[KAccounts] [Bug 378814] Consider switching to the GSignond stack

2019-04-20 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=378814

--- Comment #6 from Иван Туманов  ---
(In reply to Corentin Noël from comment #0)
> Hi there,
> I'm Corentin Noël, responsible of the Online Accounts integration at
> elementary.
> Since a few years now, we are using the GSignond daemon on elementary, a
> GLib-based alternative of the Signond daemon as we are not willing to
> introduce a Qt dependency on our system just for one daemon.
> Signond has been mainly developed by Canonical for Ubuntu, with the recent
> Unity events, the developers of Signond have been laid-off.
> 
> You seem to be the last desktop environment that still use Signond, and I
> think that it would be a better idea to switch to GSignond.
> The switch can be really easy for you, both are very compatible, you mainly
> just have to use the libgsignond library instead of libsignond on the
> daemon-plugins side, and use libgsignon-glib instead of libsignon-glib.
> 
> I'm open to changes on any side and would be very pleased to have more
> cooperation with you on Online Accounts integration.

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

[KAccounts] [Bug 378814] Consider switching to the GSignond stack

2019-04-20 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=378814

--- Comment #7 from Иван Туманов  ---
(In reply to Martin Klapetek from comment #1)
> Hey Corentin,
> 
> thanks for getting in touch!
> 
> I think we're pretty much in the same boat but opposite
> streams - we'd prefer to keep using the Qt daemon and Qt
> libraries, rather. For us it's much easier to work with
> and also fix bugs in a Qt codebase, which is our primary
> language after all.
> 
> I agree that the Canonical situation is a very unfortunate
> one but given that the Qt daemon is working well for our
> needs, I don't really see the need to switch techs.
> 
> My understanding is that GSignond is not actually compatible
> with the Signond, is that correct? If that's the case, I would
> really wish that these two are brought together more closer,
> to be compatible and interchangeable. Then we could both keep
> our native daemons while having fully cross-desktop accounts.

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

[braindump] [Bug 356414] Plan is not installable on Windows

2019-04-20 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=356414

Иван Туманов  changed:

   What|Removed |Added

  Component|usability   |application
Product|calligraplan|braindump
   Assignee|dand...@get2net.dk  |cber...@cberger.net

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

[calligraplan] [Bug 356414] Plan is not installable on Windows

2019-04-20 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=356414

Иван Туманов  changed:

   What|Removed |Added

 CC||tu4manj...@yandex.ru

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

[calligragemini] [Bug 346772] Git plugin build fails

2019-04-19 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=346772

Иван Туманов  changed:

   What|Removed |Added

 CC||tu4manj...@yandex.ru

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

[cantor] [Bug 406684] backend is not compatible with up-to-date flatpak package of octave

2019-04-19 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=406684

Иван Туманов  changed:

   What|Removed |Added

 CC||tu4manj...@yandex.ru

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

[cantor] [Bug 406684] backend is not compatible with up-to-date flatpak package of octave

2019-04-19 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=406684

Иван Туманов  changed:

   What|Removed |Added

  Flags||Usability+

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

[KAccounts] [Bug 378814] Consider switching to the GSignond stack

2019-04-19 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=378814

Иван Туманов  changed:

   What|Removed |Added

 CC||tu4manj...@yandex.ru

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

[kdeconnect] [Bug 405057] Text selection inside the KDE Connect Plasmoid

2019-04-19 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=405057

Иван Туманов  changed:

   What|Removed |Added

  Flags||Translation_missing+,
   ||Usability+
 CC||tu4manj...@yandex.ru

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

[Skanlite] [Bug 356124] Problem when start Skanlite and take a photo

2019-04-13 Thread Иван Туманов
https://bugs.kde.org/show_bug.cgi?id=356124

Иван Туманов  changed:

   What|Removed |Added

 CC||tu4manj...@yandex.ru

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