[Falkon] [Bug 460997] New: Highlight downloaded file in file manager using D-Bus org.freedesktop.FileManager1.ShowItems

2022-10-25 Thread probono
https://bugs.kde.org/show_bug.cgi?id=460997

Bug ID: 460997
   Summary: Highlight downloaded file in file manager using D-Bus
org.freedesktop.FileManager1.ShowItems
Classification: Applications
   Product: Falkon
   Version: unspecified
  Platform: Other
OS: FreeBSD
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: prob...@puredarwin.org
  Target Milestone: ---

SUMMARY

When double-clicking on a downloaded file in the Downloads window, the file
manager should open the window that contains the file and highlight the file.

STEPS TO REPRODUCE
1.  Download a file
2. From the Downloads window, double-click the downloaded file

OBSERVED RESULT

Currently it only opens the folder without highlighting the file.

EXPECTED RESULT

When double-clicking on a downloaded file in the Downloads window, the file
manager should open the window that contains the file and highlight the file.

SOFTWARE/OS VERSIONS

Falkon 3.2.0 package on FreeBSD 13.1

ADDITIONAL INFORMATION

To achieve this, D-Bus org.freedesktop.FileManager1.ShowItems can be used.
Example:

% dbus-send --session \
  --print-reply \
  --dest=org.freedesktop.FileManager1 \
  /org/freedesktop/FileManager1 \
  org.freedesktop.FileManager1.ShowItems \
  array:string:"file:/etc/os-release" string:""

This should open the file manager at /etc and highlight the os-release file.

Of course this can be done in Qt rather than using the dbus-send command line
tool; the above is just an example to illustrate the concept. If D-Bus is not
available or the call fails, then Falkon could always fall back to the current
method of opening the folder.

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

[Falkon] [Bug 443450] New: AdBlock: Add support for uBlock Origin lists

2021-10-07 Thread probono
https://bugs.kde.org/show_bug.cgi?id=443450

Bug ID: 443450
   Summary: AdBlock: Add support for uBlock Origin lists
   Product: Falkon
   Version: unspecified
  Platform: Other
OS: FreeBSD
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: extensions
  Assignee: now...@gmail.com
  Reporter: prob...@puredarwin.org
  Target Milestone: ---

SUMMARY
Please consider adding support for uBlock Origin lists. The code exists (see
below). uBlock Origin lists are much more effective in filtering certain ads
and anti-adblocker nag screens.

STEPS TO REPRODUCE
1. Try to add the first 4 lists from
https://github.com/LeFroid/Viper-Browser/blob/123305d7f2f8f323f8672e16071f4cb4f55be3b1/src/app/assets/adblock_recommended.json

OBSERVED RESULT
uBlock Origin lists cannot be used.

EXPECTED RESULT
uBlock Origin lists can be used in addition to Adblock Plus lists.

ADDITIONAL INFORMATION
https://github.com/LeFroid/Viper-Browser/ has the code needed for uBlock Origin
lists.

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

[Falkon] [Bug 442712] New: Use org.freedesktop.FileManager1 ShowItems to show downloaded files in file manager

2021-09-19 Thread probono
https://bugs.kde.org/show_bug.cgi?id=442712

Bug ID: 442712
   Summary: Use org.freedesktop.FileManager1 ShowItems to show
downloaded files in file manager
   Product: Falkon
   Version: 3.1.0
  Platform: Other
OS: FreeBSD
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: prob...@puredarwin.org
  Target Milestone: ---

SUMMARY

Please support the FileManager1 D-Bus API for revealing downloaded files in the
file manager.

STEPS TO REPRODUCE
1. Download a file
2. Open the downloads window
3. There should be a way to "show in file manager"

OBSERVED RESULT
Double-clicking a downloaded file opens it, but does not show it in the file
manager. Right-clicking and using the context menu shows the folder containing
the file, but does not highlight (select) the downloaded file.

EXPECTED RESULT
There should be a way to show the downloaded file in the file manager (not only
opening the containing folder but also selecting/highlighting the file). This
can be done using org.freedesktop.FileManager1 ShowItems (e.g., Chromium is
using this).
https://www.freedesktop.org/wiki/Specifications/file-manager-interface/

SOFTWARE/OS VERSIONS
FreeBSD: 12.2-RELEASE
Falkon: 3.1.0

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

[kwin] [Bug 442639] New: Graphical glitch when /usr/share/plasma is not present

2021-09-18 Thread probono
https://bugs.kde.org/show_bug.cgi?id=442639

Bug ID: 442639
   Summary: Graphical glitch when /usr/share/plasma is not present
   Product: kwin
   Version: unspecified
  Platform: Other
OS: FreeBSD
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: effects-various
  Assignee: kwin-bugs-n...@kde.org
  Reporter: prob...@puredarwin.org
  Target Milestone: ---

Created attachment 141670
  --> https://bugs.kde.org/attachment.cgi?id=141670=edit
Graphical glitch

SUMMARY

Graphical glitch when /usr/share/plasma is not present (see screenshot)

STEPS TO REPRODUCE
1. Remove (or temporarily rename) /usr/share/plasma
2. Launch KWin
3. Move mouse to upper-left corner

OBSERVED RESULT
Glitch (see screenshot)

EXPECTED RESULT
No glitch. KWin should have a fallback effect in /usr/share/kwin to handle the
case where there are no Plasma themes installed because the DE is something
other than Plasma.

SOFTWARE/OS VERSIONS
FreeBSD: 12.2-RELEASE
KWin: 5.20.5

ADDITIONAL INFORMATION
https://github.com/helloSystem/KWin/issues/2

Similar for the grey preview box for window snapping.

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

[Falkon] [Bug 431004] Screen sharing non-functional at meet.jit.si (Jitsi Meet)

2020-12-31 Thread probono
https://bugs.kde.org/show_bug.cgi?id=431004

probono  changed:

   What|Removed |Added

 CC||prob...@puredarwin.org

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

[Falkon] [Bug 413131] Keep cookies from whitelisted domains, even when deleting cookies on close

2020-12-29 Thread probono
https://bugs.kde.org/show_bug.cgi?id=413131

probono  changed:

   What|Removed |Added

 CC||prob...@puredarwin.org

--- Comment #1 from probono  ---
I second this. Was about to open a feature request for this. I would like to
delete all cookies when the browser is closed except for the whitelisted ones.

Ideally, you could mark individual cookies as "persists closing the browser".

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

[kdenlive] [Bug 412949] kdenlive-19.08.1-x86_64.appimage or kdenlive-19.08.2-x86_64.appimage or kdenlive-19.08.2b-x86_64.appimage does not start on my system : Ubuntu 18.04.3

2019-11-02 Thread probono
https://bugs.kde.org/show_bug.cgi?id=412949

probono  changed:

   What|Removed |Added

 CC||prob...@puredarwin.org

--- Comment #2 from probono  ---
I am running into the same issue:

SUMMARY


STEPS TO REPRODUCE
1. Run kdenlive-19.08.2b-x86_64.appimage on Xubuntu 18.04.2 LTS with NVIDIA
Driver version 340.107

OBSERVED RESULT

me@host:~$ /home/me/Downloads/kdenlive-19.08.2b-x86_64.appimage 

**
* FATAL ERROR:   *
* This OpenCV build doesn't support current CPU/HW configuration *
**
* Use OPENCV_DUMP_CONFIG=1 environment variable for details  *
**

Required baseline features:
SSE - OK
SSE2 - OK
SSE3 - OK
SSSE3 - OK
SSE4.1 - OK
POPCNT - NOT AVAILABLE
SSE4.2 - NOT AVAILABLE
terminate called after throwing an instance of 'cv::Exception'
  what():  OpenCV(4.1.0)
/build/deps-build/ext_opencv/ext_opencv-prefix/src/ext_opencv/modules/core/src/system.cpp:538:
error: (-215:Assertion failed) Missing support for required CPU baseline
features. Check OpenCV build configuration and required CPU/HW setup. in
function 'initialize'

/tmp/.mount_kdenligDXNgb/AppRun: line 26:  7135 Aborted
kdenlive --config kdenlive-appimagerc $@

EXPECTED RESULT

Works

ADDITIONAL INFORMATION

kdenlive-19.04.3b-x86_64.appimage works

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

[kdenlive] [Bug 412949] kdenlive-19.08.1-x86_64.appimage or kdenlive-19.08.2-x86_64.appimage or kdenlive-19.08.2b-x86_64.appimage does not start on my system : Ubuntu 18.04.3

2019-11-02 Thread probono
https://bugs.kde.org/show_bug.cgi?id=412949

--- Comment #3 from probono  ---
which libraries in the OS are "outdated"? Those need to be bundled inside the
AppImage.

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

[kdenlive] [Bug 410025] New: libxcb-keysyms.so.1 missing in AppImage

2019-07-20 Thread probono
https://bugs.kde.org/show_bug.cgi?id=410025

Bug ID: 410025
   Summary: libxcb-keysyms.so.1 missing in AppImage
   Product: kdenlive
   Version: 19.04.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Translation
  Assignee: vpi...@kde.org
  Reporter: prob...@puredarwin.org
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. Run xubuntu-18.04-desktop-amd64.iso
2. Download kdenlive-19.04.3-x86_64.appimage
3. Run kdenlive-19.04.3-x86_64.appimage on xubuntu-18.04-desktop-amd64.iso

OBSERVED RESULT

me@host:~$ /home/me/Downloads/kdenlive-19.04.3-x86_64.appimage 
kdenlive: error while loading shared libraries: libxcb-keysyms.so.1: cannot
open shared object file: No such file or directory

EXPECTED RESULT

Runs

SOFTWARE/OS VERSIONS

As described above

ADDITIONAL INFORMATION

None

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

[dolphin] [Bug 409777] Show error message if library is missing

2019-07-13 Thread probono
https://bugs.kde.org/show_bug.cgi?id=409777

--- Comment #3 from probono  ---
Cross-reference: https://github.com/mate-desktop/caja/issues/1262

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

[dolphin] [Bug 409777] Show error message if library is missing

2019-07-13 Thread probono
https://bugs.kde.org/show_bug.cgi?id=409777

--- Comment #2 from probono  ---
Cross-reference: https://bugzilla.xfce.org/show_bug.cgi?id=15714

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

[dolphin] [Bug 409777] Show error message if library is missing

2019-07-13 Thread probono
https://bugs.kde.org/show_bug.cgi?id=409777

--- Comment #1 from probono  ---
Cross-reference: https://gitlab.gnome.org/GNOME/nautilus/issues/1166

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

[dolphin] [Bug 409777] New: Show error message if library is missing

2019-07-13 Thread probono
https://bugs.kde.org/show_bug.cgi?id=409777

Bug ID: 409777
   Summary: Show error message if library is missing
   Product: dolphin
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: prob...@puredarwin.org
CC: elvis.angelac...@kde.org
  Target Milestone: ---

Created attachment 121507
  --> https://bugs.kde.org/attachment.cgi?id=121507=edit
Haiku error message when a library is missing

SUMMARY


STEPS TO REPRODUCE
1. Double-click an ELF binary that has dependencies which are missing on the
system

OBSERVED RESULT

Nothing happens

EXPECTED RESULT

An error box is shown, like in Haiku.
SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[neon] [Bug 407941] Unable to make the service... executable, aborting execution trying to run AppImage

2019-05-25 Thread probono
https://bugs.kde.org/show_bug.cgi?id=407941

probono  changed:

   What|Removed |Added

 CC||azubiet...@gmail.com

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

[neon] [Bug 407941] Unable to make the service... executable, aborting execution trying to run AppImage

2019-05-25 Thread probono
https://bugs.kde.org/show_bug.cgi?id=407941

probono  changed:

   What|Removed |Added

 CC||theassassin@assassinate-you
   ||.net

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

[neon] [Bug 407941] Unable to make the service... executable, aborting execution trying to run AppImage

2019-05-25 Thread probono
https://bugs.kde.org/show_bug.cgi?id=407941

--- Comment #1 from probono  ---
Created attachment 120307
  --> https://bugs.kde.org/attachment.cgi?id=120307=edit
Unable to make the service executable, aborting execution

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

[neon] [Bug 407941] New: Unable to make the service... executable, aborting execution trying to run AppImage

2019-05-25 Thread probono
https://bugs.kde.org/show_bug.cgi?id=407941

Bug ID: 407941
   Summary: Unable to make the service... executable, aborting
execution trying to run AppImage
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Packages Dev Edition [unstable]
  Assignee: neon-b...@kde.org
  Reporter: prob...@puredarwin.org
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org
  Target Milestone: ---

Created attachment 120306
  --> https://bugs.kde.org/attachment.cgi?id=120306=edit
If you do not trust this program, click cancel

SUMMARY

Getting "Unable to make the service... executable, aborting execution" when
trying to run AppImage from the menu

STEPS TO REPRODUCE

1. Download and run neon-unstable-20190523-0949.iso
2. Install and run the appimaged daemon (appimaged, continuous build (commit
660c916), build 65 built on 2018-12-06 18:38:08 UTC)
3. Try to run an application from the FAT32 partition /isodevice/Applications/
using the entry in the start menu (this partition is read-only and owned by
root, but the application does have the executable bit set)

OBSERVED RESULT

Dialog box "If you do not trust this program, click cancel", followed by an
error "Unable to make the service... executable, aborting execution"

me@host:~$ ls -lh
/isodevice/Applications/Firefox-66.0.5.glibc2.4-x86_64.AppImage 
-rwxr-xr-x 1 root root 70M May 25 06:54
/isodevice/Applications/Firefox-66.0.5.glibc2.4-x86_64.AppImage

me@host:~$ ls -lh
/home/me/.local/share/applications/appimagekit_6cb66ed35d36fc0a8e072fd5d0acc2d1-firefox.desktop
 
-rwxr-xr-x 1 me me 735 May 25 13:45
/home/me/.local/share/applications/appimagekit_6cb66ed35d36fc0a8e072fd5d0acc2d1-firefox.desktop

EXPECTED RESULT

Nothing needs to be made executable because as one can see, the application is
already executable

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: neon-unstable-20190523-0949.iso
(available in About System)
KDE Plasma Version: 5.16.80
KDE Frameworks Version: 5.59.0
Qt Version: 5.12.0

ADDITIONAL INFORMATION

/isodevice/ is where the system mounts the partition from which the Live ISO is
booted. In my case, this is a FAT32 partition.

-- 
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 probono
https://bugs.kde.org/show_bug.cgi?id=402721

--- Comment #6 from probono  ---
For comparison, in Xfce

wget -c
"http://icons.iconarchive.com/icons/custom-icon-design/mono-general-3/256/home-icon.png;
-O ~/.cache/thumbnails/normal/646c2e0867c1bdd38aa5876337af2284.png
touch /tmp/file
xdg-open  /tmp/

I do see a "home" icon thumbnail for /tmp/file.

-- 
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 probono
https://bugs.kde.org/show_bug.cgi?id=402721

--- Comment #5 from probono  ---
Thanks azubieta for the following test case:

wget -c
"http://icons.iconarchive.com/icons/custom-icon-design/mono-general-3/256/home-icon.png;
-O ~/.cache/thumbnails/normal/646c2e0867c1bdd38aa5876337af2284.png
touch /tmp/file
xdg-open  /tmp/

A file manager that follows the XDG thumbnail spec will show a "home" icon
thumbnail for /tmp/file.

Thanks kossebau for the following analysis:

It seems like Dolphin only shows thumbnails that it knows the thumbnailer which
generated them:

https://cgit.kde.org/kio-extras.git/tree/thumbnail/thumbnail.cpp#n697 ff.

https://cgit.kde.org/kio-extras.git/tree/thumbnail/thumbnail.cpp#n90

"enabledPlugins - a list of enabled thumbnailer plugins. PreviewJob does not
call this thumbnail slave when a given plugin isn't enabled."

This may be the root cause of this issue.

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

[dolphin] [Bug 402721] Thumbnails in XDG thumbnailer spec compliant places are ignored by Dolphin

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

--- Comment #2 from probono  ---
No, they don't. It looks like Dolphin does not follow the XDG thumbnailer spec
at all, or am I wrong?

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

[docs] [Bug 402721] New: Thumbnails in XDG thumbnailer spec compliant places are ignored by Dolphin

2018-12-30 Thread probono
https://bugs.kde.org/show_bug.cgi?id=402721

Bug ID: 402721
   Summary: Thumbnails in XDG thumbnailer spec compliant places
are ignored by Dolphin
   Product: docs
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kde-doc-engl...@kde.org
  Reporter: prob...@puredarwin.org
  Target Milestone: ---

Created attachment 117196
  --> https://bugs.kde.org/attachment.cgi?id=117196=edit
Existing XDG thumbnails are being ignored by Dolphin

SUMMARY
Thumbnails in XDG thumbnailer spec compliant places are ignored by Dolphin

STEPS TO REPRODUCE
1. Put thumbnails into XDG thumbnailer spec compliant places,
https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-0.8.0.html
2. See if the thumbnails are displayed
3. There is no step three

OBSERVED RESULT
XDG thumbnailer spec compliant thumbnails are ignored by Dolphin

EXPECTED RESULT
XDG thumbnailer spec compliant thumbnails are displayed by Dolphin

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.14.80
KDE Plasma Version: What is the difference to the above?
KDE Frameworks Version: 5.14.0
Qt Version: 5.11.2
Dolphin Version: 19.03.70

ADDITIONAL INFORMATION
The thumbnails (in this case) are generated by appimaged. Other desktops (such
as Xfce) show them just fine
https://github.com/AppImage/appimaged

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

[Atelier] [Bug 402711] Does not recognize 3D printer

2018-12-30 Thread probono
https://bugs.kde.org/show_bug.cgi?id=402711

--- Comment #1 from probono  ---
Actually it works nicely once one sets the baud rate manually to 115200. I was
under the (wrong) impression that the baud rate would be autodetected as well.

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

[Atelier] [Bug 402711] New: Does not recognize 3D printer

2018-12-30 Thread probono
https://bugs.kde.org/show_bug.cgi?id=402711

Bug ID: 402711
   Summary: Does not recognize 3D printer
   Product: Atelier
   Version: 1.0.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: AtCore
  Assignee: rizzite...@kde.org
  Reporter: prob...@puredarwin.org
  Target Milestone: ---

Created attachment 117187
  --> https://bugs.kde.org/attachment.cgi?id=117187=edit
Stalled on 'Requesting Firmware...'

SUMMARY
AtCore_Test_Client-1.0.0-x86_64.AppImage does not recognize Ender-3 printer
(Marlin based)

STEPS TO REPRODUCE
1. Run neon-devedition-gitunstable-current.iso
2. Attach Ender-3 printer via USB
3. sudo Downloads/AtCore_Test_Client-1.0.0-x86_64.AppImage
4. Click "Connect"

OBSERVED RESULT
me@host:~$ sudo Downloads/AtCore_Test_Client-1.0.0-x86_64.AppImage 
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
org.kde.atelier.core: Atcore state changed from [ AtCore::STATES(18240336) ] to
[ AtCore::STATES(DISCONNECTED) ]
org.kde.atelier.core.plugin: Lookin for plugins in 
"/home/travis/build/sithlord48/atcore/src/plugins"
org.kde.atelier.core.plugin: Lookin for plugins in 
"lib/x86_64-linux-gnu/plugins/AtCore"
org.kde.atelier.core.plugin: Lookin for plugins in  "/opt/qt59/plugins/AtCore"
org.kde.atelier.core.plugin: Lookin for plugins in  "plugins"
org.kde.atelier.core.plugin: Lookin for plugins in 
"/tmp/.mount_AtCore9HUfZG/usr/plugins/AtCore"
org.kde.atelier.core.plugin: Valid path for plugins found !
org.kde.atelier.core.plugin: QDir(
"/tmp/.mount_AtCore9HUfZG/usr/plugins/AtCore" , nameFilters = { "*" }, 
QDir::SortFlags( Name | IgnoreCase ) , QDir::Filters(
Dirs|Files|Drives|AllEntries ) )
org.kde.atelier.core.plugin: plugin dir: QDir(
"/tmp/.mount_AtCore9HUfZG/usr/plugins/AtCore" , nameFilters = { "*" }, 
QDir::SortFlags( Name | IgnoreCase ) , QDir::Filters(
Dirs|Files|Drives|AllEntries ) )
org.kde.atelier.core: Found plugin file "libaprinter.so"
org.kde.atelier.core:
"plugins[aprinter]=/tmp/.mount_AtCore9HUfZG/usr/plugins/AtCore/libaprinter.so"
org.kde.atelier.core: Found plugin file "libgrbl.so"
org.kde.atelier.core:
"plugins[grbl]=/tmp/.mount_AtCore9HUfZG/usr/plugins/AtCore/libgrbl.so"
org.kde.atelier.core: Found plugin file "libmarlin.so"
org.kde.atelier.core:
"plugins[marlin]=/tmp/.mount_AtCore9HUfZG/usr/plugins/AtCore/libmarlin.so"
org.kde.atelier.core: Found plugin file "librepetier.so"
org.kde.atelier.core:
"plugins[repetier]=/tmp/.mount_AtCore9HUfZG/usr/plugins/AtCore/librepetier.so"
org.kde.atelier.core: Found plugin file "libsmoothie.so"
org.kde.atelier.core:
"plugins[smoothie]=/tmp/.mount_AtCore9HUfZG/usr/plugins/AtCore/libsmoothie.so"
org.kde.atelier.core: Found plugin file "libsprinter.so"
org.kde.atelier.core:
"plugins[sprinter]=/tmp/.mount_AtCore9HUfZG/usr/plugins/AtCore/libsprinter.so"
org.kde.atelier.core: Found plugin file "libteacup.so"
org.kde.atelier.core:
"plugins[teacup]=/tmp/.mount_AtCore9HUfZG/usr/plugins/AtCore/libteacup.so"
org.kde.atelier.core: Atcore state changed from [ AtCore::STATES(DISCONNECTED)
] to [ AtCore::STATES(CONNECTING) ]

EXPECTED RESULT
Recognizes the printer

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.14.80 (system)
(available in About System)
KDE Plasma Version: What comes with AtCore_Test_Client-1.0.0-x86_64.AppImage
KDE Frameworks Version: What comes with
AtCore_Test_Client-1.0.0-x86_64.AppImage
Qt Version: What comes with AtCore_Test_Client-1.0.0-x86_64.AppImage

ADDITIONAL INFORMATION
See screenshot

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

[kdevelop] [Bug 369105] KDevelop-5.0.1 AppImage doesn't launch on Gentoo because of "libxcb-dri3.so.0: error: symbol lookup error"

2018-12-27 Thread probono
https://bugs.kde.org/show_bug.cgi?id=369105

probono  changed:

   What|Removed |Added

 CC||prob...@puredarwin.org

--- Comment #10 from probono  ---
The libraries listed on
https://github.com/AppImage/pkg2appimage/blob/master/excludelist should not be
bundled inside AppImages.

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

[plasmashell] [Bug 389035] When multiple copies of an app are installed from different sources (e.g. distro package version and Flatpak version), make each version clear

2018-12-27 Thread probono
https://bugs.kde.org/show_bug.cgi?id=389035

probono  changed:

   What|Removed |Added

 CC||prob...@puredarwin.org

--- Comment #8 from probono  ---
The problem is broader than just showing which application comes from where.
There should also a heuristic to determine which version should be used to open
documents, and an easy way for the user to override it.

Some thoughts on this are contained in the broader problem description at
https://github.com/AppImage/appimaged/issues/30

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

[k3b] [Bug 387511] Sometimes K3b thinks that an AppImage file is a disc image

2018-12-27 Thread probono
https://bugs.kde.org/show_bug.cgi?id=387511

probono  changed:

   What|Removed |Added

 CC||prob...@puredarwin.org

--- Comment #4 from probono  ---
This is because a type-1 AppImage is also a valid ISO 9660 file:
https://github.com/AppImage/AppImageSpec/blob/master/draft.md#type-1-image-format

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

[dolphin] [Bug 392147] Properly handle ELF files

2018-12-27 Thread probono
https://bugs.kde.org/show_bug.cgi?id=392147

--- Comment #2 from probono  ---
Sorry, of course I meant
"Please assign to someONE who can do something about this".

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

[dolphin] [Bug 392147] Properly handle ELF files

2018-12-27 Thread probono
https://bugs.kde.org/show_bug.cgi?id=392147

probono  changed:

   What|Removed |Added

 CC||elvis.angelac...@kde.org
  Component|general |general
   Assignee|unassigned-b...@kde.org |dolphin-bugs-n...@kde.org
Product|kde |dolphin

--- Comment #1 from probono  ---
Please assign to something who can do something about this.

As some food for thought, here is a proposal from the Nautilus team (which has
not been implemented there yet afaik):

https://gitlab.gnome.org/GNOME/nautilus/uploads/4b3842b2ab064875c1605bc961fc1415/Captura_de_ecr%C3%A3_de_2018-05-16_12-32-44.png

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

[skrooge] [Bug 398496] 2.14 AppImage uses oxygen icons

2018-12-27 Thread probono
https://bugs.kde.org/show_bug.cgi?id=398496

probono  changed:

   What|Removed |Added

 CC||prob...@puredarwin.org

--- Comment #4 from probono  ---
An AppImage is supposed to contain everything the application needs to run
which cannot reasonably expected to come as part of the default installation of
all still-supported target systems (distributions).

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

[ark] [Bug 264941] Ark should support squashfs.

2018-12-27 Thread probono
https://bugs.kde.org/show_bug.cgi?id=264941

--- Comment #7 from probono  ---
Now that there is a MIME type for squashfs files, what is holding this back?

As for type-2 AppImages, these are squashfs files appended to ELF files. So one
needs to parse the ELF header to find out how long the ELF is, and open the
squashfs with the corresponding offset. Let me know if you need more
information on this.

Type-2 AppImage spec:
https://github.com/AppImage/AppImageSpec/blob/master/draft.md#type-2-image-format

Code:
https://github.com/AppImage/libappimage/blob/5d032421aef066e6e1c05b30a8006f0c84a02b71/src/libappimage_shared/elf.c#L120

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

[ark] [Bug 264941] Ark should support squashfs.

2018-12-27 Thread probono
https://bugs.kde.org/show_bug.cgi?id=264941

probono  changed:

   What|Removed |Added

 CC||metell...@gmail.com,
   ||rak...@freebsd.org

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

[Heaptrack] [Bug 394624] HeapTrack can't analyse an application inside an AppImage

2018-12-27 Thread probono
https://bugs.kde.org/show_bug.cgi?id=394624

probono  changed:

   What|Removed |Added

 CC||prob...@puredarwin.org

--- Comment #1 from probono  ---
What happens if you run ./Mudlet-3.9.0-linux-x64.AppImage --appimage-extract
and then run Heaptrack on the extracted contents?

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

[neon] [Bug 394672] Please add AppImage support to KDE Neon

2018-12-27 Thread probono
https://bugs.kde.org/show_bug.cgi?id=394672

--- Comment #2 from probono  ---
I have posted some thoughts on this at
https://github.com/AppImage/appimaged/issues/30.

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

[frameworks-kiconthemes] [Bug 397109] Plasma doesn't recognize new icons in new created ~/.local/share/icons/* unless it is restarted

2018-12-27 Thread probono
https://bugs.kde.org/show_bug.cgi?id=397109

--- Comment #6 from probono  ---
As of now, we can get icons on desktop files to be rendered correctly in the
Dolphin file manager but not in the various KDE application launchers, unless
the user logs out and logs in again. Please see the screenshots for an
illustration:

Not working -
https://user-images.githubusercontent.com/2480569/50489108-c354c800-09fd-11e9-8fd5-2932434f606b.png

Working -
https://user-images.githubusercontent.com/2480569/50489112-c5b72200-09fd-11e9-93f6-c119244a1f91.png

Please change the app launchers to that they display the icons immediately
without the user having to log out and log in again, similar to what Dolphin
does.

Reference:
https://github.com/AppImage/libappimage/issues/29#issuecomment-450197431

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

[neon] [Bug 394672] Please add AppImage support to KDE Neon

2018-08-28 Thread probono
https://bugs.kde.org/show_bug.cgi?id=394672

probono  changed:

   What|Removed |Added

 CC||theassassin@assassinate-you
   ||.net

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

[neon] [Bug 394672] Please add AppImage support to KDE Neon

2018-08-28 Thread probono
https://bugs.kde.org/show_bug.cgi?id=394672

probono  changed:

   What|Removed |Added

 CC||prob...@puredarwin.org

--- Comment #1 from probono  ---
Let's get inspired by how the Mac handles applications using drag-and-drop in
the file manager. For example, if the user moves AppImages to defined locations
such as /Applications or $HOME//Applications, then they could automatically be
integrated into the desktop. And the integration could be removed again once
the user removes the AppImage.

This is what I have implemented in the optional appimaged daemon (not part of
KDE), although I agree, proper integration in Neon (probably by the way of
proper integration in Plasma) by the KDE team would be preferable.

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

[kde] [Bug 392147] Properly handle ELF files

2018-08-28 Thread probono
https://bugs.kde.org/show_bug.cgi?id=392147

probono  changed:

   What|Removed |Added

 CC||prob...@puredarwin.org

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

[kde] [Bug 392147] Properly handle ELF files

2018-08-28 Thread probono
https://bugs.kde.org/show_bug.cgi?id=392147

probono  changed:

   What|Removed |Added

 CC||theassassin@assassinate-you
   ||.net

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

[ark] [Bug 264941] Ark should support squashfs.

2018-08-28 Thread probono
https://bugs.kde.org/show_bug.cgi?id=264941

probono  changed:

   What|Removed |Added

 CC||prob...@puredarwin.org

--- Comment #6 from probono  ---
application/vnd.squashfs has since been registered as the MIME type for
squashfs files.

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

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

2018-08-28 Thread probono
https://bugs.kde.org/show_bug.cgi?id=394093

probono  changed:

   What|Removed |Added

 CC||prob...@puredarwin.org

--- Comment #11 from probono  ---
The issue persists with Falkon 3.0.1 on Xubuntu 16.04.1:

me@host:~$ Downloads/Falkon-3.0.1.AppImage 
QApplication: invalid style override passed, ignoring it.
Could not find QtWebEngineProcess
[8347:8347:0828/215030.207733:FATAL:zygote_host_impl_linux.cc(182)] Check
failed: ReceiveFixedMessage(fds[0], kZygoteBootMessage,
sizeof(kZygoteBootMessage), _pid). 
#0 0x7f000265d0a5 
#1 0x7f0002672eca 
#2 0x7f0001cb5fc3 
#3 0x7f0001cb4c3b 
#4 0x7f0001cb5219 
#5 0x7f00018f893a 
#6 0x7f00018fde76 
#7 0x7f000141b600 
#8 0x7f000141cb25 
#9 0x7f00013b0a61 QtWebEngineCore::BrowserContextAdapter::defaultContext()
#10 0x7f0007366218 QWebEngineProfile::defaultProfile()
#11 0x7f00076a6e78 MainApplication::MainApplication()
#12 0x0040358d main
#13 0x7efffc226830 __libc_start_main
#14 0x004038d5 

Received signal 6
#0 0x7f000265d0a5 
#1 0x7f000139e141 
#2 0x7f000265d43d 
#3 0x7efffc23b4a0 
#4 0x7efffc23b418 gsignal
#5 0x7efffc23d01a abort
#6 0x7f000265cdc5 
#7 0x7f00026731ed 
#8 0x7f0001cb5fc3 
#9 0x7f0001cb4c3b 
#10 0x7f0001cb5219 
#11 0x7f00018f893a 
#12 0x7f00018fde76 
#13 0x7f000141b600 
#14 0x7f000141cb25 
#15 0x7f00013b0a61 QtWebEngineCore::BrowserContextAdapter::defaultContext()
#16 0x7f0007366218 QWebEngineProfile::defaultProfile()
#17 0x7f00076a6e78 MainApplication::MainApplication()
#18 0x0040358d main
#19 0x7efffc226830 __libc_start_main
#20 0x004038d5 
  r8: 80021d5c7588  r9: 80021d5c7578 r10: 0008 r11:
0202
 r12: 7ffde457b1e0 r13: 00aa r14: 7ffde457b410 r15:
7ffde457bb80
  di: 209b  si: 209b  bp: 7efffce6f140  bx:
7ffde457b960
  dx: 0006  ax:   cx: 7efffc23b418  sp:
7ffde457b078
  ip: 7efffc23b418 efl: 0202 cgf: 6ad50033 erf:

 trp:  msk:  cr2: 
[end of stack trace]
Calling _exit(1). Core file will not be generated.
me@host:~$ cat /etc/os-release 
NAME="Ubuntu"
VERSION="16.04.1 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.1 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/;
SUPPORT_URL="http://help.ubuntu.com/;
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/;
UBUNTU_CODENAME=xenial

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

[frameworks-kiconthemes] [Bug 397109] Plasma doesn't recognize new icons in new created ~/.local/share/icons/* unless it is restarted

2018-08-27 Thread probono
https://bugs.kde.org/show_bug.cgi?id=397109

probono  changed:

   What|Removed |Added

 CC||prob...@puredarwin.org

--- Comment #5 from probono  ---
> just ~/.local/share/icons is not enough, it also needs 
> to be the base dirs of each theme used, like ~/.local/share/icons/hicolor

Can this behavior be changed so that these don't need to be pre-existing?

That would be great since then icons would work without having to exist the
session beforehand.

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

[krita] [Bug 397897] What has changed in the Krita Appimage file format?

2018-08-27 Thread probono
https://bugs.kde.org/show_bug.cgi?id=397897

probono  changed:

   What|Removed |Added

 CC||prob...@puredarwin.org

--- Comment #1 from probono  ---
krita-4.1.1-x86_64.appimage works for me on
neon-devedition-gitunstable-20180826-0812-amd64.iso

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

[neon] [Bug 397904] New: loopback.cfg broken

2018-08-26 Thread probono
https://bugs.kde.org/show_bug.cgi?id=397904

Bug ID: 397904
   Summary: loopback.cfg broken
   Product: neon
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Live/Install images
  Assignee: neon-b...@kde.org
  Reporter: prob...@puredarwin.org
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org
  Target Milestone: ---

loopback.cfg is broken in neon-devedition-gitunstable-20180826-0812-amd64.iso,
preventing one to boot using it (e.g., using SystemImageKit).

cat /cdrom/boot/grub/loopback.cfg
(...)
linux   /casper/vmlinuz.efi

# But:
ls /cdrom/casper/vmlinuz.efi
ls: cannot access '/cdrom/casper/vmlinuz.efi': No such file or directory

The extra ".efi" is wrong.

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

[kdevelop] [Bug 381555] AppRun script missing quotes

2017-11-20 Thread probono
https://bugs.kde.org/show_bug.cgi?id=381555

--- Comment #5 from probono <prob...@puredarwin.org> ---
Looks like you have ran into weird issues, please report such things at
https://github.com/AppImage/AppImageKit/issues if you can. Our code should not
do this. In any case, please have a look at
https://github.com/probonopd/linuxdeployqt, too. By the way, the AppImage
developers are at #AppImage on irc.freenode.net.

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

[Falkon] [Bug 384809] Falkon doesn't write special diacritics using keys combo

2017-11-19 Thread probono
https://bugs.kde.org/show_bug.cgi?id=384809

probono <prob...@puredarwin.org> changed:

   What|Removed |Added

 CC||prob...@puredarwin.org

--- Comment #20 from probono <prob...@puredarwin.org> ---
I'd like to check this but I cannot find the Falkon AppImage (QupZilla has
one). Where do I find it for Falkon?

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

[kdevelop] [Bug 372346] AppImage fails to start in Wayland session

2017-11-19 Thread probono
https://bugs.kde.org/show_bug.cgi?id=372346

probono <prob...@puredarwin.org> changed:

   What|Removed |Added

 CC||prob...@puredarwin.org

--- Comment #2 from probono <prob...@puredarwin.org> ---
Is it true that we now need to bundle QtWayland with all Qt applications in
order for them to launch on Wayland? Wouldn't that mean that all older
applications refuse to run under Wayland? I cannot imagine that, do you have a
pointer to documentation saying that?

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

[krita] [Bug 365013] Clicking 'save' offers something like /tmp/.mount_SPDYDZ/usr instead of $HOME

2017-11-19 Thread probono
https://bugs.kde.org/show_bug.cgi?id=365013

--- Comment #7 from probono <prob...@puredarwin.org> ---
This is fixed in linuxdeployqt which no longer uses an AppRun file nor changes
the current working directory.

Alternatively, you can use any shell script as the AppRun file, as long as it
is able to launch Krita.

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

[kdevelop] [Bug 381555] AppRun script missing quotes

2017-11-19 Thread probono
https://bugs.kde.org/show_bug.cgi?id=381555

--- Comment #3 from probono <prob...@puredarwin.org> ---
@Kevin: `AppImageKit/AppImageAssistant.AppDir/package` is not maintained
anymore since we have switched to a completely different codebase since. Please
check out the appimagetool and linuxdeployqt.

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

[krita] [Bug 368111] [appimage] first run *.desktop shortcut creation. Not working and obligatory

2016-09-02 Thread probono via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368111

probono <prob...@puredarwin.org> changed:

   What|Removed |Added

 CC||prob...@puredarwin.org

--- Comment #1 from probono <prob...@puredarwin.org> ---
If you do not want to be asked by any AppImage whether a desktop file should be
created, then create an empty file at one of these locations:

$HOME/.local/share/appimagekit/no_desktopintegration
/usr/share/appimagekit/no_desktopintegration
/etc/appimagekit/no_desktopintegration

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


[krita] [Bug 365013] Clicking 'save' offers something like /tmp/.mount_SPDYDZ/usr instead of $HOME

2016-07-02 Thread probono via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365013

probono <prob...@puredarwin.org> changed:

   What|Removed |Added

 CC||prob...@puredarwin.org

--- Comment #2 from probono <prob...@puredarwin.org> ---
This is because AppRun inside the AppImage changes the working directory to
usr/ inside the AppImage before executing the payload application. The reason
is given in
https://github.com/probonopd/AppImageKit/issues/172#issuecomment-229993161

Either Krita could specify to show $HOME in the open/save dialog, or a
different AppRun without the chdir command could be used for the Krita
AppImage.

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


[ark] [Bug 363209] Allow browsing AppImage images

2016-05-19 Thread probono via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363209

probono <prob...@puredarwin.org> changed:

   What|Removed |Added

 CC||prob...@puredarwin.org

--- Comment #2 from probono <prob...@puredarwin.org> ---
Let's rephrase this as:
Even when an ISO file is renamed, it should still be possible to be processed
by ark.
To determine whether a file is an ISO, it could check for the "CD001" magic.

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