[krfb] [Bug 100231] KRFB allows only one concurrent connection

2020-01-15 Thread George Kiagiadakis
https://bugs.kde.org/show_bug.cgi?id=100231 George Kiagiadakis changed: What|Removed |Added CC|gkia...@tolabaki.gr | -- You are receiving this mail because

[drkonqi] [Bug 292652] Add a Snapshot-Opportunity for what happend before the crash

2020-01-15 Thread George Kiagiadakis
https://bugs.kde.org/show_bug.cgi?id=292652 George Kiagiadakis changed: What|Removed |Added CC|gkia...@tolabaki.gr | -- You are receiving this mail because

[krfb] [Bug 288728] ability to configure expiration time for invitations

2020-01-15 Thread George Kiagiadakis
https://bugs.kde.org/show_bug.cgi?id=288728 George Kiagiadakis changed: What|Removed |Added CC|gkia...@tolabaki.gr | -- You are receiving this mail because

[drkonqi] [Bug 224049] Do you really do not need crash reports where the user can not give information?

2020-01-15 Thread George Kiagiadakis
https://bugs.kde.org/show_bug.cgi?id=224049 George Kiagiadakis changed: What|Removed |Added CC|gkia...@tolabaki.gr | -- You are receiving this mail because

[kdelibs] [Bug 267770] D-Bus-activated app widgets unthemed

2020-01-15 Thread George Kiagiadakis
https://bugs.kde.org/show_bug.cgi?id=267770 George Kiagiadakis changed: What|Removed |Added CC|gkia...@tolabaki.gr | -- You are receiving this mail because

[drkonqi] [Bug 316287] Crash Reporting Assistant on Windows

2020-01-15 Thread George Kiagiadakis
https://bugs.kde.org/show_bug.cgi?id=316287 George Kiagiadakis changed: What|Removed |Added CC|gkia...@tolabaki.gr | -- You are receiving this mail because

[krfb] [Bug 334425] Feature request option for automatic disabling desktop effects and blacking background

2020-01-15 Thread George Kiagiadakis
https://bugs.kde.org/show_bug.cgi?id=334425 George Kiagiadakis changed: What|Removed |Added CC|gkia...@tolabaki.gr | -- You are receiving this mail because

[krfb] [Bug 279520] KRDC view is never refreshed after initial login with desktop effects enabled

2020-01-15 Thread George Kiagiadakis
https://bugs.kde.org/show_bug.cgi?id=279520 George Kiagiadakis changed: What|Removed |Added CC|gkia...@tolabaki.gr | -- You are receiving this mail because

[krfb] [Bug 317477] When sharing a desktop the wrong network device is used by default

2020-01-15 Thread George Kiagiadakis
https://bugs.kde.org/show_bug.cgi?id=317477 George Kiagiadakis changed: What|Removed |Added CC|gkia...@tolabaki.gr | -- You are receiving this mail because

[drkonqi] [Bug 255037] drkonqi should search for duplicate before asking users to login

2020-01-15 Thread George Kiagiadakis
https://bugs.kde.org/show_bug.cgi?id=255037 George Kiagiadakis changed: What|Removed |Added CC|gkia...@tolabaki.gr | -- You are receiving this mail because

[krfb] [Bug 290639] there is no way to configure krfb to automatically accept connections

2020-01-15 Thread George Kiagiadakis
https://bugs.kde.org/show_bug.cgi?id=290639 George Kiagiadakis changed: What|Removed |Added CC|gkia...@tolabaki.gr | -- You are receiving this mail because

[Qt/KDE Flatpak Runtime] [Bug 418273] New: KFileMetaData missing from the sdk

2020-02-27 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=418273 Bug ID: 418273 Summary: KFileMetaData missing from the sdk Product: Qt/KDE Flatpak Runtime Version: unspecified Platform: Other OS: Linux Status: REPORTED Severi

[Qt/KDE Flatpak Runtime] [Bug 418273] KFileMetaData missing from the sdk

2020-02-27 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=418273 --- Comment #2 from george fb --- How do the branches work? Do all branches have to be updated or only qt5.12lts? -- You are receiving this mail because: You are watching all bug changes.

[Qt/KDE Flatpak Runtime] [Bug 418273] KFileMetaData missing from the sdk

2020-02-27 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=418273 --- Comment #4 from george fb --- Done https://invent.kde.org/kde/flatpak-kde-runtime/-/merge_requests/10 -- You are receiving this mail because: You are watching all bug changes.

[dolphin] [Bug 307505] Double click free space to folder up

2020-05-07 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=307505 --- Comment #14 from george fb --- I don't think this "bug" should be closed. The dolphin maintainer rejected my patch, which adds an option that lets the user decide what action is triggered, but he said "I could accept a patch t

[yakuake] [Bug 415762] Exiting the session in a Yakuake tab sometimes crash Yakuake

2020-05-14 Thread George Diamantopoulos
https://bugs.kde.org/show_bug.cgi?id=415762 George Diamantopoulos changed: What|Removed |Added CC||georged...@gmail.com -- You are

[ktorrent] [Bug 419003] unable to compile ktorrent (master :5b57d8cb02 ) failed : ‘TrackersStatusInfo’ is not a member of ‘bt’

2020-03-18 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=419003 george fb changed: What|Removed |Added CC||georgefb...@gmail.com --- Comment #1 from george

[dolphin] [Bug 419318] New: Click and drag scroll doesn't work when mouse leaves scrollbar

2020-03-27 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=419318 Bug ID: 419318 Summary: Click and drag scroll doesn't work when mouse leaves scrollbar Product: dolphin Version: 19.12.3 Platform: Other OS: Linux Stat

[Breeze] [Bug 419318] Click and drag scroll doesn't work when mouse leaves scrollbar if initial click was in right-most pixel

2020-03-30 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=419318 --- Comment #2 from george fb --- It comes from the frame of KItemListContainer. Setting the frame to QFrame::NoFrame removes the frame and with it the problem. setFrameShape(QFrame::NoFrame); I'm not saying the frame should be removed. -- Yo

[Breeze] [Bug 419318] Click and drag scroll doesn't work when mouse leaves scrollbar if initial click was in right-most pixel

2020-03-30 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=419318 --- Comment #4 from george fb --- > Since it looks like you've been digging into the code I did because I had the problem in an application of mine, but I don't need a frame so `setFrameShape(QFrame::NoFrame);` is enough for me. > w

[kate] [Bug 414613] New: Unfold toplevel nodes keyboard shortcut does not work

2019-11-28 Thread George Diamantopoulos
https://bugs.kde.org/show_bug.cgi?id=414613 Bug ID: 414613 Summary: Unfold toplevel nodes keyboard shortcut does not work Product: kate Version: unspecified Platform: Other OS: Linux Status: REPORTED Sever

[KScreen] [Bug 407519] Primary display setting does not persist

2019-11-28 Thread George Diamantopoulos
https://bugs.kde.org/show_bug.cgi?id=407519 George Diamantopoulos changed: What|Removed |Added CC||georged...@gmail.com --- Comment #1

[Skanlite] [Bug 370972] Scanned image is bad

2018-07-21 Thread George Seaton
https://bugs.kde.org/show_bug.cgi?id=370972 --- Comment #32 from George Seaton --- Removing the Skanliterc in SL7 fixes the broken colour image for me in SL7 (RHEL7). If I then restart skanlite then I get the broken colour image preview again. Looks like it has to be deleted every time. The

[Skanlite] [Bug 370972] Scanned image is bad

2018-02-03 Thread George Seaton
https://bugs.kde.org/show_bug.cgi?id=370972 George Seaton changed: What|Removed |Added CC||george.sea...@iinet.net.au --- Comment #13

[kmail2] [Bug 366682] Search doesn't yield any result

2017-01-24 Thread George Moutsopoulos
https://bugs.kde.org/show_bug.cgi?id=366682 George Moutsopoulos changed: What|Removed |Added CC||gmou...@yahoo.co.uk --- Comment #1 from

[kmail2] [Bug 335117] Information leak when using GPG on Bcc recipients

2018-01-23 Thread Dominik George
https://bugs.kde.org/show_bug.cgi?id=335117 Dominik George changed: What|Removed |Added Resolution|WAITINGFORINFO |--- Status|NEEDSINFO

[trojita] [Bug 378150] Need to change the INBOX column order and column width

2017-11-28 Thread George Shapovalov
https://bugs.kde.org/show_bug.cgi?id=378150 George Shapovalov changed: What|Removed |Added CC||gshapova...@gmail.com --- Comment #3 from

[klipper] [Bug 401124] clipboard actions pop up cannot be disabled

2019-01-26 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=401124 george fb changed: What|Removed |Added CC||fbgeorg...@gmail.com --- Comment #1 from george fb

[user-manager] [Bug 403628] New: Deleting user with auto login enabled doesn't remove the user from /etc/sddm.conf

2019-01-26 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=403628 Bug ID: 403628 Summary: Deleting user with auto login enabled doesn't remove the user from /etc/sddm.conf Product: user-manager Version: 5.14.5 Platform: Other OS:

[klipper] [Bug 401124] clipboard actions pop up cannot be disabled

2019-02-06 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=401124 --- Comment #3 from george fb --- KDE Plasma Version: 5.14.5 Qt Version: 5.11.2 KDE Frameworks Version: 5.54.0 Kernel Version: 4.20.2-107.current -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 387759] Konsole Lacks the "Ambiguous-width characters" Option

2018-05-18 Thread George Watson
https://bugs.kde.org/show_bug.cgi?id=387759 George Watson changed: What|Removed |Added CC||s...@georgewatson.me -- You are receiving

[Discover] [Bug 394515] New: Settings page is empty

2018-05-21 Thread George Tokmaji
https://bugs.kde.org/show_bug.cgi?id=394515 Bug ID: 394515 Summary: Settings page is empty Product: Discover Version: 5.12.90 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Severity: normal

[plasma-browser-integration] [Bug 394562] New: Media player widget bar sometimes stucks at 0:00

2018-05-22 Thread George Tokmaji
https://bugs.kde.org/show_bug.cgi?id=394562 Bug ID: 394562 Summary: Media player widget bar sometimes stucks at 0:00 Product: plasma-browser-integration Version: unspecified Platform: Archlinux Packages OS: Linux St

[plasmashell] [Bug 394614] New: Application Launcher crashes Plasma under Wayland

2018-05-23 Thread George Tokmaji
https://bugs.kde.org/show_bug.cgi?id=394614 Bug ID: 394614 Summary: Application Launcher crashes Plasma under Wayland Product: plasmashell Version: 5.12.90 Platform: Other OS: Linux Status: UNCONFIRMED Sev

[Falkon] [Bug 394093] Falkon 3.0.1 appimage not working in ubuntu 14.04

2018-05-26 Thread George Hopkins
https://bugs.kde.org/show_bug.cgi?id=394093 George Hopkins changed: What|Removed |Added CC||george-hopk...@null.net -- You are receiving

[Falkon] [Bug 394093] Falkon 3.0.1 appimage not working in ubuntu 14.04

2018-05-26 Thread George Hopkins
https://bugs.kde.org/show_bug.cgi?id=394093 --- Comment #8 from George Hopkins --- (In reply to Moonchild from comment #5) > Sorry, that still be a Qt issue. You just need Falkon, compiled against > different Qt version. If you want, i can give you one, otherwise you have to > build it

[Falkon] [Bug 394093] Falkon 3.0.1 appimage not working in ubuntu 14.04

2018-05-26 Thread George Hopkins
https://bugs.kde.org/show_bug.cgi?id=394093 --- Comment #10 from George Hopkins --- Great, thank you for the clarification! -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 382759] Can't keep pager positioned in lower right corner of desktop

2017-08-02 Thread George Avrunin
https://bugs.kde.org/show_bug.cgi?id=382759 --- Comment #2 from George Avrunin --- I don't think it's a duplicate of 379658; at least my problem doesn't involve the panel. I have the pager in the main window (plasma background, whatever it's really called), not in the pane

[plasmashell] [Bug 382759] Can't keep pager positioned in lower right corner of desktop

2017-08-02 Thread George Avrunin
https://bugs.kde.org/show_bug.cgi?id=382759 --- Comment #3 from George Avrunin --- A screenshot of what I'm trying to keep across logins is here: http://ext.math.umass.edu/~avrunin/Screenshot_20170727_163024.png -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 382759] Can't keep pager positioned in lower right corner of desktop

2017-08-07 Thread George Avrunin
https://bugs.kde.org/show_bug.cgi?id=382759 --- Comment #5 from George Avrunin --- Some additional information. If I logout and log back in, the pager will be in the lower left corner, not the lower right corner. When I logged in just now, the pager refused to stay in the lower right at all

[plasmashell] [Bug 382759] Can't keep pager positioned in lower right corner of desktop

2017-08-08 Thread George Avrunin
https://bugs.kde.org/show_bug.cgi?id=382759 --- Comment #7 from George Avrunin --- Thanks. I hope the bug will be easy to isolate and fix. -- You are receiving this mail because: You are watching all bug changes.

[kate] [Bug 385661] New: Kate crashed on switch to window

2017-10-12 Thread George Diamantopoulos
https://bugs.kde.org/show_bug.cgi?id=385661 Bug ID: 385661 Summary: Kate crashed on switch to window Product: kate Version: 17.08.1 Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Keywords: drkonq

[rkward] [Bug 386514] New: Executable: RKWARD~1.EXE PID: 7156 Signal: Unknown (0x 0)

2017-11-03 Thread George Marx
https://bugs.kde.org/show_bug.cgi?id=386514 Bug ID: 386514 Summary: Executable: RKWARD~1.EXE PID: 7156 Signal: Unknown (0x 0) Product: rkward Version: unspecified Platform: Windows CE OS: Windows CE

[rkward] [Bug 386514] Executable: RKWARD~1.EXE PID: 7156 Signal: Unknown (0x 0)

2017-11-03 Thread George Marx
https://bugs.kde.org/show_bug.cgi?id=386514 George Marx changed: What|Removed |Added URL||https://drive.google.com/fi

[rkward] [Bug 386514] Executable: RKWARD~1.EXE PID: 7156 Signal: Unknown (0x 0)

2017-11-07 Thread George Marx
https://bugs.kde.org/show_bug.cgi?id=386514 George Marx changed: What|Removed |Added Platform|Windows CE |MS Windows -- You are receiving this mail

[tellico] [Bug 385448] New: Crash on opening tellico

2017-10-06 Thread George Baltz
https://bugs.kde.org/show_bug.cgi?id=385448 Bug ID: 385448 Summary: Crash on opening tellico Product: tellico Version: 3.0.2 Platform: openSUSE RPMs OS: Linux Status: UNCONFIRMED Keywords: drkonqi

[tellico] [Bug 385448] Crash on opening tellico

2017-10-06 Thread George Baltz
https://bugs.kde.org/show_bug.cgi?id=385448 --- Comment #1 from George Baltz --- Created attachment 108211 --> https://bugs.kde.org/attachment.cgi?id=108211&action=edit Tellico data file causing crash -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 384470] New: Plasma crash and restart on-the-way-up during login

2017-09-07 Thread George Goodman
https://bugs.kde.org/show_bug.cgi?id=384470 Bug ID: 384470 Summary: Plasma crash and restart on-the-way-up during login Product: plasmashell Version: 5.10.5 Platform: Neon Packages OS: Linux Status: UNCONFIRMED

[plasmashell] [Bug 370964] panel does not reappear after auto-hide is selected

2017-01-04 Thread George Moutsopoulos
https://bugs.kde.org/show_bug.cgi?id=370964 George Moutsopoulos changed: What|Removed |Added CC||gmou...@yahoo.co.uk --- Comment #5 from

[plasmashell] [Bug 360391] Auto-hiding panel does not return

2017-01-04 Thread George Moutsopoulos
https://bugs.kde.org/show_bug.cgi?id=360391 George Moutsopoulos changed: What|Removed |Added CC||gmou...@yahoo.co.uk --- Comment #10 from

[kmail2] [Bug 223813] No support for IMAP searching

2017-01-16 Thread George Moutsopoulos
https://bugs.kde.org/show_bug.cgi?id=223813 George Moutsopoulos changed: What|Removed |Added CC||gmou...@yahoo.co.uk --- Comment #10 from

[plasmashell] [Bug 382759] New: Can't keep pager positioned in lower right corner of desktop

2017-07-26 Thread George Avrunin
https://bugs.kde.org/show_bug.cgi?id=382759 Bug ID: 382759 Summary: Can't keep pager positioned in lower right corner of desktop Product: plasmashell Version: 5.10.1 Platform: Other OS: Linux Sta

[Haruna] [Bug 494708] [Bug] impossible to remove single item in playlist

2024-10-14 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=494708 george fb changed: What|Removed |Added Resolution|--- |NOT A BUG Status|REPORTED

[plasmashell] [Bug 485932] Panel is gone when monitor turns on after being turned off by energy saver

2024-10-14 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=485932 george fb changed: What|Removed |Added Status|RESOLVED|REOPENED Ever confirmed|0

[plasmashell] [Bug 485932] Panel is gone when monitor turns on after being turned off by energy saver

2024-10-14 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=485932 george fb changed: What|Removed |Added Version|6.0.4 |6.2.0 -- You are receiving this mail because: You

[Haruna] [Bug 494712] [Feature Request] Mouse gestures and/or detection of place where mouse click was made

2024-10-14 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=494712 --- Comment #1 from george fb --- (In reply to Vadim A. Misbakh-Soloviov (mva) from comment #0) > (after all, isn't it (easy support for touchscreen-related stuff) a reason > for haruna being written on QML?) :) No it's not. -- You ar

[Haruna] [Bug 481445] Please add stream recording

2024-10-15 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=481445 --- Comment #2 from george fb --- If you're not using the flatpak version you can use custom commands. Set custom command to ``` set stream-record "/path/to/file.mp4" ``` https://haruna.kde.org/blog/2024-05-21-interacting-with-mp

[Haruna] [Bug 494708] [Bug] impossible to remove single item in playlist

2024-10-19 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=494708 george fb changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[digikam] [Bug 493821] I don't want automatic tags

2024-10-05 Thread George Orwell
https://bugs.kde.org/show_bug.cgi?id=493821 --- Comment #4 from George Orwell --- Well, so to speak, after wasting an entire afternoon, I hope at least the problem will be fixed in the next version! -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 495517] New: device notifier only lists android phone under non removable devices

2024-10-28 Thread George Seaton
https://bugs.kde.org/show_bug.cgi?id=495517 Bug ID: 495517 Summary: device notifier only lists android phone under non removable devices Classification: Plasma Product: plasmashell Version: 6.2.2 Platform: Other

[plasmashell] [Bug 495516] New: device notifier only lists android phone under non removable devices

2024-10-28 Thread George Seaton
https://bugs.kde.org/show_bug.cgi?id=495516 Bug ID: 495516 Summary: device notifier only lists android phone under non removable devices Classification: Plasma Product: plasmashell Version: 6.2.2 Platform: Other

[plasmashell] [Bug 495518] New: device notifier only lists android phone under non removable devices

2024-10-28 Thread George Seaton
https://bugs.kde.org/show_bug.cgi?id=495518 Bug ID: 495518 Summary: device notifier only lists android phone under non removable devices Classification: Plasma Product: plasmashell Version: 6.2.2 Platform: Other

[kinfocenter] [Bug 495778] Online Accounts disappeared from Settings

2024-11-04 Thread George Hazan
https://bugs.kde.org/show_bug.cgi?id=495778 --- Comment #1 from George Hazan --- ghazan:/lib/x86_64-linux-gnu$ ls -la libkaccounts* lrwxrwxrwx 1 root root 23 мар 5 2020 libkaccounts.so.1 -> libkaccounts.so.19.12.3 -rw-r--r-- 1 root root 56288 мар 5 2020 libkaccounts.so.19.1

[kinfocenter] [Bug 495778] New: Online Accounts disappeared from Settings

2024-11-04 Thread George Hazan
https://bugs.kde.org/show_bug.cgi?id=495778 Bug ID: 495778 Summary: Online Accounts disappeared from Settings Classification: Applications Product: kinfocenter Version: 6.1.5 Platform: Ubuntu OS: Linux Status: R

[kinfocenter] [Bug 495778] Online Accounts disappeared from Settings

2024-11-04 Thread George Hazan
https://bugs.kde.org/show_bug.cgi?id=495778 --- Comment #3 from George Hazan --- Hi, both packages are present # apt list | grep kaccounts kaccounts-integration/oracular,now 4:23.08.5-0ubuntu4 amd64 [installed] kaccounts-providers/oracular,now 4:23.08.5-0ubuntu3 amd64 [installed] kde-telepathy

[kinfocenter] [Bug 495778] Online Accounts disappeared from Settings

2024-11-04 Thread George Hazan
https://bugs.kde.org/show_bug.cgi?id=495778 --- Comment #5 from George Hazan --- You mean locally installed libkaccounts1? -- You are receiving this mail because: You are watching all bug changes.

[systemsettings] [Bug 342722] Setting or unsetting Auto Login is not saved

2024-10-30 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=342722 george fb changed: What|Removed |Added CC|georgefb...@gmail.com | -- You are receiving this mail because: You are

[frameworks-kirigami] [Bug 496144] SelectableLabel's actions break other actions with same shortcut

2024-11-11 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=496144 --- Comment #1 from george fb --- Sample app ``` import QtQuick import QtQuick.Controls import QtQuick.Layouts import org.kde.kirigami as Kirigami Window { width: 640 height: 480 visible: true title: qsTr("Hello World")

[frameworks-kirigami] [Bug 496144] New: SelectableLabel's actions break other actions with same shortcut

2024-11-11 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=496144 Bug ID: 496144 Summary: SelectableLabel's actions break other actions with same shortcut Classification: Frameworks and Libraries Product: frameworks-kirigami Version: unspecified

[Haruna] [Bug 467335] No Handbook

2024-10-26 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=467335 george fb changed: What|Removed |Added Resolution|--- |INTENTIONAL Status|REPORTED

[Haruna] [Bug 471312] Haruna fails to open video files with certain names or extensions from dolphin in kde

2024-10-26 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=471312 george fb changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution

[Haruna] [Bug 475537] haruna player is not responding

2024-10-26 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=475537 george fb changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[Haruna] [Bug 476490] Haruna - allow passing custom arguments to MPV

2024-10-26 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=476490 --- Comment #1 from george fb --- You can with custom commands. https://haruna.kde.org/blog/2024-05-21-interacting-with-mpv/ -- You are receiving this mail because: You are watching all bug changes.

[Haruna] [Bug 453335] [Bug] [Wayland] Top and bottom of Haruna are not visible on opening when the video resolution is higher than screen resolution

2024-10-26 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=453335 george fb changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[Haruna] [Bug 479724] No audio from Haruna OR mpv

2024-10-26 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=479724 george fb changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[plasmashell] [Bug 495516] device notifier only lists android phone under non removable devices

2024-10-31 Thread George Seaton
https://bugs.kde.org/show_bug.cgi?id=495516 --- Comment #6 from George Seaton --- Yes with default settings I will not see my phone, I have to choose "non-removable devices" or "all devices" to see it as a "Portable Media Player". I have tested also with 2 of my

[plasmashell] [Bug 495516] device notifier only lists android phone under non removable devices

2024-10-29 Thread George Seaton
https://bugs.kde.org/show_bug.cgi?id=495516 --- Comment #4 from George Seaton --- Yes it does appear under "Portable Media Player", but on my system (Fedora 40 and now 41) only if non-removable devices OR all devices are selected. Like a USB stick OR an external USB drive I would expe

[Haruna] [Bug 493835] Feature : extra large ram cache

2024-09-30 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=493835 george fb changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[Haruna] [Bug 496301] The app as flatpak doesn't start anymore

2024-11-16 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=496301 --- Comment #3 from george fb --- I installed Neon in virtual box and I have no issues starting Haruna. Make sure it's up to date, try deleting/renaming the config folder ~/.var/app/org.kde.haruna, try an older version https://itsfoss.com/down

[Haruna] [Bug 496349] Hotkey settings search bar always searches in English

2024-11-26 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=496349 --- Comment #1 from george fb --- Git commit e51972e6f66caf9fe67f78f8cffdc3faa42d997d by George Florea Bănuș. Committed on 27/11/2024 at 06:48. Pushed by georgefb into branch 'master'. actionsmodel: search action text too when filtering M

[Haruna] [Bug 496301] The app as flatpak doesn't start anymore

2024-11-16 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=496301 --- Comment #1 from george fb --- Which Neon edition (user, testing, unstable, development) did you install? -- You are receiving this mail because: You are watching all bug changes.

[Haruna] [Bug 473777] Better thumbnail preview support in Haruna

2024-12-24 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=473777 george fb changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[Haruna] [Bug 499528] What an effing name!

2025-02-04 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=499528 george fb changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[Haruna] [Bug 499529] What an effing name!

2025-02-04 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=499529 george fb changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[Haruna] [Bug 499529] What an effing name!

2025-02-04 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=499529 george fb changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution

[Haruna] [Bug 499529] What an effing name!

2025-02-04 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=499529 --- Comment #6 from george fb --- Oh, would you look at that you're a nazi ally too https://en.wikipedia.org/wiki/Peter_H%C3%B6gl -- You are receiving this mail because: You are watching all bug changes.

[Haruna] [Bug 499529] What an effing name!

2025-02-05 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=499529 george fb changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[Haruna] [Bug 499529] What an effing name!

2025-02-05 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=499529 george fb changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[Haruna] [Bug 499342] Haruna crashes when dragging the progress bar to the end of huge video files

2025-02-08 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=499342 george fb changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|REPORTED

[Haruna] [Bug 499342] Haruna crashes when dragging the progress bar to the end of huge video files

2025-02-07 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=499342 --- Comment #3 from george fb --- First, stop deleting the template and provide the info requested when reporting bugs. Provide sample file. Also read https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

[Haruna] [Bug 499318] Haruna flatpak lacks sound

2025-02-07 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=499318 --- Comment #3 from george fb --- First check that the app is not muted in the volume applet. Otherwise try to rollback the Haruna flatpak to an older version https://itsfoss.com/downgrade-flatpak-packages/ see if you get a version that works. -- You

[Haruna] [Bug 499805] if videos played via the long url overflows and overlap on the timer below volume button on default footer. where as in floting footer it goes beyond the footer

2025-02-11 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=499805 george fb changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[Haruna] [Bug 496628] Subtitles undesirably displayed by default

2024-12-11 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=496628 george fb changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[Haruna] [Bug 476490] Haruna - allow passing custom arguments to MPV

2024-12-11 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=476490 george fb changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[Haruna] [Bug 495667] Haruna consistently silently crashes when launched.

2024-12-11 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=495667 george fb changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[Haruna] [Bug 496301] The app as flatpak doesn't start anymore

2024-12-11 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=496301 george fb changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[Haruna] [Bug 475136] Allow a smaller minimum window size

2024-12-11 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=475136 george fb changed: What|Removed |Added Status|REPORTED|RESOLVED Latest Commit

[Haruna] [Bug 494786] Change in "Repeat" setting done while Haruna plays a video does not take effect until Haruna is restarted

2024-12-16 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=494786 --- Comment #1 from george fb --- Git commit 3da652fe718aacb72d7fcd493e560fc125899906 by George Florea Bănuș. Committed on 16/12/2024 at 21:10. Pushed by georgefb into branch 'master'. mpvitem: refactor onEndFile, doesn't require

[Haruna] [Bug 494786] Change in "Repeat" setting done while Haruna plays a video does not take effect until Haruna is restarted

2024-12-16 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=494786 --- Comment #2 from george fb --- Try with the lastest changes. Either compile it yourself or install the latest version through flatpak ``` flatpak uninstall org.kde.haruna flatpak install --user --or-update https://cdn.kde.org/flatpak/kde-runtime

[Haruna] [Bug 496349] Hotkey settings search bar always searches in English

2024-12-16 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=496349 --- Comment #2 from george fb --- Try with the lastest changes. Either compile it yourself or install the latest version through flatpak ``` flatpak uninstall org.kde.haruna flatpak install --user --or-update https://cdn.kde.org/flatpak/kde-runtime

<    2   3   4   5   6   7   8   9   10   11   >