The time now is Sun 22 Apr 2018, 07:18
All times are UTC - 4 |
Page 65 of 74 [1101 Posts] |
Goto page: Previous 1, 2, 3, ..., 63, 64, 65, 66, 67, ..., 72, 73, 74 Next |
Author |
Message |
AndresC2
Joined: 08 Jul 2017 Posts: 32
|
Posted: Wed 24 Jan 2018, 22:20 Post subject:
|
|
Hi Fred
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.
|
Back to top
|
|
 |
fredx181

Joined: 11 Dec 2013 Posts: 2896 Location: holland
|
Posted: Thu 25 Jan 2018, 05:39 Post subject:
|
|
Hi Andres, can you be more specific about what's your question exactly ?
Fred
_________________ Dog Linux website
|
Back to top
|
|
 |
zagreb999
Joined: 11 Apr 2014 Posts: 311 Location: Yugoslavija
|
Posted: Thu 25 Jan 2018, 15:38 Post subject:
LZ4 |
|
GREETINGS...
IS THE LATEST VERSION OF LZ4
INCORPORATED IN NEW VERSION
OF MAKE L. STRETCH?
good wishes to all...
|
Back to top
|
|
 |
fredx181

Joined: 11 Dec 2013 Posts: 2896 Location: holland
|
Posted: Thu 25 Jan 2018, 16:05 Post subject:
|
|
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
Description |
Low quality .gif, made with gifenc from screencast video using weX |
Filesize |
243.5 KB |
Viewed |
549 Time(s) |

|
_________________ Dog Linux website
Last edited by fredx181 on Fri 26 Jan 2018, 06:57; edited 1 time in total
|
Back to top
|
|
 |
AndresC2
Joined: 08 Jul 2017 Posts: 32
|
Posted: Thu 25 Jan 2018, 23:36 Post subject:
|
|
Hi Fred
I send a private message to you.
see you.
|
Back to top
|
|
 |
dancytron
Joined: 18 Jul 2012 Posts: 1027
|
Posted: Fri 26 Jan 2018, 00:47 Post subject:
Re: LZ4 |
|
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: |
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:~# |
|
Back to top
|
|
 |
dancytron
Joined: 18 Jul 2012 Posts: 1027
|
Posted: Fri 26 Jan 2018, 15:33 Post subject:
|
|
Cross-posting this from http://murga-linux.com/puppy/viewtopic.php?p=981345#981345 (Fred's portable Firefox Quantum with apulse preconfigured thread) so rcrsn51 will see it:
Quote: |
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. |
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 11889 Location: Stratford, Ontario
|
Posted: Fri 26 Jan 2018, 15:46 Post subject:
|
|
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.
|
Back to top
|
|
 |
dancytron
Joined: 18 Jul 2012 Posts: 1027
|
Posted: Fri 26 Jan 2018, 16:40 Post subject:
|
|
I'll send a PM to Oscar Talks giving him a heads up.
Dan
|
Back to top
|
|
 |
OscarTalks

Joined: 05 Feb 2012 Posts: 1732 Location: London, England
|
Posted: Fri 26 Jan 2018, 21:42 Post subject:
|
|
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: | // 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.
_________________ Oscar in England

Last edited by OscarTalks on Thu 15 Mar 2018, 06:54; edited 1 time in total
|
Back to top
|
|
 |
fredx181

Joined: 11 Dec 2013 Posts: 2896 Location: holland
|
Posted: Sat 27 Jan 2018, 08:23 Post subject:
|
|
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: | // 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
_________________ Dog Linux website
|
Back to top
|
|
 |
dancytron
Joined: 18 Jul 2012 Posts: 1027
|
Posted: Sat 27 Jan 2018, 18:46 Post subject:
|
|
fredx181 wrote: |
For 64 bit I 've found that 53 should be changed to 16.
[code]// 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
|
Works for me. Thanks again.
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 11889 Location: Stratford, Ontario
|
Posted: Sat 27 Jan 2018, 20:55 Post subject:
|
|
CPUtemp v3.1 is posted here. It can produce a basic system hardware report.
|
Back to top
|
|
 |
zagreb999
Joined: 11 Apr 2014 Posts: 311 Location: Yugoslavija
|
Posted: Sun 28 Jan 2018, 04:46 Post subject:
WINE |
|
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.
|
Back to top
|
|
 |
rijsmier
Joined: 12 Oct 2017 Posts: 4
|
Posted: Mon 29 Jan 2018, 02:49 Post subject:
|
|
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.
|
Back to top
|
|
 |
|
Page 65 of 74 [1101 Posts] |
Goto page: Previous 1, 2, 3, ..., 63, 64, 65, 66, 67, ..., 72, 73, 74 Next |
|
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
|