[konsole] [Bug 387811] Curly and colored underlines

2022-06-25 Thread migtex
https://bugs.kde.org/show_bug.cgi?id=387811

migtex  changed:

   What|Removed |Added

 CC||migt...@gmail.com

--- Comment #2 from migtex  ---
Created attachment 150154
  --> https://bugs.kde.org/attachment.cgi?id=150154&action=edit
Comparison

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

[konsole] [Bug 387811] Curly and colored underlines

2022-07-16 Thread migtex
https://bugs.kde.org/show_bug.cgi?id=387811

--- Comment #4 from migtex  ---
Sorry i should have linked the sauce the first time... 
I've lost the reference, the reference on the code is not correct and this was
still stored in my pc.
The credit for this is not mine
Here it is:
#!/bin/sh

echo "# 24-bit (true-color)"
# based on: https://gist.github.com/XVilka/8346728
term_cols="$(tput cols || echo 80)"
cols=$(echo "2^((l($term_cols)/l(2))-1)" | bc -l 2> /dev/null)
rows=$(( cols / 2 ))
awk -v cols="$cols" -v rows="$rows" 'BEGIN{
s="  ";
m=cols+rows;
for (row = 0; row255) g = 510-g;
  printf "\033[48;2;%d;%d;%dm", r,g,b;
  printf "\033[38;2;%d;%d;%dm", 255-r,255-g,255-b;
  printf "%s\033[0m", substr(s,(col+row)%2+1,1);
  }
  printf "\n";
}
printf "\n\n";
}'

echo "# text decorations"
printf '\e[1mbold\e[22m\n'
printf '\e[2mdim\e[22m\n'
printf '\e[3mitalic\e[23m\n'
printf '\e[4munderline\e[24m\n'
printf '\e[4:1mthis is also underline\e[24m\n'
printf '\e[21mdouble underline\e[24m\n'
printf '\e[4:2mthis is also double underline\e[24m\n'
printf '\e[4:3mcurly underline\e[24m\n'
printf '\e[58;5;10;4mcolored underline\e[59;24m\n'
printf '\e[5mblink\e[25m\n'
printf '\e[7mreverse\e[27m\n'
printf '\e[8minvisible\e[28m <- invisible (but copy-pasteable)\n'
printf '\e[9mstrikethrough\e[29m\n'
printf '\e[53moverline\e[55m\n'
echo

echo "# magic string (see https://en.wikipedia.org/wiki/Unicode#Web)"
echo "é Δ Й ק م ๗ あ 叶 葉 말"
echo

echo "# emojis"
echo ""
echo

echo "# right-to-left ('w' symbol should be at right side)"
echo "שרה"
echo

echo "# sixel graphics"
printf '\eP0;0;0q"1;1;64;64#0;2;0;0;0#1;2;100;100;100#1~{wo_!11?@FN^!34~^NB
@?_ow{~$#0?BFN^!11~}wo_!34?_o{}~^NFB-#1!5~}{o_!12?BF^!25~^NB@??ow{!6~$#0!5?
@BN^!12~{w_!25?_o{}~~NFB-#1!10~}w_!12?@BN^!15~^NFB@?_w{}!10~$#0!10?@F^!12~}
{o_!15?_ow{}~^FB@-#1!14~}{o_!11?@BF^!7~^FB??_ow}!15~$#0!14?@BN^!11~}{w_!7?_
w{~~^NF@-#1!18~}{wo!11?_r^FB@??ow}!20~$#0!18?@BFN!11~^K_w{}~~NF@-#1!23~M!4?
_oWMF@!6?BN^!21~$#0!23?p!4~^Nfpw}!6~{o_-#1!18~^NB@?_ow{}~wo!12?@BFN!17~$#0!
18?_o{}~^NFB@?FN!12~}{wo-#1!13~^NB@??_w{}!9~}{w_!12?BFN^!12~$#0!13?_o{}~~^F
B@!9?@BF^!12~{wo_-#1!8~^NFB@?_w{}!19~{wo_!11?@BN^!8~$#0!8?_ow{}~^FB@!19?BFN
^!11~}{o_-#1!4~^NB@?_ow{!28~}{o_!12?BF^!4~$#0!4?_o{}~^NFB!28?@BN^!12~{w_-#1
NB@???GM!38NMG!13?@BN$#0?KMNNNF@!38?@F!13NMK-\e\'

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

[Spectacle] [Bug 491361] New: Target "spectacle" links to: KF6::PrisonScanner

2024-08-06 Thread migtex
https://bugs.kde.org/show_bug.cgi?id=491361

Bug ID: 491361
   Summary: Target "spectacle" links to:   KF6::PrisonScanner
Classification: Applications
   Product: Spectacle
   Version: git-master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: noaha...@gmail.com
  Reporter: migt...@gmail.com
CC: k...@david-redondo.de
  Target Milestone: ---

Created attachment 172359
  --> https://bugs.kde.org/attachment.cgi?id=172359&action=edit
Qt 6.7

SUMMARY

Cannot build with Qt 6.7

STEPS TO REPRODUCE
1. New environment with the attached kdesrc-buildrc
2. $ kde-builder spectacle --refresh-build 

OBSERVED RESULT
On master 900bc566b098b452d4f22fe94b39fe765fbd53a6
Check attached error.log

EXPECTED RESULT
Build is successful : - )

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
(available in the Info Center app, or by running `kinfo` in a terminal window)
Linux/KDE Plasma: Debian 13
KDE Plasma Version: 6.1.8
KDE Frameworks Version:6.5.0
Qt Version: 6.7

ADDITIONAL INFORMATION
kde/log/latest/spectacle/error.log

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

[Spectacle] [Bug 491361] Target "spectacle" links to: KF6::PrisonScanner

2024-08-06 Thread migtex
https://bugs.kde.org/show_bug.cgi?id=491361

--- Comment #1 from migtex  ---
Created attachment 172360
  --> https://bugs.kde.org/attachment.cgi?id=172360&action=edit
Error seen

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

[Spectacle] [Bug 491361] Target "spectacle" links to: KF6::PrisonScanner

2024-08-09 Thread migtex
https://bugs.kde.org/show_bug.cgi?id=491361

--- Comment #3 from migtex  ---
Created attachment 172459
  --> https://bugs.kde.org/attachment.cgi?id=172459&action=edit
Spectale error #2

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

[Spectacle] [Bug 491361] Target "spectacle" links to: KF6::PrisonScanner

2024-08-09 Thread migtex
https://bugs.kde.org/show_bug.cgi?id=491361

--- Comment #4 from migtex  ---
Thanks for replying!

> I'm pretty confident that this is a setup issue and not a bug,

Highly likely. Please correct my procedure as you see fit. This is my first
time building kde from source on a beta release so please review my report with
that in mind.
 Am sure that only the kdesrc-build qt sources are being used. qtmultimedia is
present in the module-definitions. I've added the
~/.local/state/sysadmin-repo-metadata/module-definitions/qt6.ksb attached.

I've made a new attempt. The following is sum of my actions after I saw your
message.

$ cd kde/src/spectacle
$ git fetch && git pull
$ git log
> commit daff03d71888a8b58ca5733d6e80ba71a0c53b40 (HEAD -> master, origin)

$cd kde/src/prison
$ git fetch && git pull
$ git log 
> commit  d7d5635ac4381e6ac89f4a315e20df69ff97377

$ kde-builder prison --refresh-build --resume-from prison
Fetching remote changes to sysadmin-repo-metadata
Merging sysadmin-repo-metadata changes from branch master
Holding performance profile
Error accessing dbus: org.freedesktop.DBus.Error.ServiceUnknown: The name
net.hadess.PowerProfiles was not provided by any .service files

Building prison from frameworks (1/1)
Fetching remote changes to prison
Merging prison changes from branch master
* You had local changes to prison, which have been re-applied.
Source update complete for prison: no files affected
 Rebuilding because the option refresh-build was set
Preparing build system for prison.
Removing files in build directory for prison
Old build system cleaned, starting new build system.
Running cmake targeting Ninja...
Compiling... succeeded (after 10 seconds)
Note: - 2 - compile warnings
Installing prison succeeded (after 2 seconds)

$ kdesrc-build spectacle --refresh-build 

Issue is still reproducible, with the same error. Added the error.log

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

[Spectacle] [Bug 491361] Target "spectacle" links to: KF6::PrisonScanner

2024-08-09 Thread migtex
https://bugs.kde.org/show_bug.cgi?id=491361

--- Comment #5 from migtex  ---
Created attachment 172460
  --> https://bugs.kde.org/attachment.cgi?id=172460&action=edit
qt6 config

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

[Spectacle] [Bug 491361] Target "spectacle" links to: KF6::PrisonScanner

2024-08-11 Thread migtex
https://bugs.kde.org/show_bug.cgi?id=491361

--- Comment #6 from migtex  ---
Hey @NoahDavis, in the meanwhile, do you know of a workaround?
How can I install KF6:PrisonScanner?
Thank you

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

[Spectacle] [Bug 491361] Target "spectacle" links to: KF6::PrisonScanner

2024-08-11 Thread migtex
https://bugs.kde.org/show_bug.cgi?id=491361

migtex  changed:

   What|Removed |Added

  Latest Commit||f611b06bfcd1be470c6fa12042c
   ||620b896511789

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

[Spectacle] [Bug 491361] Target "spectacle" links to: KF6::PrisonScanner

2024-08-12 Thread migtex
https://bugs.kde.org/show_bug.cgi?id=491361

--- Comment #8 from migtex  ---
Created attachment 172531
  --> https://bugs.kde.org/attachment.cgi?id=172531&action=edit
SpectacleWide

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

[Spectacle] [Bug 491361] Target "spectacle" links to: KF6::PrisonScanner

2024-08-12 Thread migtex
https://bugs.kde.org/show_bug.cgi?id=491361

--- Comment #9 from migtex  ---
(In reply to Noah Davis from comment #7)
> (In reply to migtex from comment #6)
> > Hey @NoahDavis, in the meanwhile, do you know of a workaround?
> > How can I install KF6:PrisonScanner?
> > Thank you
> 
> It should just be installed when you install Prison as long as you build
> Prison with both zxing-cpp and Qt Multimedia. I don't know why you don't
> have it. Are you building zxing-cpp from source? If not, are you sure you
> have the `-dev` package for zxing-cpp installed?

Thanks @NoahDavis!
Sure enough installing libzxing-dev through the package manager, and rebuilding
prison solved the issue. I am able to take screenshots =D
Added SpectacleWide Attachment. Needed a restart for the hotkeys to work, mind
you 

So no bug? but shouldn't libzxing-dev be a required package instead of
optional?
---
One other topic. I tried the recording option using spectacle and we get this
error message
"An error occurred while attempting to record the screen. Failed to connect
PipeWire context"
Probably another setup issue... any hints on how to solve this? thanks in
advance for your patience

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

[kwin] [Bug 506186] "No title bar and frame" kwin rules disappear and have no effect when option "Apply Now" is selected

2025-06-25 Thread migtex
https://bugs.kde.org/show_bug.cgi?id=506186

--- Comment #2 from migtex  ---
Thanks for all the work. If I can help, let me know

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

[kwin] [Bug 506186] "No title bar and frame" kwin rules disappear and have no effect when option "Apply Now" is selected

2025-06-25 Thread migtex
https://bugs.kde.org/show_bug.cgi?id=506186

--- Comment #1 from migtex  ---
Created attachment 182668
  --> https://bugs.kde.org/attachment.cgi?id=182668&action=edit
The flow on 6.3 does not even apply the rule

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

[kwin] [Bug 506186] New: "No title bar and frame" kwin rules disappear and have no effect when option "Apply Now" is selected

2025-06-25 Thread migtex
https://bugs.kde.org/show_bug.cgi?id=506186

Bug ID: 506186
   Summary: "No title bar and frame" kwin rules disappear and have
no effect when option "Apply Now" is selected
Classification: Plasma
   Product: kwin
  Version First git-stable-Plasma/6.3
   Reported In:
  Platform: Debian testing
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: rules
  Assignee: kwin-bugs-n...@kde.org
  Reporter: migt...@gmail.com
CC: isma...@gmail.com
  Target Milestone: ---

Created attachment 182667
  --> https://bugs.kde.org/attachment.cgi?id=182667&action=edit
"Force" option is applied and persisted successfully in 6.4, unlike "Apply Now"

***
I am sure this is a bug, i have asked other people here
https://discuss.kde.org/t/no-titlebar-and-frame-rules/36115/8

SUMMARY
In Debian 13, Kde 6.3.5 and 6.5, applying the rule does nothing and disappears


STEPS TO REPRODUCE
1.Windows rules -> Add new -> Unimportant/Match Whole Class / with property "No
title bar and frame": True -> Apply Now 
2. Switch to another tab
3. Switch back to window rules
OBSERVED RESULT
The rule disappears and does apply the effect

EXPECTED RESULT
Rule to persist, 
Rule is applied,


SOFTWARE/OS VERSIONS
Operating System: Debian GNU/Linux 13
KDE Plasma Version: 6.3.5
KDE Frameworks Version: 6.13.0
Qt Version: 6.8.2
Kernel Version: 6.12.32-amd64 (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 3600 6-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: AMD Radeon RX 6800

And also With /kde/usr/bin/plasmashell --replace
Operating System: Debian GNU/Linux 13
KDE Plasma Version: 6.4.80
KDE Frameworks Version: 6.16.0
Qt Version: 6.9.1
Kernel Version: 6.12.32-amd64 (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 3600 6-Core Processor
Memory: 32 GiB of RAM (31.3 GiB usable)
Graphics Processor: AMD Radeon RX 6800

ADDITIONAL INFORMATION
In KDE Plasma Version: 6.3.5, the "Force" option has the same behavior. I was
not able to replicate it in 6.4.80, as you can see the rule remains and is
applied.

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

[kwin] [Bug 506186] "No title bar and frame" kwin rules disappear and have no effect when option "Apply Now" is selected

2025-06-28 Thread migtex
https://bugs.kde.org/show_bug.cgi?id=506186

--- Comment #5 from migtex  ---
Created attachment 182769
  --> https://bugs.kde.org/attachment.cgi?id=182769&action=edit
Tries to apply theme color change

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

[kwin] [Bug 506186] "No title bar and frame" kwin rules disappear and have no effect when option "Apply Now" is selected

2025-06-28 Thread migtex
https://bugs.kde.org/show_bug.cgi?id=506186

--- Comment #6 from migtex  ---

(In reply to Ismael Asensio from comment #4)

Hello, thanks for the consideration

> It is expected that the rule disappears when it is set to "Apply Now",
> because it is a one-time-only setting. The same thing happens for "Force
> Temporarily". 
Yes, sorry in the KDE discuss thread Claydoh pointed it out. I didn't notice 

> I understand this can be unexpected so we may work on disabling them (not as
> obvious as it seems), but it would be a feature request.
Do I have your blessing to make it?

> Can you check if this happens for other properties (ej. titlebar color,
> which is easy to test) also on "Apply Now"? This will help to better track
> the cause.
Of course. I have added a new attachment
"https://bugs.kde.org/attachment.cgi?id=182769"; to the convo.
Curiously, only the "Force", "Force Temporarily" and "Do not apply" options are
available for the changing color title property.
I have set my global theme to breeze dark. There are no other rules being
applied. Trying either Force option did not successfully apply the theme
changes to Breeze Light :(

> Also note there are better ways to not draw window titles than using window
> rules ;) but a bit hidden: 
> Go to System Settings > Window Decorations. Over the Breeze decoration,
> click the "edit" pen button, then go to "Window-Specific Overrides" and add
> a new exception. There you can also match some windows and set "Hide
> Titlebar"

Very cool. Gonna check it out further. I am trying to set these settings by
ansible. These window decoration rule should also be in .config/kwinrc right?

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