Create Debian 9 (Stretch) minimal ISO similar to DebianDog

A home for all kinds of Puppy related projects
Message
Author
AndresC2
Posts: 76
Joined: Sun 09 Jul 2017, 02:12

#961 Post by AndresC2 »

Hi Fred :D

can I edit mklive-stretch for build only Debian Stretch?

I was building Debian Stretch with Will Haley tutorial, is good, but is copy paste in terminal.

with your script will be more easy.

thanks.

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#962 Post by fredx181 »

Hi Andres, can you be more specific about what's your question exactly ?

Fred

zagreb999
Posts: 567
Joined: Fri 11 Apr 2014, 06:39
Location: Yugoslavija

LZ4

#963 Post by zagreb999 »

GREETINGS...

IS THE LATEST VERSION OF LZ4
INCORPORATED IN NEW VERSION
OF MAKE L. STRETCH?

good wishes to all...

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#964 Post by fredx181 »

Updated "gifenc" (convert video to .gif)

Added checkbox for low quality, which makes possible very small size, demo gif below attached is just under the allowed size limit for an attachment (243KB)
Duration is almost 30 sec, frames per second = 4, size = 300 (all at the cost of quality of course)
EDIT: Source video screencast is created by weX, see here for weX info:
http://murga-linux.com/puppy/viewtopic.php?t=107905

Install gifenc or/and wex with synaptic or apt-get

EDIT2: I should mention that probably the trick for such small size is to select "scale 1 / 2" in weX (makes it half the size), so that the source video is very small already.

EDIT3: Also: setting frames per second (fps) in weX to very low, e.g. 5 will result in much smaller video size.

Fred
Attachments
demo.gif
Low quality .gif, made with gifenc from screencast video using weX
(243.5 KiB) Downloaded 767 times
Last edited by fredx181 on Fri 26 Jan 2018, 10:57, edited 1 time in total.

AndresC2
Posts: 76
Joined: Sun 09 Jul 2017, 02:12

#965 Post by AndresC2 »

Hi Fred :D

I send a private message to you.

see you. :D

dancytron
Posts: 1519
Joined: Wed 18 Jul 2012, 19:20

Re: LZ4

#966 Post by dancytron »

zagreb999 wrote:GREETINGS...

IS THE LATEST VERSION OF LZ4
INCORPORATED IN NEW VERSION
OF MAKE L. STRETCH?

good wishes to all...
It is whatever Debian Stretch has.

Code: Select all

root@live:~# apt-cache policy liblz4-1
liblz4-1:
  Installed: 0.0~r131-2+b1
  Candidate: 0.0~r131-2+b1
  Version table:
 *** 0.0~r131-2+b1 100
        100 /var/lib/dpkg/status
root@live:~# 

dancytron
Posts: 1519
Joined: Wed 18 Jul 2012, 19:20

#967 Post by dancytron »

Cross-posting this from http://murga-linux.com/puppy/viewtopic. ... 345#981345 (Fred's portable Firefox Quantum with apulse preconfigured thread) so rcrsn51 will see it:
I am not using this, I made my own before Fred came out with this, but I upgraded to Firefox 58 last night and it broke the sound. A little bit of googling seems to indicate they've tightened up the sandbox security a little more.

Going to about:config and changing security.sandbox.content.level from 3 to 0 made the sound work again, but I am under the impression that turns off a lot of security stuff. I am sure there is a better setting to use that will allow the sound and leave more of the sandbox security in place that rcrsn51 and fred will figure out.

I'll cross post this in the Debian Stretch thread to rcrsn51 will see it.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#968 Post by rcrsn51 »

I originally got this setting from OscarTalks and continue to use it in each new FF update.

But he may know a better, more secure way.

dancytron
Posts: 1519
Joined: Wed 18 Jul 2012, 19:20

#969 Post by dancytron »

I'll send a PM to Oscar Talks giving him a heads up.

Dan

User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

#970 Post by OscarTalks »

I am mostly using the Debian builds of Firefox-ESR in my Stretch and Wheezy puppies.
They recently released 52.6.0 for both of those.
They are compiled for alsa so do not require apulse.
They do need libgtk-3 but that is included in Stretch and Wheezy so no problem there except that themes are very limited.

I did briefly test FF Quantum 58.0 in Wheezy.
Sound in YouTube was working with a user.js file like this inside the profile directory:-

Code: Select all

// for using apulse with latest firefox
user_pref("security.sandbox.content.level", 2);
user_pref("security.sandbox.content.write_path_whitelist", "/dev/snd/");
user_pref("security.sandbox.content.syscall_whitelist", "54");
user_pref("security.sandbox.content.read_path_whitelist", "/dev/snd/");
This only reduces the sandbox level from 3 to 2
I believe the number 54 only applies to 32bit and is different for 64bit.
To be honest I would not be too concerned about running with sandbox at 0 but I guess it is up to the individual user.
Last edited by OscarTalks on Thu 15 Mar 2018, 10:54, edited 1 time in total.
Oscar in England
Image

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#971 Post by fredx181 »

OscarTalks wrote:// for using apulse with latest firefox
user_pref("security.sandbox.content.level", 2);
user_pref("security.sandbox.content.write_path_whitelist", "/dev/snd/");
user_pref("security.sandbox.content.syscall_whitelist", "53");
user_pref("security.sandbox.content.read_path_whitelist", "/dev/snd/");
Thanks ! that works for 32 bit.
For 64 bit I 've found that 53 should be changed to 16.

Code: Select all

// for using apulse with latest firefox 64 bit
user_pref("security.sandbox.content.level", 2);
user_pref("security.sandbox.content.write_path_whitelist", "/dev/snd/");
user_pref("security.sandbox.content.syscall_whitelist", "16");
user_pref("security.sandbox.content.read_path_whitelist", "/dev/snd/");
I will update the portable Firefox Quantum later today with these settings included.
And thanks to dancytron.

EDIT: Upgraded portable version to 58.0, see here:
http://murga-linux.com/puppy/viewtopic.php?t=112376
Deb packages v58.0 (preconfigured with apulse settings) are here:
https://fredx181.github.io/StretchDog/NoRepo/

Fred

dancytron
Posts: 1519
Joined: Wed 18 Jul 2012, 19:20

#972 Post by dancytron »

fredx181 wrote: For 64 bit I 've found that 53 should be changed to 16.

Code: Select all

// for using apulse with latest firefox 64 bit
user_pref("security.sandbox.content.level", 2);
user_pref("security.sandbox.content.write_path_whitelist", "/dev/snd/");
user_pref("security.sandbox.content.syscall_whitelist", "16");
user_pref("security.sandbox.content.read_path_whitelist", "/dev/snd/");[/code

[/quote]

Works for me.  Thanks again.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#973 Post by rcrsn51 »

CPUtemp v3.1 is posted here. It can produce a basic system hardware report.

zagreb999
Posts: 567
Joined: Fri 11 Apr 2014, 06:39
Location: Yugoslavija

WINE

#974 Post by zagreb999 »

REGARDS

WHAT DO I NEED TO INSTALL
FOR WINE TO RUN AUTOMATIC
EXE FILE?

HOW TO INCREASE FONTS
FOR WINE?

I NEED FOR T-MOBILE STICK WIFI INTERNET.
THERE IS NOT LINUX VERSION.
IS IT POSSIBLE TO CREATE SQUASCH...
WINETRICKS IS NOT IN SYNAPTICS...
THANKS.

rijsmier
Posts: 8
Joined: Thu 12 Oct 2017, 09:01
Location: Harties, South Africa

#975 Post by rijsmier »

Hi everyone

My first post - sent a previous one off to new topic - sorry

In synaptic I can't change the size of the panels.

The scroll wheel does not change from one panel to another.

What is the best way to install virtualbox?

Thanks.

rijsmier
Posts: 8
Joined: Thu 12 Oct 2017, 09:01
Location: Harties, South Africa

#976 Post by rijsmier »

In my previous post I meant to use scroll wheel from one desktop to another.

How do I edit a post?

phat7
Posts: 179
Joined: Fri 05 Jun 2015, 08:54

#977 Post by phat7 »

rijsmier wrote:How do I edit a post?
After log in your post will have an Edit button in top right corner.

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#978 Post by fredx181 »

rijsmier wrote:to use scroll wheel from one desktop to another.


Yes, that doesn't work (with openbox/xfce combination), but can be fixed (not easy though), described here:
http://openbox.org/wiki/Help:XFCE/Openbox
Also, if you notice scrolling the wheel to change between virtual desktops skips one or another virtual desktop (and this bothers you and would like to fix it just for mental sake), open your ~/.config/openbox/rc.xml file and move the mouse binds with actions "DesktopPrevious" and "DesktopNext" from the context "Desktop" to the context "Root" (you may need to define the Root context).
So, in ~/.config/openbox/rc.xml from line with <context name="Desktop"> till the end of <context name="Root"> (line 732 to 810) becomes:
(all sections containing "GoToDesktop" moved to context named "Root")

Code: Select all

    <context name="Desktop">
      <mousebind button="Left" action="Press">
        <action name="Focus"/>
        <action name="Raise"/>
      </mousebind>
      <mousebind button="Right" action="Press">
        <action name="Focus"/>
        <action name="Raise"/>
      </mousebind>
    </context>
    <context name="Root">
      <!-- Menus -->
      <mousebind button="Up" action="Click">
        <action name="GoToDesktop">
          <to>previous</to>
        </action>
      </mousebind>
      <mousebind button="Down" action="Click">
        <action name="GoToDesktop">
          <to>next</to>
        </action>
      </mousebind>
      <mousebind button="A-Up" action="Click">
        <action name="GoToDesktop">
          <to>previous</to>
        </action>
      </mousebind>
      <mousebind button="A-Down" action="Click">
        <action name="GoToDesktop">
          <to>next</to>
        </action>
      </mousebind>
      <mousebind button="C-A-Up" action="Click">
        <action name="GoToDesktop">
          <to>previous</to>
        </action>
      </mousebind>
      <mousebind button="C-A-Down" action="Click">
        <action name="GoToDesktop">
          <to>next</to>
        </action>
      </mousebind>
      <mousebind button="Middle" action="Press">
        <action name="ShowMenu">
          <menu>client-list-combined-menu</menu>
        </action>
      </mousebind>
      <mousebind button="Left" action="Press">
        <action name="ShowMenu">
          <menu>root-menu</menu>
        </action>
      </mousebind>
      <mousebind button="Right" action="Press">
        <action name="ShowMenu">
          <menu>desktop-app-menu-lxde</menu>
        </action>
      </mousebind>
    </context>
    <context name="MoveResize">
      <mousebind button="Up" action="Click">
        <action name="GoToDesktop">
          <to>previous</to>
        </action>
      </mousebind>
      <mousebind button="Down" action="Click">
        <action name="GoToDesktop">
          <to>next</to>
        </action>
      </mousebind>
      <mousebind button="A-Up" action="Click">
        <action name="GoToDesktop">
          <to>previous</to>
        </action>
      </mousebind>
      <mousebind button="A-Down" action="Click">
        <action name="GoToDesktop">
          <to>next</to>
        </action>
      </mousebind>
    </context>
EDIT: For info, you can also use keyboard shortcut Ctrl+Alt+left or Ctrl+Alt+right for to switch to next or previous desktop (if these shortcuts are set, not sure if it is on your install)

Instructions for to install virtualbox, here:
https://wiki.debian.org/VirtualBox#Debi ... Stretch.22
In synaptic I can't change the size of the panels.
Yes, well, it's possible, but hard to do, it's because of the cursor theme not playing well with gtk3 (probably using "aero" now ?)
Can be fixed by using other cursor theme, e.g. dmz-cursor-theme;

Code: Select all

apt-get install dmz-cursor-theme
And set it to that in "Customize look and feel"

Fred

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#979 Post by rcrsn51 »

Here is an automated method for converting the Palemoon browser into a squashfs module.

Unpack the attachment below. It is NOT a fake .gz file!
It contains a script and a How-To file. Read the file first.

Important: Run these scripts in a CleanMode setup so they don't conflict with any currently installed versions.

And here are the matching scripts for OpenOffice and LibreOffice. For the Kingsoft WPS Office suite, read here.

-------------------------
Attachments
make-palemoon-squash-3.tar.gz
Updated 2020-02-27
(1.14 KiB) Downloaded 59 times
make-libreoffice-squash-2.tar.gz
Updated 2019-10-1
Can handle optional language packs
(1.08 KiB) Downloaded 94 times
make-openoffice-squash.tar.gz
Updated 2019-01-14
Bugfix that no one reported for a year
(925 Bytes) Downloaded 281 times
Last edited by rcrsn51 on Thu 27 Feb 2020, 21:13, edited 17 times in total.

rijsmier
Posts: 8
Joined: Thu 12 Oct 2017, 09:01
Location: Harties, South Africa

#980 Post by rijsmier »

Fred

Thank you for all the information. I got used to doing things my way, but it is no sweat to learn doing it differently. synaptic is just easy to do a quick search. apt-get is still my preferred way to install programs.

Now my serious question: Can I use Debian 9 (Stretch) as my main Linux program? Are you going to keep developing it for the foreseeable future? I really like openbox and the way you set it up. I have looked at Barry Kauler's new directions, but he seems to get bored and then he goes off in another direction. Also he is not using Debian, which I prefer.

Reinier

Post Reply