EspadaV8 (Andrew Smith)
User

Projects

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Sunday

  • Clear sailing ahead.

User Details

User Since
Oct 28 2018, 1:20 PM (285 w, 5 d)
Availability
Available

Recent Activity

Dec 12 2019

EspadaV8 abandoned D16837: Persist after closing last tab when running in background mode.

Although I would still very much like Konsole to support this, with the changes made to how Konsole does splitting, this patch no long applies cleanly and after spending a little bit of time on it I was unable to get the code to work correctly without segfaulting, so I'm closing this for now.

Dec 12 2019, 12:01 AM · Konsole

Dec 11 2019

EspadaV8 created T12354: Activating Konsole in background mode no longer focuses on active shell.
Dec 11 2019, 11:59 PM · Konsole
EspadaV8 added a watcher for Konsole: EspadaV8.
Dec 11 2019, 11:50 PM
EspadaV8 added a member for Konsole: EspadaV8.
Dec 11 2019, 11:50 PM

Feb 11 2019

EspadaV8 added a comment to D16837: Persist after closing last tab when running in background mode.

Any update on having this reviewed? If it's unlikely to make it into Konsole would it be possible to still get a review of the code since I'm curious if it could be improved in any way. I was thinking too that this could be added as either checkbox option or as an extra command line parameter if having it as the default behaviour wasn't wanted.

Feb 11 2019, 11:30 PM · Konsole

Dec 3 2018

EspadaV8 added a comment to D16837: Persist after closing last tab when running in background mode.

@davidedmundson this isn't what this is trying to provide. I have a global shortcut configured for "Toggle Background Window" (in my case Meta+Return). I have Konsole start at launch (konsole --background-mode). This prevents Konsole from quitting after the last tab has been closed.

Dec 3 2018, 10:23 AM · Konsole

Nov 27 2018

EspadaV8 added a comment to D17049: Remove option to hide application name from titlebar.

That looks like a hack and not really the intended use of the application name. Restarting to make the change also seems hacky. If @hindenburg is happy with that change perhaps open a new revision?

Nov 27 2018, 2:33 AM · Konsole

Nov 25 2018

EspadaV8 added a comment to D17049: Remove option to hide application name from titlebar.

@glenncoombs I just had a look at doing that and it doesn't work out well. You can remove it but to do it I needed to remove the details from the KAboutData section (first and second lines below). Replacing konsole on the first line and Konsole for the @title does remove the suffix, but the about screen then loses the information. Calling app->setApplicationDisplayName(QString("")); after that (or before) doesn't do anything.

Nov 25 2018, 12:17 PM · Konsole

Nov 22 2018

EspadaV8 updated subscribers of D16837: Persist after closing last tab when running in background mode.

@ngraham Is there anyway to progress this and to decide if this change (or something like it) could be merged into Konsole? I spoke briefly with @hein on the #kde-devel channel on IRC and they didn't see any reason why Yakuake features couldn't be merged into Konsole itself (just that no one has done it before). They did mention that they'd like to see the Konsole KPart functionality improved but I'm not in a position to be able to know exactly what would need to be done to implement those changes.

Nov 22 2018, 10:36 AM · Konsole
EspadaV8 updated the diff for D17045: Allow small colour changes when varying dark backgrounds.
  • Use hasDarkBackground to decide if we should alter background colour
Nov 22 2018, 10:26 AM · Konsole
EspadaV8 updated the diff for D17045: Allow small colour changes when varying dark backgrounds.
  • Use hasDarkBackground to decide if we should alter background colour
Nov 22 2018, 10:25 AM · Konsole

Nov 21 2018

EspadaV8 added a comment to D17045: Allow small colour changes when varying dark backgrounds.

@hindenburg Sounds good. I'll change it to use hasDarkBackground and also change the altered maxValue to 127 (since > 127 would then be a 'light' background colour).

Nov 21 2018, 10:53 AM · Konsole
EspadaV8 abandoned D17047: Use correct icon in Edit Profile settings panel.

M'kay, that sounds like a better solution. It did feel off making this change, but 'fixing' it in breeze would absolutely be better.

Nov 21 2018, 10:51 AM · Konsole

Nov 20 2018

EspadaV8 added reviewers for D17049: Remove option to hide application name from titlebar: Konsole, konsole-devel, hindenburg.
Nov 20 2018, 1:47 PM · Konsole
EspadaV8 requested review of D17049: Remove option to hide application name from titlebar.
Nov 20 2018, 1:46 PM · Konsole
EspadaV8 added reviewers for D17047: Use correct icon in Edit Profile settings panel: Konsole, konsole-devel, hindenburg.
Nov 20 2018, 1:21 PM · Konsole
EspadaV8 requested review of D17047: Use correct icon in Edit Profile settings panel.
Nov 20 2018, 1:20 PM · Konsole
EspadaV8 updated the diff for D17045: Allow small colour changes when varying dark backgrounds.

Allow small colour changes when varying dark backgrounds

Nov 20 2018, 12:53 PM · Konsole
EspadaV8 updated the summary of D17045: Allow small colour changes when varying dark backgrounds.
Nov 20 2018, 12:51 PM · Konsole
EspadaV8 added a comment to D17045: Allow small colour changes when varying dark backgrounds.

This will only make changes to backgrounds that are completely black. Setting the background to rgb(1, 0, 0) won't look any different normally, but will also make this appear 'broken'. I was thinking of using hasDarkBackground but that has a much larger range of values (anything < 127). If that's only I can change this to use that method instead.

Nov 20 2018, 12:48 PM · Konsole
EspadaV8 added reviewers for D17045: Allow small colour changes when varying dark backgrounds: Konsole, konsole-devel, hindenburg.
Nov 20 2018, 12:45 PM · Konsole
EspadaV8 requested review of D17045: Allow small colour changes when varying dark backgrounds.
Nov 20 2018, 12:42 PM · Konsole
EspadaV8 updated the test plan for D16837: Persist after closing last tab when running in background mode.
Nov 20 2018, 10:10 AM · Konsole

Nov 12 2018

EspadaV8 added reviewers for D16837: Persist after closing last tab when running in background mode: Konsole, konsole-devel, hindenburg, ngraham.
Nov 12 2018, 12:35 PM · Konsole
EspadaV8 added a comment to D16837: Persist after closing last tab when running in background mode.

Sorry, I tried to update D16482 using arc but it's created a new revision instead. I wanted to update the previous one so that it used the --background-mode flag instead of adding a new option. The update should now mean that if Konsole is started with --background-mode it will behave like Yakuake does so that if the last tab is closed, the window is hidden and a new default session is started for when the window it shown again.

Nov 12 2018, 12:34 PM · Konsole
EspadaV8 added a dependent revision for D16482: feat: Don't quit when last tab closes: D16837: Persist after closing last tab when running in background mode.
Nov 12 2018, 12:22 PM · Konsole
EspadaV8 added a dependency for D16837: Persist after closing last tab when running in background mode: D16482: feat: Don't quit when last tab closes.
Nov 12 2018, 12:22 PM · Konsole
EspadaV8 abandoned D16482: feat: Don't quit when last tab closes.
Nov 12 2018, 12:22 PM · Konsole
EspadaV8 requested review of D16837: Persist after closing last tab when running in background mode.
Nov 12 2018, 12:21 PM · Konsole
EspadaV8 updated the diff for D16482: feat: Don't quit when last tab closes.
Nov 12 2018, 12:09 PM · Konsole

Nov 3 2018

EspadaV8 added a comment to D16482: feat: Don't quit when last tab closes.

I was originally using Yakuake but that has an issue where it doesn't respect the setting to open new tabs in the current working directory.

Nov 3 2018, 7:39 PM · Konsole
EspadaV8 added a comment to D16482: feat: Don't quit when last tab closes.

@ngraham Looking there and I don't have any Konsole shortcuts defined. I'm running Fedora F28 so perhaps it's not a standard thing (or it's been removed)? What should that shortcut do? Does it launch a new instance of Konsole when it's entered or does it bring an existing instance to the foreground?

Nov 3 2018, 11:04 AM · Konsole

Nov 2 2018

EspadaV8 added a comment to D16482: feat: Don't quit when last tab closes.

I've checked the global settings for Konsole and the only entry there is for Toggle Background Window which is what I'm using now (although it was configured as Ctrl+Shift+F12 and I have added my own as Meta+Return). I checked the shortcuts inside Konsole too and didn't see anything that looked related. Do you know what the name of the shortcut is?

Nov 2 2018, 5:13 AM · Konsole

Nov 1 2018

EspadaV8 added a comment to D16482: feat: Don't quit when last tab closes.

I didn't know about Ctrl+Alt+t. I'll give it a go and see if that works as needed.

Nov 1 2018, 8:32 PM · Konsole
EspadaV8 added a comment to D16511: Update session icon on notification bell.

I did not use arc, but I shall for the next one.

Nov 1 2018, 8:28 PM · Konsole

Oct 29 2018

EspadaV8 added reviewers for D16482: feat: Don't quit when last tab closes: konsole-devel, hindenburg.
Oct 29 2018, 10:50 AM · Konsole
EspadaV8 requested review of D16511: Update session icon on notification bell.
Oct 29 2018, 10:45 AM · Konsole
EspadaV8 added a comment to D16482: feat: Don't quit when last tab closes.

Didn't realise that the summary here would become part of the git commit so moving the text into a comment

Oct 29 2018, 10:37 AM · Konsole
EspadaV8 updated the summary of D16482: feat: Don't quit when last tab closes.
Oct 29 2018, 10:36 AM · Konsole
EspadaV8 updated the diff for D16482: feat: Don't quit when last tab closes.

After talking to stikonas on IRC I've updated the patch with -U9999 to add more context

Oct 29 2018, 10:35 AM · Konsole

Oct 28 2018

EspadaV8 requested review of D16482: feat: Don't quit when last tab closes.
Oct 28 2018, 1:22 PM · Konsole