[dragonplayer] [Bug 425684] New: Display subtitles with black background

2020-08-22 Thread Miklos Karacsony
https://bugs.kde.org/show_bug.cgi?id=425684

Bug ID: 425684
   Summary: Display subtitles with black background
   Product: dragonplayer
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: sit...@kde.org
  Reporter: mkaracson...@gmail.com
CC: myr...@kde.org
  Target Milestone: ---

Created attachment 131103
  --> https://bugs.kde.org/attachment.cgi?id=131103=edit
Example overlapping text from a movie

SUMMARY


STEPS TO REPRODUCE
1. Load a movie with hard coded subtitles
2. Play it with another subtitle loaded on the top (different language)
3. Try to read the resulting mess

OBSERVED RESULT

Cannot read the subtitle as it mixes with the hard coded subs below

EXPECTED RESULT

The subtitle which comes with the video clip should be readable by the user

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Built from sources
(available in About System)
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.73
Qt Version: 5.12.9

ADDITIONAL INFORMATION

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

[frameworks-syntax-highlighting] [Bug 413626] Bash string highlighting problems

2020-08-05 Thread Miklos Karacsony
https://bugs.kde.org/show_bug.cgi?id=413626

--- Comment #7 from Miklos Karacsony  ---
Created attachment 130660
  --> https://bugs.kde.org/attachment.cgi?id=130660=edit
Another example

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

[frameworks-syntax-highlighting] [Bug 413626] Bash string highlighting problems

2020-08-05 Thread Miklos Karacsony
https://bugs.kde.org/show_bug.cgi?id=413626

Miklos Karacsony  changed:

   What|Removed |Added

 CC||mkaracson...@gmail.com

--- Comment #6 from Miklos Karacsony  ---
Created attachment 130659
  --> https://bugs.kde.org/attachment.cgi?id=130659=edit
Not sure if this is related but an example of a bad highlighting in kate just
in case. May help you narrow down the problem.

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

[frameworks-kio] [Bug 381667] Please allow kuiserver to be built separately without additional dependencies

2020-05-28 Thread Miklos Karacsony
https://bugs.kde.org/show_bug.cgi?id=381667

--- Comment #17 from Miklos Karacsony  ---
I cannot say, it's been a while since I built these. Close the bug for now, and
if it's still an issue in the future I can open a new bug report then.

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

[konsole] [Bug 412571] Konsole closes down the active tab without confirmation if I accidentally hit "close" instead of "copy" from the context menu

2019-10-03 Thread Miklos Karacsony
https://bugs.kde.org/show_bug.cgi?id=412571

Miklos Karacsony  changed:

   What|Removed |Added

 CC||mkaracson...@gmail.com

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

[konsole] [Bug 412571] New: Konsole closes down the active tab without confirmation if I accidentally hit "close" instead of "copy" from the context menu

2019-10-03 Thread Miklos Karacsony
https://bugs.kde.org/show_bug.cgi?id=412571

Bug ID: 412571
   Summary: Konsole closes down the active tab without
confirmation if I accidentally hit "close" instead of
"copy" from the context menu
   Product: konsole
   Version: 19.08.1
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: copy-paste
  Assignee: konsole-de...@kde.org
  Reporter: mkaracson...@gmail.com
  Target Milestone: ---

SUMMARY
I am running a script which compiles multiple packages in a chroot environment.
Sometimes I need to copy text from the output of that script to use it
somewhere
else and 1 out of 10 times I hit "close" instead of "copy" which closes down
the
active tab without confirmation (I am using a touch pad so it is very easy to
"tap" on "close" as soon as the context menu opens). I think Konsole should ask
the user to confirm if he/she wants to close the tab especially if your're
running a script while its open.

STEPS TO REPRODUCE
1. Open a tab
2. Run a script
3. Hit "close" from the context menu

OBSERVED RESULT
Konsole closes down the tab without first confirming with the user

EXPECTED RESULT
Konsole should ask the user first to see if the user really wants to close
the tab

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 5.16.5
(available in About System)
KDE Plasma Version: 5.16.5
KDE Frameworks Version: 5.66
Qt Version: 5.12.5

ADDITIONAL INFORMATION

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

[frameworks-kio] [Bug 381667] Please allow kuiserver to be built separately without additional dependencies

2017-06-26 Thread Miklos Karacsony
https://bugs.kde.org/show_bug.cgi?id=381667

--- Comment #13 from Miklos Karacsony <mkaracson...@gmail.com> ---
Created attachment 106310
  --> https://bugs.kde.org/attachment.cgi?id=106310=edit
Patch to allow building kuiserver as a standalone package

Attached patch just in case someone else faces the same problem. Tested, and it
works. Thank you for your help!

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

[frameworks-kio] [Bug 381667] Please allow kuiserver to be built separately without additional dependencies

2017-06-26 Thread Miklos Karacsony
https://bugs.kde.org/show_bug.cgi?id=381667

--- Comment #12 from Miklos Karacsony <mkaracson...@gmail.com> ---
(In reply to Miklos Karacsony from comment #11)
> I've tried it, the result:
> 
> CMake Error at CMakeLists.txt:46 (install):
>   install FILES given no DESTINATION!
> 
> 
> CMake Error at CMakeLists.txt:54 (kf5_add_kdeinit_executable):
>   Unknown CMake command "kf5_add_kdeinit_executable".
> 
> 
> CMake Error in CMakeLists.txt:
>   No cmake_minimum_required command is present.  A line of code such as
> 
> cmake_minimum_required(VERSION 3.7)
> 
>   should be added at the top of the file.  The version specified may be lower
>   if you wish to support older CMake versions for this project.  For more
>   information run "cmake --help-policy CMP".
> 
> 
> -- Configuring incomplete, errors occurred!
> 
> I am (unfortunately) not familiar with cmake's syntax, so I don't know what
> to do next. Any ideas?

Sorry, I simply forgot to add the includes. Now it works fine, although I had
to add cmake_minimum stuff to CMakeLists.txt instead of adding it to Custom.txt

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

[frameworks-kio] [Bug 381667] Please allow kuiserver to be built separately without additional dependencies

2017-06-26 Thread Miklos Karacsony
https://bugs.kde.org/show_bug.cgi?id=381667

--- Comment #11 from Miklos Karacsony <mkaracson...@gmail.com> ---
I've tried it, the result:

CMake Error at CMakeLists.txt:46 (install):
  install FILES given no DESTINATION!


CMake Error at CMakeLists.txt:54 (kf5_add_kdeinit_executable):
  Unknown CMake command "kf5_add_kdeinit_executable".


CMake Error in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

cmake_minimum_required(VERSION 3.7)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP".


-- Configuring incomplete, errors occurred!

I am (unfortunately) not familiar with cmake's syntax, so I don't know what to
do next. Any ideas?

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

[frameworks-kio] [Bug 381667] Please allow kuiserver to be built separately without additional dependencies

2017-06-26 Thread Miklos Karacsony
https://bugs.kde.org/show_bug.cgi?id=381667

--- Comment #10 from Miklos Karacsony <mkaracson...@gmail.com> ---
I was able to build it with my own workaround by using the following in the
source directory:
sed -i -e '/ Baloo)/d;/SysGuard/d;/KF5XmlRpcClient/d;s/DocTools Runner
JsEmbed/DocTools/' CMakeLists.txt
(this solution is backward compatible with the 4.8 branch where baloo was among
the required packages)
Of course for this to work I still need kdelibs4support, so I'll definitely try
your solution. Thanks for the idea!

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

[frameworks-kio] [Bug 381667] Please allow kuiserver to be built separately without additional dependencies

2017-06-26 Thread Miklos Karacsony
https://bugs.kde.org/show_bug.cgi?id=381667

--- Comment #8 from Miklos Karacsony <mkaracson...@gmail.com> ---
I've opened a bug against KIO: https://bugs.kde.org/show_bug.cgi?id=381672
Please keep this one open for a while, as I've posted a link which points to
this bug report in my first comment. Many Thanks!

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

[frameworks-kio] [Bug 381672] New: JobTracker in KIO needs kuiserver to display progress dialogs

2017-06-26 Thread Miklos Karacsony
https://bugs.kde.org/show_bug.cgi?id=381672

Bug ID: 381672
   Summary: JobTracker in KIO needs kuiserver to display progress
dialogs
   Product: frameworks-kio
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: fa...@kde.org
  Reporter: mkaracson...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

In other Desktop Environments under linux if using any app which uses KIO (such
as Krusader, Dolphin) the application does not display any kind of progress
dialog while working, unless kuiserver is installed too. This is a problem,
because currently there is no way to build a standalone kuiserver from the
plasma-workspace package without having to build other, sometimes conflicting
dependencies. For example I am currently using connman to manage my network
connections and plasma-workspace needs networkmanager as a hard dependency.

The original bug was opened against kuiserver (plasma-workspace):
https://bugs.kde.org/show_bug.cgi?id=381667

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

[frameworks-kio] [Bug 381672] JobTracker in KIO needs kuiserver to display progress dialogs

2017-06-26 Thread Miklos Karacsony
https://bugs.kde.org/show_bug.cgi?id=381672

Miklos Karacsony <mkaracson...@gmail.com> changed:

   What|Removed |Added

 CC||mkaracson...@gmail.com

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

[frameworks-kio] [Bug 381667] Please allow kuiserver to be built separately without additional dependencies

2017-06-26 Thread Miklos Karacsony
https://bugs.kde.org/show_bug.cgi?id=381667

--- Comment #7 from Miklos Karacsony <mkaracson...@gmail.com> ---
So, do you want me to open a bug against KIO?

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

[plasmashell] [Bug 381667] Please allow kuiserver to be built separately without additional dependencies

2017-06-26 Thread Miklos Karacsony
https://bugs.kde.org/show_bug.cgi?id=381667

--- Comment #5 from Miklos Karacsony <mkaracson...@gmail.com> ---
I've tried dolphin, but it didn't display anything (copied a large folder full
of movies from one drive to another).
Meanwhile, I've done some digging, and according to arch devs dolphin needs
kuiserver also:
https://www.archlinux.org/packages/extra/x86_64/dolphin/
I's not even optional it is a hard dependency, although I was able to build
dolphin without it.

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

[plasmashell] [Bug 381667] Please allow kuiserver to be built separately without additional dependencies

2017-06-26 Thread Miklos Karacsony
https://bugs.kde.org/show_bug.cgi?id=381667

--- Comment #4 from Miklos Karacsony <mkaracson...@gmail.com> ---
I'll try that, and I'll get back to you once I've built dolphin and it's
dependencies.

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

[plasmashell] [Bug 381667] Please allow kuiserver to be built separately without additional dependencies

2017-06-26 Thread Miklos Karacsony
https://bugs.kde.org/show_bug.cgi?id=381667

--- Comment #2 from Miklos Karacsony <mkaracson...@gmail.com> ---
Unfortunately it does not display anything.

Please see:
https://bugs.archlinux.org/task/48031
https://rohlix.wordpress.com/2016/08/19/krusader-copymove-dialog-not-visible/

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

[plasmashell] [Bug 381667] Please allow kuiserver to be built separately without additional dependencies

2017-06-26 Thread Miklos Karacsony
https://bugs.kde.org/show_bug.cgi?id=381667

Miklos Karacsony <mkaracson...@gmail.com> changed:

   What|Removed |Added

 CC||mkaracson...@gmail.com

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

[plasmashell] [Bug 381667] New: Please allow kuiserver to be built separately without additional dependencies

2017-06-26 Thread Miklos Karacsony
https://bugs.kde.org/show_bug.cgi?id=381667

Bug ID: 381667
   Summary: Please allow kuiserver to be built separately without
additional dependencies
   Product: plasmashell
   Version: master
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Notifications
  Assignee: k...@privat.broulik.de
  Reporter: mkaracson...@gmail.com
CC: mklape...@kde.org
  Target Milestone: 1.0

I cannot build a standalone kuiserver from the main package without satisfying
other dependencies first. The reason why I would like to build it a standalone
is because I am using lxQt and Krusader together. Krusader uses kuiserver to
display progress dialog boxes.
The main package (plasma-workspace) pulls in networkmanager as a dependency for
example but I am using connman to manage my network connections so this is
problem for me. Please think about providing a way to build kuiserver without
pulling in other than its own dependencies (currently qt5: base, svg,
x11extras, svg. kf5: xmlgui, dbusaddons, configwidgets, config, itemviews,
i18n, coreaddons, textwidgets, windowsystem, attica, globalaccel, iconthemes,
codec, auth, guiaddons, sonnet, service, completion, archive).
I've tried to build it using CMakeLists.txt from kuiserver directory, but
without success.

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

[plasmashell] [Bug 363984] New: FTBS with gcc 6.1.1

2016-06-05 Thread Miklos Karacsony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363984

Bug ID: 363984
   Summary: FTBS with gcc 6.1.1
   Product: plasmashell
   Version: 5.6.4
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: mkaracson...@gmail.com
CC: bhus...@gmail.com, plasma-b...@kde.org

Building with gcc 6.1.1 fails

Reproducible: Always

Steps to Reproduce:
1. try to build with gcc 6.1.1
2. sit back, relax and wait for the build error
3.

Actual Results:  
/usr/src/plasma-desktop-5.6.4/kcms/touchpad/src/backends/x11/synapticstouchpad.cpp:
In member function 'virtual double SynapticsTouchpad::getPropertyScale(const
QString&) const':
/usr/src/plasma-desktop-5.6.4/kcms/touchpad/src/backends/x11/synapticstouchpad.cpp:240:16:
error: 'sqrt' is not a member of 'std'
 return std::sqrt(static_cast(m_resX) * m_resX
^~~
/usr/src/plasma-desktop-5.6.4/kcms/touchpad/src/backends/x11/synapticstouchpad.cpp:247:16:
error: 'M_PI_4' was not declared in this scope
 return M_PI_4 / 45.0;
^~
make[2]: ***
[kcms/touchpad/src/CMakeFiles/kded_touchpad.dir/backends/x11/synapticstouchpad.cpp.o]
Error 1
make[2]: *** Waiting for unfinished jobs
make[1]: *** [kcms/touchpad/src/CMakeFiles/kded_touchpad.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs


Expected Results:  
The package builds without errors

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


[ksysguard] [Bug 361281] New: migrate away from qtwebkit (gui)

2016-04-01 Thread Miklos Karacsony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361281

Bug ID: 361281
   Summary: migrate away from qtwebkit (gui)
   Product: ksysguard
   Version: 5.6.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: libksysguard
  Assignee: plasma-de...@kde.org
  Reporter: mkaracson...@gmail.com

libksysguard still depends on qtwebkit, which was deprecated by the qt
developers in the latest release. you can still build it from source, but it
would be a good idea to migrate away from it. use something like webengine
instead.

Reproducible: Always

Steps to Reproduce:
1. try to build libksysguard without qtwebkit installed
2. 
3.

Actual Results:  
it builds without gui

Expected Results:  
it builds the gui component as well

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


[frameworks-kdelibs4support] [Bug 358552] New: make kdesignerplugin an optional dependency

2016-01-25 Thread Miklos Karacsony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358552

Bug ID: 358552
   Summary: make kdesignerplugin an optional dependency
   Product: frameworks-kdelibs4support
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: mkaracson...@gmail.com

kdelibs4support depends on kdesignerplugin which in turn depends on kdewebkit
(qtwebkit). qtwebkit takes forever to build and kdesignerplugin is hardly used
by a regular user unless he/she is a developer. making it optional would make
sense as it would save a lot of (build) time.

Reproducible: Always

Steps to Reproduce:
try to build kdelibs4support without kdesignerplugin

Actual Results:  
cmake error saying that kdesignerplugin is a required package

Expected Results:  
cmake warning that an optional dependency is missing

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