Page 49 of 52

Posted: Tue 04 Sep 2018, 09:08
by fredx181
johnywhy wrote:Workspaces: Can't adjust number of workspaces. Workspace switcher properties gives error on click "Workspace settings"
Quote:
Unable to open the workspace settings. Failed to execute child process "xfwm4-workspace-settings" (No such file or directory.
Yes, that doesn't work, but you can set it in the "Openbox Configuration manager" in Menu > Settings
(Tab "Desktops")

Fred

slimjet, chromium last

Posted: Mon 10 Sep 2018, 19:55
by zagreb999
regards

is there latest slimjet, chromium
for xenialdog and dd 32 bit?

Posted: Tue 11 Sep 2018, 07:53
by fredx181
@zagreb,
Try the slimjet deb perhaps ?
https://www.slimjet.com/en/postdl.php?v ... 2&type=deb
Chromium is in the repository AFAIK.

djview4

Posted: Sun 23 Sep 2018, 18:13
by zagreb999
fred,
is it possible to kreate sfs (or install)
djview4?

thanks.

Re: djview4

Posted: Sun 23 Sep 2018, 19:08
by dancytron
zagreb999 wrote:fred,
is it possible to kreate sfs (or install)
djview4?

thanks.
You should be able to use apt-get. It is in the repositories.
https://packages.ubuntu.com/search?sea ... ds=djview4

djview4

Posted: Mon 24 Sep 2018, 08:15
by zagreb999
... it is impossible to install
djview4 on xd!!!

Re: djview4

Posted: Mon 24 Sep 2018, 15:35
by fredx181
zagreb999 wrote:... it is impossible to install
djview4 on xd!!!
For me it works, why not for you, what does it say ?

Code: Select all

root@xenial:~# apt-get install djview4
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libdjvulibre-text libdjvulibre21 libgudev-1.0-0 libinput-bin libinput10 libpcre16-3
  libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 libqt5opengl5 libqt5printsupport5
  libqt5widgets5 libwacom-common libwacom2 libxcb-icccm4 libxcb-image0 libxcb-keysyms1
  libxcb-randr0 libxcb-render-util0 libxcb-xkb1 libxkbcommon-x11-0
Suggested packages:
  djvulibre-bin djview-plugin libqt5libqgtk2 qt5-image-formats-plugins qtwayland5
Recommended packages:
  djvulibre-desktop qttranslations5-l10n libqt5svg5 libwacom-bin
The following NEW packages will be installed:
  djview4 libdjvulibre-text libdjvulibre21 libgudev-1.0-0 libinput-bin libinput10
  libpcre16-3 libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 libqt5opengl5
  libqt5printsupport5 libqt5widgets5 libwacom-common libwacom2 libxcb-icccm4
  libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xkb1
  libxkbcommon-x11-0
0 upgraded, 23 newly installed, 0 to remove and 234 not upgraded.
Need to get 11.6 MB of archives.
After this operation, 44.2 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://nl.archive.ubuntu.com/ubuntu xenial/main i386 libxcb-icccm4 i386 0.4.1-1ubuntu1 [10.8 kB]
Get:2 http://nl.archive.ubuntu.com/ubuntu xenial/main i386 libxcb-keysyms1 i386 0.4.0-1 [8562 B
.....
.....]

Posted: Mon 24 Sep 2018, 15:44
by zagreb999
thanks fred

i already resolved...

great app is djview4!

slimjet 20

Posted: Thu 11 Oct 2018, 12:42
by zagreb999
any help?
slimjet 20
on xenialdog?

thanks!

Posted: Thu 11 Oct 2018, 15:09
by mikeslr
Hi zagreb999,

OscarTalks just published slimjet 20 as both a pet and an SFS, http://murga-linux.com/puppy/viewtopic. ... 08#1006708. Perhaps the SFS could be loaded in XenialDog? May require installing some libs. To figure out which, I've been advised that ldd works under the Dogs. But see the above post regarding what OscarTalks did.

Note, OscarTalks versions run as spot. Could probably be edited to run as whatever limited user XenialDog employs. Alternatively as OscarTalks post reveals what libraries were required --libgtk-3 and, as I understand it, the nss files otherwise provided by palemoon-- perhaps you could build your own starting with a slimjet 20 deb.

Posted: Thu 11 Oct 2018, 17:14
by fredx181
zagreb999 wrote:any help?
slimjet 20
on xenialdog?
Assuming you downloaded and installed slimjet .deb from here:
https://www.slimjet.com/en/dlpage.php

Probably the problem is that it won't run as root.
Eerlier adding --no-sandbox worked to run Chromiium based browsers as root, but now it seems not working anymore.
So you need to run it as unprivileged user, if you have user "puppy" on your system, then this script should work to run Slimjet running as user puppy:

Code: Select all

#!/bin/bash

xhost +local:puppy

su puppy -c "/usr/bin/flashpeak-slimjet "$@" --user-data-dir=/home/puppy/slimjet/user --disk-cache-dir=/home/puppy/slimjet/cache --disk-cache-size=10000000 --media-cache-size=10000000 "$@""
Fred

Posted: Thu 11 Oct 2018, 17:59
by dancytron
fredx181 wrote:
zagreb999 wrote:any help?
slimjet 20
on xenialdog?
Assuming you downloaded and installed slimjet .deb from here:
https://www.slimjet.com/en/dlpage.php

Probably the problem is that it won't run as root.
Eerlier adding --no-sandbox worked to run Chromiium based browsers as root, but now it seems not working anymore.
So you need to run it as unprivileged user, if you have user "puppy" on your system, then this script should work to run Slimjet running as user puppy:

Code: Select all

#!/bin/bash

xhost +local:puppy

su puppy -c "/usr/bin/flashpeak-slimjet "$@" --user-data-dir=/home/puppy/slimjet/user --disk-cache-dir=/home/puppy/slimjet/cache --disk-cache-size=10000000 --media-cache-size=10000000 "$@""
Fred
--no-sandbox still works on Chrome latest version. (Google Chrome
Version 69.0.3497.100 (Official Build) (64-bit)).
#!/bin/sh

/usr/bin/google-chrome-stable --user-data-dir=/live/image/ChromeSettings/google-chrome/config --disk-cache-dir=/live/image/ChromeSettings/google-chrome/cache --disk-cache-size=10000000 --media-cache-size=10000000 --no-sandbox --disable-infobars "$@"

Posted: Thu 11 Oct 2018, 18:47
by zagreb999
thanks to all!

who knows to ran slimjet20
as root as squashfs module?

Posted: Thu 11 Oct 2018, 21:09
by fredx181
dancytron wrote:--no-sandbox still works on Chrome latest version. (Google Chrome
Version 69.0.3497.100 (Official Build) (64-bit)).
Ah, ok, then probably Slimjet is an exception (only tried 32-bit, btw).
zagreb999 wrote:who knows to ran slimjet20
as root as squashfs module?
I don't think it's possible, I tried the slimjet v20 32-bit a few times again on different systems, cannot run as root.

Fred

Posted: Thu 11 Oct 2018, 21:42
by rufwoof
fredx181 wrote:Eerlier adding --no-sandbox worked to run Chromium based browsers as root, but now it seems not working anymore.
So you need to run it as unprivileged user, if you have user "puppy" on your system, then this script should work to run Slimjet running as user puppy:

Code: Select all

#!/bin/bash
xhost +local:puppy
su puppy -c "/usr/bin/flashpeak-slimjet "$@" --user-data-dir=/home/puppy/slimjet/user --disk-cache-dir=/home/puppy/slimjet/cache --disk-cache-size=10000000 --media-cache-size=10000000 "$@""
--no-sandbox cripples Chrome's security measures. Opening up xhost + is as good as opening up running as root (user puppy can stuff things into any other window that might be running as root, such as a rox/thunar/pcmanfm window - perhaps issuing a file manager's open terminal window command and then stuffing rm -rf / or whatever into that (root) terminal window.

Posted: Fri 12 Oct 2018, 03:08
by wiak
rufwoof wrote:Opening up xhost + is as good as opening up running as root (user puppy can stuff things into any other window that might be running as root, such as a rox/thunar/pcmanfm window - perhaps issuing a file manager's open terminal window command and then stuffing rm -rf / or whatever into that (root) terminal window.
Well, since I am still wiak when running as user 'puppy' and still wiak when running as user 'root', the above is all fine, thanks, and not any cause at all for alarm to me.

Posted: Fri 12 Oct 2018, 06:44
by zagreb999
regards!

latest chromium as root
32 bit???

Posted: Fri 12 Oct 2018, 07:41
by fredx181
zagreb999 wrote:regards!

latest chromium as root
32 bit???
I'd say just install chromium-browser with Synaptic or apt-get and run with --no-sandbox

Code: Select all

chromium-browser --no-sandbox --disable-infobars
(just tested this and works, chromium-browser version 69)

You can also edit the .desktop launcher in /usr/share/applications and add --no-sandbox --disable-infobars to the Exec= line , then it will run as root from Menu

P.S. @all Let's talk somewhere else about security.

Fred

Posted: Fri 12 Oct 2018, 11:16
by rufwoof
wiak wrote:
rufwoof wrote:Opening up xhost + is as good as opening up running as root (user puppy can stuff things into any other window that might be running as root, such as a rox/thunar/pcmanfm window - perhaps issuing a file manager's open terminal window command and then stuffing rm -rf / or whatever into that (root) terminal window.
Well, since I am still wiak when running as user 'puppy' and still wiak when running as user 'root', the above is all fine, thanks, and not any cause at all for alarm to me.
Fine. Any web site/link could achieve root access/control of your box via a single browser bug and you accept that. Just pointed it out as others might feel differently. Fred wants to consider it no further here so enough said.

foxitsoftware

Posted: Sun 14 Oct 2018, 07:15
by zagreb999