The officially official Devuan Forum!

You are not logged in.

#101 Re: Desktop and Multimedia » fluxbox: no window decoration in firefox and thunderbird » 2023-01-07 12:02:28

I'm still digging, because I had some issues back with an upgrade already:
https://dev1galaxy.org/viewtopic.php?id=4759&p=1
But my there implemented fix to add this into about:config of ff:
gfx.webrender.force-disabled = true
Is, a) not entirely removable, b)doesn't fix the problem when changing to "false"
I'll try you suggestion (and a new profile on ff)

#102 Desktop and Multimedia » fluxbox: no window decoration in firefox and thunderbird » 2023-01-07 11:10:55

mclien
Replies: 20

I know this is mentioned elsewhere, but I fail to understand.

Best guess is, the solution is hidden (to me) somewhere here:
http://git.fluxbox.org/fluxbox.git/commit/?id=dcdde4d32c93d01df205bc06d7dfcbd356be031f

Do I understand this correctly, that I would have to compile my own fluxbox to get rid of it?

(I think @head_on_a_stick mentioned that in the debian forum)

EDIT:
I also can't get a focus on the firefox window, if any other window with decoration is on the same desktop.

I run chimaera on this machine and on a fresh install. My upgraded machine has the problem, the fresh install hasn't

Only difference I noticed so far is the not upgraded linux-image:

<upgraded machine>~# uname -a
Linux devuan 5.10.0-10-amd64 #1 SMP Debian 5.10.84-1 (2021-12-08) x86_64 GNU/Linux
<fresh installed machine>~# uname -a
Linux devuan 5.10.0-20-686 #1 SMP Debian 5.10.158-2 (2022-12-13) i686 GNU/Linux

(ok, second one is an old i386, but that should make the difference?)

#103 Re: Desktop and Multimedia » which tool for changing WLAN access » 2022-08-24 12:04:26

ralph.ronnquist wrote:

Maybe you mean:

# iwlist wlan0 scanning | grep -B1 ESSID

Yes, that one. Thanks.
(mostly the exact ssid is unknown and you get only the pw)

#104 Re: Desktop and Multimedia » which tool for changing WLAN access » 2022-08-22 09:01:54

ralph.ronnquist wrote:

@mclien: This instruction is for the ifupdown purist:
https://www.devuan.org/os/documentation … ation.html

Thanks for that.
As first step (as I needed it really soon) I just configured the wlan0 and network interfaces as root.
But the version to use netdev groups is neat, I'll look into that.

There is a cli tool for searching the access point in the area, but can't remember the name atm. Might be nice to fins the free public access point.

#105 Desktop and Multimedia » which tool for changing WLAN access » 2022-08-18 18:47:27

mclien
Replies: 12

Hello,

I used wicd in the past to connect to different WLAN (like at work, at the makerspace etc)
I seem to stupid to find the right way to use that from userspace.
Is network-manager the way to got? and if so, is there another frontend that doesen't require all the gnome "extra-weight"?
I'm using fluxbox.

EDIT:
Well on that machine I'm root anyway, so
/etc/network/interfaces
ifup and ifdown are my friends, I guess.

#106 Re: Installation » chimaera update firefox broken/ linux-image not updated » 2022-01-02 22:01:38

From here:
https://bbs.archlinux.org/viewtopic.php?id=267158
I got this hint:

[..]but you might want to try this about:config tweak, worked for me for Fluxbox:

- Check that gfx.webrender.all is set to false (it was already set to false here).
- Toggle gfx.webrender.force-disabled from false to true.

Worked for me.

#107 Re: Installation » chimaera update firefox broken/ linux-image not updated » 2022-01-02 21:47:34

Perhaps, but that wasn't the esr and a somewhat higher Version number.
I think it is just something missing to work with the window manager.

BTW: There is no upload integrated in DG, right? So upload elsewhere and link hiere?

#108 Re: Installation » chimaera update firefox broken/ linux-image not updated » 2022-01-02 11:33:46

OK, I confess:
You now totally lost me.

Anything I can do solve the problem ?
Or is this even a problem? (the ff is, but I mean the "empty chimaera -updates")

#109 Re: Installation » chimaera update firefox broken/ linux-image not updated » 2022-01-01 11:35:23

Yes (as in: I ran it again just now, so I'm not sure, if it was there before. I did a reboot inbetween)

apt update
Hit:1 http://deb.devuan.org/merged chimaera InRelease
Hit:2 http://deb.devuan.org/merged chimaera-updates InRelease
Hit:3 http://deb.devuan.org/merged chimaera-security InRelease

And yes FF still broken in the fluxbox windows. (But maybe this is the last push to change to PaleMoon as default browser...But FF might be still necessary on some occasions)

#110 Re: Installation » chimaera update firefox broken/ linux-image not updated » 2022-01-01 10:21:37

I did the

apt update && apt full-upgrade

now. (No idea how I missed that in my Beowulf - Chimaera update.)
But..

 100 /var/lib/dpkg/status
     release a=now
 500 http://deb.devuan.org/merged chimaera-security/main amd64 Packages
     release v=4.0,o=Devuan,a=stable-security,n=chimaera-security,l=Devuan-Security,c=main,b=amd64
     origin deb.devuan.org
 500 http://deb.devuan.org/merged chimaera/contrib amd64 Packages
     release v=4.0,o=Devuan,a=stable,n=chimaera,l=Devuan,c=contrib,b=amd64
     origin deb.devuan.org
 500 http://deb.devuan.org/merged chimaera/non-free amd64 Packages
     release v=4.0,o=Devuan,a=stable,n=chimaera,l=Devuan,c=non-free,b=amd64
     origin deb.devuan.org
 500 http://deb.devuan.org/merged chimaera/main amd64 Packages
     release v=4.0,o=Devuan,a=stable,n=chimaera,l=Devuan,c=main,b=amd64
     origin deb.devuan.org

Do I miss something? The order of the "brands"(is that the right word?) is not important or is it?
Like these 2 line do the same?:

deb http://deb.devuan.org/merged chimaera-updates main non-free contrib
deb http://deb.devuan.org/merged chimaera-updates main contrib non-free

at least I can spot no (other) typo in my sources.list

The linux-image is updated after that, though.

#111 Re: Installation » chimaera update firefox broken/ linux-image not updated » 2021-12-31 21:53:24

I do have it in my sources.list:

 cat /etc/apt/sources.list
deb http://deb.devuan.org/merged chimaera main non-free contrib
#deb-src http://deb.devuan.org/merged chimaera main non-free contrib

deb http://deb.devuan.org/merged chimaera-updates main non-free contrib
#deb-src http://deb.devuan.org/merged chimaera-updates main non-free contrib

deb http://deb.devuan.org/merged chimaera-security main non-free contrib
#deb-src http://deb.devuan.org/merged chimaera-security main non-free contrib

#deb http://deb.devuan.org/merged chimaera-backports main non-free contrib
#deb-src http://deb.devuan.org/merged chimaera-backports main non-free contrib

sorry for the missing tags in my last post.

#112 Re: Installation » chimaera update firefox broken/ linux-image not updated » 2021-12-31 17:17:49

Package files:
 100 /var/lib/dpkg/status
     release a=now
 500 [url]http://deb.devuan.org/merged[/url] chimaera-security/main amd64 Packages
     release v=4.0,o=Devuan,a=stable-security,n=chimaera-security,l=Devuan-Security,c=main,b=amd64
     origin deb.devuan.org
 500 [url]http://deb.devuan.org/merged[/url] chimaera/contrib amd64 Packages
     release v=4.0,o=Devuan,a=stable,n=chimaera,l=Devuan,c=contrib,b=amd64
     origin deb.devuan.org
 500 [url]http://deb.devuan.org/merged[/url] chimaera/non-free amd64 Packages
     release v=4.0,o=Devuan,a=stable,n=chimaera,l=Devuan,c=non-free,b=amd64
     origin deb.devuan.org
 500 [url]http://deb.devuan.org/merged[/url] chimaera/main amd64 Packages
     release v=4.0,o=Devuan,a=stable,n=chimaera,l=Devuan,c=main,b=amd64
     origin deb.devuan.org

#113 Re: Desktop and Multimedia » Alternative browser for Devuan/Debian - Brave » 2021-12-31 16:51:34

GNUser wrote:

golinux - I use iridium as my daily driver. It is an "ungoogled chromium". Highly recommended. https://iridiumbrowser.de/

A hint how you installed it on Devuan?

#114 Installation » chimaera update firefox broken/ linux-image not updated » 2021-12-31 14:04:50

mclien
Replies: 26

I just did an routinely update of my chimaera installation.
(running fluxbox).

Firefox (91.4.1esr) is now missing the window frame, so it can't be moved nor resized. Additionally any popup window like the "about-version" will stay on top and won't be closable.   Any fix for that?
(I'm open for any browser alternative now, too, since that is kinda one annoyance too much)

Also linux-image-amd64 is marked as "kept back"  after the update (and reboot) as the only package.

#115 Re: Hardware & System Configuration » [solved, add user to right group] Lasercutter and Lightburn » 2021-09-15 10:41:20

OK, first apologies for not reading my logs properly (I usually do that and understand it, might wise to not do those things with a migraine head...).
If happen to come to germay (once you are allowed anyways), barbecue is on me.

And thanks, you where totally right. Group "dialout" it is, which confused me a bit first, till I remembered what the tty serial was firstly used for... *sound of the modem in my head*

#116 Hardware & System Configuration » [solved, add user to right group] Lasercutter and Lightburn » 2021-09-14 17:19:34

mclien
Replies: 2

I'm trying to get my devuan notebook to connect to may Lasercutter.
Software that came with the cutter is Lightburn and I can transfer files by using a thumb drive (copy the *.rd file onto it and the plug the drive into the cutter). But there is an interface to connect the cutter directly to USB (similar to a printer)
I have already installed pmount, so users are able to mount usb devices. The connection to the cutter is shown in the logs:

Sep 14 19:02:16 devuan kernel: [  526.280262] usb 3-1: new full-speed USB device number 3 using xhci_hcd
Sep 14 19:02:16 devuan kernel: [  526.481475] usb 3-1: New USB device found, idVendor=0403, idProduct=6001, bcdDevice= 6.00
Sep 14 19:02:16 devuan kernel: [  526.481483] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 14 19:02:16 devuan kernel: [  526.481486] usb 3-1: Product: FT245R USB FIFO
Sep 14 19:02:16 devuan kernel: [  526.481489] usb 3-1: Manufacturer: FTDI
Sep 14 19:02:16 devuan kernel: [  526.481492] usb 3-1: SerialNumber: AR0K2G0Z
Sep 14 19:02:17 devuan kernel: [  526.499597] ftdi_sio 3-1:1.0: FTDI USB Serial Device converter detected
Sep 14 19:02:17 devuan kernel: [  526.499684] usb 3-1: Detected FT232RL
Sep 14 19:02:17 devuan kernel: [  526.504635] usb 3-1: FTDI USB Serial Device converter now attached to ttyUSB0

So next step is installing "usbmodeswitch" to get usbserial?

#117 Re: Hardware & System Configuration » [SOLVED] Mounting and shutdown not allowed as normal user » 2021-09-14 17:12:30

yes. Thanks.
I normaly don't use this much, but now I have to set up a machine, which serves as the operating terminal for my lasercutter, which will be used by others, too.

So next step is automounting USB thumb drives.

#118 Re: Hardware & System Configuration » [SOLVED] Mounting and shutdown not allowed as normal user » 2021-09-14 16:34:56

well. I thought I found my solution, but no "usbpmout" in the repos (I assumed a typo, but no usbmount either).

running beowulf.

#119 Installation » Grub defect » 2021-05-08 17:09:17

mclien
Replies: 1

Notebook of my son (tuxedo)

We can manually start it from grub, but something is off.

set prefix=(hd0,gpt4)
set root=(hd0,gpt4)
insmod linux
insmod normal
normal

what bothers me is this:

~# lsblk
NAME           MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
sda              8:0    0 931.5G  0 disk  
├─sda1           8:1    0    34M  0 part  /boot/efi
├─sda2           8:2    0   7.5G  0 part  
│ └─sda2_crypt 254:1    0   7.5G  0 crypt [SWAP]
├─sda3           8:3    0 923.9G  0 part  
│ └─sda3_crypt 254:0    0 923.9G  0 crypt /
└─sda4           8:4    0   156M  0 part  /boot

We havn't done that delibrate, but the sd4 and sda1 having a /boot part seems off.

It is running beowulf, freshly updated.

Any hints where to start fixing?

#120 Other Issues » spacenavd missing » 2021-02-27 21:45:49

mclien
Replies: 1

As I'm about to do more 3D CAD and stuff, I' (finally) try to use a "Spacemouse".

There is free software for that:
http://spacenav.sourceforge.net/
And it was in the repos till debian 9 and is again in 11. Here is the reason:
https://tracker.debian.org/news/1021360 … m-testing/

So my question: Is there any way that this will be in beowulf backports some time. I myself sadly have next to no knowledge in packaging and alike.

#121 Re: Hardware & System Configuration » Graphic on a Thinkpad with NVidia card » 2021-02-27 21:30:23

The BIOS on my specific machine has no BIOS setting
Config → Display → Graphics Device
hence no "discrete"
I think I should look into the Bumblebee stuff.

Is there a good way to find out, if this Notebook actually has a Nvidia Optimus feature?

#122 Re: News & Announcements » How you can help Devuan » 2021-02-27 09:57:21

Somehow I still miss, if donations for devuan are non-profit donations, which are accountable as costs inside a company.
But since donations go to a non-proft organisation (dyne.org), it should be possible to get the according receipt?

#123 Re: Hardware & System Configuration » [100% SOLVED] Pulseaudio - I can't start it [100% SOLVED] » 2021-02-27 09:43:51

For me that is a Yes.
Needed the hint to release notes, but that's because I generally do my installs like this:
Install a minimal system and than all the things I want. Which for me is Fluxbox as WM, which needs the adjustment to pulseaudio mentioned in the release notes.

#124 Re: Hardware & System Configuration » Graphic on a Thinkpad with NVidia card » 2021-02-26 21:51:59

1. thanks for the hint
2. sadly this menu point is missing in my Thinkpad (T460p)

But I start to kinda like the idea of using the nvidia card only when necessary (power consumption wise)

(First I need to get a working docking station, which is a pain because there are docks with DP and DVI, which are mutually exclusive. In whatever universe that should make sense)

Board footer

Forum Software