The time now is Sat 16 Jan 2021, 08:25
All times are UTC - 4 |
Author |
Message |
wiak
Joined: 11 Dec 2007 Posts: 2075 Location: not Bulgaria
|
Posted: Sat 07 Mar 2020, 19:51 Post subject:
Re: apt2sfs full install |
|
ras wrote: | Hi Fredx181 and others,
Looking at the apt2sfs utility I see an apt2sfs full install version. I assume this is for use if you have a fully installed stretch rather than a frugal install?
Coming from puppy, I have been happy with frugal installs, but since this is a dog...
Is there an advantage or reason to reconsider using full installs with dogs?
thanks |
Good question, I've never myself used anything but frugal Dog installs and have occasionally wondered what apt2sfs full install version is all about. I think the majority of Dog users use it in frugal installs, much like Puppy though.
wiak
_________________ WeeDogLinux forum: https://weedoglinux.rockedge.org/viewforum.php?f=4
Tiny Linux Blog: https://www.tinylinux.info/
Check Firmware: http://murga-linux.com/puppy/viewtopic.php?p=1022797
|
Back to top
|
|
 |
Ether
Joined: 21 Aug 2013 Posts: 262
|
Posted: Sat 07 Mar 2020, 20:41 Post subject:
|
|
dancytron wrote: | Sorry if I wasn't clear.
Some big applications that run mostly independently of the main system, get put into /opt.
Most browsers, google earth, thunderbird, etc.
Those are the things that you can link out to /live/image. |
There is no "image" folder in my "live" folder. Do I have to manually create it ?
.
|
Back to top
|
|
 |
dancytron
Joined: 18 Jul 2012 Posts: 1555
|
Posted: Sun 08 Mar 2020, 00:43 Post subject:
|
|
Ether wrote: | dancytron wrote: | Sorry if I wasn't clear.
Some big applications that run mostly independently of the main system, get put into /opt.
Most browsers, google earth, thunderbird, etc.
Those are the things that you can link out to /live/image. |
There is no "image" folder in my "live" folder. Do I have to manually create it ?
. |
The /live/image in the linux file system.
/live/image should be the same as /mnt/home in Puppy (the partition that Debian Dog is installed on).
If you can't find it, don't create anything, wait for Fred.
Description |
|
Filesize |
28.88 KB |
Viewed |
517 Time(s) |

|
|
Back to top
|
|
 |
fredx181

Joined: 11 Dec 2013 Posts: 4481 Location: holland
|
Posted: Sun 08 Mar 2020, 04:55 Post subject:
|
|
enrique wrote: | I am sorry here I am again. This time I am looking for the 32bit compatibility squash for the AMD64. Or the other name architecture-i386. I tried to make one but I always end up with "E: Unable to correct problems, you have held broken packages."
Code: | dpkg --add-architecture i386
apt-get update
apt-get install libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386 libc6:i386 glib-2.0:i386 |
The package if available will be nice or can you tell me What I am missing?
Thanks in advance |
That's because package glib-2.0 doesn't exist (I assume you meant libglib2.0-0).
This is what I'd use as 32 compatibility base:
(probably depending on which Stretch you use (custom build or StretchDog), the preferences file needs to be moved to preferences.bak)
Code: | dpkg --add-architecture i386
apt-get update
mv -f /etc/apt/preferences /etc/apt/preferences.bak # must do this, otherwise errors
apt-get install libc6:i386 libatk1.0-0:i386 libcairo2:i386 libfontconfig1:i386 libfreetype6:i386 libgdk-pixbuf2.0-0:i386 libglib2.0-0:i386 libgtk2.0-0:i386 libgtk-3-0:i386 libpango1.0-0:i386 libsm6:i386 libxext6:i386 libxrender1:i386 libxt6:i386 libasound2:i386 libdbus-glib-1-2:i386 |
Fred
_________________ Dog Linux website
Tinylinux blog by wiak
|
Back to top
|
|
 |
fredx181

Joined: 11 Dec 2013 Posts: 4481 Location: holland
|
Posted: Sun 08 Mar 2020, 05:07 Post subject:
|
|
ras wrote: | Hi Fredx181 and others,
Looking at the apt2sfs utility I see an apt2sfs full install version. I assume this is for use if you have a fully installed stretch rather than a frugal install?
Coming from puppy, I have been happy with frugal installs, but since this is a dog...
Is there an advantage or reason to reconsider using full installs with dogs?
thanks |
I see more disavantages of a full install than advantages, AFAIK the only advantage can be (if installed on hard disk) that a full install may be a litlle faster (and boot faster) and a little less RAM consuming at initial boot.
Note that running a full install has been not much tested (most people have frugal install, I guess)
Fred
_________________ Dog Linux website
Tinylinux blog by wiak
|
Back to top
|
|
 |
fredx181

Joined: 11 Dec 2013 Posts: 4481 Location: holland
|
Posted: Sun 08 Mar 2020, 07:45 Post subject:
|
|
*** Some changes and fixes in custom repository ***
Added:
pmusic, adopted from Puppy, thanks to zigbert ! - thread on murga-linux
pequalizer, adopted from Puppy (some modification was required to make it work with the newest libasound-equal), thanks to 01micko ! - thread on murga-linux
(requires newest gtkdialog package, see below)
straw-viewer, https://github.com/trizen/straw-viewer replacement for 'youtube-viewer' (and gtk-youtube-viewer) that does not work anymore because of a change at the google/youtube end.
Straw-viewer is a fork of youtube-viewer (by the same author: trizen ), based on gtk3, installing it will remove the youtube-viewer package.
See also Here
EDIT: Recommended to run from Menu > Multimedia > Gtk-Youtube-updater, to update/install newest youtube-dl (helper program for straw-viewer)
EDIT: Problems with running gtk-straw-viewer, see discussion below. EDIT: fixed with v0.0.2-2, see below.
Fixed:
gtkdialog, forum member wiak fixed a small bug for gtkwialog (gtkdialog is symlink to gtkwialog in the package) making 'comboboxentry' work properly.
Install with Synaptic or from terminal with apt.
Fred
_________________ Dog Linux website
Tinylinux blog by wiak
Last edited by fredx181 on Tue 10 Mar 2020, 07:08; edited 2 times in total
|
Back to top
|
|
 |
dancytron
Joined: 18 Jul 2012 Posts: 1555
|
Posted: Sun 08 Mar 2020, 13:22 Post subject:
|
|
fredx181 wrote: | *** Some changes and fixes in custom repository ***
/snip
straw-viewer, https://github.com/trizen/straw-viewer replacement for 'youtube-viewer' (and gtk-youtube-viewer) that does not work anymore because of a change at the google/youtube end.
Straw-viewer is a fork of youtube-viewer (by the same author: trizen ), based on gtk3, installing it will remove the youtube-viewer package.
See also Here
EDIT: Recommended to run from Menu > Multimedia > Gtk-Youtube-updater, to update/install newest youtube-dl (helper program for straw-viewer)
/snip
Install with Synaptic or from terminal with apt.
Fred |
Installed the straw-viewer.
I get this error when attempting to run it.
Quote: | root@ChromeDog64:~# gtk-straw-viewer
WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files at /usr/share/perl5/Gtk3.pm line 529.
Failed to open file '../share/gtk-straw-viewer.glade': No such file or directory at /usr/lib/x86_64-linux-gnu/perl5/5.24/Glib/Object/Introspection.pm line 67.
root@ChromeDog64:~#
|
This is in my normal Debian Stretch with systemd turned on.
I'll try it later in a different version to see.
|
Back to top
|
|
 |
enrique
Joined: 09 Nov 2019 Posts: 601 Location: Planet Earth
|
Posted: Sun 08 Mar 2020, 16:43 Post subject:
|
|
fredx181 Thanks for the info. Will be using it very soon. I did end up loading wine in multiarchture. It loads most of the libraries. Yes I was wrong on glib.
|
Back to top
|
|
 |
fredx181

Joined: 11 Dec 2013 Posts: 4481 Location: holland
|
Posted: Sun 08 Mar 2020, 17:22 Post subject:
|
|
dancytron wrote: | Installed the straw-viewer.
I get this error when attempting to run it.
Quote:
root@ChromeDog64:~# gtk-straw-viewer
WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files at /usr/share/perl5/Gtk3.pm line 529.
Failed to open file '../share/gtk-straw-viewer.glade': No such file or directory at /usr/lib/x86_64-linux-gnu/perl5/5.24/Glib/Object/Introspection.pm line 67.
root@ChromeDog64:~# |
Mmm... got that too now.. the weird thing is that it depends on from where you run it, e.g.
Code: | cd /usr/share/applications; gtk-straw-viewer |
works for me, for you too ?
Also:
Code: | cd /root/Desktop; gtk-straw-viewer |
works for me.
Can't figure out the reason for this behaviour.
Fred
_________________ Dog Linux website
Tinylinux blog by wiak
|
Back to top
|
|
 |
dancytron
Joined: 18 Jul 2012 Posts: 1555
|
Posted: Sun 08 Mar 2020, 20:08 Post subject:
|
|
I created a new minimal stretch install. It works now from clicking the .desktop file.
When I run it from the terminal, I get the error, but it opens up anyway and works.
Maybe the error isn't the problem, but something else.
root@live:~# gtk-straw-viewer
WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files at /usr/share/perl5/Gtk3.pm line 529.
I'll look at it some more tomorrow.
*******************
edit
******************
I found /usr/share/perl5/auto/share/dist/WWW-StrawViewer/gtk-straw-viewer.glade and it runs if I open the terminal from /usr/share/perl5/auto/share/dist/WWW-StrawViewer/, so it is some kind of a path issue or there needs to be a link made somewhere.
I am going to try to purge and reinstall.
*******************
Purged and reinstall.
Behavior is the same.
Quote: |
Mmm... got that too now.. the weird thing is that it depends on from where you run it, e.g.
Code:
cd /usr/share/applications; gtk-straw-viewer
works for me, for you too ?
Also:
Code:
cd /root/Desktop; gtk-straw-viewer
works for me.
Can't figure out the reason for this behaviour. |
Yes, same for me.
It is a mystery
|
Back to top
|
|
 |
fredx181

Joined: 11 Dec 2013 Posts: 4481 Location: holland
|
Posted: Mon 09 Mar 2020, 05:39 Post subject:
|
|
dancytron wrote: | When I run it from the terminal, I get the error, but it opens up anyway and works. |
That I haven't seen yet, you mean the error not finding the .glade file ?
For me it always quits with that error.
Sure it is !
Anyway, I've uploaded a new .deb, v0.0.2-1 with a (ugly) workaround, containing a wrapper script /usr/local/bin/gtk-straw-viewer with contents:
...... <deleted code>
...... <deleted code>
See EDIT below
Also the message "....The name org.a11y.Bus was not provided by any .service file...." doesn't show anymore. (but doesn't solve the initial issue).
EDIT: version 0.0.2-2 uploaded without ugly workaround (made small change in gtk-straw-viewer script that fixes the ".glade file not found" problem)
Fred
_________________ Dog Linux website
Tinylinux blog by wiak
|
Back to top
|
|
 |
gabtech
Joined: 14 Apr 2013 Posts: 107
|
Posted: Sat 02 May 2020, 09:17 Post subject:
Zoom video conferencing app |
|
Has anyone tried zoom in stretchdog?
|
Back to top
|
|
 |
fredx181

Joined: 11 Dec 2013 Posts: 4481 Location: holland
|
Posted: Sat 02 May 2020, 10:05 Post subject:
Re: Zoom video conferencing app |
|
gabtech wrote: | Has anyone tried zoom in stretchdog? |
Yes, works fine for me.
Fred
_________________ Dog Linux website
Tinylinux blog by wiak
|
Back to top
|
|
 |
gabtech
Joined: 14 Apr 2013 Posts: 107
|
Posted: Sun 03 May 2020, 07:35 Post subject:
Zoom |
|
Hi Fred,
I followed the instructions for installing zoom in linux @ zoom website, but when I launch it in terminal I get output in attached screenshot, pls help.
Description |
|

Download |
Filename |
zoom.png |
Filesize |
109.18 KB |
Downloaded |
214 Time(s) |
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 13129 Location: Stratford, Ontario
|
Posted: Sun 03 May 2020, 08:09 Post subject:
|
|
It looks like you need the extra package libxcb-xtest0.
|
Back to top
|
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|