Open
Conversation
Look at your /usr/lib64/qt6/plugins/kf6/kfileitemaction/ (or lib if you are on Debian), first is the name of the app and then "fileitemaction"
Open
This would have been fix for insynchq#3 https://bugs.kde.org/show_bug.cgi?id=439664 https://forums.insynchq.com/t/insynch-crashing-dolphin/18686 With Qt 6, this was not crashing anymore, it was just showing useless "n" menu item. The problem was that the code was checking whether responce was null, but in fact it was a QByteArray with value "null".
Add emblems to installation so that they are displayed, also updated readme to reflect that and update link to Qt documentation.
This causes the icon to be visible in Dolphin preferences.
After renaming the files in commit 1ed1b8f, emblems would appear twice if the previous files were still present, so let's remove them.
|
hope @kurtkerwinko can merge this. |
Added installation instructions for Kubuntu and related systems. Fixes #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello, I finished the port to Plasma 6, please accept the changes and distribute them to users.