[Powerdevil] [Bug 392798] Power button actions should be handled from lock screen

2022-02-05 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=392798

--- Comment #19 from Nicolas Girard  ---
(In reply to ppaalanen from comment #18)
> 
> I'd like to point out that if someone is able to press the physical power
> button, they are also able to press it long enough that the machine cuts
> power without a normal shutdown. If they can access the power button, they
> could probably just pull the power cable, too. Therefore I think the
> security aspect of the justification to not allow shutdown while locked is
> very much undermined. Surely it's better to force programs to quit during
> normal shutdown than it is to kill power.

I completely agree.

The recent severity /priority downgrade (severity: normal -> wishlist ;
priority: high -> normal) doesn't make sense to me **at all**.

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

[plasmashell] [Bug 409980] Window thumbnails and titles are missing for all windows of an app when one window is playing media

2021-01-05 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=409980

--- Comment #10 from Nicolas Girard  ---
(In reply to Nate Graham from comment #8)
> I have a plan to work on this soon, now that I've finished my other pressing
> Task Manager work.

Great ! Happy new year and thanks for your efforts !

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

[konsole] [Bug 298775] Add search for tab functionality

2020-11-09 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=298775

--- Comment #10 from Nicolas Girard  ---
> Since this has been pissing me off so long, and probably other people too, I 
> think I'll create a proper repo on Github and put the code there.

Done: https://invent.kde.org/ngirard/konsole-tab-switch

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

[konsole] [Bug 298775] Add search for tab functionality

2020-11-08 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=298775

--- Comment #9 from Nicolas Girard  ---
> 
> Here you have it: https://pastebin.com/7HFThb5a
> activates the tab if found else exits 0

OK, so thanks to your input I tried `dbus-send` and adopted it as it seems
roughly twice as fast as `qdbus`.

I took your "tab switch" loop from your code and incorporated into mine,
reducing the sleep delay to 5ms.

I also revamped my code. The overall result is... well, not that bad for a
temporary solution. It's crappy, but it does the job.

Since this has been pissing me off so long, and probably other people too, I
think I'll create a proper repo on Github and put the code there.

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

[konsole] [Bug 298775] Add search for tab functionality

2020-11-08 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=298775

--- Comment #6 from Nicolas Girard  ---
(In reply to Gabor from comment #5)

> 
> I filed that bug when I wanted to achieve the same thing. Currently I have
> an awful workaround which activates the tabs one by one and gets the current
> title while it founds the searched tab.

Yeah, I saw someone else getting that dirty here:
https://debianforum.de/forum/viewtopic.php?t=178041 and didn't feel like
trying.

How bad does it feel with a few tens of tabs ?
I might give it a try after all, if you don't mind pasting your code.

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

[konsole] [Bug 422262] dbus /Windows/1 org.kde.konsole.Window.setCurrentSession doesn't changes session

2020-11-07 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=422262

Nicolas Girard  changed:

   What|Removed |Added

 CC||girard.nico...@gmail.com

--- Comment #2 from Nicolas Girard  ---
Fixing this defect would bring a solution to bug 298775.

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

[konsole] [Bug 298775] Add search for tab functionality

2020-11-07 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=298775

--- Comment #4 from Nicolas Girard  ---
> The only missing piece here is the ability to switch to the tab associated 
> with a session number via D-bus.

This would be achieved by fixing bug 422262.

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

[konsole] [Bug 298775] Add search for tab functionality

2020-11-07 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=298775

--- Comment #3 from Nicolas Girard  ---
I should add that, since `sessionList` only returns session numbers, we need to
loop through all sessions to get their titles, which is awfully slow.

A dedicated `sessionListWithTitle` method would be much needed for that
purpose.

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

[konsole] [Bug 298775] Add search for tab functionality

2020-11-07 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=298775

Nicolas Girard  changed:

   What|Removed |Added

 CC||girard.nico...@gmail.com

--- Comment #2 from Nicolas Girard  ---
The following command allows the user to select a session by searching through
the session names, and returns the number of the chosen session:

  qdbus $KONSOLE_DBUS_SERVICE /Windows/1 sessionList|xargs -I{} sh -c 'printf
"%s\t" {}; qdbus $KONSOLE_DBUS_SERVICE /Sessions/{}
org.kde.konsole.Session.title 1'|fzf --with-nth 2  |cut -d$'\t' -f1

The only missing piece here is the ability to switch to the tab associated with
a session number via D-bus.

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

[lattedock] [Bug 420581] Right click doesn't work any more

2020-04-30 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=420581

Nicolas Girard  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |WORKSFORME

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

[lattedock] [Bug 420581] Right click doesn't work any more

2020-04-30 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=420581

--- Comment #1 from Nicolas Girard  ---
Problem doesn't arise any longer after latest `apt upgrade`.

Closing.

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

[lattedock] [Bug 420581] New: Right click doesn't work any more

2020-04-25 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=420581

Bug ID: 420581
   Summary: Right click doesn't work any more
   Product: lattedock
   Version: git (master)
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: application
  Assignee: mvourla...@gmail.com
  Reporter: girard.nico...@gmail.com
  Target Milestone: ---

After upgrading my system to Ubuntu 20.04 and using latte-dock
0.9.85+git20200425.1355-0~ubuntu19.10~ppa1, right-clicking anywhere on panels
or plasmoids does nothing.

I'll double-check and amend this report afterwards, but I'm pretty sure the
right clicking was still working before enabling the latte PPA and upgrading,
that previous version was presumably 0.9.7

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

[Spectacle] [Bug 390415] Feature request - Spectacle - Save to file and clipboard

2019-08-16 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=390415

--- Comment #20 from Nicolas Girard  ---
Great, thanks for your efforts !

> FIXED-IN: 19.12.0

Jeez... that's a long time to wait !


Le ven. 16 août 2019 à 23:56, Antonio  a écrit :

> https://bugs.kde.org/show_bug.cgi?id=390415
>
> --- Comment #19 from Antonio  ---
> Small update:
> if these two get accepted, you will have the desired capability:
>
> https://phabricator.kde.org/D23210
> https://phabricator.kde.org/D23162
>
> Stay tuned! :)
>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.

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

[Spectacle] [Bug 390415] Feature request - Spectacle - Save to file and clipboard

2019-08-15 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=390415

--- Comment #17 from Nicolas Girard  ---
(In reply to Antonio from comment #16)

> So if one has both options enabled ('auto save to clipboard' & 'auto save to
> disk'), this one would be solved?

Yes, it would !

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

[Spectacle] [Bug 406083] [Feature Request] add option to automatically copy screenshot to clipboard

2019-08-14 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=406083

--- Comment #3 from Nicolas Girard  ---
(In reply to Antonio from comment #2)
> Working on it. So far it works under normal conditions

Great, thanks !

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

[kwin] [Bug 410344] Uses 100% CPU

2019-07-29 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=410344

--- Comment #5 from Nicolas Girard  ---
> 1. Which version version do you use if not 5.16.3 and I suggest updating your 
> packages.

I confirm I'm using version 5.16.3. I meant "more recent", not "earlier",
sorry.

> 2. Tell whether deactivating "Desktop Grid" helps

What I can do is keep using my machine using the "compact" effect for a few
days, and report back afterwards.

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

[kwin] [Bug 410344] Uses 100% CPU

2019-07-29 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=410344

--- Comment #3 from Nicolas Girard  ---
Thanks for your feedback.

> Did you activate Desktop Grid?

Yes, I did

> Seems to be related to https://bugs.kde.org/show_bug.cgi?id=364709 but that 
> got actually fixed in 5.15.

All I can tell, is that my packages earlier than 5.15.

I've switched to the "compact" (effect ? Dunno how these are called), to see
how it goes.

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

[kwin] [Bug 410344] Uses 100% CPU

2019-07-29 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=410344

--- Comment #1 from Nicolas Girard  ---
Things went back to normal after
  pkill -9 kwin ; kwin&

I regularly need to do so, although I'm unsure how to reproduce this defect.

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

[kwin] [Bug 410344] New: Uses 100% CPU

2019-07-29 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=410344

Bug ID: 410344
   Summary: Uses 100% CPU
   Product: kwin
   Version: 5.16.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: girard.nico...@gmail.com
  Target Milestone: ---

Running kwin-x11 5.16.3-0ubuntu1~ubuntu19.04~ppa1.
Uses 100% CPU.

Killing & restarting using 
  kwin --replace
changes nothing.

Running

  qdbus org.kde.KWin /KWin supportInformation

hangs, then outputs

  Error: org.freedesktop.DBus.Error.NoReply

Possibly related: everytime I'm typing Alt-tab, kwin outputs many (I guess as
many as my windows) such lines:

  file:///usr/share/kwin/tabbox/present_windows/contents/ui/main.qml:89:21: QML
RowLayout: Binding loop detected for property "height"

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

[Spectacle] [Bug 390415] Feature request - Spectacle - Save to file and clipboard

2019-07-27 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=390415

Nicolas Girard  changed:

   What|Removed |Added

 CC||girard.nico...@gmail.com

--- Comment #15 from Nicolas Girard  ---
This is also the workflow I've been using heavily with Shutter.

I'm missing this in Spectacle.

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

[Spectacle] [Bug 406083] [Feature Request] add option to automatically copy screenshot to clipboard

2019-07-27 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=406083

Nicolas Girard  changed:

   What|Removed |Added

 CC||girard.nico...@gmail.com

--- Comment #1 from Nicolas Girard  ---
I concur. This is the only feature I'm missing from Shutter.

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

[klipper] [Bug 410288] No clear way of removing Klipper from KDE session

2019-07-27 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=410288

Nicolas Girard  changed:

   What|Removed |Added

 CC||girard.nico...@gmail.com

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

[klipper] [Bug 410288] New: No clear way of removing Klipper from KDE session

2019-07-27 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=410288

Bug ID: 410288
   Summary: No clear way of removing Klipper from KDE session
   Product: klipper
   Version: 5.16.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: girard.nico...@gmail.com
  Target Milestone: ---

Removing Klipper from one's KDE session is a legitimate need, e.g. for security
reasons as discussed here (1), or in order to use another clipboard manager
instead.

Currently, nowhere in KDE's system settings, Klipper's documentation, nor
Klipper menus, a clear way of doing so is provided.

As indicated in (2), removing Klipper can be achieved by unchecking "Clipboard"
in "System Tray settings > Additional Entries" ; but by doing this the user is
let unsure whether
- Klipper does not appear in the systray, *but* is still running in the
background ;
- Klipper won't be running after restarted the session ;
- Klipper is no longer running at all

This is clearly a usability issue, which has been bothering people since at
least 2003 (3).

(1) https://forum.kde.org/viewtopic.php?f=66&t=128086
(2) https://bugs.kde.org/show_bug.cgi?id=352171#c15
(3) https://groups.google.com/forum/#!topic/alt.os.linux.suse/GFsc2xZHeuA

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

[klipper] [Bug 395418] klipper handbook Actions command section missing documentation

2019-07-27 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=395418

Nicolas Girard  changed:

   What|Removed |Added

 CC||girard.nico...@gmail.com

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

[klipper] [Bug 410286] Trigger action conditionally depending on primary/clipboard selection

2019-07-27 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=410286

Nicolas Girard  changed:

   What|Removed |Added

 CC||girard.nico...@gmail.com

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

[klipper] [Bug 410286] New: Trigger action conditionally depending on primary/clipboard selection

2019-07-27 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=410286

Bug ID: 410286
   Summary: Trigger action conditionally depending on
primary/clipboard selection
   Product: klipper
   Version: 5.16.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: girard.nico...@gmail.com
  Target Milestone: ---

Klipper doesn't allow to distinguish between the PRIMARY and the CLIPBOARD
selection before triggering an action.

This would be a very useful feature to have.

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

[klipper] [Bug 54212] freeze and export items

2019-07-27 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=54212

Nicolas Girard  changed:

   What|Removed |Added

 CC||girard.nico...@gmail.com

--- Comment #34 from Nicolas Girard  ---
I concur, this would be useful.

For what is worth, CopyQ (1) has this feature ; it's called "pinned items" (2)

(1) https://github.com/hluk/CopyQ
(2) https://copyq.readthedocs.io/en/latest/pin-items.html

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

[klipper] [Bug 105033] Synchronizing Clipboard/Selection contents on a per-application basis

2019-07-27 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=105033

Nicolas Girard  changed:

   What|Removed |Added

 CC||girard.nico...@gmail.com
Summary|Clipboard/Selection on a|Synchronizing
   |per-application basis   |Clipboard/Selection
   ||contents on a
   ||per-application basis

--- Comment #2 from Nicolas Girard  ---
I concur. This would be useful.

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

[frameworks-kactivities] [Bug 390797] Feature request: macOS-like titlebar proxy icon

2019-07-22 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=390797

Nicolas Girard  changed:

   What|Removed |Added

 CC||girard.nico...@gmail.com

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

[lattedock] [Bug 409980] Thumnails for Firefox windows have no title when one tab has video

2019-07-19 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=409980

--- Comment #2 from Nicolas Girard  ---
Created attachment 121621
  --> https://bugs.kde.org/attachment.cgi?id=121621&action=edit
Plasma taskmanager

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

[lattedock] [Bug 409980] Thumnails for Firefox windows have no title when one tab has video

2019-07-19 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=409980

--- Comment #1 from Nicolas Girard  ---
Created attachment 121620
  --> https://bugs.kde.org/attachment.cgi?id=121620&action=edit
Latte with no tab containing video

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

[lattedock] [Bug 409980] New: Thumnails for Firefox windows have no title when one tab has video

2019-07-19 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=409980

Bug ID: 409980
   Summary: Thumnails for Firefox windows have no title when one
tab has video
   Product: lattedock
   Version: 0.8.97
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: application
  Assignee: mvourla...@gmail.com
  Reporter: girard.nico...@gmail.com
  Target Milestone: ---

Created attachment 121619
  --> https://bugs.kde.org/attachment.cgi?id=121619&action=edit
Latte with tab containing video

SUMMARY

This report is about the thumbnails of Firefox windows that appear when
hovering the Firefox icon.

If one the Firefox tabs contains a video, the titles (normally on top of the
thumbnails) disappear and the name of the video appear at the bottom of all
thumbnails, along with control buttons to play or pause the video.

(See latte_1 screenshot).

Whenever the tab containing the video is closed, the titles are displayed
again.

(See latte_2 screenshot).

This behavior was not observed using plasma taskmanager and panel v5.16.3.


(See plasma_taskmanager screenshot)

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

[klipper] [Bug 409803] "Enable clipboard actions" missing from context menu

2019-07-14 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=409803

Nicolas Girard  changed:

   What|Removed |Added

 CC||girard.nico...@gmail.com

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

[klipper] [Bug 409803] New: "Enable clipboard actions" missing from context menu

2019-07-14 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=409803

Bug ID: 409803
   Summary: "Enable clipboard actions" missing from context menu
   Product: klipper
   Version: 5.16.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: girard.nico...@gmail.com
  Target Milestone: ---

SUMMARY

On Kubuntu 19.04, using plasma-workspace 5.16.3-0ubuntu1~ubuntu19.04~ppa1
package from http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu, 
clipboard actions are disable by default, which is not a problem in itself.

But for a user to be able to enable them, he needs to go through the following
convoluted path:

1. Open Klipper's configuration dialog
2. Click the "Shortcuts" tab
3. Figure out which shortcut is associated to the "Enable clipboard action"
action (on my system: Ctrl-Alt-x)
4. Close configuration dialog
5. Eventually type the shortcut (Ctrl-Alt-x) to enable clipboard actions

This usability issue could be solved by adding an "Enable clipboard action"
menu entry to the context menu showing up when right-clicking the Klipper icon.

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

[klipper] [Bug 409801] Disabling MIME-based actions has no effect

2019-07-14 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=409801

Nicolas Girard  changed:

   What|Removed |Added

 CC||girard.nico...@gmail.com

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

[klipper] [Bug 409801] New: Disabling MIME-based actions has no effect

2019-07-14 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=409801

Bug ID: 409801
   Summary: Disabling MIME-based actions has no effect
   Product: klipper
   Version: 5.16.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: girard.nico...@gmail.com
  Target Milestone: ---

SUMMARY

On Kubuntu 19.04, using plasma-workspace 5.16.3-0ubuntu1~ubuntu19.04~ppa1
package from http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu, unchecking
"Enable MIME-based actions" checkbox from configuration panel has no effect.

STEPS TO REPRODUCE
1. Open Klipper configuration panel
2. Click "Actions" tab
3. Uncheck "Enable MIME-based actions" checkbox
4. Close configuration window
5. Copy "https://www.google.com"; to clipboard

OBSERVED RESULT

A popup titled "HTML document - Actions for: https://www.google.com"; shows up.

EXPECTED RESULT

No popup should show up.


As a consequence of this defect, custom actions using tailor-cut regexes are
completely drowned by the numerous, unwanted MIME-based actions showing up.

For what is worth, the configuration option is properly stored: 
grep EnableMagicMimeActions ~/.config/klipperrc 
returns

EnableMagicMimeActions=false

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

[klipper] [Bug 155499] provide context menu for history items

2019-07-14 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=155499

Nicolas Girard  changed:

   What|Removed |Added

 CC||girard.nico...@gmail.com
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #11 from Nicolas Girard  ---
Klipper, as shipped with Plasma 5.16.3, actually provides contextual icons for
each item from the history list.

This report can be closed as resolved.

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

[klipper] [Bug 7952] klipper: Add possibility to deactivate actions without deleting

2019-07-14 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=7952

Nicolas Girard  changed:

   What|Removed |Added

Version|0.2 |5.16.3
 CC||girard.nico...@gmail.com

--- Comment #2 from Nicolas Girard  ---
I agree that this would be a welcome addition.

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

[klipper] [Bug 374456] Impossible to select an entry by keyboard only

2019-07-14 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=374456

Nicolas Girard  changed:

   What|Removed |Added

 CC||girard.nico...@gmail.com
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Nicolas Girard  ---
I'm not experiencing this using plasma-workspace 5.16.3 on Kubuntu 19.04.

Closing as resolved.

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

[user-manager] [Bug 409799] Adding user without providing account name fails silently

2019-07-14 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=409799

Nicolas Girard  changed:

   What|Removed |Added

 CC||girard.nico...@gmail.com

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

[user-manager] [Bug 409799] New: Adding user without providing account name fails silently

2019-07-14 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=409799

Bug ID: 409799
   Summary: Adding user without providing account name fails
silently
   Product: user-manager
   Version: 5.16.3
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcontrol module
  Assignee: j...@jriddell.org
  Reporter: girard.nico...@gmail.com
  Target Milestone: ---

SUMMARY

On Kubuntu 19.04, using user-manager 5.16.3-0ubuntu1~ubuntu19.04~ppa1 package
from http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu, trying to add a new
user via KDE configuration manager without providing an account name fails
silently.

STEPS TO REPRODUCE
1. LANG=C kcmshell5 user_manager
2. Click "New user"
3. Leave the first (anonymous btw) field empty
4. Fill in "Real name" field with e.g. "tester"
5. Provide a password
6. Click OK
7. Enter password

OBSERVED RESULT

The window closes without any warning or error message.

Return code ($?) is 0.

No user is created (grep tester /etc/group returns nothing)


EXPECTED RESULT

At some point in the described sequence, the user should be warned that an
account name is missing, the more so as the field for the account name is
anonymous and doesn't have any tooltip asssociated.

The return code shouldn't be 0.

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

[plasmashell] [Bug 404733] Wrong icon for folder view widget [files linked to activity] in panel

2019-02-23 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=404733

--- Comment #1 from Nicolas Girard  ---
As a matter of fact, there already is such "folder-activities" icon. I'd
suggest to use it.

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

[plasmashell] [Bug 404733] Wrong icon for folder view widget [files linked to activity] in panel

2019-02-23 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=404733

Nicolas Girard  changed:

   What|Removed |Added

 CC||girard.nico...@gmail.com

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

[plasmashell] [Bug 404733] New: Wrong icon for folder view widget [files linked to activity] in panel

2019-02-23 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=404733

Bug ID: 404733
   Summary: Wrong icon for folder view widget [files linked to
activity] in panel
   Product: plasmashell
   Version: 5.15.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Folder
  Assignee: h...@kde.org
  Reporter: girard.nico...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 118317
  --> https://bugs.kde.org/attachment.cgi?id=118317&action=edit
Folder view widget displayed in panel when configured to show Files linked to
current activity

SUMMARY

When added to a panel, the folder view widget is displayed using the wrong icon
when it is configured to show the files linked to the current activity.

STEPS TO REPRODUCE

1. Add folder view widget to a panel
2. Configure the folder view: select "Files linked to current activity" 

OBSERVED RESULT

Widget is displayed as shown in attached image.

EXPECTED RESULT

Widget should be displayed using a more appropriate icon.

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: Kubuntu 18.10
KDE Plasma Version: 5.15.1

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

[latte-dock] [Bug 399471] Migrate Github wiki pages to KDE wiki

2018-10-07 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=399471

--- Comment #5 from Nicolas Girard  ---
Fine, this allows me to move on, thanks.

Also I followed the guidelines and created an account on Phabricator (which
purportedly "unifies all your kde accounts into one"), as initially I only had
one account on bugs.kde.org. Obviously I used the same email address.

But confusingly enough, I have no assigned tasks on phabricator
(https://phabricator.kde.org/people/tasks/13467/). I expected this one to be
listed.

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

[latte-dock] [Bug 399471] Migrate Github wiki pages to KDE wiki

2018-10-07 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=399471

--- Comment #2 from Nicolas Girard  ---
I'm now figuring out the best place to put the pages.

>From the 3 existing kde wikis (User Base, Tech Base, Community) and their
description (https://wiki.kde.org/), User Base seems the most appropriate to
me.

Then, from the User Base portal
(https://userbase.kde.org/Welcome_to_KDE_UserBase), I'd go to Applications
(https://userbase.kde.org/Applications) and from that page, "The Desktop"
(https://userbase.kde.org/Special:MyLanguage/Applications/Desktop).

Problem is, the "Applications" page (https://userbase.kde.org/Applications)
seem to imply that the contents here do not deal with the applications from
KDE-Apps.org, to which I think Latte belongs.

Any thoughts ?

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

[latte-dock] [Bug 399471] Migrate Github wiki pages to KDE wiki

2018-10-06 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=399471

Nicolas Girard  changed:

   What|Removed |Added

 CC||girard.nico...@gmail.com

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

[latte-dock] [Bug 399471] Migrate Github wiki pages to KDE wiki

2018-10-06 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=399471

Nicolas Girard  changed:

   What|Removed |Added

   Assignee|mvourla...@gmail.com|girard.nico...@gmail.com

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

[latte-dock] [Bug 399471] New: Migrate Github wiki pages to KDE wiki

2018-10-06 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=399471

Bug ID: 399471
   Summary: Migrate Github wiki pages to KDE wiki
   Product: latte-dock
   Version: git (master)
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: application
  Assignee: mvourla...@gmail.com
  Reporter: girard.nico...@gmail.com
  Target Milestone: ---

As discussed in
https://www.reddit.com/r/kde/comments/9lvkbr/how_to_make_latte_dock_to_look_like_gnomeunity/
, the wiki pages from the legacy psifidotos/Latte-Dock repository on Github
(https://github.com/psifidotos/Latte-Dock/wiki) need to be migrated to the KDE
wiki.

I'm volunteering to take care of this, so I wish this task to be assigned to
me.

I'm welcoming any information / advice.

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

[Powerdevil] [Bug 382114] Screen not locking on lid close

2018-04-25 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=382114

Nicolas Girard  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|DUPLICATE   |---

--- Comment #2 from Nicolas Girard  ---
My bad...

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

[Powerdevil] [Bug 382114] Screen not locking on lid close

2018-04-25 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=382114

Nicolas Girard  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||girard.nico...@gmail.com

--- Comment #1 from Nicolas Girard  ---


*** This bug has been marked as a duplicate of bug 391782 ***

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

[Powerdevil] [Bug 391782] powerdevil defaults to do nothing when closing laptop lid

2018-04-25 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=391782

Nicolas Girard  changed:

   What|Removed |Added

 CC||phao...@gmail.com

--- Comment #5 from Nicolas Girard  ---
*** Bug 382114 has been marked as a duplicate of this bug. ***

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

[Powerdevil] [Bug 349750] Laptop does not suspend when lid closed in lock screen

2018-04-25 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=349750

Nicolas Girard  changed:

   What|Removed |Added

 CC||girard.nico...@gmail.com

--- Comment #10 from Nicolas Girard  ---
Unable to reproduce here on Kubuntu 18.04beta.
powerdevil 5.12.4.

Additional informations

  lsb_release -rd

Description:Ubuntu Bionic Beaver (development branch)
Release:18.04

  uname -a

Linux 4.15.0-19-generic #20-Ubuntu SMP Sun Apr 22 00:03:34 UTC 2018
  x86_64 x86_64 x86_64 GNU/Linux

  swapon -s
Filename TypeSizeUsedPriority
/dev/dm-1partition   999420  0   -2

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

[Powerdevil] [Bug 391782] powerdevil defaults to do nothing when closing laptop lid

2018-04-25 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=391782

--- Comment #4 from Nicolas Girard  ---
Wow, that was zipping fast, thanks a lot !

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

[Powerdevil] [Bug 391782] powerdevil defaults to do nothing when closing laptop lid

2018-04-25 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=391782

Nicolas Girard  changed:

   What|Removed |Added

Version|5.12.3  |5.12.4
 CC||girard.nico...@gmail.com
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Nicolas Girard  ---
Confirmed here on Kubuntu 18.04beta.
powerdevil 5.12.4.

The importance of this issue should be raised, since users might damage their
laptops by carrying them without realizing they're not suspended, as reported
here: https://bugs.kde.org/show_bug.cgi?id=349750

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

[Powerdevil] [Bug 392798] Power button actions should be handled from lock screen

2018-04-25 Thread Nicolas Girard
https://bugs.kde.org/show_bug.cgi?id=392798

Nicolas Girard  changed:

   What|Removed |Added

Version|unspecified |5.12.4
 CC||girard.nico...@gmail.com
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #6 from Nicolas Girard  ---
Confirmed here on Kubuntu 18.04beta.
kscreenlocker 5.12.4 as well.

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