Re: Moving FutureSQL to KDE review

2023-03-23 Thread Daniel Nicoletti
ures and possibly release new major versions in > case the API turns out to not be flexible enough. > > You can find the repository here: > https://invent.kde.org/libraries/futuresql. > Please let me know the issues you find here or on GitLab > (https://invent.kde.org/libraries/

[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

Re: Add loop device interface to Solid framework

2020-06-09 Thread Daniel Nicoletti
not sure this is possible...) > > However, I am not sure if this fit in the score of the Solid framework. > > Thank you for your advice! > > Kwon-Young Choi > -- Daniel Nicoletti KDE Developer - http://dantti.wordpress.com

Re: Submitting Grantlee as a KF5 Framework

2020-02-20 Thread Daniel Nicoletti
ub.com/steveire/ > grantlee/pulls <https://github.com/steveire/grantlee/pulls>. Also are > there some open issues which might be wanted to be > moved over to bugs.kde.org? > > Cheers > Friedrich > > > -- Daniel Nicoletti KDE Developer - http://dantti.wordpress.com

Re: Submitting Grantlee as a KF5 Framework

2020-02-20 Thread Daniel Nicoletti
ub.com/steveire/ > grantlee/pulls <https://github.com/steveire/grantlee/pulls>. Also are > there some open issues which might be wanted to be > moved over to bugs.kde.org? > > Cheers > Friedrich > > > -- Daniel Nicoletti KDE Developer - http://dantti.wordpress.com

[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.

Re: [uWSGI] Help

2019-03-03 Thread Daniel Nicoletti
;> is very unpolite. > > I think it was just badly written english. I don't think they meant to > > be unpolite. > ___ > uWSGI mailing list > uWSGI@lists.unbit.it > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi -- Daniel Nicoletti KDE Developer - http://dantti.wordpress.com ___ uWSGI mailing list uWSGI@lists.unbit.it http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

D19035: Help build on Windows with usage of CMake Targets

2019-02-20 Thread Daniel Nicoletti
dantti added a comment. I ended up compiling it using vcpkg toolchain directly on Windows, which showed this isn't required. In fact even when cross-compiling this won't fix anything because the tool must run on the host OS. So I only still think this is useful because the user will

D19035: Help build on Windows with usage of CMake Targets

2019-02-15 Thread Daniel Nicoletti
dantti added a comment. I'm not entirely sure this is really needed on Windows, but when cross-compiling this allowed to search for the katehighlightingindexer.exe which wouldn't run because I was on Linux... REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.or

D19035: Help build on Windows with usage of CMake Targets

2019-02-15 Thread Daniel Nicoletti
dantti created this revision. dantti added reviewers: Framework: Syntax Highlighting, dhaumann, cullmann. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. dantti requested review of this revision. REPOSITORY R216 Syntax Highlighting BRANCH

[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

Re: auto QString(Builder) considered VERY HARMFUL

2018-09-27 Thread Daniel Nicoletti
, this kind of usage is just wrong and must be avoided. > Please take care. > > Cheers, > Andreas > > -- Daniel Nicoletti KDE Developer - http://dantti.wordpress.com

[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

[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

D14006: Fix WebDAV destination header on COPY and MOVE operations

2018-09-17 Thread Daniel Nicoletti
This revision was automatically updated to reflect the committed changes. Closed by commit R241:1f24f49baba4: Fix WebDAV destination header on COPY and MOVE operations (authored by dantti). REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D14006?vs=37460&id=41858 RE

D14006: Fix WebDAV destination header on COPY and MOVE operations

2018-09-09 Thread Daniel Nicoletti
dantti added a comment. Well the issue will probably depend on the server, for example Apache2 with Nextcloud it returns forbidden for both operations, in Cloudlyst which does: QUrl::fromEncoded(QStringLiteral("file:///speçiál").toLatin1()).toLocalFile(); you get a file with a different

D14006: Fix WebDAV destination header on COPY and MOVE operations

2018-09-08 Thread Daniel Nicoletti
dantti added a comment. Test plan: 1. Connecto to a WebDav server 2. Create a file named "foo" 3. Try to rename the file to "speçiál" - it should result in "spe" The COPY operation has the same issue but I'm not sure how to test it right now, probably it will also fail if the d

D14006: Fix WebDAV destination header on COPY and MOVE operations

2018-09-08 Thread Daniel Nicoletti
dantti added a comment. Ping? This is a pretty obvious fix, desturl is QString which later becomes latin1 loosing characters... REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D14006 To: dantti, dfaure, #frameworks, #dolphin Cc: ngraham, kde-frameworks-devel, michaelh, b

[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

[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

[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

[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

D14006: Fix WebDAV destination header on COPY and MOVE operations

2018-07-09 Thread Daniel Nicoletti
dantti added a comment. In D14006#289680 , @ngraham wrote: > Does this fix any of the bugs here? https://bugs.kde.org/buglist.cgi?component=webdav&list_id=1529637&product=kio&resolution=--- Nope, it doesn't fix any of them. REPOSITORY

D14006: Fix WebDAV destination header on COPY and MOVE operations

2018-07-09 Thread Daniel Nicoletti
dantti added a reviewer: dfaure. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D14006 To: dantti, dfaure Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D14006: Fix WebDAV destination header on COPY and MOVE operations

2018-07-09 Thread Daniel Nicoletti
dantti created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: kde-frameworks-devel. dantti requested review of this revision. REVISION SUMMARY The Destination header must always be QUrl::FullyEncoded so that special characters can

[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

[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

[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://localhos

[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

[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 beca

[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 watchin

[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 Daniel Nicoletti changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[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

[libvirt] [PATCH] Add Virtlyst web application to apps.html

2018-06-04 Thread Daniel Nicoletti
Signed-off-by: Daniel Nicoletti --- docs/apps.html.in | 15 +++ 1 file changed, 15 insertions(+) diff --git a/docs/apps.html.in b/docs/apps.html.in index 863be4ff23..9b67fd5399 100644 --- a/docs/apps.html.in +++ b/docs/apps.html.in @@ -466,6 +466,21 @@ minutes. The only

Re: [libvirt] [PATCH] Add Virtlyst web application to apps.html

2018-06-04 Thread Daniel Nicoletti
that the > contributor has read the above lined DCO and agrees with its statements. > ... > > See: https://developercertificate.org/ > > > On 05/30/2018 10:40 AM, Daniel Nicoletti wrote: >> --- >> docs/apps.html.in | 15 +++ >> 1 file changed, 1

[libvirt] [PATCH] Add Virtlyst web application to apps.html

2018-05-30 Thread Daniel Nicoletti
--- docs/apps.html.in | 15 +++ 1 file changed, 15 insertions(+) diff --git a/docs/apps.html.in b/docs/apps.html.in index 863be4ff23..0aa3568eed 100644 --- a/docs/apps.html.in +++ b/docs/apps.html.in @@ -466,6 +466,21 @@ minutes. The only requirements for the users are a Web

[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.

Re: [Desktop-packages] [Bug 1552792] Re: gnome software leaves dependencies installed

2018-05-23 Thread Daniel Nicoletti
x86_64 > ApportVersion: 2.20-0ubuntu3 > Architecture: amd64 > CurrentDesktop: XFCE > Date: Thu Mar 3 16:23:45 2016 > InstallationDate: Installed on 2015-10-29 (126 days ago) > InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 > (20151029) >

Re: [Bug 1552792] Re: gnome software leaves dependencies installed

2018-05-23 Thread Daniel Nicoletti
x86_64 > ApportVersion: 2.20-0ubuntu3 > Architecture: amd64 > CurrentDesktop: XFCE > Date: Thu Mar 3 16:23:45 2016 > InstallationDate: Installed on 2015-10-29 (126 days ago) > InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 > (20151029) >

Re: [Bug 1552792] Re: gnome software leaves dependencies installed

2018-05-23 Thread Daniel Nicoletti
x86_64 > ApportVersion: 2.20-0ubuntu3 > Architecture: amd64 > CurrentDesktop: XFCE > Date: Thu Mar 3 16:23:45 2016 > InstallationDate: Installed on 2015-10-29 (126 days ago) > InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 > (20151029) >

Re: [Touch-packages] [Bug 1552792] Re: gnome software leaves dependencies installed

2018-05-23 Thread Daniel Nicoletti
x86_64 > ApportVersion: 2.20-0ubuntu3 > Architecture: amd64 > CurrentDesktop: XFCE > Date: Thu Mar 3 16:23:45 2016 > InstallationDate: Installed on 2015-10-29 (126 days ago) > InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 > (20151029) >

[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 --- 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 --- 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.

Re: [libvirt-users] Add Virtlyst to the list of libvirt users

2018-05-11 Thread Daniel Nicoletti
2018-04-20 6:24 GMT-03:00 Daniel P. Berrangé : > On Thu, Apr 19, 2018 at 09:21:28PM -0300, Daniel Nicoletti wrote: >> Hi, >> >> I've just released v1.0.0 of Virtlyst[1] >> >> a web tool to manage VMs using Qt/C++/Cutelyst >> >> https://dantti.

[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 --- 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

[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 --- 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

[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 --- 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 proper

[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 --- 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

[libvirt-users] Add Virtlyst to the list of libvirt users

2018-04-19 Thread Daniel Nicoletti
Hi, I've just released v1.0.0 of Virtlyst[1] a web tool to manage VMs using Qt/C++/Cutelyst https://dantti.wordpress.com/2018/04/19/announcing-virtlyst-a-web-interface-to-manage-virtual-machines/ Thanks. 1 - https://github.com/cutelyst/Virtlyst -- Daniel Nicoletti KDE Developer -

Re: [Bug 1757619] [NEW] Please port your package away from Qt 4

2018-03-21 Thread Daniel Nicoletti
me > > [1] https://wiki.debian.org/Qt4Removal > > ** Affects: colord-kde (Ubuntu) > Importance: Undecided > Status: New > > > ** Tags: qt4-removal > > -- > You received this bug notification because you are subscribed to colord- > kde in Ubuntu. > Match

Cutelyst 2

2018-03-21 Thread Daniel Nicoletti
hand with it? https://dantti.wordpress.com/2018/03/20/cutelyst-2-released-with-http-2-support/ Thanks, -- Daniel Nicoletti KDE Developer - http://dantti.wordpress.com -- kubuntu-devel mailing list kubuntu-devel@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.c

[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 --- 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 changed: What|Removed |Added CC||dantt...@gmail.com --- Comment #6 from

[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 --- 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 --- 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 --- 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 --- 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 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[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 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[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 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[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 changed: What|Removed |Added Status|UNCONFIRMED |NEEDSINFO Resolution

[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 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[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 changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

[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 changed: What|Removed |Added CC||s_chriscoll...@hotmail.com --- Comment #4

[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 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[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 changed: What|Removed |Added CC||jordan.margue...@gmail.com --- Comment #3

[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 changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

[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 changed: What|Removed |Added CC||benni.b...@gmail.com --- Comment #2 from

[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 changed: What|Removed |Added Latest Commit||https://commits.kde.org/pri

[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 changed: What|Removed |Added Latest Commit||https://commits.kde.org/pri

[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 changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[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 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[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 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[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 changed: What|Removed |Added Resolution|WONTFIX |INVALID -- You are receiving this mail

[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 changed: What|Removed |Added Resolution|--- |WONTFIX Status|UNCONFIRMED

[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 changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[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 changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status

[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 --- 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 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[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 changed: What|Removed |Added Resolution|--- |WORKSFORME Status|UNCONFIRMED

[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 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

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

2018-01-26 Thread Daniel Nicoletti
https://bugs.kde.org/show_bug.cgi?id=329169 Daniel Nicoletti changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[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 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[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 changed: What|Removed |Added Latest Commit||https://commits.kde.org/pri

[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 changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

[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 changed: What|Removed |Added CC||bugzi...@in-egypt.net --- Comment #11 from

[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 --- 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 --- *** 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 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[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 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[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 changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[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 changed: What|Removed |Added CC||dantt...@gmail.com Resolution

[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 --- *** 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 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[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 changed: What|Removed |Added Resolution|--- |DOWNSTREAM Status|UNCONFIRMED

[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 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[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 changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

  1   2   3   4   5   6   >