[systemsettings] [Bug 368305] Implement Samba printer browsing

2021-02-19 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=368305

--- Comment #8 from Daniel Nicoletti  ---
My initial idea was to use KIO, BUT, the code for printers there is explicity
disabled :( but indeed should be less work than talking to smb libs directly.

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

[print-manager] [Bug 368305] cannot browse samba printer button grayed out

2020-01-28 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=368305

--- Comment #3 from Daniel Nicoletti  ---
We can, I was actually hoping for someone missing the feature to implement it
:)

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

[print-manager] [Bug 368305] cannot browse samba printer button grayed out

2020-01-28 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=368305

--- Comment #1 from Daniel Nicoletti  ---
It's a missing feature, patches welcome :)

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

[print-manager] [Bug 405940] Umlaut - error for german text (UTF8-error)

2019-03-28 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=405940

--- Comment #1 from Daniel Nicoletti  ---
This text comes from the PPD driver file, can you check if it has valid
unicode? Does the text looks right at http://localhost:631 ?

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

[print-manager] [Bug 400613] kcm_printer_manager - Windows printer via SAMBA - Browse button greyed out

2018-11-03 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=400613

Daniel Nicoletti  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Daniel Nicoletti  ---
It's greyed out because it's a feature not implemented, patches are welcome :)

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

[colord-kde] [Bug 397633] kf5.kded: found kded module "colord" by prepending 'kded_' to the library path

2018-09-23 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=397633

Daniel Nicoletti  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/col
   ||ord-kde/20d54acea93d2f2ad7b
   ||8d3b5b9a4e5d9320b1a96

--- Comment #3 from Daniel Nicoletti  ---
Git commit 20d54acea93d2f2ad7b8d3b5b9a4e5d9320b1a96 by Daniel Nicoletti.
Committed on 23/09/2018 at 18:39.
Pushed by dantti into branch 'master'.

Fix kded metadata

Thanks to Jon Burgess

M  +1-1colord-kded/colord.desktop

https://commits.kde.org/colord-kde/20d54acea93d2f2ad7b8d3b5b9a4e5d9320b1a96

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

[apper] [Bug 398993] found kded module "apperd" by prepending 'kded_' to the library path, please fix your metadata.

2018-09-23 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=398993

Daniel Nicoletti  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/app
   ||er/d55b1677cbf99ab8a4a1fa07
   ||2a648a991535651c
 Status|REPORTED|RESOLVED

--- Comment #1 from Daniel Nicoletti  ---
Git commit d55b1677cbf99ab8a4a1fa072a648a991535651c by Daniel Nicoletti.
Committed on 23/09/2018 at 18:37.
Pushed by dantti into branch 'master'.

Fix apperd metadata

Thanks to Jon Burgess

M  +1-1apperd/apperd.desktop

https://commits.kde.org/apper/d55b1677cbf99ab8a4a1fa072a648a991535651c

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

[print-manager] [Bug 397915] KDE apps are ignnoring default printer setting from ~/.cups/lpoptions

2018-08-27 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=397915

Daniel Nicoletti  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from Daniel Nicoletti  ---
print-manager manages printers and it's jobs, the print dialog which is the
component that should load printer settings comes from Qt, so you should report
a bug against that.

Thanks.

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

[print-manager] [Bug 397125] print-manager sends password to remote cups server

2018-08-03 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=397125

--- Comment #1 from Daniel Nicoletti  ---
You will never send your password to a remote server unless you configure your
CUPS local file settings to use a remote server.

About certificates this is CUPS-API which doesn't provide any, and usually runs
unencrypted.

The is nothing I can do to improve this AFAIK because it's all dependent on
user settings and CUPS-API IIRC doesn't provide extra information...

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

[print-manager] [Bug 350027] Printer module requests password and fails to verify it properly

2018-07-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=350027

Daniel Nicoletti  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

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

[print-manager] [Bug 350027] Printer module requests password and fails to verify it properly

2018-07-25 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=350027

--- Comment #3 from Daniel Nicoletti  ---
What credentials are you providing? This password is negotiated with CUPS
server, so it depends on CUPS configuration to authenticate you or not (not
just because you have logged in). If you provide root and password on the web
interface it should work on the system settings module too.

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

[print-manager] [Bug 395885] Printer Settings should be saved under user profile, not global CUPS configuration

2018-06-28 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=395885

--- Comment #3 from Daniel Nicoletti  ---
First let me better explain why I'm not going to fix this, I work on free time,
so my free time is precious, if this was a bug that crashed the software or
make it misbehave I'd surely fix it, but this is a FEATURE that I don't use,
and that CUPS AFAIK doesn't have any API to dealing with it, which means if I
add this feature and CUPS change the way it behaves tomorrow I'll have new bugs
to fix. Having a command line tool that does the job doesn't guarantee any
stability as the options might change breaking code at run time.

>I would love to provide a patch but I can't because I'm not a developer

If you are not a developer but is speaking in the name of a company you can pay
one to do it, even me as I do freelances. As I said before if the patch looks
good I might accept even with the breaks risk as I DO understand this is a nice
feature to have, but not one I'll use so I prefer to spend my time on other
stuff...

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

[print-manager] [Bug 395885] Printer Settings should be saved under user profile, not global CUPS configuration

2018-06-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=395885

Daniel Nicoletti  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Daniel Nicoletti  ---
print-manager doesn't touch any files by it's own, it only talks CUPS protocol,
which is what other desktops also do, I won't even try to write changes to
local user because that is likely to break since CUPS doesn't provide any API
for that.

I might accept a patch for this if this does look good. But most distros
already have the main user as root so that you don't get prompted, and speaking
of corporate CUPS process is so small that you usually will be talking to CUPS
on your own machine.

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

[print-manager] [Bug 395383] Settings are not saved in printer global settings

2018-06-14 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=395383

--- Comment #2 from Daniel Nicoletti  ---
This is a duplicate of another bug, that I could not reproduce, not I can
reproduce now, so if you would like this fixed I'll need you to do some better
investigation. Does changing it via http://localhost:631 works? Do you have
another printer that this also fails?

-- 
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-10 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=395115

--- Comment #15 from Daniel Nicoletti  ---
it might not be an issue with print manager but the last patch seems to be a
more correct way to talk to cups, does using it with the patched CUPS has any
issue?

-- 
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 Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=395115

--- Comment #11 from Daniel Nicoletti  ---
(In reply to Bastian Beischer from comment #8)
> @loqs: Thanks, but unfortunately that doesn't fix it for me.

Does the last patch provided fixes the issue for you?

-- 
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-07 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=395115

--- Comment #3 from Daniel Nicoletti  ---
thanks for investigating this, sadly I don't have this version at time to test,
but will try to see if I send the things mentioned on that ISSUE.

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

[print-manager] [Bug 326289] plasma-desktop crashed after configuring printer applet [JobModel::updateJob]

2018-06-06 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=326289

Daniel Nicoletti  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/pri
   ||nt-manager/5d3c5f7bc4174695
   ||af57cf5032a3d4117bd7577c

--- Comment #20 from Daniel Nicoletti  ---
Git commit 5d3c5f7bc4174695af57cf5032a3d4117bd7577c by Daniel Nicoletti.
Committed on 06/06/2018 at 20:22.
Pushed by dantti into branch 'master'.

Possibly fix a crash by updating a row before moving it

This optimizes row updates and will update a row
before putting it in another position in order to
try to avoid a crash.

M  +63   -55   libkcups/JobModel.cpp

https://commits.kde.org/print-manager/5d3c5f7bc4174695af57cf5032a3d4117bd7577c

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

[print-manager] [Bug 326289] plasma-desktop crashed after configuring printer applet [JobModel::updateJob]

2018-06-06 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=326289

--- Comment #21 from Daniel Nicoletti  ---
I'm not sure if this fixes the issue so please try...

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

[print-manager] [Bug 326289] plasma-desktop crashed after configuring printer applet [JobModel::updateJob]

2018-06-06 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=326289

--- Comment #19 from Daniel Nicoletti  ---
This is really odd, and sadly I could never reproduce it.

The code removes a row, inserts at another position and then crashes when
updating it at the new position, it feels like the insert failed somehow...

I could add a check but that doesn't seem right :/

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

[apper] [Bug 394723] Package description text disappears on mouse over

2018-05-30 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=394723

--- Comment #1 from Daniel Nicoletti  ---
Which theme are you using? I can't reproduce this

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

[apper] [Bug 345883] 0.9.1 Apper overlapping messages while downloading

2018-05-23 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=345883

--- Comment #18 from Daniel Nicoletti <dantt...@gmail.com> ---
hmm might be but it still not looking good at least here...

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

[apper] [Bug 345883] 0.9.1 Apper overlapping messages while downloading

2018-05-22 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=345883

--- Comment #16 from Daniel Nicoletti <dantt...@gmail.com> ---
yeah sorry, I still need to find some time to figure out how to fix this...

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

[colord-kde] [Bug 328248] colord-kde possibly assigns the profile to the wrong X atom when >1 monitor is connected

2018-05-03 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=328248

--- Comment #12 from Daniel Nicoletti <dantt...@gmail.com> ---
Ok thanks for the info, that aligns up with what I was expecting from GCM.

I'm now just curious why darktable doesn't simply ignores the XAtom if it knows
about colord...

Whatever, I'll leave this as is, and if I find some time roll another
release...

Thanks

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

[colord-kde] [Bug 328248] colord-kde possibly assigns the profile to the wrong X atom when >1 monitor is connected

2018-05-03 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=328248

--- Comment #10 from Daniel Nicoletti <dantt...@gmail.com> ---
In fact darktable should be patched to ask colord about what is being used ATM,
this would then make is just work on Wayland. Which ATM has no support for
color correction as that needs to be done in KWin now.

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

[colord-kde] [Bug 328248] colord-kde possibly assigns the profile to the wrong X atom when >1 monitor is connected

2018-05-03 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=328248

--- Comment #9 from Daniel Nicoletti <dantt...@gmail.com> ---
It is a question for Gnome because we must behave consistently, the problem is
not this being legacy but the fact that enumerating X outputs is just broken
this way, might work for you but won't work properly on a plug and play basis.

I not entirely against this patch, but would like to know how's g-c-m is doing.

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

[colord-kde] [Bug 328248] colord-kde possibly assigns the profile to the wrong X atom when >1 monitor is connected

2018-05-03 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=328248

--- Comment #7 from Daniel Nicoletti <dantt...@gmail.com> ---
Sorry beeing quite busy lately, but I'd like to ask if this works on Gnome?

Last time I discussed this issue with colord author, he said _ICC_PROFILE atoms
for outputs were completely broken and would not work on all cases, thus I
forgot about the issue, while I do have a multi monitor setup I don't use often
so couldn't test this.

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

[apper] [Bug 387063] Apper crashes on launch on Fedora 27

2018-02-22 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=387063

--- Comment #12 from Daniel Nicoletti <dantt...@gmail.com> ---
No this bug is fixed with Apper 1.0.0, since it's not a KCM anymore, and that
code doesn't exist anymore.

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

[Discover] [Bug 390569] Discover sources list does not show repository name correctly

2018-02-22 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=390569

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 CC||dantt...@gmail.com

--- Comment #6 from Daniel Nicoletti <dantt...@gmail.com> ---
And there it is:
download.opensuse.org  and section "./" not sure there is something to fix,
maybe showing the repo-id? or baming opensuse for their weird/maybe wrong repo
line.

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

[Discover] [Bug 390569] Discover sources list does not show repository name correctly

2018-02-22 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=390569

--- Comment #4 from Daniel Nicoletti <dantt...@gmail.com> ---
What do you have in /etc/apt/sources.list.d ?
Because all theses entries are parsed fine by aptcc

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

[apper] [Bug 390844] Icons look pixelated when I increase display scale

2018-02-21 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=390844

--- Comment #1 from Daniel Nicoletti <dantt...@gmail.com> ---
hmm odd no idea why that happens will try to reproduce

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

[apper] [Bug 390844] Icons look pixelated when I increase display scale

2018-02-21 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=390844

--- Comment #3 from Daniel Nicoletti <dantt...@gmail.com> ---
Hmm I usually enable that on QtQuick apps, if you add that line does it fix
your issue?

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

[apper] [Bug 390836] Wrong RPATH in apper binary

2018-02-21 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=390836

--- Comment #2 from Daniel Nicoletti <dantt...@gmail.com> ---
What is odd is that it works on my system

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

[print-manager] [Bug 390591] Printing in reverse order has no effect

2018-02-16 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=390591

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from Daniel Nicoletti <dantt...@gmail.com> ---
Yes, it's a Qt dialog and this component is not related to Okular, as I said
this manages printers not what you send to them.

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

[print-manager] [Bug 390591] Printing in reverse order has no effect

2018-02-16 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=390591

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from Daniel Nicoletti <dantt...@gmail.com> ---
there's no such thing as KDE print dialog, and print manager only manages
printer's an it's jobs, please report this but to Qt upstream.

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

[print-manager] [Bug 377124] Print-manager does not save modifications in settings

2018-02-06 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=377124

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Daniel Nicoletti <dantt...@gmail.com> ---
Should be fixed in 8771d213301bad628e60895e4b56649a01e9d352
dunno why didn't get closed automatically

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

[print-manager] [Bug 328209] Printer Manager: Graphical garbage appears until the password dialog is closed

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=328209

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Daniel Nicoletti <dantt...@gmail.com> ---
Is this still valid with a recent Plasma5 installation?

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

[print-manager] [Bug 328059] printer - Systemsettings crashes when selecting new driver for installed printer

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=328059

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #2 from Daniel Nicoletti <dantt...@gmail.com> ---
I can not reproduce your issue, it works for me, if you can still reproduce it,
please attach the process to gdb and provide us a backtrace or more info like
which exact driver did you use.
This is likely crashing CUPS but our UI shouldn't be affected by that.

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

[print-manager] [Bug 374266] System Settings -> Printers -> Configure doesn't remember settings

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=374266

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Daniel Nicoletti <dantt...@gmail.com> ---


*** This bug has been marked as a duplicate of bug 377124 ***

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

[print-manager] [Bug 377124] Print-manager does not save modifications in settings

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=377124

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 CC||s_chriscoll...@hotmail.com

--- Comment #4 from Daniel Nicoletti <dantt...@gmail.com> ---
*** Bug 374266 has been marked as a duplicate of this bug. ***

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

[print-manager] [Bug 388456] System won't keep the new print resolution

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=388456

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from Daniel Nicoletti <dantt...@gmail.com> ---


*** This bug has been marked as a duplicate of bug 377124 ***

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

[print-manager] [Bug 377124] Print-manager does not save modifications in settings

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=377124

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 CC||jordan.margue...@gmail.com

--- Comment #3 from Daniel Nicoletti <dantt...@gmail.com> ---
*** Bug 388456 has been marked as a duplicate of this bug. ***

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

[print-manager] [Bug 386270] Can not change printer settings via KDE systemsettings5

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=386270

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Daniel Nicoletti <dantt...@gmail.com> ---


*** This bug has been marked as a duplicate of bug 377124 ***

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

[print-manager] [Bug 377124] Print-manager does not save modifications in settings

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=377124

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 CC||benni.b...@gmail.com

--- Comment #2 from Daniel Nicoletti <dantt...@gmail.com> ---
*** Bug 386270 has been marked as a duplicate of this bug. ***

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

[print-manager] [Bug 373106] Add printer dialog has incorrect application file name set

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=373106

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/pri
   ||nt-manager/57f40f44c74e2bcf
   ||a99f4d0cd6bf4ff731447e2f
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Daniel Nicoletti <dantt...@gmail.com> ---
Git commit 57f40f44c74e2bcfa99f4d0cd6bf4ff731447e2f by Daniel Nicoletti.
Committed on 27/01/2018 at 03:35.
Pushed by dantti into branch 'master'.

Fix desktop file name for kde-add-printer so we get an icon on Wayland

M  +1-1add-printer/CMakeLists.txt
R  +0-0add-printer/org.kde.kde-add-printer.desktop [from:
add-printer/org.kde.AddPrinter.desktop - 100% similarity]

https://commits.kde.org/print-manager/57f40f44c74e2bcfa99f4d0cd6bf4ff731447e2f

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

[print-manager] [Bug 384625] 5.10.5: Add new network printer: detected printer could be better viewable

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=384625

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/pri
   ||nt-manager/2f85d739082587b9
   ||94dabd55ed06762252e838b2
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Daniel Nicoletti <dantt...@gmail.com> ---
Git commit 2f85d739082587b994dabd55ed06762252e838b2 by Daniel Nicoletti.
Committed on 27/01/2018 at 02:17.
Pushed by dantti into branch 'master'.

Change sort order when adding a new printer

M  +17   -6add-printer/DevicesModel.cpp
M  +5-4add-printer/DevicesModel.h

https://commits.kde.org/print-manager/2f85d739082587b994dabd55ed06762252e838b2

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

[print-manager] [Bug 344616] Impossible to use my printer Epson dx8400 (System say: Invalid Files)

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=344616

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

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

[print-manager] [Bug 389153] PRINT DRIVER Brother MFC-L2700DW driverless, cups filters 1.17.9 long side mismatch

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=389153

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #5 from Daniel Nicoletti <dantt...@gmail.com> ---
If configuring the printer in CUPS doesn't work either it's not our bug, please
report against your printer drivers, or maybe against CUPS filters.
Thanks

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

[print-manager] [Bug 357126] "Drucker freigeben" to unspecific and unsecure

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=357126

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Daniel Nicoletti <dantt...@gmail.com> ---
Thanks for the bug report.
The CheckBox title is "Share this printer", how other way one can share a
printer without making it available on the network?
You might want to contact the translation team to use a better wording, also
it's up to your distribution to actually make that possible by default as the
CUPS server needs to be set to "Share Printers".

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

[print-manager] [Bug 374682] Unable to locate printer "userhome.local".

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=374682

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Resolution|WONTFIX |INVALID

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

[print-manager] [Bug 374682] Unable to locate printer "userhome.local".

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=374682

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Daniel Nicoletti <dantt...@gmail.com> ---
Sorry I can't FIX this, it's an issue with your network CUPS/avahi setup.

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

[print-manager] [Bug 365804] Print Dialog doesn't respect Printer Hierarchy / Order

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=365804

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/pri
   ||nt-manager/ad261afa38dee796
   ||781eb8ec8cf39e0d393c4faf

--- Comment #5 from Daniel Nicoletti <dantt...@gmail.com> ---
Git commit ad261afa38dee796781eb8ec8cf39e0d393c4faf by Daniel Nicoletti.
Committed on 27/01/2018 at 01:07.
Pushed by dantti into branch 'master'.

Do not sort printers by default and remote

M  +18   -18   libkcups/PrinterSortFilterModel.cpp
M  +1-1libkcups/PrinterSortFilterModel.h

https://commits.kde.org/print-manager/ad261afa38dee796781eb8ec8cf39e0d393c4faf

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

[print-manager] [Bug 329973] Manage Print Job has no icon in System Tray

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=329973

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #1 from Daniel Nicoletti <dantt...@gmail.com> ---
You probably had a broken installation. Is this still valid?

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

[print-manager] [Bug 329918] KDE Systrem Settings window crashes repeatably.

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=329918

--- Comment #4 from Daniel Nicoletti <dantt...@gmail.com> ---
Can you please reproduce the issue with debug symbols installed so that I can
know which lines crash...

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

[print-manager] [Bug 342254] Smb-shared printer not used by Dosemu as the default printer

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=342254

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #4 from Daniel Nicoletti <dantt...@gmail.com> ---
The printer settings panel changes the default server printer, not the user
local one, that can be changed by changing some file and is not supported at
the moment (maybe never will).

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

[print-manager] [Bug 341447] Printing options are missing from system settings

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=341447

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Daniel Nicoletti <dantt...@gmail.com> ---
I'm closing as it was ported and works for me. Please reopen if you still have
the issue with recent versions.

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

[print-manager] [Bug 329569] Edit printer margins permanently

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=329569

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #2 from Daniel Nicoletti <dantt...@gmail.com> ---
The print dialog is a Qt dialog so the bug/wish belongs there, thanks.

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

[print-manager] [Bug 329169] Canon printer errors

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=329169

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #1 from Daniel Nicoletti <dantt...@gmail.com> ---
Can you still reproduce the crash? With Plasma 5?

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

[print-manager] [Bug 323560] KDE print-manager applet doesn't auto hide/appear in system tray in 4.11.0

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=323560

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #6 from Daniel Nicoletti <dantt...@gmail.com> ---
Does this issue is still valid on Plasma 5?

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

[print-manager] [Bug 331249] Delete key should 'cancel' the selected print job in Document Print Status

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=331249

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/pri
   ||nt-manager/6547b707093e58cc
   ||0b4a83e1c7876d1003349e38
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Daniel Nicoletti <dantt...@gmail.com> ---
Git commit 6547b707093e58cc0b4a83e1c7876d1003349e38 by Daniel Nicoletti.
Committed on 26/01/2018 at 13:07.
Pushed by dantti into branch 'master'.

Allow canceling a job with Delete key shortcut

M  +5-0printqueue/PrintQueueUi.cpp

https://commits.kde.org/print-manager/6547b707093e58cc0b4a83e1c7876d1003349e38

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

[print-manager] [Bug 373661] long short page meaningless to newbies < duplex printing < options

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=373661

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Daniel Nicoletti <dantt...@gmail.com> ---


*** This bug has been marked as a duplicate of bug 311656 ***

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

[kdelibs] [Bug 311656] duplex printing option greyed out when it shouldn't be.

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=311656

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 CC||bugzi...@in-egypt.net

--- Comment #11 from Daniel Nicoletti <dantt...@gmail.com> ---
*** Bug 373661 has been marked as a duplicate of this bug. ***

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

[print-manager] [Bug 344616] Impossible to use my printer Epson dx8400 (System say: Invalid Files)

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=344616

--- Comment #2 from Daniel Nicoletti <dantt...@gmail.com> ---
Your CUPS server is crashing, which is why we can't connect sometimes.

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

[kdelibs] [Bug 311656] duplex printing option greyed out when it shouldn't be.

2018-01-25 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=311656

--- Comment #10 from Daniel Nicoletti <dantt...@gmail.com> ---
*** Bug 344399 has been marked as a duplicate of this bug. ***

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

[print-manager] [Bug 344399] print options greyed out with wrong setting preselected

2018-01-25 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=344399

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Daniel Nicoletti <dantt...@gmail.com> ---


*** This bug has been marked as a duplicate of bug 311656 ***

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

[print-manager] [Bug 363934] turn off not available elements

2018-01-25 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=363934

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #3 from Daniel Nicoletti <dantt...@gmail.com> ---
The print-manager plasmoid is hidden in that case, if it's showing it might be
your settings to show it

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

[print-manager] [Bug 360849] Can't change default options of print-to-file (e.g. save path, margins, etc.)

2018-01-25 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=360849

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Daniel Nicoletti <dantt...@gmail.com> ---
the print dialog is from Qt please report there.

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

[kdelibs] [Bug 311656] duplex printing option greyed out when it shouldn't be.

2018-01-25 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=311656

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 CC||dantt...@gmail.com
 Resolution|--- |UPSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #9 from Daniel Nicoletti <dantt...@gmail.com> ---
Closing this as this has nothing to do with this component as stated earlier.

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

[kdelibs] [Bug 311656] duplex printing option greyed out when it shouldn't be.

2018-01-25 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=311656

--- Comment #8 from Daniel Nicoletti <dantt...@gmail.com> ---
*** Bug 341429 has been marked as a duplicate of this bug. ***

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

[print-manager] [Bug 341429] duplex is wrongly greyed out and with wrong default selected

2018-01-25 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=341429

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Daniel Nicoletti <dantt...@gmail.com> ---


*** This bug has been marked as a duplicate of bug 311656 ***

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

[print-manager] [Bug 341780] when adding printer error "Failed to group devices"

2018-01-25 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=341780

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #5 from Daniel Nicoletti <dantt...@gmail.com> ---
This is an issue with missing system-config-printer DBus run-time dependency.

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

[print-manager] [Bug 340292] KDE print system gets multipage per sheet printing wrong with landscape pages.

2018-01-25 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=340292

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from Daniel Nicoletti <dantt...@gmail.com> ---
Thanks for reporting this but the print dialog belongs to Qt, please report
there.

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

[print-manager] [Bug 384627] 5.10.5: Select printer driver dialog error message panel is smaller than message

2018-01-25 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=384627

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/pri
   ||nt-manager/cd2074ee61405074
   ||feda0f1ba430e78656f1c6a6

--- Comment #2 from Daniel Nicoletti <dantt...@gmail.com> ---
Git commit cd2074ee61405074feda0f1ba430e78656f1c6a6 by Daniel Nicoletti.
Committed on 25/01/2018 at 13:21.
Pushed by dantti into branch 'master'.

Fix long messages in message widget by enabling word wrap

M  +1-0add-printer/PageAddPrinter.cpp
M  +1-0add-printer/PageDestinations.cpp

https://commits.kde.org/print-manager/cd2074ee61405074feda0f1ba430e78656f1c6a6

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

[print-manager] [Bug 311881] new printer dialog does not accept cups-pdf urls.

2018-01-25 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=311881

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/pri
   ||nt-manager/4bce8ae8b513c990
   ||b231b119235b45eb1da8e1db

--- Comment #5 from Daniel Nicoletti <dantt...@gmail.com> ---
Git commit 4bce8ae8b513c990b231b119235b45eb1da8e1db by Daniel Nicoletti.
Committed on 25/01/2018 at 18:24.
Pushed by dantti into branch 'master'.

Fix not accepting cups-pdf urls

M  +17   -9add-printer/ChooseUri.cpp

https://commits.kde.org/print-manager/4bce8ae8b513c990b231b119235b45eb1da8e1db

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

[print-manager] [Bug 387530] Plasma 5.11.3 - Print settings not recognized in print dialog

2018-01-25 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=387530

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Daniel Nicoletti <dantt...@gmail.com> ---
Yeah that's a known issue, but that dialog is from Qt it self so nothing we can
do here, sorry.

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

[print-manager] [Bug 388456] System won't keep the new print resolution

2018-01-25 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=388456

--- Comment #3 from Daniel Nicoletti <dantt...@gmail.com> ---
If you open that dialog, change the resolution, click OK and open the SAME
dialog does the settings are lost?

This works for me.

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

[print-manager] [Bug 320326] print-manager looking for org.fedoraproject.Config.Printing

2018-01-25 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=320326

--- Comment #9 from Daniel Nicoletti <dantt...@gmail.com> ---
Patches welcome.

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

[print-manager] [Bug 354523] Cancel is inappropriate label for Deleting a print job

2018-01-25 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=354523

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Daniel Nicoletti <dantt...@gmail.com> ---
Thanks for your bug report but the Cancel button isn't placed at the bottom of
the dialog, it also only get enabled after you select a job from the list, so
sorry I won't be changing this.

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

[print-manager] [Bug 322769] Add support for editing network username and password after initial printer setup (where printer username and password are different to local username/password!)

2017-10-17 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=322769

--- Comment #5 from Daniel Nicoletti <dantt...@gmail.com> ---
Oh and that workaround is for an old KDE tool, might work for print-manager too
but I can't remember :)

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

[print-manager] [Bug 322769] Add support for editing network username and password after initial printer setup (where printer username and password are different to local username/password!)

2017-10-17 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=322769

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #4 from Daniel Nicoletti <dantt...@gmail.com> ---
Ok, now I understood your question, I'm not exactly sure one can change the
device URI, can you do this change on CUPS web interface http://localhost:631 ?

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

[print-manager] [Bug 384911] Canon MF8380 not printing after upgrade to 17.10

2017-10-09 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=384911

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Daniel Nicoletti <dantt...@gmail.com> ---
Thanks for reporting your issue, however print-manager is only a front-end to
CUPS, which does your printing. Although you are using proprietary drivers you
are more likely to get help from them.
Since printing worked for you on older versions of Ubuntu, you can check which
CUPS version worked and which stopped which might help them to help you :)

Best.

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

[colord-kde] [Bug 383824] [proposal] make colord-kde xiccd dependent instead of gnome-color-manager

2017-08-22 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=383824

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from Daniel Nicoletti <dantt...@gmail.com> ---
* colord-kde uses gnome-color-manager just for calibrating displays
* Switching dependencies is not a magic thing
* xiccd is used to enumerates displays and apply, icc profiles, colord-kde does
that in it's kded module without any dependencies

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

[print-manager] [Bug 383305] Endless loop when configuring a printer from central CUPS server and permission denied (403)

2017-08-14 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=383305

--- Comment #7 from Daniel Nicoletti <dantt...@gmail.com> ---
To be honest I'm not sure what is best.
I think b is received if the password is wrong, but I'm not sure (old code :P)
if you can try both solutions would be great, I'll have more time to look into
this in around 2 weeks, so please ping me.
Thanks.

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

[print-manager] [Bug 383305] Endless loop when configuring a printer from central CUPS server and permission denied (403)

2017-08-09 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=383305

--- Comment #2 from Daniel Nicoletti <dantt...@gmail.com> ---
That line is only a problem if there is a programming error with Qt parenting,
which is unlikely.

What can help here is the server configuration tho I sadly don't have much more
time to investigate issues on this.

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

[Discover] [Bug 377646] rfe: support PackageKit session interface

2017-03-17 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=377646

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 CC||dantt...@gmail.com

--- Comment #2 from Daniel Nicoletti <dantt...@gmail.com> ---
Since Apper is sort of ported to kf5 (never tested it myself), an option could
be to put a build flag to only build the session interface.
Sadly I can't deal with this ATM (I may try compiling it to check the state).

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

[colord-kde] [Bug 372450] colord-kde 0.5 does not show any monitor

2016-12-08 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=372450

--- Comment #9 from Daniel Nicoletti <dantt...@gmail.com> ---
ok, I missread and didn't notice the DP-MST part.
So I brought a DP-DP cable and everything was fine.
Then I attached the DVI cabe to the monitor and instead of seing 3 monitors it
kept showing 2. Of course there is only 2 monitors but I believe it's the same
issue, since you have two identicals monitors it thinks it's the same, I'll
investigate further later to see what Gnome Color Manager does.
Best.

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

[colord-kde] [Bug 372450] colord-kde 0.5 does not show any monitor

2016-12-06 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=372450

--- Comment #7 from Daniel Nicoletti <dantt...@gmail.com> ---
I'm waiting to get time to buy such cable. In the mean time I added categorized
logging, so if you compile the git version might give better information on
what happened. Unfortunately it's not easy to find this cabe on local stores...

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

[colord-kde] [Bug 372450] colord-kde 0.5 does not show any monitor

2016-11-17 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=372450

--- Comment #4 from Daniel Nicoletti <dantt...@gmail.com> ---
those are all kscreen output, sadly 0.5 didn't got categorized output, try
export QT_LOGGING_RULES=default.*=true
colord output would be on default loggin

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

[colord-kde] [Bug 372450] colord-kde 0.5 does not show any monitor

2016-11-17 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=372450

--- Comment #2 from Daniel Nicoletti <dantt...@gmail.com> ---
Hi,
please run kded5 by hand and with debug messages on try attaching a monitor to
see if there is activity there.
I don't have a DP cable to test this atm :(

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

[colord-kde] [Bug 359677] colord causes crashes in kdeinit5 and kded5 in a Wayland session

2016-10-09 Thread Daniel Nicoletti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359677

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/colo
   ||rd-kde/13074b7a1234c9a18275
   ||6f2bfba5756bb2283626

--- Comment #3 from Daniel Nicoletti <dantt...@gmail.com> ---
Git commit 13074b7a1234c9a182756f2bfba5756bb2283626 by Daniel Nicoletti.
Committed on 09/10/2016 at 06:52.
Pushed by dantti into branch 'master'.

Do not run KDED code on Wayland

M  +6-0colord-kded/ColorD.cpp

http://commits.kde.org/colord-kde/13074b7a1234c9a182756f2bfba5756bb2283626

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


[colord-kde] [Bug 338269] colord-kde does not recognise vendor name

2016-10-09 Thread Daniel Nicoletti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338269

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #1 from Daniel Nicoletti <dantt...@gmail.com> ---
Please attach your EDID here, thanks

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


[colord-kde] [Bug 332737] EDID strings can be up to 13 bytes

2016-10-09 Thread Daniel Nicoletti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332737

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/colo
   ||rd-kde/c7186b7ee73f319e0626
   ||45f0ab73a4e0e6c808c3
 Resolution|--- |FIXED

--- Comment #2 from Daniel Nicoletti <dantt...@gmail.com> ---
Git commit c7186b7ee73f319e062645f0ab73a4e0e6c808c3 by Daniel Nicoletti, on
behalf of Florian Höch.
Committed on 09/10/2016 at 06:43.
Pushed by dantti into branch 'master'.

EDID strings can be up to 13 bytes

The EDID specification allows up to 13 bytes for text blocks.

M  +2-2colord-kded/Edid.cpp

http://commits.kde.org/colord-kde/c7186b7ee73f319e062645f0ab73a4e0e6c808c3

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

[colord-kde] [Bug 350773] There is no colord-kde entry in System Settings

2016-10-09 Thread Daniel Nicoletti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350773

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Daniel Nicoletti <dantt...@gmail.com> ---
colord-kde in Plasma5 needs to be version 0.5.0 which is based on KF5/Qt5

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


[okular] [Bug 359722] Page size "Custom" is set to zero and can not be adjusted

2016-02-24 Thread Daniel Nicoletti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359722

Daniel Nicoletti <dantt...@gmail.com> changed:

   What|Removed |Added

  Component|general |general
Product|print-manager   |okular
   Assignee|dantt...@gmail.com  |okular-de...@kde.org

--- Comment #2 from Daniel Nicoletti <dantt...@gmail.com> ---
This is either invalid (as it's the printer driver responsible for pages sizes)
or an okular bug as the Window has Okular in it's title.

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