WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Core v14.0beta1  (Read 8028 times)

aus9

  • Guest
Re: Core v14.0beta1
« Reply #15 on: March 08, 2023, 05:49:52 PM »
Hi Rich another md5 mismatch
Code: [Select]
rm -rf submitqc*
tc@box:~/1builds/optional$ tce-load -w submitqc
submitqc.tcz.dep OK
Downloading: submitqc.tcz
Connecting to repo.tinycorelinux.net (128.127.66.77:80)
saving to 'submitqc.tcz'
submitqc.tcz         100% |********************************| 24576  0:00:00 ETA
'submitqc.tcz' saved
submitqc.tcz: FAILED
md5sum: WARNING: 1 of 1 computed checksums did NOT match
Error on submitqc.tcz

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11221
Re: Core v14.0beta1
« Reply #16 on: March 08, 2023, 05:59:38 PM »
Hi aus9
MD5 fixed.

aus9

  • Guest
Re: Core v14.0beta1
« Reply #17 on: March 08, 2023, 06:10:21 PM »
Hi Rich
all good now

aus9

  • Guest
Re: Core v14.0beta1
« Reply #18 on: March 09, 2023, 01:07:37 AM »
Hi Rich

Code: [Select]
tce-load -i wbar
chown: warning: '.' should be ':': 'root.staff'
wbar.tcz: OK
ls -al /usr/local/tce.installed/wbar
-rwxr-xr-x 1 tc staff 74 Nov  6  2012 /usr/local/tce.installed/wbar

exit to prompt to load a basic desktop and see multiple lines of that chown warning
edit.....I had interference from my ~./X.d script that does stuff
flwm and hackedbox wbar appears correctly

but my updated feh appears but needs a new exec line
edit nope....a simple bork unless there is an image in your home dir
« Last Edit: March 09, 2023, 01:36:26 AM by aus9 »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11221
Re: Core v14.0beta1
« Reply #19 on: March 09, 2023, 06:53:36 AM »
Hi aus9
... all good now
Please update your copy for a bug fix.

aus9

  • Guest
Re: Core v14.0beta1
« Reply #20 on: March 09, 2023, 04:19:51 PM »
hi Rich
submitqc updated thanks

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: Core v14.0beta1
« Reply #21 on: March 16, 2023, 09:24:40 AM »
It's not the base, but anyway...

gtk-icon-theme-cache has been factored out of gtk2/gtk3 into a separate extension, so that adwaita-icon-theme does not depend on gtk3, which resulted in gtk2 apps loading gtk3 via adwaita-icon-theme.

Offline nick65go

  • Hero Member
  • *****
  • Posts: 802
Re: Core v14.0beta1
« Reply #22 on: March 16, 2023, 10:44:05 AM »
so that adwaita-icon-theme does not depend on gtk3, which resulted in gtk2 apps loading gtk3 via adwaita-icon-theme.
Oh YES! Thanks. For too long time gtk2 apps loaded gtk3 libs.
Maybe something similar can be done about a few of icu*.tcz versions loaded simultaneously for the same one apps.
« Last Edit: March 16, 2023, 10:46:13 AM by nick65go »

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: Core v14.0beta1
« Reply #23 on: March 16, 2023, 11:45:26 AM »
The icu issue is a matter of recompiling an app against the latest version of icu in the repo - I try not to create new icu extensions unless forced to do so.

aus9

  • Guest
Re: Core v14.0beta1
« Reply #24 on: March 16, 2023, 07:50:30 PM »
Hi Rich

Juanito above mentions new TCE for gtk-icon-theme-cache

one of my GUI builds has a dep of hicolor-icon-theme and has tce.install scripts that attempts
Code: [Select]
gtk-update-icon-cache -q -f -t /usr/local/share/icons/hicolor
Should this have been shorter ....target /usr/local/share/icons?

Should I delete that install script entirely and just mention it in the info file?

I did a quick check of pending/past 14x  submissions only gives me feh as affected in request

####

I am aware not everyone loads TCE in their boot list....so I was attempting to automate icon cache update.
Those members not relying on a cascading menu or GUI file managers may not appreciate my bloat?

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: Core v14.0beta1
« Reply #25 on: March 17, 2023, 01:40:34 AM »
Although it's not strictly necessary, when icons are added by an extension, running gtk-update-icon-cache will make the search for icons quicker.

The command gtk-update-icon-cache should be run on the directory where the icons are added, for example, /usr/local/share/icons/hicolor.

Following the removal of gtk-update-icon-cache from gtk2/gtk3, some apps will needed the extension gtk-update-icon-cache to be added as a dependency in order to be able to update the icon cache.

Offline nick65go

  • Hero Member
  • *****
  • Posts: 802
Re: Core v14.0beta1
« Reply #26 on: March 17, 2023, 10:15:34 AM »
Code: [Select]
gtk-update-icon-cache.tcz
Description:    con theme caching

it is missing an "i" for icon <-- con  ;)

aus9

  • Guest
Re: Core v14.0beta1
« Reply #27 on: March 17, 2023, 07:03:21 PM »
Hi Rich

when you get a chance I think I found a missing dep due to gtk icon cache....not sure if you or others have had a chance to start checking all or if I should report.....anyhow glade
http://tinycorelinux.net/14.x/x86_64/tcz/glade.tcz.dep
has a tce.install script for icon cache updating

and I have deliberately not loaded feh to try and catch them without peeking into each non-zero install script that I might load varying TCEs from time to time
« Last Edit: March 17, 2023, 07:12:42 PM by aus9 »

aus9

  • Guest
Re: Core v14.0beta1
« Reply #28 on: March 17, 2023, 08:19:23 PM »
I forgot to mention that I have submitted an update for feh....brain still foggy.

hicolor-icon-theme appears to be missing the new dep.

2) and I have only just twigged something. A number of packages that landed prior to submitqc bug fix....have install script as tc:staff
I am not alone here. ;)

but if my packages or other members packages are in their boot list....then the install script for Xlibs....takes care of that old bug
and changes to root:staff 775

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11221
Re: Core v14.0beta1
« Reply #29 on: March 17, 2023, 09:19:12 PM »
Hi aus9
... when you get a chance I think I found a missing dep due to gtk icon cache....not sure if you or others have had a chance to start checking all or if I should report.....anyhow glade
http://tinycorelinux.net/14.x/x86_64/tcz/glade.tcz.dep
has a tce.install script for icon cache updating ...
There are some extensions that call  gtk-update-icon-cache  for their own icons.
Those extensions have been tracked down and will be fixed.

... hicolor-icon-theme appears to be missing the new dep. ...
No, it is not.  hicolor-icon-theme.tcz  is currently a dependency of  gtk-update-icon-cache.tcz.
However, that may change.