Bug#848180: konsole: Includes application name in window title when configured not to do so

2020-12-24 Thread Pino Toscano
reassign 848180 src:qtbase-opensource-src 
qtbase-opensource-src/5.7.1~20161021+dfsg-6
retitle 848180 setWindowTitle() includes application name in window title when 
configured not to do so
thanks

In data venerdì 23 dicembre 2016 16:36:15 CET, Maximiliano Curia ha scritto:
> ¡Hola Aaron!
> 
> El 2016-12-13 a las 19:49 -0500, Aaron Schrab escribió:
> > Package: konsole 
> > Version: 4:16.08.3-1 
> > Severity: minor
> 
> > After unchecking the "Show application name on the titlebar" option in the 
> > Configure Konsole dialog it still inludes " - Konsole" at the end of window 
> > titles. This occurs even after closing all Konsole windows and restarting 
> > the 
> > application.
> 
> > I first observed this with version 4:16.08.2-2 of both the konsole and 
> > konsole-kpart packages. I upgraded both of those to 4:16.08.3-1 from 
> > unstable 
> > to check if the issue was still present (and I again made sure to close all 
> > windows after the upgrade). Before I installed the version from testing 
> > yesterday I hadn't used this package in long time, so I can't say how long 
> > this 
> > bug has existed.
> 
> I can reproduce the issue, this seems to be a issue in kxmlgui rather than 
> konsole. konsole calls setCaption or setPlainCaption depending on the value 
> of 
> the user setting, the first on documents that it would add the application 
> name, and the second one that it wouldn't, but sadly this is no longer true ( 
> since this was ported to qt5), as setCaption is implemented as a single call 
> to setPlainCaption (and the responsible for adding the application name in 
> the 
> title is the qt qpa plugin).
> 
> The setCaption and setPlainCaption documentation can be seen here:
>  https://cgit.kde.org/kxmlgui.git/tree/src/kmainwindow.h
> 
> While the implementation can be seen here:
>  https://api.kde.org/frameworks/kxmlgui/html/kmainwindow_8cpp_source.html
> 
> The qt documentation for setWindowTitle can be found here:
>  http://doc.qt.io/qt-5/qwidget.html#windowTitle-prop
> 
> kxmlgui is missing a way to workaround the setWindowTitle use of the qpa 
> plugin, this may need to be scale to qtbase.

Indeed, this is a Qt limitation:
https://bugreports.qt.io/browse/QTBUG-75535

Hence, reassigning to Qt 5.

Thanks,
-- 
Pino Toscano

signature.asc
Description: This is a digitally signed message part.


Processed: Re: Bug#848180: konsole: Includes application name in window title when configured not to do so

2020-12-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 848180 src:qtbase-opensource-src 
> qtbase-opensource-src/5.7.1~20161021+dfsg-6
Bug #848180 [src:kxmlgui] konsole: Includes application name in window title 
when configured not to do so
Bug reassigned from package 'src:kxmlgui' to 'src:qtbase-opensource-src'.
No longer marked as found in versions kxmlgui/5.8.0-1.
Ignoring request to alter fixed versions of bug #848180 to the same values 
previously set
Bug #848180 [src:qtbase-opensource-src] konsole: Includes application name in 
window title when configured not to do so
Marked as found in versions qtbase-opensource-src/5.7.1~20161021+dfsg-6.
> retitle 848180 setWindowTitle() includes application name in window title 
> when configured not to do so
Bug #848180 [src:qtbase-opensource-src] konsole: Includes application name in 
window title when configured not to do so
Changed Bug title to 'setWindowTitle() includes application name in window 
title when configured not to do so' from 'konsole: Includes application name in 
window title when configured not to do so'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
848180: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848180
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: Bug#848180: konsole: Includes application name in window title when configured not to do so

2016-12-23 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 + confirmed
Bug #848180 [konsole] konsole: Includes application name in window title when 
configured not to do so
Added tag(s) confirmed.
> reassign -1 src:kxmlgui 5.8.0-1
Bug #848180 [konsole] konsole: Includes application name in window title when 
configured not to do so
Bug reassigned from package 'konsole' to 'src:kxmlgui'.
No longer marked as found in versions konsole/4:16.08.3-1.
Ignoring request to alter fixed versions of bug #848180 to the same values 
previously set
Bug #848180 [src:kxmlgui] konsole: Includes application name in window title 
when configured not to do so
Marked as found in versions kxmlgui/5.8.0-1.
> affects -1 konsole
Bug #848180 [src:kxmlgui] konsole: Includes application name in window title 
when configured not to do so
Added indication that 848180 affects konsole
> severity -1 normal
Bug #848180 [src:kxmlgui] konsole: Includes application name in window title 
when configured not to do so
Severity set to 'normal' from 'minor'

-- 
848180: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848180
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#848180: konsole: Includes application name in window title when configured not to do so

2016-12-23 Thread Maximiliano Curia

Control: tag -1 + confirmed
Control: reassign -1 src:kxmlgui 5.8.0-1
Control: affects -1 konsole
Control: severity -1 normal

¡Hola Aaron!

El 2016-12-13 a las 19:49 -0500, Aaron Schrab escribió:
Package: konsole 
Version: 4:16.08.3-1 
Severity: minor


After unchecking the "Show application name on the titlebar" option in the 
Configure Konsole dialog it still inludes " - Konsole" at the end of window 
titles. This occurs even after closing all Konsole windows and restarting the 
application.


I first observed this with version 4:16.08.2-2 of both the konsole and 
konsole-kpart packages. I upgraded both of those to 4:16.08.3-1 from unstable 
to check if the issue was still present (and I again made sure to close all 
windows after the upgrade). Before I installed the version from testing 
yesterday I hadn't used this package in long time, so I can't say how long this 
bug has existed.


I can reproduce the issue, this seems to be a issue in kxmlgui rather than 
konsole. konsole calls setCaption or setPlainCaption depending on the value of 
the user setting, the first on documents that it would add the application 
name, and the second one that it wouldn't, but sadly this is no longer true ( 
since this was ported to qt5), as setCaption is implemented as a single call 
to setPlainCaption (and the responsible for adding the application name in the 
title is the qt qpa plugin).


The setCaption and setPlainCaption documentation can be seen here:
https://cgit.kde.org/kxmlgui.git/tree/src/kmainwindow.h

While the implementation can be seen here:
https://api.kde.org/frameworks/kxmlgui/html/kmainwindow_8cpp_source.html

The qt documentation for setWindowTitle can be found here:
http://doc.qt.io/qt-5/qwidget.html#windowTitle-prop

kxmlgui is missing a way to workaround the setWindowTitle use of the qpa 
plugin, this may need to be scale to qtbase.


Happy hacking,
--
"The sooner you start to code, the longer the program will take."
-- Roy Carlson
Saludos /\/\ /\ >< `/


signature.asc
Description: PGP signature


Bug#848180: konsole: Includes application name in window title when configured not to do so

2016-12-14 Thread Aaron Schrab
Package: konsole
Version: 4:16.08.3-1
Severity: minor

Dear Maintainer,

After unchecking the "Show application name on the titlebar" option in the
Configure Konsole dialog it still inludes " - Konsole" at the end of window
titles. This occurs even after closing all Konsole windows and restarting the
application.

I first observed this with version 4:16.08.2-2 of both the konsole and
konsole-kpart packages. I upgraded both of those to 4:16.08.3-1 from unstable
to check if the issue was still present (and I again made sure to close all
windows after the upgrade). Before I installed the version from testing
yesterday I hadn't used this package in long time, so I can't say how long this
bug has existed.

Thank you for your work on Debian,
Aaron

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages konsole depends on:
ii  kio   5.27.0-2
ii  konsole-kpart 4:16.08.3-1
ii  libc6 2.24-7
ii  libkf5completion5 5.27.0-1
ii  libkf5configcore5 5.27.0-1
ii  libkf5configgui5  5.27.0-1
ii  libkf5configwidgets5  5.27.0-1
ii  libkf5coreaddons5 5.27.0-1
ii  libkf5crash5  5.27.0-1
ii  libkf5dbusaddons5 5.27.0-1
ii  libkf5i18n5   5.27.0-2
ii  libkf5iconthemes5 5.27.0-1
ii  libkf5kiowidgets5 5.27.0-2
ii  libkf5notifyconfig5   5.27.0-1
ii  libkf5widgetsaddons5  5.27.0-1
ii  libkf5windowsystem5   5.27.0-1
ii  libkf5xmlgui5 5.27.0-1
ii  libqt5core5a  5.7.1~20161021+dfsg-6
ii  libqt5gui55.7.1~20161021+dfsg-6
ii  libqt5widgets55.7.1~20161021+dfsg-6
ii  libstdc++66.2.1-5

konsole recommends no packages.

konsole suggests no packages.

-- no debconf information