[dolphin] [Bug 475659] Selection for ISO integration is missing in the Dolphin menu after the update

2023-10-15 Thread loqs
https://bugs.kde.org/show_bug.cgi?id=475659

--- Comment #1 from loqs  ---
Created attachment 162325
  --> https://bugs.kde.org/attachment.cgi?id=162325&action=edit
Test for application/vnd.efi.iso

Does the attached patch help?

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

[dolphin] [Bug 475659] Selection for ISO integration is missing in the Dolphin menu after the update

2023-10-15 Thread loqs
https://bugs.kde.org/show_bug.cgi?id=475659

--- Comment #2 from loqs  ---
Related downstream bug report https://bugs.archlinux.org/task/79971

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

[print-manager] [Bug 395115] print-manager v18.04.1 interacts badly with recent cups v2.2.8, numerous errors leading to high system load

2018-06-08 Thread loqs
https://bugs.kde.org/show_bug.cgi?id=395115

loqs  changed:

   What|Removed |Added

 CC||kde_bugzilla@entropy-collec
   ||tor.net

--- Comment #6 from loqs  ---
>From the upstream report at cups
https://cgit.kde.org/print-manager.git/tree/libkcups/KCupsRequest.cpp?h=v18.04.1#n196
is not a valid attribute for that request
https://cgit.kde.org/print-manager.git/tree/libkcups/KCupsRequest.cpp?h=v18.04.1#n200
should be boolean

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

[print-manager] [Bug 395115] print-manager v18.04.1 interacts badly with recent cups v2.2.8, numerous errors leading to high system load

2018-06-08 Thread loqs
https://bugs.kde.org/show_bug.cgi?id=395115

--- Comment #7 from loqs  ---
Created attachment 113150
  --> https://bugs.kde.org/attachment.cgi?id=113150&action=edit
cups 2.2.8 compatibility test

previous comment should have linked to printer type not printer
drop printer type tag and change my-jobs to a boolean compile tested only

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

[print-manager] [Bug 395115] print-manager v18.04.1 interacts badly with recent cups v2.2.8, numerous errors leading to high system load

2018-06-08 Thread loqs
https://bugs.kde.org/show_bug.cgi?id=395115

--- Comment #9 from loqs  ---
cupsdProcessIPPRequest: requesting-user-name nameWithoutLanguage 'harvey'
cupsdAddEvent(event=server-audit, dest=(nil)(), job=(nil)(0), text="%04X %s
\"requesting-user-name\" attribute with bad value.", ...)

The string cups is complaining about appears to all be valid ascii/UTF-8 and
the code in print-manager is using UTF-8 so I fixed the issues where I could
see issues in the code.  Unless cups sanitised that string before printing the
value to the error log I can not see the problem with it.

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

[print-manager] [Bug 395115] print-manager v18.04.1 interacts badly with recent cups v2.2.8, numerous errors leading to high system load

2018-06-08 Thread loqs
https://bugs.kde.org/show_bug.cgi?id=395115

loqs  changed:

   What|Removed |Added

 Attachment #113150|0   |1
is obsolete||

--- Comment #10 from loqs  ---
Created attachment 113153
  --> https://bugs.kde.org/attachment.cgi?id=113153&action=edit
cups 2.2.8 compatibility test2

Updated test fix this additionally removes setting the language parameter to
'utf-8' in ippAddString calls this matches cups internal use of ippAddString.

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

[print-manager] [Bug 395115] print-manager v18.04.1 interacts badly with recent cups v2.2.8, numerous errors leading to high system load

2018-06-08 Thread loqs
https://bugs.kde.org/show_bug.cgi?id=395115

--- Comment #12 from loqs  ---
No still same issue with the last patch.  I can only reproduce the issue with
LANG=de_DE.utf8

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