bilelmoussaoui / Hardcode-Tray

Fixes Hardcoded tray icons in Linux
Other
863 stars 63 forks source link

JDownloader 2 Tray Icon Not Applied on Manjaro KDE Plasma 5.18.5 #634

Closed LazyGeniusMan closed 4 years ago

LazyGeniusMan commented 4 years ago

Specifications

Expected behavior and actual behavior

Expected : JDownloader tray icon not hardcoded Actual : Jdownloader tray icon still hardcoded

Steps to reproduce the problem

  1. Install papirus-icon-theme & Apply
  2. Install Hardcode-Tray
  3. run sudo -E hardcode-tray --conversion-tool RSVGConvert --size 22 --theme Papirus and then press 1
  4. Reboot
** (hardcode-tray:4024): WARNING **: 07:43:33.614: Unable to connect to dbus: The connection is closed
Welcome to Hardcode-Tray!
Hardcode-Tray replaces some icons on the binary files of some applications. 
Please close all the running applications before running Hardcode-Tray script.
Desktop Environment: Kde
Scaling Factor: 1
Icon Size: 22
Icon Theme: Papirus
Conversion Tool: RSVGConvert
To Do: All
1 - Apply
2 - Revert
3 - Clear Backup Cache
Please choose: 1
Applying now..

Discord             [#########...........................] 1/4 25.0% 0.09s
HP Printer          [##################..................] 2/4 50.0% 0.00s
JDownloader         [###########################.........] 3/4 75.0% 0.01s
Steam               [####################################] 4/4 100.0% 0.02s
Took 0.12s to finish the tasks

Done, Thank you for using the Hardcode-Tray fixer!

I've tried with --theme Papirus-Dark too.

varlesh commented 4 years ago

This app written on java and render bugged tray icons: transparent: image

non-transparent (with background): image

varlesh commented 4 years ago

database updated https://github.com/bilelmoussaoui/Hardcode-Tray/commit/1f20ed7dd4b43d50ea5bba69391475fd7e69f8a4 but it's useless

LazyGeniusMan commented 4 years ago

database updated 1f20ed7 but it's useless

@varlesh Are you sure it's ~/.jd2/... instead of ~/.jd/... ? I dont see .jd2 folder on ~ image

varlesh commented 4 years ago

added ~/.jd too https://github.com/bilelmoussaoui/Hardcode-Tray/commit/8b2dad9b0e0d26729ac354145a102b98aef10213

LazyGeniusMan commented 4 years ago

added ~/.jd too 8b2dad9

@varlesh Mine got changed into solid square :/, but the icon is changed according to .json path :/ image

non-transparent (with background): image

how did you get this ?, what did you do?

varlesh commented 4 years ago

@LazyGeniusMan open on gimp and added background))

LazyGeniusMan commented 4 years ago

@LazyGeniusMan open on gimp and added background))

@varlesh ah ok, it's looks good now. Thanks.