Fatdog64-720 and 721 Final [11 Jan 2018]

A home for all kinds of Puppy related projects
Message
Author
User avatar
drunkjedi
Posts: 882
Joined: Mon 25 May 2015, 02:50

#271 Post by drunkjedi »

Does anyone have Conky package with Imlib, lua, cairo bindings, and whatever else.
For those beautiful rings....

This was how my Tahr64 desktop looked like couple of years ago, Hope to get same in Fatdog...
Image
I looked into compiling one myself,
The Conky WiKi says I need lua5.1-devl, tolua, tolua++ and what not.
It looks like more than I can chew. (Actually I chewed some and couldn't swallow.)

Thanks in advance.


Conky 1.9.0 from fatdog contributed package thread is an old package, but I did try that it gave me following output

Code: Select all

# conky -v
Conky 1.9.0 compiled Wed Sep 24 09:30:16 PDT 2014 for Linux 3.15.5 (x86_64)

Compiled in features:

System config file: /usr/etc/conky/conky.conf
Package library path: /usr/lib/conky

 X11:
  * Xdamage extension
  * XDBE (double buffer extension)
  * Xft
  * ARGB visual

 Music detection:
  * MPD
  * MOC

 General:
  * math
  * hddtemp
  * portmon
  * wireless
  * config-output
  * apcupsd
  * iostats
  * ncurses
  * Lua

  Lua bindings:
# 
And my conky script returns

Code: Select all

# ./conkystart 
Conky: /root/.conky/Ken/cpu: 22: no such configuration: 'imlib_cache_size'
Conky: desktop window (600073) is subwindow of root window (124)
Conky: window type - override
Conky: drawing to created window (0x2400002)
Conky: drawing to double buffer
Conky: /root/.conky/Ken/mem: 21: no such configuration: 'imlib_cache_size'
Conky: desktop window (600073) is subwindow of root window (124)
Conky: window type - override
Conky: drawing to created window (0x2600002)
Conky: drawing to double buffer
Conky: /root/.conky/Ken/rings: 22: no such configuration: 'imlib_cache_size'
Conky: llua_load: /root/.conky/Ken/bin/conky/clock_rings.lua:162: module 'cairo' not found:
	no field package.preload['cairo']
	no file '/usr/share/lua/5.2/cairo.lua'
	no file '/usr/share/lua/5.2/cairo/init.lua'
	no file '/usr/lib64/lua/5.2/cairo.lua'
	no file '/usr/lib64/lua/5.2/cairo/init.lua'
	no file './cairo.lua'
	no file '/usr/lib/conky/libcairo.so'
	no file '/usr/lib64/lua/5.2/cairo.so'
	no file '/usr/lib64/lua/5.2/loadall.so'
	no file './cairo.so'
Conky: desktop window (600073) is subwindow of root window (124)
Conky: window type - override
Conky: drawing to created window (0x2800002)
Conky: drawing to double buffer
Conky: llua_do_call: function conky_clock_rings execution failed: attempt to call a nil value
Conky: llua_do_call: function conky_clock_rings execution failed: attempt to call a nil value
Conky: llua_do_call: function conky_clock_rings execution failed: attempt to call a nil value
^CConky: Conky: Conky: received SIGINT or SIGTERM to terminate. bye!received SIGINT or SIGTERM to terminate. bye!received SIGINT or SIGTERM to terminate. bye!



# 
This suggests it has lua but no cairo, Imlib support.



While official package from gslapt gives

Code: Select all

# conky -v
Conky 1.7.2 compiled Sat Sep  3 22:25:41 CEST 2016 for Linux 4.4.18 (x86_64)

Compiled in features:

System config file: /etc/conky/conky.conf
Package library path: 

 X11:
  * Xdamage extension
  * XDBE (double buffer extension)
  * Xft

 Music detection:
  * MPD
  * MOC

 General:
  * math
  * hddtemp
  * portmon
  * Curl
  * RSS
  * Weather (METAR)
  * Weather (XOAP)
  * wireless
  * config-output
  * Imlib2
  * ALSA mixer support
  * apcupsd
  * iostats
# 
Which does have Imlib2 but no cairo or lua or even argb visual.....

Code: Select all

# ./conkystart 
Conky: /root/.conky/Ken/cpu: 30: no such configuration: 'own_window_argb_visual'
Conky: /root/.conky/Ken/cpu: 31: no such configuration: 'own_window_argb_value'
Conky: desktop window (600073) is subwindow of root window (124)
Conky: window type - override
Conky: drawing to created window (0x2400001)
Conky: drawing to double buffer
Conky: /root/.conky/Ken/mem: 29: no such configuration: 'own_window_argb_visual'
Conky: /root/.conky/Ken/mem: 30: no such configuration: 'own_window_argb_value'
Conky: desktop window (600073) is subwindow of root window (124)
Conky: window type - override
Conky: drawing to created window (0x2600001)
Conky: drawing to double buffer
Conky: /root/.conky/Ken/rings: 30: no such configuration: 'own_window_argb_visual'
Conky: /root/.conky/Ken/rings: 31: no such configuration: 'own_window_argb_value'
Conky: /root/.conky/Ken/rings: 68: no such configuration: 'lua_load'
Conky: /root/.conky/Ken/rings: 69: no such configuration: 'lua_draw_hook_pre'
Conky: desktop window (600073) is subwindow of root window (124)
Conky: window type - override
Conky: drawing to created window (0x2800001)
Conky: drawing to double buffer
^CConky: Conky: received SIGINT or SIGTERM to terminate. bye!
received SIGINT or SIGTERM to terminate. bye!
Conky: received SIGINT or SIGTERM to terminate. bye!

# 

User avatar
drunkjedi
Posts: 882
Joined: Mon 25 May 2015, 02:50

#272 Post by drunkjedi »

Hello all,

I almost forgot to tell you, got both softwares from my friend,both worked with wine 3 sfs. Didn't test everything yet but just basic functions.

User avatar
drunkjedi
Posts: 882
Joined: Mon 25 May 2015, 02:50

#273 Post by drunkjedi »

Hello friends,

I have created a Howto about making a wine menu entry for windows portable apps.
This is not just simply making .desktop files to execute "wine your_app.exe"

It works like wine does when installing app. Creating a .lnk file and then creating a .desktop file for that .lnk.

Hope this helps.

FanDog
Posts: 30
Joined: Thu 25 May 2017, 18:13

midi support

#274 Post by FanDog »

Hi,
trying to get midi support working on FD.

the openTTD package says to set DEFAULT_SOUNDFONT (which is empty here) while their FAQ calls for "Freepats or FluidR3". There isn't any in gslapt but Fluidsynth is already installed, the alternative being Timidity. Will installing that fix it?

thanks

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#275 Post by smokey01 »

Has anyone tried to build vlc-3.0.2 in FD721?

I tried but failed. I would like to try some of the new chromecast and network features.

This appimage:

https://bintray.com/probono/AppImages/d ... 4.AppImage

works providing I run it as spot. It doesn't seem to have the chromecast support but it can see my local network and allows me to watch videos on my Fetch Mighty (PVR).

Thanks

stemsee

#276 Post by stemsee »

How does one run an appimage?

User avatar
drunkjedi
Posts: 882
Joined: Mon 25 May 2015, 02:50

#277 Post by drunkjedi »

Just click on it.

FanDog
Posts: 30
Joined: Thu 25 May 2017, 18:13

JCK on Wine

#278 Post by FanDog »

hello,

trying to run japanese apps on Wine (like dictionaries), installed the NLS sfs and tried a few commands like:

Code: Select all

LANG=ja_JP.UTF-8 wine <app_name>
using different fonts (12x13ja.pc, eucJP, 18x18ja), didn't seem to work.

According to the WineHQ wiki [1], one should "file a bug to their distro", apparently a patch is needed for "font replacement" in the wine.inf file, and they give an example there.

Let me know if I can help fix this problem.

Cheers.


[1] https://wiki.winehq.org/Font_Replacements

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#279 Post by don570 »

How does one run an appimage?
To check for problems ---> Open up terminal in the folder where the appimage is stored
and launch with command

For example to open blender I type ./blender

or gimp I type

Code: Select all

./gimp-git-2.10.1-20180503.glibc2.15-x86_64.AppImage
https://github.com/aferrero2707/gimp-ap ... 4.AppImage

________________________________

jake29
Posts: 253
Joined: Fri 24 Jul 2015, 17:47

Wine crash / high CPU utilization

#280 Post by jake29 »

Hi all. I am back with a problem I have mentioned in the past. Wine app becomes unresponsive with very high CPU utilization, and cannot be killed or terminated. I thought running wine as spot was the solution - but the issue now arises daily. No USB storage devices are connected to this machine, which I believed was a factor previously.

I cannot even shutdown or reboot - I have to use REISUB. I did run archlinux for a few weeks and this problem did not arise. It could be the version of Wine I am using; however why is there no way to kill the unresponsive Wine app?

Image

User avatar
drunkjedi
Posts: 882
Joined: Mon 25 May 2015, 02:50

#281 Post by drunkjedi »

Hi jake,

I am not using wine for long, but since last month, I am mostly using it to run some simulation softwares and play World of Tanks Blitz game through windows steam client.
I am using the wine 3.0 sfs.
I never had unresponsive app problem.

In htop window you showed pressing F9 should kill the app. or it's frozen too?

jake29
Posts: 253
Joined: Fri 24 Jul 2015, 17:47

#282 Post by jake29 »

drunkjedi wrote:Hi jake,

I am not using wine for long, but since last month, I am mostly using it to run some simulation softwares and play World of Tanks Blitz game through windows steam client.
I am using the wine 3.0 sfs.
I never had unresponsive app problem.

In htop window you showed pressing F9 should kill the app. or it's frozen too?
F9 Kill or Terminate has zero effect. And I've tried every solution a Google search can turn up.

step
Posts: 1349
Joined: Fri 04 May 2012, 11:20

#283 Post by step »

Hi Jake, did you try killing wine server and friends in addition to the voice app? If the system is unresponsive it might be that it's just very slow, but that eventually it will serve your input. In those cases, keeping a terminal window open could save you, because massive killing is just a few keystrokes away. Here's an example how to take down irfanview and the wine party (you only need the last command, the first one is just to show the victims:

Code: Select all

# ps `pgrep 'wine|exe$'`
  PID TTY      STAT   TIME COMMAND
32049 ?        Ss     0:00 /opt/wine-3.0/bin/wineserver
32055 ?        Ssl    0:00 C:\windows\system32\services.exe                                                        
32058 ?        Sl     0:00 C:\windows\system32\winedevice.exe                                                        
32067 ?        Sl     0:00 C:\windows\system32\plugplay.exe                                                        
32073 ?        Sl     0:00 C:\windows\system32\winedevice.exe                                                        
32082 ?        Ss     0:00 Z:\mnt\wbin\IrfanView-4.50\i_view32.exe /ini=C:\                                                        
32084 ?        Ssl    0:00 C:\windows\system32\explorer.exe /desktop                                                        

# pkill -e 'wine|exe$'; pkill -9 -e 'wine|exe$'
Note: this command will take down all running wine apps at once.
[url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Fatdog64-810[/url]|[url=http://goo.gl/hqZtiB]+Packages[/url]|[url=http://goo.gl/6dbEzT]Kodi[/url]|[url=http://goo.gl/JQC4Vz]gtkmenuplus[/url]

jake29
Posts: 253
Joined: Fri 24 Jul 2015, 17:47

#284 Post by jake29 »

step wrote:Hi Jake, did you try killing wine server and friends in addition to the voice app? If the system is unresponsive it might be that it's just very slow, but that eventually it will serve your input. In those cases, keeping a terminal window open could save you, because massive killing is just a few keystrokes away. Here's an example how to take down irfanview and the wine party (you only need the last command, the first one is just to show the victims:

Code: Select all

# ps `pgrep 'wine|exe$'`
  PID TTY      STAT   TIME COMMAND
32049 ?        Ss     0:00 /opt/wine-3.0/bin/wineserver
32055 ?        Ssl    0:00 C:\windows\system32\services.exe                                                        
32058 ?        Sl     0:00 C:\windows\system32\winedevice.exe                                                        
32067 ?        Sl     0:00 C:\windows\system32\plugplay.exe                                                        
32073 ?        Sl     0:00 C:\windows\system32\winedevice.exe                                                        
32082 ?        Ss     0:00 Z:\mnt\wbin\IrfanView-4.50\i_view32.exe /ini=C:\                                                        
32084 ?        Ssl    0:00 C:\windows\system32\explorer.exe /desktop                                                        

# pkill -e 'wine|exe$'; pkill -9 -e 'wine|exe$'
Note: this command will take down all running wine apps at once.
Thanks step, that 'pkill' command will hopefully be what I need. I will report back as soon as I can confirm.

EDIT: Problem persists. The pkill command does work when everything is fine - wine is killed and can be restarted. However once the 100% CPU issue appears, the pkill command has no effect on the "-data" process hogging CPU. Overall Fatdog64 is still responsive - but apps (browser / kodi) cannot fully launch. Waiting several minutes after issuing a TERM / KILL command in htop has no impact.
Image

step
Posts: 1349
Joined: Fri 04 May 2012, 11:20

#285 Post by step »

Does the NaturalVoices program executable path end with ".exe" ? If it ends with ".EXE" you should adjust the pkill command, add "|EXE$" for good measures. My experience running SAPI4 and SAPI5 voices in real Windows XP had its issues too. IIRC sometimes the audio driver crash and hang the system. But that was Windows. Linux should be better.
[url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Fatdog64-810[/url]|[url=http://goo.gl/hqZtiB]+Packages[/url]|[url=http://goo.gl/6dbEzT]Kodi[/url]|[url=http://goo.gl/JQC4Vz]gtkmenuplus[/url]

jake29
Posts: 253
Joined: Fri 24 Jul 2015, 17:47

#286 Post by jake29 »

step wrote:Does the NaturalVoices program executable path end with ".exe" ? If it ends with ".EXE" you should adjust the pkill command, add "|EXE$" for good measures. My experience running SAPI4 and SAPI5 voices in real Windows XP had its issues too. IIRC sometimes the audio driver crash and hang the system. But that was Windows. Linux should be better.
Maybe it's the directory structure and this specific version of Wine. I will try installing to C:/TTS. Right now - Task Manager sees the NaturalVoices program as "C:\Program" - perhaps the spacing in "Program Files" is the issue.

I only posted because I was curious why this proved so difficult to kill. I had assumed being installed in /home/spot and using run-as-spot wine - would have given me more control over wine and certainly not allow it to behave in this way.

I will report back if I can find a solution.

FanDog
Posts: 30
Joined: Thu 25 May 2017, 18:13

reporting bugs

#287 Post by FanDog »

reporting possible bugs:

trying to run a virtual machine under the virtualBox SFS, complains about the kernel not having the virtual box feature. (is one of the kernel sfs needed?)

I'm running FatDog720 (the sfs says 721 however)

The following is related to the AppImage topic:

Code: Select all

# ./Stellarium-0.18.0-x86_64.AppImage 
User config directory does not exist:  "/root/.stellarium"
Creating directory  "/root/.stellarium"
WARNING StelFileMgr::StelFileMgr: could not find install location: "/usr/share/stellarium"  (we checked for  "/usr/share/stellarium/data/ssystem_major.ini" ).
Maybe this is AppImage or something similar? Let's check relative path...
Segmentation fault
trying to run the astronomy app. Same problem happens if I run-as-spot.

step
Posts: 1349
Joined: Fri 04 May 2012, 11:20

#288 Post by step »

@FanDog,
The main VB download in SFS Manager is virtualbox-5.2.8.k4.14.12-x86_64-1_721.sfs. The numbers in the filename mean VB version 5.2.8 for kernel 4.14.12. This explains why that SFS can't run on Fatdog64-720, which has a different kernel version.
[url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Fatdog64-810[/url]|[url=http://goo.gl/hqZtiB]+Packages[/url]|[url=http://goo.gl/6dbEzT]Kodi[/url]|[url=http://goo.gl/JQC4Vz]gtkmenuplus[/url]

FanDog
Posts: 30
Joined: Thu 25 May 2017, 18:13

#289 Post by FanDog »

@step

Works! \o/ thanks.

I was under the impression 721 was only for Spectre and Meltdown, and some firmware (maybe one is req. for VB?). Tried pti=off and VB still works.

Sadly, reactOS still not ready to run the only old app I need which WINE whines about. :/ so still stuck with a vestigial operating system for a while here..

btw, fixing the midi problem (archlinux has a great article on troubleshooting OTTD), the version on the ibiblio repo stopped working all of a sudden (segfault just like Stellarium, even though couple days earlier it worked). Thanks to this however, I discovered the site has a much newer version.

also, the soundfonts can also be configured to be used by vlc. (In case anybody needs it) Though it would be nice if it could use the same script (from the article), for a system-wide midi playing solution.

Cheers.

FanDog
Posts: 30
Joined: Thu 25 May 2017, 18:13

#290 Post by FanDog »

btw, regarding both sigseg, I'm not even on a savefile. So everything *should* be pristine.

Post Reply