[kwin] [Bug 361154] Running native OpenGL games - with compositing enabled - breaks X11 Plasma 5.6.0 Window Decorations

2016-05-17 Thread Victor B . Gonzalez via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361154

Victor B. Gonzalez  changed:

   What|Removed |Added

 CC||bugs.kde.org.id324@vbgunz.c
   ||om

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


[plasmashell] [Bug 352055] plasma-pa plasmoid not shown in systemtray after startup

2016-03-04 Thread Victor B . Gonzalez via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352055

--- Comment #89 from Victor B. Gonzalez  ---
Every time I get an update in Fedora 23 (updates-testing), I test out the
system tray. First thing I look for is the missing audio icon, hidden icons,
then the system tray configuration itself.

So far in the latest update (I saw what it was KDE 5.5, I forgot the rest, I'll
explain) the system tray is finally working great. No missing audio icon after
restarting plasmashell 3 times, I can get to the hidden system tray icons and
go into the settings all without any problem.

This problem seems like it might finally be fixed once and for all?

The reason I forgot is because kinfo only launched once for me without a
problem. Coming here to say how great things are caused me to open it again and
it won't open anymore :(

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


[kio-extras] [Bug 351309] kio-fish doesn't delete files

2016-01-13 Thread Victor B . Gonzalez via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351309

--- Comment #4 from Victor B. Gonzalez  ---
(In reply to David Edmundson from comment #2)
> Git commit 311f7e124e49b81a37fd49b3ef20e9ca65c8567a by David Edmundson.
> Committed on 02/10/2015 at 21:09.
> Pushed by davidedmundson into branch 'Applications/15.08'.
> 
> Fix delete in Fish protocol
> 
> >From 1b83492516b3eed9db00d2de488220ab637ada17
> 
> porting from KUrl to QUrl was made as:
> -if (!url.hasPath()) {
> +if (!url.path().isEmpty()) {
> 
> which is obviously wrong
> 
> M  +1-1fish/fish.cpp
> 
> http://commits.kde.org/kio-extras/311f7e124e49b81a37fd49b3ef20e9ca65c8567a

I have the following, Plasma version 5.5.3, Qt 5.6.0, Kernel 4.3.3-300 and this
dolphin issue still exist. What version of what product will this be addressed?

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


[kio-extras] [Bug 351309] kio-fish doesn't delete files

2016-01-13 Thread Victor B . Gonzalez via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351309

--- Comment #6 from Victor B. Gonzalez  ---
(In reply to Antonio Rojas from comment #5)
> Fix is in KDE Applications 15.08.2, released 3 months ago.

It seems even with the latest Fedora updates, I'm still at 15.08.1. So, I'm .1
short of the fix. Thanks for clearing it up :)

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


[dolphin] [Bug 357632] New: Dolphin no longer deletes items through fish protocol

2016-01-06 Thread Victor B . Gonzalez via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357632

Bug ID: 357632
   Summary: Dolphin no longer deletes items through fish protocol
   Product: dolphin
   Version: 15.08.1
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: bugs.kde.org.id...@vbgunz.com

It seems I can create, read, update but not delete anything using fish://. The
workaround at the moment is to change to sftp:// for deletions or use
Konqueror.

Reproducible: Always

Steps to Reproduce:
1. Browse to a directory using fish://
2. Select one, multiple items, files and directories
3. Delete selection

Actual Results:  
The items disappears in front of you but a quick reload and it just never
happened.

Expected Results:  
for items to remain permanently deleted.

Konqueror seems to handle fish:// just fine.

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