[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2020-06-12 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=363852

Christoph Feck  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #17 from Christoph Feck  ---
Fix from comment 16 got merged.

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2020-05-24 Thread Matt Scheirer
https://bugs.kde.org/show_bug.cgi?id=363852

--- Comment #16 from Matt Scheirer  ---
I did go and make a pull request on Invent for the fix @
https://invent.kde.org/network/ktorrent/-/merge_requests/1. Don't think anyone
with access is paying attention to Gitlab yet.

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2020-05-22 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=363852

--- Comment #15 from Christoph Feck  ---
Could you please submit your patch for review by our developers?

See https://community.kde.org/Get_Involved/development#Submit_a_patch

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2020-05-17 Thread Matt Scheirer
https://bugs.kde.org/show_bug.cgi?id=363852

--- Comment #14 from Matt Scheirer  ---
Were coming on the four year mark that I reported this and nobody ever fixed
it, so heres the fix after an hour counting show() calls on GUI to make sure I
wasn't missing something obvious with a one liner fix like this.

main doesn't need to show the GUI because GUI::loadState will already show the
window whenever its appropriate on startup. This redundant call after
constructing GUI just means the window always shows and happens after the check
to start in the tray.

Removing it means the logic in loadState actually dictates if the window is
shown on startup or not. Tested it with all the combinations of options - works
as intended from what I can see.

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2020-05-17 Thread Matt Scheirer
https://bugs.kde.org/show_bug.cgi?id=363852

--- Comment #13 from Matt Scheirer  ---
Created attachment 128536
  --> https://bugs.kde.org/attachment.cgi?id=128536=edit
one liner fix

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2020-05-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=363852

Christoph Feck  changed:

   What|Removed |Added

 CC||cont...@scrumplex.net

--- Comment #12 from Christoph Feck  ---
*** Bug 395495 has been marked as a duplicate of this bug. ***

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2019-08-22 Thread kikox1
https://bugs.kde.org/show_bug.cgi?id=363852

--- Comment #11 from kikox1  ---
(In reply to Lastique from comment #9)
> (In reply to kikox1 from comment #8)
> > I found an workarround
> > 
> > In application settings for it (in Window Rules) (click right buttom in
> > title bar of ktorrent)
> > 
> > Size & Position: minimized - apply initially 
> > Arrangement & Access: skip taskbar - apply initially
> 
> This doesn't work as intended. After these steps Ktorrent never appears in
> the taskbar, neither after start, nor after minimizing and restoring.
> 
> Size & Position workaround has the tendency to affect other Ktorrent windows
> beside the main window. For example, the dialog for adding a new torrent
> gets created minimized. You have to create a very specific rule to match
> just the main window (in my case, I have to match the window title, and I'm
> not sure how stable the title is).

Yes it works for me like this:
Ktorrent never appears on the taskbar, either after startup, or after
minimizing and restoring. It only appears in the tray. When restoring the
window opens and does not appear in the taskbar.
If the dialog is opened from the application menu when the window is open, it
looks good if it opens with the menu that appears by pressing the right mouse
button on the tray icon, the dialogs appear minimized.

What you get is that it does not appear open when you start the pc
What you get is that it never appears on the taskbar

Skip taskbar
Toggle whether to display the window in the taskbar.

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2019-08-19 Thread Lastique
https://bugs.kde.org/show_bug.cgi?id=363852

--- Comment #10 from Lastique  ---
Oh, and Size & Position is also applied when Ktorrent gets restored from the
tray icon, which means it always gets restored minimized.

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2019-08-19 Thread Lastique
https://bugs.kde.org/show_bug.cgi?id=363852

--- Comment #9 from Lastique  ---
(In reply to kikox1 from comment #8)
> I found an workarround
> 
> In application settings for it (in Window Rules) (click right buttom in
> title bar of ktorrent)
> 
> Size & Position: minimized - apply initially 
> Arrangement & Access: skip taskbar - apply initially

This doesn't work as intended. After these steps Ktorrent never appears in the
taskbar, neither after start, nor after minimizing and restoring.

Size & Position workaround has the tendency to affect other Ktorrent windows
beside the main window. For example, the dialog for adding a new torrent gets
created minimized. You have to create a very specific rule to match just the
main window (in my case, I have to match the window title, and I'm not sure how
stable the title is).

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2019-08-07 Thread kikox1
https://bugs.kde.org/show_bug.cgi?id=363852

kikox1  changed:

   What|Removed |Added

 CC||kik...@zoho.eu

--- Comment #8 from kikox1  ---
In debian 10 the problem persist.

In this link
(https://forum.manjaro.org/t/how-to-start-programs-minimized-to-system-tray/48159/6)
I found an workarround

In application settings for it (in Window Rules) (click right buttom in title
bar of ktorrent)

Size & Position: minimized - apply initially 
Arrangement & Access: skip taskbar - apply initially

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2018-09-24 Thread Ashark
https://bugs.kde.org/show_bug.cgi?id=363852

--- Comment #7 from Ashark  ---
I have found a better workaround. You can download my script at
https://github.com/Ashark/Ashark-bin/blob/master/ktorrent-window-closer and set
kde to autostart it.
The main idea is to run wmctrl -x -c "ktorrent" command, which closes ktorrent
window.
Now it behaves exactly as expected: no window at startup (at all, not 
minimized to task manager), but still running in tray.

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2018-09-21 Thread Ashark
https://bugs.kde.org/show_bug.cgi?id=363852

--- Comment #6 from Ashark  ---
Why there is no such option to start KTorrent in tray? For example, in Kopete
there is checkbox "Start with hidden main window" in Behavior settings. I would
like to see the same checkbox in KTorrent.
I have also found Bug 251864, but they suggested that ktorrent was double
starting and because of that its window appeared (second calling of ktorrent
just showed ktorrent window of already running application instead of launching
second instance of application). It is not a case for me, because I do not have
ktorrent in autostart applications, so it is starting once when session is
restoring after login in kde.

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2018-09-21 Thread Ashark
https://bugs.kde.org/show_bug.cgi?id=363852

Ashark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru

--- Comment #5 from Ashark  ---
As a partial workaround, I have done the following: 
Right click on the window title ->  More Actions -> Special Application
Settings... New window will appear. Go to "Size & Position" tab and enable
checkbox "Minimized", choose "Apply Initially" and enable "yes" radio button.
Then press OK button.

Now KTorrent window will be minimized in task manager every startup. But still
it will not be completely hidden in system tray and you need to close minimized
window by right clicking in task manager. At least this workaround makes your
desktop less cluttered at startup (which is especially annoying when you reboot
often).

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2018-08-14 Thread Kevin Zeidler
https://bugs.kde.org/show_bug.cgi?id=363852

Kevin Zeidler  changed:

   What|Removed |Added

 CC||kzeid...@gmail.com

--- Comment #4 from Kevin Zeidler  ---
I'm also experiencing this. Kubuntu 18.04, Ktorrent 5.1.0. Oddly, attempts to
activate the window elicit a stale notification warning about attempting to add
a duplicate torrent. When I asked Kubuntu not to notify me of those events, it
started warning me instead that "preferences" is a malformed URL. It also keeps
sending erroneous notifications that a particular large file I'm downloading
(70GB) is finished downloading. Strange stuff. Seems like it's having trouble
transitioning out of error states, like it didn't release a warning it
broadcast earlier to ibus so every interaction it thinks is an error condition.

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2018-05-29 Thread Janek
https://bugs.kde.org/show_bug.cgi?id=363852

Janek <2...@web.de> changed:

   What|Removed |Added

 CC||2...@web.de

--- Comment #3 from Janek <2...@web.de> ---
This is still happening! It bugs me that a KTorrent window opens every single
time upon startup. I might stop it from autostarting due to that, which means
I'd stop seeding. I don'T want to do that, but why is such a seemingly simple
issue still not fixed?

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2018-05-07 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=363852

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2017-11-04 Thread Lastique
https://bugs.kde.org/show_bug.cgi?id=363852

Lastique  changed:

   What|Removed |Added

 CC||andy...@mail.ru

--- Comment #2 from Lastique  ---
Happens to me as well on Kubuntu 17.10, Ktorrent 5.1.0.

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2017-09-13 Thread Mirosław Zalewski
https://bugs.kde.org/show_bug.cgi?id=363852

Mirosław Zalewski  changed:

   What|Removed |Added

 CC||mini...@poczta.onet.pl

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2017-04-11 Thread David Zaslavsky
https://bugs.kde.org/show_bug.cgi?id=363852

David Zaslavsky  changed:

   What|Removed |Added

 CC||diaz...@ellipsix.net

--- Comment #1 from David Zaslavsky  ---
I'm experiencing the same issue, that KTorrent always starts up with a full
window, whereas I'd like it to start minimized in the tray. Unfortunately I'm
not familiar with the code base so I'm unlikely to be of much help fixing the
bug, but I suppose this is some kind of independent confirmation that it does
happen.

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2016-06-02 Thread Matt Scheirer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363852

Matt Scheirer  changed:

   What|Removed |Added

 CC||matt.schei...@gmail.com

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