[kid3] [Bug 425518] Can't run English Title Case

2020-09-06 Thread Danny
https://bugs.kde.org/show_bug.cgi?id=425518

Danny  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|FIXED   |NOT A BUG

--- Comment #12 from Danny  ---
I never figured out exactly what it was but I used Timeshift and went back a
week before my first issue and everything is working now. I wonder if
uninstalling something created the problem.

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

[kid3] [Bug 425518] Can't run English Title Case

2020-09-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=425518

--- Comment #11 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kid3] [Bug 425518] Can't run English Title Case

2020-08-22 Thread Danny
https://bugs.kde.org/show_bug.cgi?id=425518

--- Comment #10 from Danny  ---
Fist off, sorry. I was having issues with my email client sending and didn't
know it sent twice.

I don't know how to check if it's using the default config and I also don't
know how to run a debug log.

I was thinking that I may just wipe the hard drive and reinstall the OS as I
want to put the Home folder on a different partition so that should fix the
issue and make future issues easier.

I do have Timeshift backing up both home and root but not sure how far back I
could go (I may check later today).

Thanks for all your help!

-O|||O- Have fun out there. Jeep

Jeeps I've owned:
1986 Jeep CJ-7
1995 Jeep YJ Wrangler Rio Grande

On Aug 22, 2020, 2:46 AM -0400, Urs Fleisch , wrote:
> https://bugs.kde.org/show_bug.cgi?id=425518
>
> Urs Fleisch  changed:
>
> What |Removed |Added
> 
> Status|REPORTED |NEEDSINFO
> Resolution|--- |FIXED
>
> --- Comment #9 from Urs Fleisch  ---
> Comment 8 is the same as Comment 5. Could you please answer the following
> questions:
>
> - Does it work with default configuration `KID3_CONFIG_FILE= kid3-qt`?
> - Attach the output of `QT_DEBUG_PLUGINS=1 QML_IMPORT_TRACE=1 kid3-qt` (and
> make sure to run "English Title Case" while logging the output).
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[kid3] [Bug 425518] Can't run English Title Case

2020-08-22 Thread Urs Fleisch
https://bugs.kde.org/show_bug.cgi?id=425518

Urs Fleisch  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |FIXED

--- Comment #9 from Urs Fleisch  ---
Comment 8 is the same as Comment 5. Could you please answer the following
questions:

- Does it work with default configuration `KID3_CONFIG_FILE= kid3-qt`?
- Attach the output of `QT_DEBUG_PLUGINS=1 QML_IMPORT_TRACE=1 kid3-qt` (and
make sure to run "English Title Case" while logging the output).

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

[kid3] [Bug 425518] Can't run English Title Case

2020-08-21 Thread Danny
https://bugs.kde.org/show_bug.cgi?id=425518

--- Comment #8 from Danny  ---
Ok, since what you mentioned didn't work I tried something.

I ran:
sudo apt remove kid-qt
sudo apt autoremove kid3-qt
sudo apt purge kid3-qt

Then added the repo and installed.

Now I get "Could not execute @qml /usr/share/kid3/qml/script/TitleCase.qml"


-O|||O- Have fun out there. Jeep

Jeeps I've owned:
1986 Jeep CJ-7
1995 Jeep YJ Wrangler Rio Grande
On Aug 19, 2020, 1:57 PM -0400, Urs Fleisch , wrote:

https://bugs.kde.org/show_bug.cgi?id=425518

--- Comment #3 from Urs Fleisch  ---
Using the binary package kid3-3.8.3-Linux.tgz or the flatpak may work, but it
will not solve the problem. Linux Mint is based on Ubuntu and on my Ubuntu
installation it is working. Maybe there are some dependencies missing. Could
you check if you have the following packages installed or try to install them
using

sudo apt install libqt5quick5 libqt5qml5 qml-module-qtquick-layouts
qml-module-qtquick2

If this still does not help, check if "ldd
/usr/lib/kid3/plugins/libqmlcommand.so" reports some "not found" libraries.

If this still does not help, you could start kid3 with strace and check if it
tries to load some files or libraries which are missing.

--
You are receiving this mail because:
You reported the bug.

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

[kid3] [Bug 425518] Can't run English Title Case

2020-08-21 Thread Urs Fleisch
https://bugs.kde.org/show_bug.cgi?id=425518

--- Comment #7 from Urs Fleisch  ---
> "Could not execute @qml /usr/share/kid3/qml/script/TitleCase.qml"

This error message should not appear, because "@qml" will invoke the QmlCommand
plugin when it is available. This message indicates that the plugin is not
available and Kid3 therefore tries to execute an executable named "@qml". If
you look at the list of plugins in the "Plugins" tab of the settings, there
should be a "QmlCommand" plugin at the end of the "Available Plugins" list and
its checkbox must be checked. I suppose that this plugin is not listed in your
installation, although it is on your system and its ldd output does not show
any missing shared libraries.

Just to make sure that it is not caused by your configuration, could you check
Kid3 with a default configuration by starting it with exactly this line from
the command line:

KID3_CONFIG_FILE= kid3-qt

And if this does not help, and since you are already in a terminal, you could
start Kid3 with more output from the Qt plugins by using the command line:

QT_DEBUG_PLUGINS=1 QML_IMPORT_TRACE=1 kid3-qt

When the QmlCommand plugin is successfully loaded, the output contains

Found metadata in lib /usr/lib/kid3/plugins/libqmlcommand.so, metadata=
{
"IID": "org.kde.kid3.IUserCommandProcessor",
"archreq": 0,
"className": "QmlCommandPlugin",
"debug": false,
"version": 331264
}


loaded library "/usr/lib/kid3/plugins/libqmlcommand.so"

If you then try to invoke "English Title Case", you should receive:

QQmlImportDatabase::addImportPath: "/usr/lib/qt/qml"
QQmlImportDatabase::addImportPath: "qrc:/qt-project.org/imports"
QQmlImportDatabase::addImportPath: "/usr/bin"
QQmlImportDatabase::addImportPath: "/usr/lib/kid3/plugins/imports"
QQmlImports(file:///usr/share/kid3/qml/script/TitleCase.qml)::addLibraryImport:
"Kid3" 1.1 as ""
QQmlImports(file:///usr/share/kid3/qml/script/TitleCase.qml)::importExtension:
loaded "/usr/lib/kid3/plugins/imports/Kid3/qmldir"
Found metadata in lib /usr/lib/kid3/plugins/imports/Kid3/libkid3qml.so,
metadata=
{
"IID": "org.qt-project.Qt.QQmlExtensionInterface",
"archreq": 0,
"className": "Kid3QmlPlugin",
"debug": false,
"version": 331264
}


loaded library "/usr/lib/kid3/plugins/imports/Kid3/libkid3qml.so"
QQmlImportDatabase::registerPluginTypes: "Kid3" from
"/usr/lib/kid3/plugins/imports/Kid3"
QQmlImports(file:///usr/share/kid3/qml/script/TitleCase.qml)::resolveType:
"Kid3Script" => ""
QUrl("file:///usr/lib/kid3/plugins/imports/Kid3/Kid3Script.qml") TYPE/URL
QQmlImports(file:///usr/lib/kid3/plugins/imports/Kid3/Kid3Script.qml)::addLibraryImport:
"QtQml" 2.2 as ""
QQmlImports(file:///usr/lib/kid3/plugins/imports/Kid3/Kid3Script.qml)::importExtension:
loaded "/usr/lib/qt/qml/QtQml/qmldir"
Found metadata in lib /usr/lib/qt/qml/QtQml/libqmlplugin.so, metadata=
{
"IID": "org.qt-project.Qt.QQmlExtensionInterface/1.0",
"archreq": 0,
"className": "QtQmlPlugin",
"debug": false,
"uri": [
"QtQml"
],
"version": 331520
}


loaded library "/usr/lib/qt/qml/QtQml/libqmlplugin.so"
QQmlImportDatabase::registerPluginTypes: "QtQml" from "/usr/lib/qt/qml/QtQml"
QQmlImports(file:///usr/lib/kid3/plugins/imports/Kid3/Kid3Script.qml)::addLibraryImport:
"Kid3" 1.0 as ""
QQmlImports(file:///usr/lib/kid3/plugins/imports/Kid3/Kid3Script.qml)::importExtension:
loaded "/usr/lib/kid3/plugins/imports/Kid3/qmldir"
QQmlImports(file:///usr/lib/kid3/plugins/imports/Kid3/Kid3Script.qml)::resolveType:
"Component" => "QQmlComponent" TYPE
QQmlImports(file:///usr/lib/kid3/plugins/imports/Kid3/Kid3Script.qml)::resolveType:
"Timer" => "QQmlTimer" TYPE
QQmlImports(file:///usr/lib/kid3/plugins/imports/Kid3/Kid3Script.qml)::resolveType:
"ScriptUtils" => "ScriptUtils" TYPE
QQmlImports(file:///usr/lib/kid3/plugins/imports/Kid3/Kid3Script.qml)::resolveType:
"ConfigObjects" => "ConfigObjects" TYPE
QQmlImports(file:///usr/lib/kid3/plugins/imports/Kid3/Kid3Script.qml)::resolveType:
"QtObject" => "QObject" TYPE
QQmlImports(file:///usr/lib/kid3/plugins/imports/Kid3/Kid3Script.qml)::addImplicitImport
QQmlImports(file:///usr/lib/kid3/plugins/imports/Kid3/Kid3Script.qml)::resolveType:
"QtObject" => "QObject" TYPE
QQmlImports(file:///usr/lib/kid3/plugins/imports/Kid3/Kid3Script.qml)::resolveType:
"Frame" => "Frame" TYPE
QQmlImports(file:///usr/lib/kid3/plugins/imports/Kid3/Kid3Script.qml)::resolveType:
"Frame" => "Frame" TYPE
QQmlImports(file:///usr/lib/kid3/plugins/imports/Kid3/Kid3Script.qml)::resolveType:
"Frame" => "Frame" TYPE
QQmlImports(file:///usr/share/kid3/qml/script/TitleCase.qml)::addImplicitImport

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

[kid3] [Bug 425518] Can't run English Title Case

2020-08-20 Thread Urs Fleisch
https://bugs.kde.org/show_bug.cgi?id=425518

--- Comment #6 from Urs Fleisch  ---
I have now set up a virtual box with a fresh install of Linux Mint 20, updated
the default packages and then installed kid3-qt from the PPA. Unfortunately, I
am still not able to reproduce the issue, i.e. everything is working correctly.

Searching the web for similar issues, some people reported similar messages
with qmake, and the solution seems to be to either install the "qt5-default"
package or set the version explicitly ("man qtchooser", the error message
"could not find a Qt installation of" actually comes from qtchooser). I
personally have set the environment variable QT_SELECT to 5 to tell Qt which
version to use. To have this envionment variable always available I have put a
line "export QT_SELECT=5" into ~/.xsessionrc and a line "QT_SELECT=5" into
~/.pam_environment. Both these files have to be executable and will only take
effect when logging in again.

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

[kid3] [Bug 425518] Can't run English Title Case

2020-08-20 Thread Danny
https://bugs.kde.org/show_bug.cgi?id=425518

--- Comment #5 from Danny  ---
Ok, since what you mentioned didn't work I tried something.

I ran:
sudo apt remove kid-qt
sudo apt autoremove kid3-qt
sudo apt purge kid3-qt

Then added the repo and installed.

Now I get "Could not execute @qml /usr/share/kid3/qml/script/TitleCase.qml"

So I reran sudo apt install libqt5quick5 libqt5qml5 qml-module-qtquick-layouts
qml-module-qtquick2
libqt5qml5 is already the newest version (5.12.8-0ubuntu1).libqt5quick5 is
already the newest version (5.12.8-0ubuntu1).qml-module-qtquick-layouts is
already the newest version (5.12.8-0ubuntu1).qml-module-qtquick2 is already the
newest version (5.12.8-0ubuntu1).0 upgraded, 0 newly installed, 0 to remove and
59 not upgraded.
ldd /usr/lib/kid3/plugins/libqmlcommand.so linux-vdso.so.1 (0x7ffd8dfaf000)
libkid3-core.so.3.8.3 => /usr/lib/kid3/libkid3-core.so.3.8.3
(0x7fd8d0556000) libQt5Quick.so.5 =>
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5 (0x7fd8d0065000) libQt5Qml.so.5
=> /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5 (0x7fd8cfb86000) libQt5Gui.so.5
=> /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 (0x7fd8cf59b000)
libQt5Core.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
(0x7fd8cf052000) libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6
(0x7fd8cee71000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1
(0x7fd8cee54000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6
(0x7fd8cec62000) libQt5Network.so.5 =>
/usr/lib/x86_64-linux-gnu/libQt5Network.so.5 (0x7fd8ceaa1000)
libQt5DBus.so.5 => /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
(0x7fd8cea05000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6
(0x7fd8ce8b6000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
(0x7fd8ce893000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2
(0x7fd8ce88b000) libGL.so.1 => /usr/lib/x86_64-linux-gnu/libGL.so.1
(0x7fd8ce803000) libpng16.so.16 => /usr/lib/x86_64-linux-gnu/libpng16.so.16
(0x7fd8ce7cb000) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1
(0x7fd8ce7af000) libharfbuzz.so.0 =>
/usr/lib/x86_64-linux-gnu/libharfbuzz.so.0 (0x7fd8ce6aa000)
libicui18n.so.66 => /usr/lib/x86_64-linux-gnu/libicui18n.so.66
(0x7fd8ce3ab000) libicuuc.so.66 => /usr/lib/x86_64-linux-gnu/libicuuc.so.66
(0x7fd8ce1c3000) libpcre2-16.so.0 =>
/usr/lib/x86_64-linux-gnu/libpcre2-16.so.0 (0x7fd8ce14)
libdouble-conversion.so.3 =>
/usr/lib/x86_64-linux-gnu/libdouble-conversion.so.3 (0x7fd8ce12a000)
libglib-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
(0x7fd8ce001000) /lib64/ld-linux-x86-64.so.2 (0x7fd8d0713000)
libdbus-1.so.3 => /lib/x86_64-linux-gnu/libdbus-1.so.3 (0x7fd8cdfb)
libGLdispatch.so.0 => /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0
(0x7fd8cdef6000) libGLX.so.0 => /usr/lib/x86_64-linux-gnu/libGLX.so.0
(0x7fd8cdec2000) libfreetype.so.6 =>
/usr/lib/x86_64-linux-gnu/libfreetype.so.6 (0x7fd8cde03000)
libgraphite2.so.3 => /usr/lib/x86_64-linux-gnu/libgraphite2.so.3
(0x7fd8cddd6000) libicudata.so.66 =>
/usr/lib/x86_64-linux-gnu/libicudata.so.66 (0x7fd8cc315000) libpcre.so.3 =>
/lib/x86_64-linux-gnu/libpcre.so.3 (0x7fd8cc2a) libsystemd.so.0 =>
/lib/x86_64-linux-gnu/libsystemd.so.0 (0x7fd8cc1f3000) libX11.so.6 =>
/usr/lib/x86_64-linux-gnu/libX11.so.6 (0x7fd8cc0b6000) librt.so.1 =>
/lib/x86_64-linux-gnu/librt.so.1 (0x7fd8cc0ab000) liblzma.so.5 =>
/lib/x86_64-linux-gnu/liblzma.so.5 (0x7fd8cc082000) liblz4.so.1 =>
/usr/lib/x86_64-linux-gnu/liblz4.so.1 (0x7fd8cc05f000) libgcrypt.so.20 =>
/usr/lib/x86_64-linux-gnu/libgcrypt.so.20 (0x7fd8cbf41000) libxcb.so.1 =>
/usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x7fd8cbf17000) libgpg-error.so.0 =>
/lib/x86_64-linux-gnu/libgpg-error.so.0 (0x7fd8cbef4000) libXau.so.6 =>
/usr/lib/x86_64-linux-gnu/libXau.so.6 (0x7fd8cbeee000) libXdmcp.so.6 =>
/usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x7fd8cbee4000) libbsd.so.0 =>
/usr/lib/x86_64-linux-gnu/libbsd.so.0 (0x7fd8cbeca000)
Does this help any?On Aug 19, 2020, 1:57 PM -0400, Urs Fleisch
, wrote:

https://bugs.kde.org/show_bug.cgi?id=425518

--- Comment #3 from Urs Fleisch  ---
Using the binary package kid3-3.8.3-Linux.tgz or the flatpak may work, but it
will not solve the problem. Linux Mint is based on Ubuntu and on my Ubuntu
installation it is working. Maybe there are some dependencies missing. Could
you check if you have the following packages installed or try to install them
using

sudo apt install libqt5quick5 libqt5qml5 qml-module-qtquick-layouts
qml-module-qtquick2

If this still does not help, check if "ldd
/usr/lib/kid3/plugins/libqmlcommand.so" reports some "not found" libraries.

If this still does not help, you could start kid3 with strace and check if it
tries to load some files or libraries which are missing.

--
You are receiving this mail because:
You reported the bug.

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

[kid3] [Bug 425518] Can't run English Title Case

2020-08-20 Thread Danny
https://bugs.kde.org/show_bug.cgi?id=425518

--- Comment #4 from Danny  ---
I ran the install and it was missing the layouts module, after the install I
restarted and if still didn't work.
I ran the ldd and I don't see any 'not found' libraries.  Here's the print
out:linux-vdso.so.1 (0x7ffdd0b4f000) libkid3-core.so.3.8.3 =>
/usr/lib/kid3/libkid3-core.so.3.8.3 (0x7fe4b6dc9000) libQt5Quick.so.5 =>
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5 (0x7fe4b68d6000) libQt5Qml.so.5
=> /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5 (0x7fe4b63f7000) libQt5Gui.so.5
=> /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 (0x7fe4b5e0c000)
libQt5Core.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
(0x7fe4b58c3000) libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6
(0x7fe4b56e2000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1
(0x7fe4b56c5000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6
(0x7fe4b54d3000) libQt5Network.so.5 =>
/usr/lib/x86_64-linux-gnu/libQt5Network.so.5 (0x7fe4b5312000)
libQt5DBus.so.5 => /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
(0x7fe4b5276000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6
(0x7fe4b5127000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
(0x7fe4b5104000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2
(0x7fe4b50fc000) libGL.so.1 => /usr/lib/x86_64-linux-gnu/libGL.so.1
(0x7fe4b5074000) libpng16.so.16 => /usr/lib/x86_64-linux-gnu/libpng16.so.16
(0x7fe4b503c000) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1
(0x7fe4b502) libharfbuzz.so.0 =>
/usr/lib/x86_64-linux-gnu/libharfbuzz.so.0 (0x7fe4b4f1b000)
libicui18n.so.66 => /usr/lib/x86_64-linux-gnu/libicui18n.so.66
(0x7fe4b4c1c000) libicuuc.so.66 => /usr/lib/x86_64-linux-gnu/libicuuc.so.66
(0x7fe4b4a34000) libpcre2-16.so.0 =>
/usr/lib/x86_64-linux-gnu/libpcre2-16.so.0 (0x7fe4b49b1000)
libdouble-conversion.so.3 =>
/usr/lib/x86_64-linux-gnu/libdouble-conversion.so.3 (0x7fe4b499b000)
libglib-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
(0x7fe4b4872000) /lib64/ld-linux-x86-64.so.2 (0x7fe4b6f86000)
libdbus-1.so.3 => /lib/x86_64-linux-gnu/libdbus-1.so.3 (0x7fe4b4821000)
libGLdispatch.so.0 => /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0
(0x7fe4b4767000) libGLX.so.0 => /usr/lib/x86_64-linux-gnu/libGLX.so.0
(0x7fe4b4733000) libfreetype.so.6 =>
/usr/lib/x86_64-linux-gnu/libfreetype.so.6 (0x7fe4b4674000)
libgraphite2.so.3 => /usr/lib/x86_64-linux-gnu/libgraphite2.so.3
(0x7fe4b4647000) libicudata.so.66 =>
/usr/lib/x86_64-linux-gnu/libicudata.so.66 (0x7fe4b2b86000) libpcre.so.3 =>
/lib/x86_64-linux-gnu/libpcre.so.3 (0x7fe4b2b11000) libsystemd.so.0 =>
/lib/x86_64-linux-gnu/libsystemd.so.0 (0x7fe4b2a64000) libX11.so.6 =>
/usr/lib/x86_64-linux-gnu/libX11.so.6 (0x7fe4b2927000) librt.so.1 =>
/lib/x86_64-linux-gnu/librt.so.1 (0x7fe4b291c000) liblzma.so.5 =>
/lib/x86_64-linux-gnu/liblzma.so.5 (0x7fe4b28f3000) liblz4.so.1 =>
/usr/lib/x86_64-linux-gnu/liblz4.so.1 (0x7fe4b28d) libgcrypt.so.20 =>
/usr/lib/x86_64-linux-gnu/libgcrypt.so.20 (0x7fe4b27b2000) libxcb.so.1 =>
/usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x7fe4b2788000) libgpg-error.so.0 =>
/lib/x86_64-linux-gnu/libgpg-error.so.0 (0x7fe4b2765000) libXau.so.6 =>
/usr/lib/x86_64-linux-gnu/libXau.so.6 (0x7fe4b275f000) libXdmcp.so.6 =>
/usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x7fe4b2755000) libbsd.so.0 =>
/usr/lib/x86_64-linux-gnu/libbsd.so.0 (0x7fe4b273b000)

I don't know how to start kid3 with strace.


On Wednesday, August 19, 2020, 01:57:58 PM EDT, Urs Fleisch
 wrote:  

 https://bugs.kde.org/show_bug.cgi?id=425518

--- Comment #3 from Urs Fleisch  ---
Using the binary package kid3-3.8.3-Linux.tgz or the flatpak may work, but it
will not solve the problem. Linux Mint is based on Ubuntu and on my Ubuntu
installation it is working. Maybe there are some dependencies missing. Could
you check if you have the following packages installed or try to install them
using

sudo apt install libqt5quick5 libqt5qml5 qml-module-qtquick-layouts
qml-module-qtquick2

If this still does not help, check if "ldd
/usr/lib/kid3/plugins/libqmlcommand.so" reports some "not found" libraries.

If this still does not help, you could start kid3 with strace and check if it
tries to load some files or libraries which are missing.

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

[kid3] [Bug 425518] Can't run English Title Case

2020-08-19 Thread Urs Fleisch
https://bugs.kde.org/show_bug.cgi?id=425518

--- Comment #3 from Urs Fleisch  ---
Using the binary package kid3-3.8.3-Linux.tgz or the flatpak may work, but it
will not solve the problem. Linux Mint is based on Ubuntu and on my Ubuntu
installation it is working. Maybe there are some dependencies missing. Could
you check if you have the following packages installed or try to install them
using

sudo apt install libqt5quick5 libqt5qml5 qml-module-qtquick-layouts
qml-module-qtquick2

If this still does not help, check if "ldd
/usr/lib/kid3/plugins/libqmlcommand.so" reports some "not found" libraries.

If this still does not help, you could start kid3 with strace and check if it
tries to load some files or libraries which are missing.

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

[kid3] [Bug 425518] Can't run English Title Case

2020-08-19 Thread Danny
https://bugs.kde.org/show_bug.cgi?id=425518

--- Comment #2 from Danny  ---
I've tried the version 3.8.3 from the Linux Mint 20 Software Manager and tried
via the repo (ppa:ufleisch/kid3).
No, the other QML script context menu functions do not work. 
Should I try the Flatpak version?On Wednesday, August 19, 2020, 04:46:27 AM
EDT, Urs Fleisch  wrote:  

 https://bugs.kde.org/show_bug.cgi?id=425518

--- Comment #1 from Urs Fleisch  ---
Which version are you using exactly, a deb package from
https://launchpad.net/~ufleisch/+archive/ubuntu/kid3, a deb package from an
official repository or the binary package kid3-3.8.3-Linux.tgz?

Are the other QML script context menu functions (Resize Album Art, Extract
Album Art, Embed Album Art, Embed Lyrics, QML Console, ReplayGain to
SoundCheck, Text Encoding ID3v1, Export CSV, Import CSV, Export Playlist
Folder, ID3v1 to ASCII) working?

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

[kid3] [Bug 425518] Can't run English Title Case

2020-08-19 Thread Urs Fleisch
https://bugs.kde.org/show_bug.cgi?id=425518

--- Comment #1 from Urs Fleisch  ---
Which version are you using exactly, a deb package from
https://launchpad.net/~ufleisch/+archive/ubuntu/kid3, a deb package from an
official repository or the binary package kid3-3.8.3-Linux.tgz?

Are the other QML script context menu functions (Resize Album Art, Extract
Album Art, Embed Album Art, Embed Lyrics, QML Console, ReplayGain to
SoundCheck, Text Encoding ID3v1, Export CSV, Import CSV, Export Playlist
Folder, ID3v1 to ASCII) working?

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