The officially official Devuan Forum!

You are not logged in.

#1 Re: Desktop and Multimedia » File Save: missing options? » 2020-09-27 21:27:56

2nd try, org.gtk.Settings.FileChooser options:
org.gtk.Settings.FileChooser options

#2 Re: Desktop and Multimedia » File Save: missing options? » 2020-09-27 16:50:25

PedroReina wrote:
Devuman wrote:

Searched dconf-editor for "save" and there's no corresponding setting.

May be under org.gtk.Settings.FileChooser

Nope.

Head_on_a_Stick wrote:

Or from the command line:

gsettings set org.gtk.Settings.FileChooser sort-directories-first true

That worked, thanks.

Remains: "recently used" save location option & corresponding folders list

#3 Re: Desktop and Multimedia » File Save: missing options? » 2020-09-27 15:33:06

Chromium/Firefox browser (save as, save link as, print & save as pdf), Geany editor. The "Save As" window is identical.

Searched dconf-editor for "save" and there's no corresponding setting.

#4 Desktop and Multimedia » File Save: missing options? » 2020-09-26 16:58:54

Devuman
Replies: 8

With Devuan Ascii, when doing a "File Save" there was:

- a "recently used" save location option & corresponding folders list
- folders before files sort order

How to configure these with Devuan Beowulf?

A right-mouse-click in a File Save window displays several options,
among which "sort folders before files" but selection is not permanent
between file saves.

WM: i3.

#5 Re: Other Issues » Port forwarding issue » 2020-08-10 15:10:56

No worries GNUser.
I learned something new from both.
Made my day. :-)

#6 Re: Other Issues » Port forwarding issue » 2020-08-10 12:21:11

GNUser wrote:

2. The < and > symbols in my posts (and everything between them) are just placeholders.

Indeed, I corrected my previous post accordingly.

GNUser wrote:

Can you ssh from LT2 to R2?

Initially <PC1user> and <R2user> were identical, my first name.

I changed <R2user> to <R2user> = r2user.

LT2.

$ ssh <R2user>@192.168.18.8

- R2 Virtual Server disabled:

ssh: connect to host 192.168.18.8 port 22: Operation timed out

- R2 Virtual Server enabled:

<R2user>@192.168.18.8's password:
Permission denied, please try again.
<R2user>@192.168.18.8's password:

GNUser wrote:

How about from LT1 to PC1?

That works.

ralph.ronnquist wrote:

with forwarding set up, you should use only

$ ssh <PC1user>@192.168.1.8

LT2.

R2: Virtual Server enabled.

$ ssh <PC1user>@192.168.18.8

<PC1user>@192.168.18.8's password:
Linux p182 4.19.0-10-686 #1 SMP Debian 4.19.132-1 (2020-07-24) i686
...
$

It works.

SFTP / FileZilla:

LT2.

R2: Virtual Server enabled.

Host = 192.168.18.8
User = <PC1user>
Password = <PC1password>

This works also.

Thanks for helping understand how this works.

#7 Re: Other Issues » Port forwarding issue » 2020-08-09 13:35:35

ralph.ronnquist wrote:

The R1 virtual server set up you show on the screenshot makes it possible to access port 22 on PC1 from the Internet, provided that R2 is set up similarly, and that it has that IP address 192.168.18.8 mentioned on the screenshot as its WAN side IP address.

R1 auto-detected R2's WAN IP address when selecting "TL-WR841N" in the "Internal Host" drop down list.

R2:

Screenshots: Virtual Servers, Security/Firewall, Status

PC1:

$ ip -4 addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    inet 192.168.1.101/24 brd 192.168.1.255 scope global dynamic eth0
       valid_lft 6991sec preferred_lft 6991sec

LT2 / terminal:

$ ssh -t <R2user>@192.168.18.8 "ssh <PC1user>@192.168.1.101"

gives:

   <R2user>@192.168.18's password:
   Permission denied, please try again.
   <R2user>@192.168.18's password:

LT2 / FileZilla:

Host = 192.168.18.8
User = <R2user>
Password = <R2password>

gives:

   Status: disconnected from server
   Status: Connecting to 192.168.18.8...
   Response: fzSftp started, protocol_version=8
   Command: Open "<R2user>@192.168.18.8" 22
   Command: Trust new HostKey: Once
   Command: Pass: ******
   Error: Authentication failed
   Error: Critical Error. Could not connect to server.

LT2 keyboard Caps Lock = off, no numeric keypad

and currently, for testing purposes:

- <R2user> is my first name (all lowercase)
- <R2password> is 3 lowercase chars + 3 digits
and
- <PC1user> is my first name (all lowercase)
- <PC1password> is alphanumeric

EDIT: corrected < and > symbols, following GNUser's comment below.

#8 Re: Other Issues » Port forwarding issue » 2020-08-08 19:15:17

Thanks to both.

R1 is an ISP provided router so I'll have to ask the ISP to open port 22 (it's currently closed). Is it possible to open a port on the LAN side only, instead of WAN + LAN?

#9 Other Issues » Port forwarding issue » 2020-08-07 12:58:44

Devuman
Replies: 11

I'm trying to set up router port forwarding for the following setup:

                                                PC1
                                                  |
WWW --- R1 --- LAN 1 --- R2 --- LAN 2
                          |                       |
                         LT2                   LT1

WWW: Internet                         
R1: router 1 (EG8145V5)
R2: router 2 (TL-WR841N)

PC1: desktop pc with openssh-server running
LT1: laptop 1
LT2: laptop 2, currently using LT1 as LT2

No changes were made to /etc/ssh/sshd_config and /etc/ssh/ssh_config.

Currently using password authentication.

I can SFTP from LT1 into PC1.

Not from LT2 into PC1.

So I set up port forwarding in R1: screenshot.

Still unable to SFTP from LT2 into PC1.

What's wrong or missing to make this work?

#10 Other Issues » vsftpd TLS/SSL/FTPS » 2020-08-03 13:11:42

Devuman
Replies: 1

Re: https://help.ubuntu.com/community/vsftp … SSL.2FFTPS

No need to create a certificate if openssl package is installed!

Is this true?

#13 Other Issues » Chromium closes without user interaction » 2020-07-10 16:21:51

Devuman
Replies: 6

Devuan Beowulf 3.0.0 32-bit
Chromium 83.0.4103.116

All extensions are deactivated.

What could be the cause of this?

#14 Re: Installation » devuan_beowulf_3.0.0_amd64-netinstall hangs » 2020-06-24 16:49:20

Thanks all. I went with devuan_beowulf_3.0.0_i386-netinstall and everything works fine.
Out of curiosity I'll try FreeBSD amd64 later on to see how that goes.

#15 Re: Installation » devuan_beowulf_3.0.0_amd64-netinstall hangs » 2020-06-24 13:51:32

booting without uefi, expert install, manual partitioning

devuan_beowulf_3.0.0_amd64_desktop-live runs ok

EDIT: 4GB RAM

#16 Installation » devuan_beowulf_3.0.0_amd64-netinstall hangs » 2020-06-24 10:16:03

Devuman
Replies: 7
$ lscpu
Architecture:          i686
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                2
On-line CPU(s) list:   0,1
Thread(s) per core:    1
Core(s) per socket:    2
Socket(s):             1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 15
Model name:            Intel(R) Core(TM)2 CPU          4300  @ 1.80GHz
Stepping:              2
CPU MHz:               1200.000
CPU max MHz:           1800.0000
CPU min MHz:           1200.0000
BogoMIPS:              3600.06
L1d cache:             32K
L1i cache:             32K
L2 cache:              2048K
Flags:                 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm

- devuan_beowulf_3.0.0_amd64-netinstall.iso hash checked
- installed on usb flash drive with W10/Rufus
- iso burned on CD

Although the CPU is 64-bit, with each install media devuan install hangs and at a different stage of the install procedure.

devuan_beowulf_3.0.0_i386-netinstall installs without problem.

Why does amd64 install not work?

#18 Re: Desktop and Multimedia » pytyle3 (+ openbox) » 2018-11-12 17:21:04

From playing with openbox+pytyle1 and i3-wm, both have their merits depending on the user's preferences and workflow:
- i3-wm: mainly tiling and occasional floating
- openbox + pytyle: mainly floating and occasional tiling
And probably samewise with other WMs.

EDIT: corrected a typo

#20 Re: Desktop and Multimedia » ASCII - Some windows no scrollbars, no field borders » 2018-11-08 17:54:56

Are there other openbox 3.6 compatible themes out there?

Those tested so far from box-look.org and deviantart.com don't fit and
neither of these sources provide version information.

#21 Desktop and Multimedia » pytyle3 (+ openbox) » 2018-11-07 10:15:31

Devuman
Replies: 5

Has anybody successfully installed pytyle3 and pytyle3 running & tiling with openbox?

#22 Re: Desktop and Multimedia » ASCII - Some windows no scrollbars, no field borders » 2018-11-06 14:46:18

Put my thinking hat on, then remembered I copied a bunch of themes from a previous Debian (jessie/wheezy) install to Devuan and noticed there were "Theme file changes in Openbox 3.4.".

So emptied the /usr/share/themes/ folder, reinstalled openbox and it works fine now.

In lxappearance's "Widget" tab there's only one item though: Clearlooks-Phenix-DarkPurpy. Is this normal?

EDIT: the Clearlooks-Phenix-DarkPurpy theme is the only having gtk-2.0 and gtk-3.0 subfolders so that might explain it.

#23 Re: Desktop and Multimedia » ASCII - Some windows no scrollbars, no field borders » 2018-11-06 10:06:51

I switched off my PC yesterday evening and restarted it this morning: it's messed up again, see post #1.

#24 Re: Desktop and Multimedia » ASCII - Some windows no scrollbars, no field borders » 2018-11-04 06:53:14

I switched off my PC yesterday evening and restarted it this morning: works fine now.

Strange.

Thanks for your assistance.

#25 Re: Desktop and Multimedia » ASCII - Some windows no scrollbars, no field borders » 2018-11-03 06:45:27

golinux wrote:

Did you install desktop-base?

Just installed it, selected the Clearlooks-Phenix-DarkPurpy theme: scroll bars and field borders are back in firefox, scrollbars still faulty in xfce4-terminal.
And still in firefox, xfce4-terminal: a dropdown-menu selected menu item is not highlighted.

golinux wrote:

For this theme to work properly it needs GTK2 and GTK3

$ aptitude search '~i gtk'
i   alsaplayer-gtk                          - alsaplayer gtk interface                         
i A gir1.2-gtk-3.0                          - GTK+ graphical user interface library -- gir bind
i A gtk-update-icon-cache                   - icon theme caching utility                       
i A gtk2-engines                            - theme engines for GTK+ 2.x                       
i A libgtk-3-0                              - GTK+ graphical user interface library            
i A libgtk-3-bin                            - programs for the GTK+ graphical user interface li
i A libgtk-3-common                         - common files for the GTK+ graphical user interfac
i A libgtk2-perl                            - Perl interface to the 2.x series of the Gimp Tool
i A libgtk2.0-0                             - GTK+ graphical user interface library            
i A libgtk2.0-bin                           - programs for the GTK+ graphical user interface li
i A libgtk2.0-common                        - common files for the GTK+ graphical user interfac
i A libgtkmm-2.4-1v5                        - C++ wrappers for GTK+ (shared libraries)         
i A libgtksourceview2.0-0                   - shared libraries for the GTK+ syntax highlighting
i A libgtksourceview2.0-common              - common files for the GTK+ syntax highlighting wid
i A libjavascriptcoregtk-1.0-0              - JavaScript engine library from WebKitGTK+        
i A libjavascriptcoregtk-3.0-0              - JavaScript engine library from WebKitGTK+        
i A libwebkitgtk-1.0-0                      - Web content engine library for GTK+              
i A libwebkitgtk-3.0-0                      - Web content engine library for GTK+              
i A libwxgtk3.0-0v5                         - wxWidgets Cross-platform C++ GUI toolkit (GTK+ ru
i A python-gtk2                             - Python bindings for the GTK+ widget set          
i A qt5-gtk-platformtheme                   - Qt 5 GTK+ 3 platform theme                       
i A wicd-gtk                                - wired and wireless network manager - GTK+ client

Board footer

Forum Software