[dolphin] [Bug 406635] After adding 'Create New' to the toolbar via the toolbar configuration window, it doesn't actually appear on the toolbar

2019-04-17 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=406635

Rog131  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED
 CC||samrog...@hotmail.com

--- Comment #4 from Rog131  ---


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

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

[dolphin] [Bug 405780] "Create New..." button can't be configured

2019-04-17 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=405780

Rog131  changed:

   What|Removed |Added

 CC||bugs.kde@thebeach.plus.
   ||com

--- Comment #2 from Rog131  ---
*** Bug 406635 has been marked as a duplicate of this bug. ***

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

[kfind] [Bug 405022] KFind does not offer DELETE in right-click menu - only 'Move to Wastebin'

2019-03-07 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=405022

Rog131  changed:

   What|Removed |Added

   Assignee|unassigned-b...@kde.org |k...@privat.broulik.de

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

[kdemultimedia] [Bug 404898] Portrait video gets a preview that's in landscape orientation

2019-03-04 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=404898

--- Comment #7 from Rog131  ---
Meanwhile - alternatives:

Scripting KDE video preview thumbnails with the ffmpegthumbnailer:
https://forum.kde.org/viewtopic.php?f=224=153847#p409077 . Preview clip:
https://www.youtube.com/watch?v=L694nghnPo8

The ffmpegthumbnailer ( https://github.com/dirkvdb/ffmpegthumbnailer )  has the
kffmpegthumbnailer (
https://github.com/dirkvdb/ffmpegthumbnailer/tree/master/kffmpegthumbnailer ).
It is for the KDE4/Qt4 but it is easy to port ot the KF5/Qt5.

Preview image of the alternatives & ffmpegthumbs: https://imgur.com/VqVJFBi

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

[kfind] [Bug 405022] KFind does not offer DELETE in right-click menu - only 'Move to Wastebin'

2019-03-03 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=405022

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #1 from Rog131  ---
A workaround:

If you add a 'Remove' service menu - 
$HOME/.local/share/kservices5/ServiceMenus/remove.desktop:

[Desktop Entry]
Type=Service
Icon=edit-delete
ServiceTypes=KonqPopupMenu/Plugin
MimeType=all/allfiles;inode/directory;
Actions=remove;
Encoding=UTF-8
X-KDE-Priority=TopLevel

[Desktop Action remove]
Type=Application
Name=Remove
Icon=edit-delete
Exec=rm -rf %F

then the KFind will show it: https://imgur.com/ODd2DPy

The servce menu will remove files and directories...

More of the KDE Service Menus:
https://techbase.kde.org/Development/Tutorials/Creating_Konqueror_Service_Menus

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

[kdemultimedia] [Bug 404898] Portrait video gets a preview that's in landscape orientation

2019-03-03 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=404898

--- Comment #5 from Rog131  ---
Maybe this helps to add the rotation metadata to ffmpegthumbs...

By Rotation Metadata in Video Files Created by Mobile Devices:
https://blog.addpipe.com/mp4-rotation-metadata-in-mobile-video-files/ :

"The rotation metadata is stored as an integer, it represents degrees, and has
4 possible values: 0, 90, 180 and 270."

The example clip: 20130913T153029.mp4 has 90 degree rotation. The meta/exif
data can be read with the ExifTool -
https://www.sno.phy.queensu.ca/~phil/exiftool/ :

"$ exiftool 20130913T153029.mp4 | grep Rotation
Rotation: 90
"

and MediaInfo - https://mediaarea.net/en/MediaInfo :

"$ mediainfo 20130913T153029.mp4 | grep Rotation
Rotation : 90°"


The KDE ffmpegthumbs is based on the ffmpegthumbnailer:
https://github.com/dirkvdb/ffmpegthumbnailer

The FFmpegThumbnailer 2.1.2 changelog: "Take rotation metadata into account
when generating thumbnails"

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

[kdemultimedia] [Bug 404898] Portrait video gets a preview that's in landscape orientation

2019-03-03 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=404898

Rog131  changed:

   What|Removed |Added

Version|18.12.2 |18.12
  Component|Thumbnails and previews |ffmpegthumbs
   Assignee|plasma-b...@kde.org |kde-multime...@kde.org
Product|kio-extras  |kdemultimedia

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

[kio-extras] [Bug 404898] Portrait video gets a preview that's in landscape orientation

2019-03-03 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=404898

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #4 from Rog131  ---
The KDE is using kdemultimedia/ffmpegthumbs to thumbnail the video files

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

[dolphin] [Bug 404490] Please provide a button available on the UI to go up one folder

2019-02-18 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=404490

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #2 from Rog131  ---
"Please provide a button available on the UI to go up one folder"

The user can add the up button to the toolbar: The Dolphin Handbook -
https://docs.kde.org/stable5/en/applications/dolphin/index.html -> Dolphin User
Interface -
https://docs.kde.org/stable5/en/applications/dolphin/using-dolphin.html#dolphin-user-interface
: 

"The toolbar can be customized by clicking it with the right mouse button and
choosing Configure Toolbars... from the context menu, with Configure
Toolbars... from the Control button at the right of the toolbar or via Settings
→ Configure Toolbars... from the main menu."

https://imgur.com/ko3fUGx


Note !

Your link: https://forum.kde.org/viewtopic.php?f=93=82751=410969#p410969
is archived under the KDE Brainstorm > Invalid (Every invalid idea will be
moved here)

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

[kscreenlocker] [Bug 404504] Screenlocker Clock disable, or movement.

2019-02-18 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=404504

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #1 from Rog131  ---
Meanwhile - There are an option to install another plasma theme / plasma
lockscreen. An example: Breeze Custom Lock Screen -
https://store.kde.org/p/1216681 :

"Breeze Custom Lock is a partial KDE Look and Feel theme. It only has the lock
screen part.

The Breeze Custom Lock has:

Semitransparent sliding rectangle. The lock screen texts are on the rectangle
and moving out the sight when not needed..."

Preview clip: https://youtu.be/6LsRMrCrm-c

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

[plasmashell] [Bug 404290] Right clik on desktop icon to open application

2019-02-16 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=404290

Rog131  changed:

   What|Removed |Added

 CC||leviat...@gmx.com

--- Comment #5 from Rog131  ---
*** Bug 404432 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 404432] Open is missing from right click context menu in desktop

2019-02-16 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=404432

Rog131  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||samrog...@hotmail.com
 Status|REPORTED|RESOLVED

--- Comment #1 from Rog131  ---


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

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

[Spectacle] [Bug 372408] Option to omit shadow and transparent border from windows in Active Window and Window Under Cursor modes

2019-02-09 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=372408

Rog131  changed:

   What|Removed |Added

 CC||j...@eclipso.de

--- Comment #11 from Rog131  ---
*** Bug 404143 has been marked as a duplicate of this bug. ***

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

[Spectacle] [Bug 404143] Window Snapshot includes plasma theme decoration

2019-02-09 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=404143

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Rog131  ---


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

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

[krunner] [Bug 404081] right click application menu name instead description

2019-02-08 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=404081

Rog131  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED
 CC||samrog...@hotmail.com

--- Comment #1 from Rog131  ---
The 'Mouse Action - Application Launcher' has an option to show applications by
name: https://imgur.com/oZFwGxj

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

[plasmashell] [Bug 403094] Implement a slider to control horizontal grid spacing

2019-01-20 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=403094

Rog131  changed:

   What|Removed |Added

 CC||olegbessbr...@gmail.com

--- Comment #3 from Rog131  ---
*** Bug 403412 has been marked as a duplicate of this bug. ***

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

[kde] [Bug 403412] Desktop Icons become wide

2019-01-20 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=403412

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com
 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from Rog131  ---
Marking this as the dublicate of the 'Spacing too large between icons in
"folder view mode" in the desktop' renamed as 'Implement a slider to control
horizontal grid spacing'.

If not reopen this one.

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

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

[kio-extras] [Bug 402721] Thumbnails in XDG thumbnailer spec compliant places are ignored by Dolphin

2019-01-11 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=402721

--- Comment #8 from Rog131  ---
... you could add the attributes with the exiftool.

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

[kio-extras] [Bug 402721] Thumbnails in XDG thumbnailer spec compliant places are ignored by Dolphin

2019-01-11 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=402721

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #7 from Rog131  ---
By Thumbnail Managing Standard:
https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-0.8.0.html

-> 5.2. Thumbnail Attributes:
https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-0.8.0.html#ADDINFOS

"The following keys and their appropriate values must be provided by every
program which supports this standard...

Table 1. Required attributes.
Thumb::URI The absolute canonical uri for the original file.
Thumb::MTime The modification time of the original file!

If you just add an image to the cache it won't have those.

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

[dolphin] [Bug 402530] Folder previews are shown even when disabled.

2018-12-24 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=402530

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #5 from Rog131  ---
(In reply to Paul from comment #4)
> Yes I have a specific use case...
> 
> Unchecking "Preview" (For the Information Panel) is not really a viable
> option.
> 
> From *within* a folder I want previews (Images, Text files etc.) to appear
> in the Information Panel; this being especially useful when the file listing
> is "Details" view mode. What I don't want, is a preview of the folder
> contents when a folder is hovered over.
> 
> I'm sorry,  but in my opinion, Dolphin's previous behaviour in this respect
> was far more sensible :)

A workaround:

The preview/thumnailer will need the the desktop file to describe the
thumbnailer: https://api.kde.org/frameworks/kio/html/classThumbCreator.html.
Remove/move the /usr/share/kservices5/directorythumbnail.desktop file. The
directory preview will be disabled.

Note !
Upgrades/updates will install the desktop file again.

Another option: Replace the standard 'Folders' option with another:
https://forum.kde.org/viewtopic.php?f=224=156241

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

[kdemultimedia] [Bug 402522] ffmpegthumbs crashes kdeinit with no-video webm

2018-12-24 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=402522

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com
 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #2 from Rog131  ---
Testting with the attachment 117087 & ffmpegthumbs 18.12.0. No crash. 

Fixed with KDE Application 18.08.3 or later -
https://cgit.kde.org/ffmpegthumbs.git/commit/?id=b8223de8e65de6de08f2e29a398f0922fa282bbb

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

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

[kdemultimedia] [Bug 400638] kdeinit5 crashed during select movie file

2018-12-24 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=400638

Rog131  changed:

   What|Removed |Added

 CC||niki...@bk.ru

--- Comment #9 from Rog131  ---
*** Bug 402522 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 387762] Keyboard shortcut for Create Text file

2018-12-19 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=387762

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #5 from Rog131  ---
Phabricator: Add a keyboard shortcut to create file -
https://phabricator.kde.org/D16413
"Like the existing F10 shortcut to create directories, this patch
adds a new shortcut to create files. The proposed default is Shift-F10."

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

[plasmashell] [Bug 361228] little box around filenames is missing with Plasma 5.6

2018-11-16 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=361228

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #7 from Rog131  ---
Meanwhile the users can add the 'boxes' back. An example:
https://forum.kde.org/viewtopic.php?f=289=131951=407379#p407379

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

[dolphin] [Bug 399710] Provide a summary page for available disk drives

2018-10-12 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=399710

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #1 from Rog131  ---
(In reply to Gregor Mi from comment #0)
> From time to time I have the chance to help people switching from Windows to
> KDE Plasma. Here is one observation.
> 
> The person wants to get a quick overview of installed hard drives and how
> full they are.
> 
> Currently, the quickest way I know of to achieve this is to click on the
> items below the Devices section on the left panel one by one and then look
> on the right side of the status bar to see how much space is free.
> 
> Suggestion: maybe the "Devices" section header could be made clickable or
> the user could go up past the "/" boundary and there present an overview
> page of all installed storage devices including information about their
> usage.
> 
> Here is a screenshot of the Windows 7 File explorer as an example of how it
> could look like:
> https://www.ghacks.net/wp-content/uploads/2009/11/windows_explorer_flickr.jpg

The KDE has the KMoreToolsFramework:
https://community.kde.org/Scratchpad/KMoreToolsFramework

The Dolphin is supporting (3 years ago) the spaceinfo widget for detailled disk
usage information: https://git.reviewboard.kde.org/r/121478/

The KDiskFree (https://www.kde.org/applications/system/kdiskfree/) can be
started from the file manager (Dolphin) 'free' status bar:
http://i.imgur.com/57Jjdaf.gif

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

[kio] [Bug 329773] Thumbnail of picture in dolphin never updated after picture manipulation if file's modification time kept

2018-09-30 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=329773

--- Comment #5 from Rog131  ---
(In reply to Nicofo from comment #3)
> 
> The strange thing is that the picture is well updated in the Information
> Panel.


The Dolphin Information panel is not using the thumbnail cache. The preview
image is made as needed.

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

[kio] [Bug 329773] Thumbnail of picture in dolphin never updated after picture manipulation if file's modification time kept

2018-09-30 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=329773

Rog131  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG
 CC||samrog...@hotmail.com

--- Comment #4 from Rog131  ---
The 'Thumbnail of picture in dolphin never updated after picture manipulation
if file's modification time kept' is intentional as told by the Thumbnail
Managing Standard -
https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-0.8.0.html

...and there 7. Detect Modifications -
https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-0.8.0.html#MODIFICATIONS

"One important thing is to assure that the thumbnail image displays the same
information than the original, only in a downscaled version. To make this
possible we use the modification time stored in the required 'Thumb::MTime' key
and check if it's equal the current modification time of the original. If not
we must recreate the thumbnail."

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

[kdemultimedia] [Bug 272872] mplayerthumbs don't create thumbnails

2018-09-27 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=272872

Rog131  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |UNMAINTAINED
 CC||samrog...@hotmail.com

--- Comment #4 from Rog131  ---
The mplayerthumbs is unmaintained and has been dropped:
https://marc.info/?t=14586498001=1=2

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

[systemsettings] [Bug 398610] Mouse settings have lost lot of settings

2018-09-23 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=398610

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #3 from Rog131  ---
Don't remove nothing. Add /etc/X11/xorg.conf.d/xorg.conf with the:

Section "InputClass"
Identifier "evdev-mouse"
MatchIsPointer "yes"
Driver "evdev"
EndSection

More:
https://www.reddit.com/r/archlinux/comments/6ce1ks/pacman_rs_xf86inputlibinput_fails/

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

[kooka] [Bug 135933] Crash in preview, SIGABRT in sane_net_control_option()

2018-09-20 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=135933

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #8 from Rog131  ---
Kooka KDE git: https://cgit.kde.org/kooka.git/

There seems to be a KF5 porting effort: https://cgit.kde.org/kooka.git/log/

KReddit:
https://www.reddit.com/r/kde/comments/9ac5za/kooka_is_already_ported_to_kf5_will_be_there_any/

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

[kio-extras] [Bug 398821] Ogg Files don't show album thumbnail art.

2018-09-19 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=398821

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #1 from Rog131  ---
(In reply to Xeno Idaltu from comment #0)
> On Dolphin Manager, I recently noticed that Ogg files don't show any album
> cover art but Flac and Mp3 files do show it. 
> 
> Programs like PuddleTag and Quod Libet show Ogg artwork.
> 
> Maybe kio-extras forgot to include Ogg thumbnails?

It seems that threre are many kind of the audio ogg files with the cover art.
The official KDE audio thumbnailer (kio-extras/taglib) can show some of the
cover art but not always.

At here, Arch, kio-extras 18.08.1, taglib 1.11.1-1.

The KDE audio thumbnailer can show the cover art if it is added with the Kid3 -
https://kid3.sourceforge.io/

Ogg file from:
http://www.music.helsinki.fi/tmt/opetus/uusmedia/esim/index-e.html ->
http://www.music.helsinki.fi/tmt/opetus/uusmedia/esim/a2002011001-e02-128k.mp3

Dolphin preview, cover art added with the Kid3: https://imgur.com/nd75yfM


Another thumbnailer: audiothumbs-frameworks -
https://github.com/eplightning/audiothumbs-frameworks
It has a fix: Fix cannot get ogg's thumbnail -
https://github.com/eplightning/audiothumbs-frameworks/commit/653943c542313be25c20bfa37729269891b981b2


Testing with a sample from https://hydrogenaud.io/index.php/topic,40860.0.html
-> https://hydrogenaud.io/index.php?action=dlattach;topic=40860.0;attach=2571

Dolphin preview, audiothumbs-frameworks thumbnailer: https://imgur.com/Lnxh4yS


Both thumbnailers fail with a sample from the FFMpeg:
https://samples.ffmpeg.org/ogg/ ->
https://samples.ffmpeg.org/ogg/mmw-deadzy.ogg

The Kid3 can show the cover art in all cases.

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

[kscreenlocker] [Bug 398748] The locker should show whether caps lock is enabled

2018-09-17 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=398748

Rog131  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||samrog...@hotmail.com

--- Comment #1 from Rog131  ---
There should be text, ' Caps Lock is on', if the caps lock is on:
https://imgur.com/LGPdBov

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

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

[kscreenlocker] [Bug 386564] Kscreenlocker Does Not Show Caps Lock

2018-09-17 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=386564

Rog131  changed:

   What|Removed |Added

 CC||nortex...@gmail.com

--- Comment #11 from Rog131  ---
*** Bug 398748 has been marked as a duplicate of this bug. ***

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

[krunner] [Bug 335730] No easy way to reposition krunner window

2018-09-11 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=335730

Rog131  changed:

   What|Removed |Added

 CC||fabi...@keemail.me

--- Comment #15 from Rog131  ---
*** Bug 398378 has been marked as a duplicate of this bug. ***

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

[krunner] [Bug 398378] Allow to set krunner window position

2018-09-11 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=398378

Rog131  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||samrog...@hotmail.com

--- Comment #1 from Rog131  ---


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

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

[systemsettings] [Bug 395027] [feature_request] Add additional options to sddm-kcm

2018-08-17 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=395027

--- Comment #14 from Rog131  ---
Few examples of the sddm themes with the option to set the font from the theme
configuration file (theme.conf):

- https://github.com/MalditoBarbudo/solarized_sddm_theme
- https://github.com/avivace/breeze2-sddm-theme

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

[systemsettings] [Bug 395027] [feature_request] Add additional options to sddm-kcm

2018-08-17 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=395027

--- Comment #11 from Rog131  ---
(In reply to Rog131 from comment #10)
> About Breeze sddm theme icons
> 
> 
> Several ways to edit the theme icons:
> 
> 1) Edit the default plasma theme:
> https://www.kubuntuforums.net/showthread.php/67703-Kubuntu-video-
> wallpaper?p=419060#post419060
> 
> 2) Edit the SDDM greeter:
> https://www.kubuntuforums.net/showthread.php/67703-Kubuntu-video-
> wallpaper?p=401218=1#post401218
> 
> 3) Add a new default plasma theme to the 'sddm' home:
> https://www.kubuntuforums.net/showthread.php/67703-Kubuntu-video-
> wallpaper?p=419060=1#post419060

... and the #1 should be:

1) Edit the default plasma theme:
https://www.kubuntuforums.net/showthread.php/67703-Kubuntu-video-wallpaper?p=401216=1#post401216

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

[systemsettings] [Bug 395027] [feature_request] Add additional options to sddm-kcm

2018-08-17 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=395027

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #10 from Rog131  ---
About Breeze sddm theme icons


Several ways to edit the theme icons:

1) Edit the default plasma theme:
https://www.kubuntuforums.net/showthread.php/67703-Kubuntu-video-wallpaper?p=419060#post419060

2) Edit the SDDM greeter:
https://www.kubuntuforums.net/showthread.php/67703-Kubuntu-video-wallpaper?p=401218=1#post401218

3) Add a new default plasma theme to the 'sddm' home:
https://www.kubuntuforums.net/showthread.php/67703-Kubuntu-video-wallpaper?p=419060=1#post419060

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

[kwin] [Bug 396956] Redshift widget not working on Wayland

2018-07-29 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=396956

Rog131  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
 CC||samrog...@hotmail.com

--- Comment #1 from Rog131  ---
(In reply to David from comment #0)
> The redshift widget/applet is not working under Wayland sessions. Not sure
> if this is the right place to put the bug, but would be nice if there could
> be some workaround to make it work in Wayland.

Marking this as fixed - Plasma 5.12 or later -
https://www.kde.org/announcements/plasma-5.12.0.php:

"Plasma on Wayland cares about your vision, so an exclusive, Wayland-only
feature called Night Color is also available. Night Color integrates with KWin
and removes blue light from your screen at night-time, functioning as an
equivalent of the great Redshift app that works on X."

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

[kscreenlocker] [Bug 374300] All UI elements should respect active color theme

2018-07-19 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=374300

--- Comment #6 from Rog131  ---
(In reply to Nate Graham from comment #5)
> Certain elements on the lock screen respect the active color theme--such as
> the Unlock button and the textfield. I think it would make the most sense to
> continue in this vein and make them ALL respect the theme, rather than
> adding an additional UI to change the color of only some of the elements on
> the lock screen.

By my knowledge:

Text is using complementary normal text color.
Password field is using view normal background color.
Password text is using view normal text color.
Unlock button is using button normal background color.
Unlock text is using button normal text color.

Earlier: https://forum.kde.org/viewtopic.php?f=14=151172

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

[dolphin] [Bug 395211] Hide service menu groups if none of the child is active

2018-07-10 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=395211

Rog131  changed:

   What|Removed |Added

 CC||fdelgado...@gmail.com

--- Comment #3 from Rog131  ---
*** Bug 396377 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 396377] It's visible 'Root Actions Servicemenu' from context menu after disabled

2018-07-10 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=396377

Rog131  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||samrog...@hotmail.com

--- Comment #1 from Rog131  ---


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

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

[user-manager] [Bug 365787] Unable to modify user's groups via GUI

2018-07-10 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=365787

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #3 from Rog131  ---
Same kind of, managing groups with a KDE application: port the Kuser (
https://userbase.kde.org/KUser ,
https://www.kde.org/applications/unmaintained/kuser ) to the Qt5/KF5. Bug
376157 - kf5 kuser - https://bugs.kde.org/show_bug.cgi?id=376157


The bug report 376157 has a workaround -
https://bugs.kde.org/show_bug.cgi?id=376157#c6 .

With the Ubuntu: 
- https://www.kubuntuforums.net/showthread.php/72856-User-Management-2018
- https://forum.kde.org/viewtopic.php?f=309=153150

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

[kio-extras] [Bug 394269] Folders thumbnails don't include video previews anymore

2018-06-07 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=394269

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #4 from Rog131  ---
At here the folder thumbnailer is following the default: 'don't show bigger
files than 5M'. Earlier: https://bugs.kde.org/show_bug.cgi?id=238690#c16 .

Making a new user with the clean set of the config files.

Donwloading few sample files:
https://samples.ffmpeg.org/MPEG-4/mpeg4conformance.mp4
https://samples.ffmpeg.org/MPEG-4/CDR-Dinner_LAN_800k.mp4
https://samples.ffmpeg.org/MPEG-4/MPEGSolution_jurassic.mp4
https://samples.ffmpeg.org/MPEG-4/video.mp4

Two smaller than the 5M and 2 bigger than the 5M.

As default there is only 2 preview thumbnails.

Adding a bit bigger size ( MaximumSize=5242880 ) to the
$HOME/.config/kdeglobals under the 'PreviewSettings'.

Now the folder thumbnailer is showing all 4 images.

A clip: https://youtu.be/EqW7jIubVgQ

This with the Arch linux:
Qt 5.11.0
KF 5.46.0
KDE Applications 18.04.1

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

[frameworks-plasma] [Bug 394423] Incorrect ""today" highlight in clock/calendar view

2018-06-03 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=394423

Rog131  changed:

   What|Removed |Added

 CC||acoguemo...@gmail.com

--- Comment #9 from Rog131  ---
*** Bug 394995 has been marked as a duplicate of this bug. ***

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

[kdeplasma-addons] [Bug 394995] Digital clock applet show day selected, one day before than actually date.

2018-06-03 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=394995

Rog131  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||samrog...@hotmail.com

--- Comment #3 from Rog131  ---


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

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

[plasmashell] [Bug 394791] Use semi-transparent text field and button

2018-05-28 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=394791

--- Comment #2 from Rog131 <samrog...@hotmail.com> ---
(In reply to Rog131 from comment #1)
> (In reply to Guo Yunhe from comment #0)
> > Just a visual suggestion. Some users may use a beautiful photo as lock
> > screen wallpaper. With semi-transparent text field and button, the result
> > would be nicer.
> > 
> > macOS example
> > http://media.idownloadblog.com/wp-content/uploads/2016/01/OS-X-El-Capitan-
> > AirDrop-notification-Lock-screen-Mac-screenshot-004.jpg
> 
> With the Plasma 5.13 the SDDM Breeze greeter the text field and buttons are
> only shown when needed: https://bugs.kde.org/show_bug.cgi?id=388622#c9
> 
> Marking this as double of the 388622. If you think that it is not double
> please reopen the bug report.
> 
> *** This bug has been marked as a duplicate of bug 388622 ***

... and same for the lock screen.

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

[plasmashell] [Bug 388622] Breeze SDDM theme should be more readable when using wallpapers

2018-05-28 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=388622

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||guoyunhebr...@gmail.com

--- Comment #10 from Rog131 <samrog...@hotmail.com> ---
*** Bug 394791 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 394791] Use semi-transparent text field and button

2018-05-28 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=394791

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Rog131 <samrog...@hotmail.com> ---
(In reply to Guo Yunhe from comment #0)
> Just a visual suggestion. Some users may use a beautiful photo as lock
> screen wallpaper. With semi-transparent text field and button, the result
> would be nicer.
> 
> macOS example
> http://media.idownloadblog.com/wp-content/uploads/2016/01/OS-X-El-Capitan-
> AirDrop-notification-Lock-screen-Mac-screenshot-004.jpg

With the Plasma 5.13 the SDDM Breeze greeter the text field and buttons are
only shown when needed: https://bugs.kde.org/show_bug.cgi?id=388622#c9

Marking this as double of the 388622. If you think that it is not double please
reopen the bug report.

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

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

[kscreenlocker] [Bug 390634] Possibility to shutdown/hibernate system from lockscreen

2018-05-26 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=390634

--- Comment #5 from Rog131 <samrog...@hotmail.com> ---
(In reply to Rog131 from comment #4)
> A workaround:
> 
> Lock Screen: Switch User -> Start New Session. The SDDM greeter will pop
> with the all options. No passwords asked to restart/shutdown...
> 
> Workaround is working, at here, with:
> Plasma 5.12.5 / 5.12.90
> KF 5.46.0

A quick clip with the Beaver: https://youtu.be/DYeIajIejA8

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

[kscreenlocker] [Bug 390634] Possibility to shutdown/hibernate system from lockscreen

2018-05-26 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=390634

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #4 from Rog131 <samrog...@hotmail.com> ---
(In reply to Meelis from comment #3)
> A common scenario for me: Laptop sometimes will wake up from suspend, often
> when i go home from work and the moment i realize is when it's getting hot
> in the bag. Some members have said "just enter the password", but having to
> balance the laptop on my knee while typing in 20+ characters of password is
> not fun so i just force it off.

A workaround:

Lock Screen: Switch User -> Start New Session. The SDDM greeter will pop with
the all options. No passwords asked to restart/shutdown...

Workaround is working, at here, with:
Plasma 5.12.5 / 5.12.90
KF 5.46.0

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

[dolphin] [Bug 394284] Entering a folder with a password-protected .docx file prompts user for password

2018-05-15 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=394284

--- Comment #5 from Rog131 <samrog...@hotmail.com> ---
An opinion: This is an example why the current Dolphin 'preview everything' is
not good idea.  Change was made with:
https://cgit.kde.org/dolphin.git/commit/?id=bebcf035d264410c943e7bad861628c1b14dd1f2

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

[dolphin] [Bug 394284] Entering a folder with a password-protected .docx file prompts user for password

2018-05-15 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=394284

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|NEEDSINFO   |CONFIRMED
 CC||samrog...@hotmail.com
 Resolution|WAITINGFORINFO  |---

--- Comment #4 from Rog131 <samrog...@hotmail.com> ---
(In reply to chansol98s from comment #2)
> (In reply to Julian Schraner from comment #1)
> > Hmm, I cannot reproduce this behavior. I do also run KDE Neon User Edition
> > 5.12.5 with Dolphin 18.04.1, but for me the password dialog only pops up
> > when I try to open the file (which is the expected behavior). Maybe you
> > could upload a document that triggers the bug for you just to rule out the
> > possibility that I did not create the .docx file the same way you did?
> > Thanks for reporting this bug & have a nice day :)
> 
> 
> After reading your reply, I experimented around a bit more...
> And it looks like Calligra Suite is somehow related to this behavior.
> 
> The bug disappears after running [apt remove calligra --autoremove] and
> reappears after running [apt install calligra].
> 
> So yeah, I think installing calligra may help you reproduce the bug.
> 
> 
> ...and just in case the bug still can't be reproduced, I'll add an
> attachment of a .docx file that cause the bug on my system.

The Calligra suite has the thumbnailer for the docx.

If the Calligra suite is installed and the thumbnailer is enabled for the .docx
then there is the 'Enter password' query when the thumbnailer is trying to make
the thumbnail.

The 'Untitled 1.docx' is Microsoft Word 2007 Dcocument - so the Dolphin 'Show
previews for': https://imgur.com/ZZJOluJ

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

[kio] [Bug 311636] image previews being embedded into oxygen folder instead of selected icon theme

2018-04-14 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=311636

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com
 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #14 from Rog131 <samrog...@hotmail.com> ---
(In reply to Nate Graham from comment #13)
> Is this still an issue with KDE Frameworks 5.44 or greater?

Working with the Arch Linux, KF 5.44, KDE Applications 17.12.3, Icon theme
KFaentza: https://imgur.com/yoMntIQ

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

[kio] [Bug 238690] video thumbnail not displayed on directory icon on kubuntu x64 karmic and lucid

2018-04-14 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=238690

--- Comment #16 from Rog131 <samrog...@hotmail.com> ---
(In reply to André Fettouhi from comment #14)
> It seems to work in part now on my Arch Linux install but only on a select
> few video files.

As default the kio-extras -
https://cgit.kde.org/kio-extras.git/tree/thumbnail/thumbnail.cpp has line 456:
'm_maxFileSize = globalConfig.readEntry("MaximumSize", qulonglong(5 * 1024 *
1024)); // 5 MByte default'.

For the video files the 5 MByte is quite small.

By Christoph Feck - https://bugs.kde.org/show_bug.cgi?id=238690#c10 - you could
add to the kdeglobals a bigger 'MaximumSize'.

With the KF5. Adding to the $HOME/.config/kdeglobals:

[PreviewSettings]
MaximumSize=5242880

and more video files are shown, at here, on the top of the folder icon.

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

[kio] [Bug 238690] video thumbnail not displayed on directory icon on kubuntu x64 karmic and lucid

2018-04-14 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=238690

--- Comment #15 from Rog131 <samrog...@hotmail.com> ---
Working with the Arch Linux, kio-extras: 17.12.3.

The folder/directory thumbnailer code (thumbnail.cpp) is part of the
kio-extras.
-> https://cgit.kde.org/kio-extras.git/tree/thumbnail/thumbnail.cpp

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

[Breeze] [Bug 369676] White lockscreen text's readability depends on background

2018-04-10 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=369676

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||s.oosth...@xs4all.nl

--- Comment #25 from Rog131 <samrog...@hotmail.com> ---
*** Bug 392964 has been marked as a duplicate of this bug. ***

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

[kscreenlocker] [Bug 392964] hide login and new session elements when no mouse/keyboard detected

2018-04-10 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=392964

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||samrog...@hotmail.com

--- Comment #1 from Rog131 <samrog...@hotmail.com> ---
(In reply to Simon Oosthoek from comment #0)
> I'm running 5.8.9-0ubuntu1~ubuntu16.04~ppa5 on ubuntu 16.04 (from backports)
> 
> I've configured the screen locker to show images when I've locked my screen.
> It would be nice to hide the login/new session elements in the middle of the
> screen after a couple of seconds inactivity of the mouse and keyboard.
> 
> Reducing the size and moving the minimized login to the edge of the screen
> would also be good. 
> 
> The main result would be a clear view of the images when not attempting to
> login or unlock the screen. As soon as the mouse is moved or the keyboard is
> pressed, the elements needed to login or start a new session should return
> to the main part of the screen.
> 
> Cheers
> 
> /Simon

Marking this as dublicate of the 369676. The Plasma developers are working to
make the lockscreen and the login screen more readable.

Meanwhile there is the Breeze Custom Lock Screen -
https://store.kde.org/p/1216681/ .

If you mean something else - please reopen...

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

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

[Breeze] [Bug 392966] Show scrollbar buttons

2018-04-10 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=392966

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID
 CC||samrog...@hotmail.com

--- Comment #1 from Rog131 <samrog...@hotmail.com> ---
(In reply to Gregor Mi from comment #0)
> Recently, I noticed that there are no scrollbar buttons anymore (see for
> example
> https://frinring.files.wordpress.com/2018/04/createhellowall.png?w=700=537
> - vertical scrollbar in the middle). I mean the arrow buttons at the top and
> bottom of a vertical scrollbar which let you scroll in small steps. Is it
> possible to bring them back?

KDE System Settings > Application Style > Widget Style > Configure > Scrollbars

https://imgur.com/scQYus8

Result: https://imgur.com/3yzku30

If you mean something else - please reopen...

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

[kscreenlocker] [Bug 389483] VLC leaks playing video details to lock screen

2018-04-05 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=389483

--- Comment #20 from Rog131 <samrog...@hotmail.com> ---
(In reply to Tom Chiverton from comment #19)
> What's the Debian / Ubuntu bug ID ?

The Debian seems to have :
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894815

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

[ksplash] [Bug 358839] Splash screen not easily customizable from the splash screen settings menu.

2018-04-05 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=358839

--- Comment #6 from Rog131 <samrog...@hotmail.com> ---
Phabricator - support for standalone ksplash themes:
https://phabricator.kde.org/D11919

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

[kio-extras] [Bug 392706] Image preview predictably fails for half-uploaded images but then doesn't address the problem later

2018-04-04 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=392706

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com
  Component|view-engine: general|default
   Assignee|dolphin-bugs-n...@kde.org   |plasma-b...@kde.org
Product|dolphin |kio-extras

--- Comment #1 from Rog131 <samrog...@hotmail.com> ---
(In reply to David Tonhofer from comment #0)
> Created attachment 111812 [details]
> Example of failed previews
> 
> If you upload an jpg image and Dolphin grabs it to generate a preview, it
> may stay "half gray" as the preview fails mid-way.
> 
> This is not so bad, but Dolphin should be back later for a re-take on the
> preview - this does not happen (how do into explicitly telling Dolphin to
> redo the previews?)
> 
> Fixing this would mean keeping a database about temporarily failed previews
> somewhere (a portable SQL database or something)

The Dolphin is using KDE KIO to create and manage the thumbnails. Resetting the
product to the kio-extras as the jpg thumbnailer is part of the kio-extras.

The KDE is following the Freedesktop standards and specifications. There is
Thumbnail Managing Standard:
https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html
. The standard has 'Thumbnail Creation Failures':
https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html#FAILURES.
I'm not sure if the KDE has implement it ?

To redo the thumbnails the user can clean the thumbnail cache:

- Gwenview has this in the advanced settings.
- Sweeper ( https://www.kde.org/applications/utilities/sweeper/ ) has this
option - needs Git commit 9c9586579f6f0dc7c0db73cf7683e94ab61526d7 -
https://bugs.kde.org/show_bug.cgi?id=361482#c12

There is also an option to make a servicemenu to remove single thumbnails.

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

[kscreenlocker] [Bug 389483] VLC leaks playing video details to lock screen

2018-04-03 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=389483

--- Comment #17 from Rog131 <samrog...@hotmail.com> ---
(In reply to onitake from comment #12)
> I just updated to Plasma 5.12.3 from the Debian testing repository and I
> don't see the new UI in the lock screen settings.
> 
> Is there something different about the Debian Plasma packages?

A quick test with the Debian, Ubuntu and the Neon:

Debian - not working: https://imgur.com/oluO1Tu
Ubuntu - not working: https://imgur.com/tu1q2iL
Neon - working: https://imgur.com/57EgU2d

Also working, at here, with the Arch Linux.

It seems that the Debian is not executing the
/usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/config.qml

Tested with the:

Breaking the config.qml - You should get an error message:
https://imgur.com/fHTtQ2c

With the Debian: No error messages.

and adding the config.qml line: Component.onCompleted: console.log("Executing
this !!")

When executing command: kcmshell5 screenlocker

There should be output: qml: Executing this !!

An image: https://imgur.com/0Td6xBB

With the Debian: No output.


This seems to be an Debian/Ubuntu problem. Maybe a bug repot in the
Debian/Ubuntu bug tracking system will help.

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

[kscreenlocker] [Bug 389483] VLC leaks playing video details to lock screen

2018-04-03 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=389483

--- Comment #13 from Rog131 <samrog...@hotmail.com> ---
(In reply to onitake from comment #12)
> I just updated to Plasma 5.12.3 from the Debian testing repository and I
> don't see the new UI in the lock screen settings.
> 
> Is there something different about the Debian Plasma packages?

What do you see ?
Could you add a link to the screen capture ?

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

[kio-extras] [Bug 392266] Error in the thumbnail cache subsystem for files with international characters in names

2018-03-24 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=392266

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |UNCONFIRMED

--- Comment #5 from Rog131 <samrog...@hotmail.com> ---
I can't reproduce this BUT I'm not using the Neon or dont't have the cyrillic
keyboard I'm just turning the status as unconfirmed.

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

[kio-extras] [Bug 392266] Error in the thumbnail cache subsystem for files with international characters in names

2018-03-24 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=392266

--- Comment #3 from Rog131 <samrog...@hotmail.com> ---
Are you using the UTF-8 encoding ?

Could you add the 'locale' command output ?

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

[kio-extras] [Bug 392266] Error in the thumbnail cache subsystem for files with international characters in names

2018-03-24 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=392266

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

   Assignee|dolphin-bugs-n...@kde.org   |plasma-b...@kde.org
Product|dolphin |kio-extras
  Component|general |default

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

[dolphin] [Bug 392266] Error in the thumbnail cache subsystem for files with international characters in names

2018-03-24 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=392266

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||samrog...@hotmail.com

--- Comment #1 from Rog131 <samrog...@hotmail.com> ---
(In reply to DMITRIY SEYBANOV from comment #0)
> Hi!
> 
> Found a problem in Dolphin 17.12.3.
> 
> If a full file name contains international characters
> ('/home/ДЖЕНС/photos/me.png'), the cache subsystem of the thumbnails does
> not work - the cache file '.png' is created in the
> '/home//.cache/thumbnails/', but when I re-access the folder, Dolphin
> can not find it. As a result, a thumbnail image is recreated each time, and
> not read from the cache.
> 
> For files that contain only ASCII characters in their full name
> ('/home/jens/photos/me.png'), the caching works fine.
> 
> Ubuntu file manager does not have this problem.

The thumbnails are made by the kio, not the Dolphin. The kio-extras has the
imagethumbnailer.

Testing with the Arch Linux and kio-extras 17.12.3. Making:
'/media/sda2/ДЖЕНС/Test image.png'

The  $HOME/.cache/thumbnails/large/ has 6e98d381fb094a267833e60e670dc1dd.png

When executing in the $HOME/.cache/thumbnails/large/ command: 'exiftool
6e98d381fb094a267833e60e670dc1dd.png'

There is correct Thumb URI:  file:///media/sda2/ДЖЕНС/Test image.png
Full output: https://pastebin.com/vZvtsHzF

Could you check your thumbnail metadata ?

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

[kwin] [Bug 392052] No way to launch Kwin Scripting console from command-line

2018-03-19 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=392052

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #1 from Rog131 <samrog...@hotmail.com> ---
With the Plasma 5:
'qdbus org.kde.plasmashell /PlasmaShell
org.kde.PlasmaShell.showInteractiveConsole
'

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

[dolphin] [Bug 391386] Fake "The device is already mounted" warning

2018-03-19 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=391386

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||flo...@gmail.com

--- Comment #5 from Rog131 <samrog...@hotmail.com> ---
*** Bug 392045 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 392045] Mounting without automount

2018-03-19 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=392045

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Rog131 <samrog...@hotmail.com> ---


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

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

[plasmashell] [Bug 388622] Breeze SDDM theme should be more readable when using wallpapers

2018-03-16 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=388622

--- Comment #8 from Rog131 <samrog...@hotmail.com> ---
(In reply to Gamunu Balagalla from comment #6)
> This problem goes away if there's a way to do custom theming. It would be
> nice to have the lockscreen to be in harmony with the login screen (SDDM).

Could you tell what do you mean 'custom theming' ?

I have edited both the SDDM greeter and the lock screen.

Result is: From Breeze Slider 2 SDDM theme to Breeze Custom Lock.mp4 -
https://youtu.be/rCDBdGe8va0

All components are available from the KDE store to custom the your system.

- Breeze Slider 2 SDDM theme: https://store.kde.org/p/117/
- ImageSplash: https://store.kde.org/p/1173958/
- Video wallpaper: https://store.kde.org/p/1213488/
- Breeze Custom Lock Screen: https://store.kde.org/p/1216681/

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

[dolphin] [Bug 391677] Implement kfind as baloo alternative for main toolbar

2018-03-10 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=391677

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||samrog...@hotmail.com

--- Comment #1 from Rog131 <samrog...@hotmail.com> ---


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

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

[dolphin] [Bug 384798] KFind launcher for the toolbar

2018-03-10 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=384798

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||pepk...@gmail.com

--- Comment #4 from Rog131 <samrog...@hotmail.com> ---
*** Bug 391677 has been marked as a duplicate of this bug. ***

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

[kinfocenter] [Bug 391566] KInfocenter wish, copy text with mouse

2018-03-08 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=391566

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||samrog...@hotmail.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Rog131 <samrog...@hotmail.com> ---


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

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

[kinfocenter] [Bug 366266] Add right-click context menu or button to copy system info

2018-03-08 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=366266

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||g...@rhobard.com

--- Comment #3 from Rog131 <samrog...@hotmail.com> ---
*** Bug 391566 has been marked as a duplicate of this bug. ***

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

[kscreenlocker] [Bug 384264] Make it possible to disable media controls on lock screen

2018-03-05 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=384264

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REOPENED|RESOLVED
 CC||samrog...@hotmail.com

--- Comment #18 from Rog131 <samrog...@hotmail.com> ---
(In reply to knet from comment #17)
> Not fixed for me. on Kubuntu 17.10 with backports.
> changing /etc/sddm.conf to "breeze-text-only" which i downloaded from the
> builtin store .bad ratings but still the most reasonable choice which itself
> is frustrating. unfortunately none of the login screens are getting rid of
> the media controls. its bad user experience.

This bug report is about Plasma lock screen media controls, not SDDM login
greeter.

If you have problems with the Breeze SDDM login greeter,  please open a new bug
report.

Marking this as fixed (worksforme). Working at here with the Plasma 5.12.2.

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

[dolphin] [Bug 387068] ISO file icon becomes wrong after I use an action from dolphin context menu

2018-02-25 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=387068

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #3 from Rog131 <samrog...@hotmail.com> ---
Maybe (?) a dublicate of the https://bugs.kde.org/show_bug.cgi?id=337035 and
the upstream bug: https://bugs.freedesktop.org/show_bug.cgi?id=80877

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

[neon] [Bug 390849] ODF thumbnailer for Dolphin

2018-02-21 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=390849

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #2 from Rog131 <samrog...@hotmail.com> ---
Earlier: Bug 375176 - No document preview (.odt, .doc, .docx, .ods) -
https://bugs.kde.org/show_bug.cgi?id=375176

-> The Calligra, 3.0 or later, has the thumbnailer plugins for OpenDocument
files.

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

[Breeze] [Bug 369676] White lockscreen text's readability depends on background

2018-02-20 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=369676

--- Comment #12 from Rog131 <samrog...@hotmail.com> ---
(In reply to Navid Zamani from comment #11)
> (In reply to Rog131 from comment #10)
> > The Breeze text color can be set from the KDE system settings > Colors >
> > Complementary > Normal text.
> 
> That doesn’t actually work. I just changed that color from white to black,
> saved it as a new scheme, closed the dialog, selected my new scheme from the
> list, and clicked “Apply”. Then I locked the screen, and … nothing had
> changed.
> Also, the white text isn’t actually fully white by default either.
> 
> And the actual full path is K → System settings → Colors → Change scheme →
> Color selection [tab] → Color set [dropdown] (Generic colors ⇒
> Complementary) → Normal text.
> (This is translated from German, so YMMV.)
> You need to save the scheme as a new one, because the „Apply“ button inside
> the scheme editing dialog does nothing, and your changes will be lost
> otherwise.
> 
> Or do I need to restart something or log out once?
> 
> How did you make that screenshot by the way? The dialog is on top of the
> lock screen. Photoshop^WGimp, or is there a way to test the lock screen?

KDE Forums - KDE Plasma lockscreen colors and testing lock screen:
https://forum.kde.org/viewtopic.php?f=14=151172

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

[kscreenlocker] [Bug 389962] Lock screen does not show Picture of the Day

2018-02-19 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=389962

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #8 from Rog131 <samrog...@hotmail.com> ---
(In reply to Shmerl from comment #7)
> And I suppose since lock screen has no network access, in order to enable
> something like picture of the day, there should be an explicit KDE service /
> scheduled job "picture of the day" that user can enable, and lock screen can
> rely on that service to update the image appropriately.

There could be a 'POTD' widget. :
https://forum.kde.org/viewtopic.php?f=289=142331

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

[Breeze] [Bug 369676] White lockscreen text's readability depends on background

2018-02-19 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=369676

--- Comment #10 from Rog131 <samrog...@hotmail.com> ---
(In reply to Michael D from comment #9)
> Why not have configurable font color, or have the background detected and
> automatically select text color based on that (which I imagine is way harder
> to implement)?

The Breeze plasma lockscreen is using plasma complementary color group. The
Breeze text color can be set from the KDE system settings > Colors >
Complementary > Normal text.

Image - Imgur: https://imgur.com/jrC4bR8

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

[dolphin] [Bug 390596] Allow changing folder icons with the command line

2018-02-17 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=390596

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #3 from Rog131 <samrog...@hotmail.com> ---
> Awesome thank you.

So marking this as closed (worksforme).

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

[dolphin] [Bug 390596] Allow changing folder icons with the command line

2018-02-17 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=390596

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #1 from Rog131 <samrog...@hotmail.com> ---
You could set the icon of the folder. An example: https://imgur.com/nuO8lq3

The KDE .directory (a desktop file) file could have the the 'Icon' key. The
Icon key could be set from the script. The Desktop file specification:
https://standards.freedesktop.org/desktop-entry-spec/latest/ . Keys:
https://standards.freedesktop.org/desktop-entry-spec/latest/ar01s06.html

A simple service menu example: Use This As Icon -
https://www.kubuntuforums.net/showthread.php/25740-Service-Menus-with-Dolphin?p=408723=1#post408723

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

[kscreenlocker] [Bug 389483] VLC leaks playing video details to lock screen

2018-02-15 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=389483

--- Comment #10 from Rog131 <samrog...@hotmail.com> ---
(In reply to Tom Chiverton from comment #9)
> So is this just getting lumped into the next monthly patch set ?

It is fixed in branch 'Plasma/5.12'. Next, 5.12.2 , is planned: Tue 2018-02-20. 
Plasma Schedules:  https://community.kde.org/Schedules/Plasma_5 .

...and yes it is working: [img]https://i.imgur.com/vpLWRoF.png[/img]

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

[kscreenlocker] [Bug 389483] VLC leaks playing video details to lock screen

2018-02-13 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=389483

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #3 from Rog131 <samrog...@hotmail.com> ---
By the Plasma 5.12.0 release announcement :
https://www.kde.org/announcements/plasma-5.12.0.php has:

"Media controls have been added to the lock screen. For added privacy, they can
be disabled in Plasma 5.12..."

There is bug report: Bug 384264 - Make it possible to disable media controls on
lock screen - https://bugs.kde.org/show_bug.cgi?id=384264 .

It is marked as fixed with the
https://cgit.kde.org/kscreenlocker.git/commit/?id=e36101cd1b4857a23e05b9d1f039e9358bd1f49b

BUT the 'config.qml' is not shown by the lock screen configuration with the
plasma 5.12.0. Tested with the Neon and with the Arch.

A workaround is to manually edit the
/usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/config.xml
. Change the 'true' to 'false'

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

[kuser] [Bug 388943] Keep Consistent Shape to Represent User

2018-01-21 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=388943

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #1 from Rog131 <samrog...@hotmail.com> ---
Same kind of: Bug 386656 - [Feature request] Circular avatar -
https://bugs.kde.org/show_bug.cgi?id=386656

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

[kde] [Bug 388870] Show KDE version in About KDE dialog

2018-01-12 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=388870

--- Comment #3 from Rog131 <samrog...@hotmail.com> ---
(In reply to DrSlony from comment #2)
> I'm not interested in the KWrite version but in the KDE version. This issue
> isn't about finding a workaround, but about something which a user things as
> intuitive not showing the expected info. "About Windows" will show you the
> version of Windows. About GIMP show the version of GIMP. About Inkscape,
> About RawTherapee, About LibreOffice, etc. all show the version. "About KDE"
> shows a bunch of TL;DR but no version.

There is no KDE version !

There are:

KDE Frameworks 5 version.
Plasma 5 version.
KDE Application version.

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

[kde] [Bug 388870] Show KDE version in About KDE dialog

2018-01-12 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=388870

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #1 from Rog131 <samrog...@hotmail.com> ---
(In reply to DrSlony from comment #0)
> I was asked which version of KDE am I running, so I fired up a KDE app,
> KWrite, Help > About KDE, and found no version info. Next I tried System
> Settings, but nothing there. It's odd that "About KDE" does not show the
> version.

Kwrite > Help > About Kwrite will tell the KWrite version.

Same kind as: Bug 364085 - Kinfocenter should also show KDE Applications
version under About System  - https://bugs.kde.org/show_bug.cgi?id=364085

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

[kdeplasma-addons] [Bug 383365] Images in Picture Frame not visible (shows only transparency)

2018-01-11 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=383365

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #2 from Rog131 <samrog...@hotmail.com> ---
The plasma 5 has the Media Frame - https://git.reviewboard.kde.org/r/126793/

Working fine, at here, plasma 5.11.5: https://imgur.com/j97xV6K

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

[dolphin] [Bug 388804] Actions service menu for images: "Set as wallpaper"

2018-01-11 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=388804

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #1 from Rog131 <samrog...@hotmail.com> ---
Available from the KDE Store: https://store.kde.org/p/1169583/

Dolphin: Configure Dolphin > Services > Download New Services...

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

[plasmashell] [Bug 388622] Breeze SDDM theme should be more readable when using wallpapers

2018-01-08 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=388622

--- Comment #5 from Rog131 <samrog...@hotmail.com> ---
The lock screen has same problem: Bug 369676 - White lockscreen text's
readability depends on background - https://bugs.kde.org/show_bug.cgi?id=369676

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

[plasmashell] [Bug 388622] Breeze SDDM theme should be more readable when using wallpapers

2018-01-08 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=388622

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #4 from Rog131 <samrog...@hotmail.com> ---
I solved the readability problem by moving the texts to the sliding
semitransparent cover.

YouTube preview: https://youtu.be/04X4cb9XTkg

KDE Store: https://store.kde.org/p/1174674/

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

[Spectacle] [Bug 372464] Simple editing/annotation features (drawing Arrows / Text / Highlighting) after doing screenshot

2018-01-07 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=372464

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #6 from Rog131 <samrog...@hotmail.com> ---
Another option - Flameshot: https://github.com/lupoDharkael/flameshot

Page is telling: "Experimental Gnome Wayland and Plasma Wayland support."

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

[dolphin] [Bug 388660] Feature Request: Increase max icon thumbnail size

2018-01-07 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=388660

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #1 from Rog131 <samrog...@hotmail.com> ---
(In reply to Toby Fox from comment #0)
> Currently the max thumbnail size is 256px. My screen's resolution is
> 3840x2160, so the largest I can get is approx 5 rows x 8 columns. For a
> folder of images, sometimes I want to preview multiple images at once at a
> larger size without switching to another application.
> 
> I'd suggest 512px or even 1024px. I think this would have minimal impact on
> users who don't care about this feature (the only thing I can think of is
> that it would increase the granularity of the icon size slider in the status
> bar) but would be quite helpful for others.
> 
> I'm not sure if this is related to any HiDPI issues, but the interface is
> otherwise scaled normally for me. Regardless, even if some upcoming HiDPI
> changes increased the preview size, I imagine plenty of users would want
> still larger sizes.

Same kind of from the KDE Forums: Dolphin feature request; Flexible thumbnail
size - https://forum.kde.org/viewtopic.php?f=223=122874

Short:

The KDE/Dolphin is following the
https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html

-> 5.3. Thumbnail Size:
https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html#THUMBSIZE

The other sizes are scaled from the 128x128 or 256x256.

The thumbnails are made by the kio:
https://api.kde.org/frameworks/kio/html/classThumbCreator.html

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

[kdeconnect] [Bug 377058] KDE Connect : SD card empty

2017-12-26 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=377058

--- Comment #4 from Rog131 <samrog...@hotmail.com> ---
(In reply to Andras from comment #3)
> Is it work for anybody, open Android SD card through KDE Connect which is
> seemingly empty currently by KDE Connect and place the path of the folder
> into Dolphin's Location bar which is there known by you?
> This is what you mentioned above Rog131? Is smth a widely known acronym,
> what's that mean?
> For me, it is still not work anyway on three different phone. I think the
> possible solution would be to implement a more sophisticated sd card
> handling function into Android app with the option to manually setup sd card
> location and permission. So this bug should have been reported at KDE
> Android app too.

At here - the Dolphin/KDE Connect doesn't show the directory structure:
https://imgur.com/XtbvCIB

I need to add the correct path to the Dolphin: https://imgur.com/Tf9lVP1

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

[kdeconnect] [Bug 377058] KDE Connect : SD card empty

2017-12-25 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=377058

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #2 from Rog131 <samrog...@hotmail.com> ---
A workaround, working at here -
https://forum.kde.org/viewtopic.php?f=22=141037#p384929 :

'The files are not listed because of some bug, but you can go to the SD card in
Dolphin, append to the path smth like '/DCIM' and see what's inside.'

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

[neon] [Bug 387689] missing options in system settings themes

2017-12-19 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=387689

--- Comment #3 from Rog131 <samrog...@hotmail.com> ---
Could be missing 'qml-module-org-kde-kcm'.

More: 
- https://forum.kde.org/viewtopic.php?f=309=143221
- https://forum.kde.org/viewtopic.php?f=309=143293

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

[konqueror] [Bug 388008] Konqueror fails to start after being closed

2017-12-18 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=388008

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #1 from Rog131 <samrog...@hotmail.com> ---
A workaround, working at here, Konqueror settings > Performance > Disable the
'Always try to have one preloaded instance'.

Earlier: KDE Forums - https://forum.kde.org/viewtopic.php?f=309=142697

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

[neon] [Bug 387689] missing options in system settings themes

2017-12-18 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=387689

Rog131 <samrog...@hotmail.com> changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #2 from Rog131 <samrog...@hotmail.com> ---
You are using the 'Sidebar View'.
Is there same problem with the other 'View Styles' ?

or if you start the single system settings module from the terminal. Any error
messages ?
Look and Feel: 'kcmshell5 kcm_lookandfeel'

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

  1   2   3   >