What is Chromium doing in the background?

2025-05-20 Thread Richmond
This is the output from iotop: chromium --show-component-extension-options --enable-gpu-rasterization --no-default-browser-check --disable-pings --media-router=0 --enable-remote-extensions --load-extension chromium --show-component-extension-options --enable-gpu-rasterization --no-default

Re: 回复: [External] Re: Recall: Grub struct the OS reboot

2025-05-19 Thread to...@tuxteam.de
On Tue, May 20, 2025 at 05:53:31AM +, Kean Hai2 Ren | 任 海 wrote: > Hi Tomas, > > Thanks for your updates. Hi, Kean (is this the correct way to address you?) Thanks for your detailed description. Myself, I am not a grub expert, but with that description I'm sure someone around

Re: Recall: Grub struct the OS reboot

2025-05-19 Thread tomas
On Mon, May 19, 2025 at 05:49:34AM +, Kean Hai2 Ren | 任 海 wrote: > renh...@lenovo.com would like to recall the message, "Grub struct the OS > reboot". Hi, I read your first message, and couldn't make much sense of it. Quite possibly, others are in the same situation a

Recall: Grub struct the OS reboot

2025-05-19 Thread Kean Hai2 Ren | 任 海
renh...@lenovo.com would like to recall the message, "Grub struct the OS reboot".

Re: Grub struct the OS reboot

2025-05-19 Thread Dan Ritter
Kean Hai2 Ren | 任 海 wrote: > When I installed Debian 12.10 on my device : > CPU: 13th GenIntel Core i5-13500x20 > Graphic:Mesa intel UHD Graphics 770(ADL-S GT1) > Memery: 16G > During the installation, it works well, but after finishing the installation, > it will reboot, an

Grub struct the OS reboot

2025-05-19 Thread Kean Hai2 Ren | 任 海
Package: grub Version: 2.06 When I installed Debian 12.10 on my device : CPU: 13th GenIntel Core i5-13500x20 Graphic:Mesa intel UHD Graphics 770(ADL-S GT1) Memery: 16G During the installation, it works well, but after finishing the installation, it will reboot, and then it is stuck without

Re: ssh, where do the host come from

2025-05-18 Thread Greg Wooledge
tion ]; then > #. /etc/bash_completion > # fi > #fi > > $ Take a look at /etc/skel/.bashrc as well. You and I are not using the Debian default .bashrc file, obviously.

Re: ssh, where do the host come from

2025-05-17 Thread David Wright
from > > > > Assuming you are using bash (or another shell that does TAB > > completion) I think it's probably just a list of file and directory > > names in the current directory. > > > > Try doing the same in a different directory. > > No, it'

Re: ssh, where do the host come from

2025-05-17 Thread Greg Wooledge
On Sat, May 17, 2025 at 16:37:07 +0300, Henrik Ahlgren wrote: > and it is quite rare to SSH into localhost. It's not something I do on a daily basis, but I've done it several times, because it's an excellent way to test various things, such as changes to your dot files, sshd configuration, PAM con

Re: ssh, where do the host come from

2025-05-17 Thread Henrik Ahlgren
fxkl4...@protonmail.com writes: > and i also see it looks in ~/.ssh/known_hosts > i also have several i don't recognize You are probably wondering about the default IPv6 entries in /etc/hosts ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters Of

Re: ssh, where do the host come from

2025-05-16 Thread tomas
On Fri, May 16, 2025 at 09:02:03PM +, fxkl4...@protonmail.com wrote: > On Fri, 16 May 2025, to...@tuxteam.de wrote: [...] > thanks You are welcome :-) > i understand the no host hash in an industrial setting > but in a home network it seems unnecessary Well -- there are mixed

Re: ssh, where do the host come from

2025-05-16 Thread fxkl47BF
>> Alternately, hostnames may be stored in a hashed form which hides host names >> and addresses should the file's contents be disclosed. Hashed hostnames >> start with a ‘|’ character. Only one hashed hostname may appear on a single >> line and none of the above nega

Re: ssh, where do the host come from

2025-05-16 Thread Greg Wooledge
pletion) I think it's probably just a list of file and directory > names in the current directory. > > Try doing the same in a different directory. No, it's almost certainly programmable completion from the bash-completion package. It's installed and used by default in De

Re: ssh, where do the host come from

2025-05-16 Thread tomas
ames > and addresses should the file's contents be disclosed. Hashed hostnames > start with a ‘|’ character. Only one hashed hostname may appear on a single > line and none of the above negation or wildcard operators may be applied. > > i don't see how to change it Ah, no,

Re: ssh, where do the host come from

2025-05-16 Thread fxkl47BF
On Fri, 16 May 2025, to...@tuxteam.de wrote: > On Fri, May 16, 2025 at 04:09:10PM +, fxkl4...@protonmail.com wrote: > > [...] > >> as an aside >> in known_hosts there are many key fingerprints with no host identification >> is there a way to identify what host

Re: ssh, where do the host come from

2025-05-16 Thread tomas
On Fri, May 16, 2025 at 04:09:10PM +, fxkl4...@protonmail.com wrote: [...] > as an aside > in known_hosts there are many key fingerprints with no host identification > is there a way to identify what host the fingerprint is for The file format is described in man 8 sshd. Those

Re: ssh, where do the host come from

2025-05-16 Thread fxkl47BF
oposed tab completions of various > programs, all starting with ssh. > > If I type 'ssh' I get proposed IP addresses and host > names as arguments to ssh. The seem to be hosts on my local network, > hosts I have in ~/.ssh/config>, and some I don't recognize. and i al

Re: ssh, where do the host come from

2025-05-16 Thread basti
Hello, first of all they come from ~/.ssh/config and there includes, if there. Or they come from /etc/hosts. Best Regards, On 16.05.25 16:56, fxkl4...@protonmail.com wrote: when i type ssh and two tabs i get a list of host numeric and names where do they come from

Re: ssh, where do the host come from

2025-05-16 Thread Chris Green
fxkl4...@protonmail.com wrote: > when i type ssh and two tabs i get a list of host > numeric and names > where do they come from Assuming you are using bash (or another shell that does TAB completion) I think it's probably just a list of file and directory names in the current di

Re: ssh, where do the host come from

2025-05-16 Thread Charles Curley
#x27;ssh' I get proposed IP addresses and host names as arguments to ssh. The seem to be hosts on my local network, hosts I have in ~/.ssh/config>, and some I don't recognize. All these are provided by bash tab completion, provided bu the package bash-completion, and you may search on that

Re: ssh, where do the host come from

2025-05-16 Thread Dan Ritter
fxkl4...@protonmail.com wrote: > when i type ssh and two tabs i get a list of host > numeric and names > where do they come from Assuming that your shell is bash, it comes from the bash tab completion function, which has an optional package: bash-completion/stable,now 1:2

ssh, where do the host come from

2025-05-16 Thread fxkl47BF
when i type ssh and two tabs i get a list of host numeric and names where do they come from

Re: When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-05-11 Thread Serkan Kurt
Unfortunately, after updates this solution does not work. 16 Nis 2025 Çar 17:44 tarihinde şunu yazdı: > Serkan Kurt wrote: > > (Solved) Hello. I solved the problem as follows; > > I'm pleased to hear you solved the problem :) > > > 1- I created a file named "d

Re: How do I start the Handbrake GUI?

2025-04-26 Thread Brad Rogers
On Sat, 26 Apr 2025 13:06:42 + David wrote: Hello David, >So the issue arose because DMO splits 'handbrake' into 3 packages >(handbrake, handbrake-cli,handbrake-gtk) one of which contains nothing >executable. Whereas Debian uses only 2 packages and puts the GUI >versi

Re: How do I start the Handbrake GUI?

2025-04-26 Thread David
had an > issue that I couldn't overcome whilst using DMO. Hi, according to [1], the DMO 'handbrake' package contains nothing executable at all, and according to [2] it appears to have epoch=1, which I suspect will take precedence over the Debian package of the same name which actual

Re: How do I start the Handbrake GUI?

2025-04-26 Thread Brad Rogers
Regards _ "Valid sig separator is {dash}{dash}{space}" / ) "The blindingly obvious is never immediately apparent" / _)rad "Is it only me that has a working delete key?" No rotten apple's gonna spoil my fun Get The Funk Out - Extreme pgpq6K9UHFz_T.pgp Description: OpenPGP digital signature

Re: How do I start the Handbrake GUI?

2025-04-26 Thread David
e out how to use it. > > Install handbrake-gtk. > > > > The entry for Handbrake should be found in Multimedia. > > Thanks. That got it. Because you are running this: https://www.deb-multimedia.org/dists/testing/main/binary-arm64/package/handbrake which is not package

Re: How do I start the Handbrake GUI?

2025-04-26 Thread Gary Dale
On 2025-04-26 07:32, Brad Rogers wrote: On Fri, 25 Apr 2025 12:15:41 -0400 Gary Dale wrote: Hello Gary, I'm running Debian/Trixie on an AMD64 system. I recently installed Handbrake but can't figure out how to use it. Install handbrake-gtk. The entry for Handbrake should b

Re: How do I start the Handbrake GUI?

2025-04-26 Thread Gary Dale
On 2025-04-25 15:22, Eben King wrote: On 4/25/25 12:15, Gary Dale wrote: I'm running Debian/Trixie on an AMD64 system. I recently installed Handbrake but can't figure out how to use it. The issue is that there is no menu entry for it on my Plasma desktop menu and the command li

Re: How do I start the Handbrake GUI?

2025-04-26 Thread Gary Dale
On 2025-04-25 20:39, David wrote: On Fri, 25 Apr 2025 at 16:55, Gary Dale wrote: I'm running Debian/Trixie on an AMD64 system. I recently installed Handbrake but can't figure out how to use it. The issue is that there is no menu entry for it on my Plasma desktop menu and the co

Re: How do I start the Handbrake GUI?

2025-04-26 Thread Brad Rogers
On Fri, 25 Apr 2025 12:15:41 -0400 Gary Dale wrote: Hello Gary, >I'm running Debian/Trixie on an AMD64 system. I recently installed >Handbrake but can't figure out how to use it. Install handbrake-gtk. The entry for Handbrake should be found in Multimedia. -- Regards _

Re: How do I start the Handbrake GUI?

2025-04-26 Thread Gary Dale
On 2025-04-25 13:06, Timothy M Butterworth wrote: On Fri, Apr 25, 2025 at 12:55 PM Gary Dale wrote: I'm running Debian/Trixie on an AMD64 system. I recently installed Handbrake but can't figure out how to use it. The issue is that there is no menu entry for it on

Re: How do I start the Handbrake GUI?

2025-04-25 Thread David
On Fri, 25 Apr 2025 at 16:55, Gary Dale wrote: > I'm running Debian/Trixie on an AMD64 system. I recently installed > Handbrake but can't figure out how to use it. > > The issue is that there is no menu entry for it on my Plasma desktop > menu and the command line pro

Re: How do I start the Handbrake GUI?

2025-04-25 Thread Eben King
On 4/25/25 12:15, Gary Dale wrote: I'm running Debian/Trixie on an AMD64 system. I recently installed Handbrake but can't figure out how to use it. The issue is that there is no menu entry for it on my Plasma desktop menu and the command line program has too many options for

Re: How do I start the Handbrake GUI?

2025-04-25 Thread Timothy M Butterworth
On Fri, Apr 25, 2025 at 12:55 PM Gary Dale wrote: > I'm running Debian/Trixie on an AMD64 system. I recently installed > Handbrake but can't figure out how to use it. > > The issue is that there is no menu entry for it on my Plasma desktop > menu and the command line pro

How do I start the Handbrake GUI?

2025-04-25 Thread Gary Dale
I'm running Debian/Trixie on an AMD64 system. I recently installed Handbrake but can't figure out how to use it. The issue is that there is no menu entry for it on my Plasma desktop menu and the command line program has too many options for me to sort through. I was hoping the GUI

Re: When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-04-16 Thread Jeffrey Walton
On Wed, Apr 16, 2025 at 8:27 AM Jan Claeys wrote: > > On Tue, 2025-04-15 at 20:47 +0100, debian-u...@howorth.org.uk wrote: > > Jan Claeys wrote: > > > On Sun, 2025-04-06 at 17:42 +0300, Serkan Kurt wrote: > > > > Hello. A USBA (ss) wireless mouse is connec

Re: When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-04-16 Thread debian-user
Serkan Kurt wrote: > (Solved) Hello. I solved the problem as follows; I'm pleased to hear you solved the problem :) > 1- I created a file named "disable_usb3.conf" in the > "/etc/modprobe.d/" directory. > 2- I added the line "options xhci_hcd no_usb3=1

Re: When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-04-16 Thread Jan Claeys
On Tue, 2025-04-15 at 20:47 +0100, debian-u...@howorth.org.uk wrote: > Jan Claeys wrote: > > On Sun, 2025-04-06 at 17:42 +0300, Serkan Kurt wrote: > > > Hello. A USBA (ss) wireless mouse is connected to the laptop. > > > When I connect a WD Element 1 TB or WD Element

Re: When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-04-15 Thread debian-user
Jan Claeys wrote: > On Sun, 2025-04-06 at 17:42 +0300, Serkan Kurt wrote: > > Hello. A USBA (ss) wireless mouse is connected to the laptop. When I > > connect a WD Element 1 TB or WD Element 4 TB external disk to the > > other USBA (ss) port, the working distance of the mou

Re: When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-04-15 Thread Jan Claeys
On Sun, 2025-04-06 at 17:42 +0300, Serkan Kurt wrote: > Hello. A USBA (ss) wireless mouse is connected to the laptop. When I > connect a WD Element 1 TB or WD Element 4 TB external disk to the > other USBA (ss) port, the working distance of the mouse drops to > about 0.5 meters. Normal

Re: Reverting back to the previous Chromium version

2025-04-12 Thread Greg Wooledge
On Sat, Apr 12, 2025 at 10:31:26 +0200, local10 wrote: > Apr 12, 2025, 05:44 by cbr...@t-online.de: > > > You could grab the .deb files from snapshot.debian.org > > Thanks, I found Cromium files I needed there and copied them to > "/var/cache/apt/archives/". I kn

Re: Reverting back to the previous Chromium version

2025-04-12 Thread local10
Apr 12, 2025, 05:44 by cbr...@t-online.de: > You could grab the .deb files from snapshot.debian.org > Thanks, I found Cromium files I needed there and copied them to "/var/cache/apt/archives/". I know I can install them with dpkg but can it be done with aptitude? Somehow apti

Re: Reverting back to the previous Chromium version

2025-04-11 Thread Christian Britz
You could grab the .deb files from snapshot.debian.org Am 12.04.25 um 06:12 schrieb local10: Hi, Is there an easy way to revert back to the previous version of Chromium? I'm running Debian 12 Bookworm. I tried the following but it didn't work: # aptitude install chromium=135.0

Reverting back to the previous Chromium version

2025-04-11 Thread local10
Hi, Is there an easy way to revert back to the previous version of Chromium? I'm running Debian 12 Bookworm. I tried the following but it didn't work:  # aptitude install chromium=135.0.7049.52-1~deb12u1 Unable to find a version "135.0.7049.52-1~deb12u1" for the package

Re: When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-04-10 Thread Serkan Kurt
(Solved) Hello. I solved the problem as follows; 1- I created a file named "disable_usb3.conf" in the "/etc/modprobe.d/" directory. 2- I added the line "options xhci_hcd no_usb3=1" to the file and saved it. 3- I restarted the system. After the above steps, I plugged

Re: When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-04-08 Thread Anssi Saari
"James H. H. Lampert" writes: > On 4/7/25 9:23 AM, Serkan Kurt wrote: > . . . >> Can the USB3 port be used with the USB2 protocol in terms of software? > > I've never heard of USB breaking compatibility with prior versions. Uncommon to be sure but I remember

Re: When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-04-08 Thread James H. H. Lampert
On 4/7/25 9:23 AM, Serkan Kurt wrote: . . . Can the USB3 port be used with the USB2 protocol in terms of software? I've never heard of USB breaking compatibility with prior versions. -- JHHL

Re: When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-04-07 Thread Stefan Monnier
> I have done after rebooting and didn't see anything, well dmesg, is that the > same as the kernel log? > I assumed that if the system was frozen nothing would be written. Keep > meaning to organise it so I can ssh into it if it happens. Is > very infrequent. Oh, wait: is

Re: When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-04-07 Thread mick.crane
On 2025-04-07 15:34, Stefan Monnier wrote: I occasionally have the wireless mouse and the USB keyboard freeze with XFCE/Bookworm when plug in a (powered) external disk to a USB port. I've ordered a powered USB hub and will see if it stops happening. Assuming the external USB disk is i

Re: When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-04-07 Thread Serkan Kurt
Thank you for everyone's interest. I wrapped the external disk and its cable with aluminum foil. This process provided a distance of about 10 cm. I do not have a USB hub with external power. Unfortunately, I cannot find a quality USBA, male, female cable anytime soon. As far as I know,

Re: When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-04-07 Thread Stefan Monnier
> I occasionally have the wireless mouse and the USB keyboard freeze with > XFCE/Bookworm when plug in a (powered) external disk to a USB port. I've > ordered a powered USB hub and will see if it stops happening. Assuming the external USB disk is indeed using its own power, thi

Re: When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-04-07 Thread mick.crane
On 2025-04-06 16:07, Nicolas George wrote: Serkan Kurt (HE12025-04-06): Hello. A USBA (ss) wireless mouse is connected to the laptop. When I connect a WD Element 1 TB or WD Element 4 TB external disk to the other USBA (ss) port, the working distance of the mouse drops to about 0.5 meters

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250404)

2025-04-06 Thread Charles Curley
On Sun, 6 Apr 2025 10:54:48 -0700 Will Mengarini wrote: > >> * If you are replying to a post, please … cut out extra text that > >> is not relevant to your point. > >> While you are commenting on Mr. Cater's FAQ, it would be nice to pay attention to it. -- Does anybody read signatures any more

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250404)

2025-04-06 Thread Will Mengarini
* Jeffrey Walton [25-04/05=Sat 00:52 -0400]: > Still missing a topic or discussion of "SOLVED" in the subject. Or a diff. > On Fri, Apr 4, 2025 at 8:47 PM Andrew M.A. Cater wrote: >> >> Debian-user is a mailing list provided for support for Debian users, >&g

Re: When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-04-06 Thread debian-user
Nicolas George wrote: > Serkan Kurt (HE12025-04-06): > > Hello. A USBA (ss) wireless mouse is connected to the laptop. When I > > connect a WD Element 1 TB or WD Element 4 TB external disk to the > > other USBA (ss) port, the working distance of the mouse drops to > >

Re: When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-04-06 Thread Nicolas George
Serkan Kurt (HE12025-04-06): > Hello. A USBA (ss) wireless mouse is connected to the laptop. When I > connect a WD Element 1 TB or WD Element 4 TB external disk to the other > USBA (ss) port, the working distance of the mouse drops to about 0.5 > meters. Normally 10 meters. The lapto

Re: When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-04-06 Thread Henning Follmann
On Sun, Apr 06, 2025 at 05:42:19PM +0300, Serkan Kurt wrote: > Hello. A USBA (ss) wireless mouse is connected to the laptop. When I > connect a WD Element 1 TB or WD Element 4 TB external disk to the other > USBA (ss) port, the working distance of the mouse drops to about 0.5 > meters.

When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-04-06 Thread Serkan Kurt
Hello. A USBA (ss) wireless mouse is connected to the laptop. When I connect a WD Element 1 TB or WD Element 4 TB external disk to the other USBA (ss) port, the working distance of the mouse drops to about 0.5 meters. Normally 10 meters. The laptop has 2 USBA (ss) ports. The two ports are side by

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250404)

2025-04-05 Thread Greg
On 2025-04-05, Jeffrey Walton wrote: > Still missing a topic or discussion of "SOLVED" in the subject. > We're all waiting for Gene to put "SOLVED" on his never-ending network of threads. But what would it would mean or communicate to future anthropologists rem

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250404)

2025-04-04 Thread Jeffrey Walton
Still missing a topic or discussion of "SOLVED" in the subject. On Fri, Apr 4, 2025 at 8:47 PM Andrew M.A. Cater wrote: > > Debian-user is a mailing list provided for support for Debian users, > and to facilitate discussion on relevant topics. > > Codes of Conduct >

Monthly FAQ for the Debian-user mailing list (last modified 20250404)

2025-04-04 Thread Andrew M.A. Cater
Debian-user is a mailing list provided for support for Debian users, and to facilitate discussion on relevant topics. Codes of Conduct * The list is a Debian communication forum. As such, it is subject to both the Debian mailing list Code of Conduct and the main Debian Code of

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250301)

2025-04-01 Thread Jeffrey Walton
On Tue, Apr 1, 2025 at 8:57 PM Andrew M.A. Cater wrote: > > On Tue, Apr 01, 2025 at 06:17:38PM -0400, Jeffrey Walton wrote: > > I see the changing of title or subject to add things like "SOLVED" is > > not included in the FAQ. > > > > Can we infer it is fr

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250301)

2025-04-01 Thread Jeffrey Walton
I see the changing of title or subject to add things like "SOLVED" is not included in the FAQ. Can we infer it is frowned upon or unwanted? On Tue, Apr 1, 2025 at 6:12 PM Andrew M.A. Cater wrote: > > Debian-user is a mailing list provided for support for Debian users, >

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250301)

2025-04-01 Thread Andrew M.A. Cater
On Tue, Apr 01, 2025 at 06:17:38PM -0400, Jeffrey Walton wrote: > I see the changing of title or subject to add things like "SOLVED" is > not included in the FAQ. > > Can we infer it is frowned upon or unwanted? > Good evening Jeffrey, No, I don't think you ca

Monthly FAQ for the Debian-user mailing list (last modified 20250301)

2025-04-01 Thread Andrew M.A. Cater
Debian-user is a mailing list provided for support for Debian users, and to facilitate discussion on relevant topics. Codes of Conduct * The list is a Debian communication forum. As such, it is subject to both the Debian mailing list Code of Conduct and the main Debian Code of

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250301)

2025-03-05 Thread Anssi Saari
David writes: > Given that this infrastructure exists and is being used by most people > involved with producing Debian, it surprises me to hear talk of posting > diffs to the mailing list, which requires too much effort by both writers > and readers IMHO. Too much effort? I don&

Re: shall I use the latest opensource software?

2025-03-04 Thread Timothy M Butterworth
On Tue, Mar 4, 2025 at 8:23 PM tim wade wrote: > do you use the latest big data software in debian 12? including > hadoop-3.4, hive-4.0, spark-3.5 etc. > > I am asking this is b/c I still keep using the older versions for them. > They are hadoop-3.3.6, hive-3.1.3 and spark-3.4.4

shall I use the latest opensource software?

2025-03-04 Thread tim wade
do you use the latest big data software in debian 12? including hadoop-3.4, hive-4.0, spark-3.5 etc. I am asking this is b/c I still keep using the older versions for them. They are hadoop-3.3.6, hive-3.1.3 and spark-3.4.4. I am just not sure if i will upgrade them to the latest. Thanks

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250301)

2025-03-04 Thread David
On Tue, 4 Mar 2025 at 13:26, The Wanderer wrote: > On 2025-03-04 at 03:24, Anssi Saari wrote: > > David writes: > >> It would assist everyone to follow changes to this "Monthly FAQ" > >> document if it can be hosted somewhere that provides dif

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250301)

2025-03-04 Thread Lee
gt; I don't see a problem with just posting the diffs. Preferably in unified > format. +1 for posting the diffs at the beginning of the monthly email Lee

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250301)

2025-03-04 Thread The Wanderer
On 2025-03-04 at 03:24, Anssi Saari wrote: > David writes: > >> It would assist everyone to follow changes to this "Monthly FAQ" >> document if it can be hosted somewhere that provides diffs, such as >> salsa.debian.org, or wiki.debian.org. > > I don

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250301)

2025-03-04 Thread Anssi Saari
David writes: > It would assist everyone to follow changes to this "Monthly FAQ" > document if it can be hosted somewhere that provides diffs, such > as salsa.debian.org, or wiki.debian.org. I don't see a problem with just posting the diffs. Preferably in unified format.

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250301)

2025-03-03 Thread David
e to follow changes to this "Monthly FAQ" document if it can be hosted somewhere that provides diffs, such as salsa.debian.org, or wiki.debian.org. That would also provide the benefit of a URL, so that it could be linked from other documents.

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250301)

2025-03-03 Thread Will Mengarini
This kind of information popos/pts/4 bash ~ 08:54 0$diff -b debfaq--2025-0{2,3}-01 88c88,90 < world. Off-topic arguments also have a habit of derailing useful discussion. --- > world. > > Off-topic arguments also have a habit of derailing useful discussion. 15

Re: where does the this file belong on a debian12uptodateamd64system?

2025-03-03 Thread gene heskett
On 3/3/25 10:08, Andy Smith wrote: Hi, On Mon, Mar 03, 2025 at 09:49:30AM -0500, gene heskett wrote: Now I wait for trixie in thhe hope that I can convince it to NOT install brltty and orca just because the ONLY usb socket is occupied by a logitek wireless mouse button. They are not

Re: where does the this file belong on a debian 12uptodateamd64system?

2025-03-03 Thread Andy Smith
Hi, On Mon, Mar 03, 2025 at 09:49:30AM -0500, gene heskett wrote: > Now I wait for trixie in thhe hope that I can convince it to NOT > install brltty and orca just because the ONLY usb socket is occupied > by a logitek wireless mouse button. They are not removable/purgeable > w/o scr

Re: where does the this file belong on a debian 12uptodateamd64system?

2025-03-03 Thread gene heskett
est making a script named prusa-slicer that executes that command and putting it in /usr/local/bin. Most users will launch GUI Flatpak programs from the desktop environment shell rather than the command line. For instance, in GNOME, you can press the "Windows" key, type the program'

Re: where does the this file belong on a debian 12uptodateamd64system?

2025-03-03 Thread Henrik Ahlgren
gene heskett writes: > An ls -lR of /var/lin/flatpack | wc -l shows: > > gene@coyote:~$ ls -R /var/lib/flatpak|wc -l > 44889 > Nearly 45000 files for one app That's primarily due to the runtime (org.gnome.Platform), which indeed adds considerable overhead for a single ap

Re: where does the this file belong on a debian 12uptodateamd64system?

2025-03-02 Thread gene heskett
rusa-slicer that executes that command and putting it in /usr/local/bin. This is all documented on the prusa site and the flathub prusa page. To remove a flathub package type "sudo flathub uninstall ". Its all purged after I found the 45000 file install of what in AppImage is one fi

Re: where does the this file belong on a debian 12uptodateamd64system?

2025-03-02 Thread Henrik Ahlgren
named prusa-slicer that executes that command and > putting it in /usr/local/bin. Most users will launch GUI Flatpak programs from the desktop environment shell rather than the command line. For instance, in GNOME, you can press the "Windows" key, type the program's name, and hit En

Re: where does the this file belong on a debian 12uptodateamd64system?

2025-03-02 Thread John Hasler
nd and putting it in /usr/local/bin. This is all documented on the prusa site and the flathub prusa page. To remove a flathub package type "sudo flathub uninstall ". -- John Hasler j...@sugarbit.com Elmwood, WI USA

Re: where does the this file belong on a debian 12uptodateamd64system?

2025-03-02 Thread gene heskett
On 3/2/25 16:34, John Hasler wrote: gene writes: I've done that. Where did you get the debian flatpak? Tn Debian flatpak *package*. Type apt-cache show flatpak Flatpak is the tool that you use to install flatpaks. The flatpaks themselves do not come from the Debian archive

Re: where does the this file belong on a debian 12uptodateamd64system?

2025-03-02 Thread John Hasler
gene writes: > I've done that. Where did you get the debian flatpak? Tn Debian flatpak *package*. Type apt-cache show flatpak Flatpak is the tool that you use to install flatpaks. The flatpaks themselves do not come from the Debian archive. To install flatpak type sudo apt

Re: where does the this file belong on a debian 12uptodateamd64system?

2025-03-02 Thread gene heskett
Not nice of them, no. Agreed. 2.8.1, the last AppImage, still runs just fine, after the freeze/delay of course. I was hoping that 2.9.0 would address 2 or three obvious warts 2.8.1 has.  Tnx Tomas. Cheers Cheers, Gene Heskett, CET. -- "There are four boxes to be used in defense of libe

Re: where does the this file belong on a debian 12uptodateamd64system?

2025-03-02 Thread gene heskett
On 3/2/25 12:07, John Hasler wrote: I just now installed PrusaSlicer by installing the Debian flatpak package and following the instructions on the prusa site. The only perquisite I see is "sudo apt install flatpak" I've done that. Where did you get the debian flatpak? Tnx .

Re: where does the this file belong on a debian 12 uptodateamd64system?

2025-03-02 Thread tomas
On Sun, Mar 02, 2025 at 10:01:17AM -0500, gene heskett wrote: [...] I lost track, with all those side tracks with ff and vpns and things, but my tentative diagnosis is that prusa broke your Debian. But then that's OK because you told it to do so. Not nice of them, no. Cheers -- t signature.a

Re: where does the this file belong on a debian 12 uptodateamd64system?

2025-03-02 Thread John Hasler
I just now installed PrusaSlicer by installing the Debian flatpak package and following the instructions on the prusa site. The only perquisite I see is "sudo apt install flatpak". -- John Hasler j...@sugarbit.com Elmwood, WI USA

Re: where does the this file belong on a debian 12 uptodateamd64system?

2025-03-02 Thread gene heskett
accepted by debian? What do you mean by "accepted"? The proliferation of formats, all apparently intended to make one code run on all "linux" machines by supplying (theoretically) all dependencies with one bloated download has arrived, there are at least a dozen vpn's that

Re: where does the this file belong on a debian 12 uptodate amd64system?

2025-03-02 Thread John Hasler
Gene writes: > And this is to indicate that flatpaks will not be accepted by debian? > Installing that is one of the steps listed as a prerequisite to > installing the flatpak version of PrusaSlicer-2.9.0 in a debian 12 > system. Install the Debian flatpak package and use the flatpa

Re: where does the this file belong on a debian 12 uptodate amd64system?

2025-03-02 Thread didier gaumet
Le 02/03/2025 à 08:11, gene heskett a écrit : On 3/2/25 01:40, to...@tuxteam.de wrote: On Sat, Mar 01, 2025 at 04:42:22PM -0500, gene heskett wrote: flathub.flatpakrepo Nowhere. And this is to indicate that flatpaks will not be accepted by debian? Installing that is one of the steps listed

Re: where does the this file belong on a debian 12 uptodate amd64system?

2025-03-02 Thread tomas
cepted by debian? What do you mean by "accepted"? Your box, your rules. There is no Debian police kicking down your door if you *dare* to install something else on top (on the contrary, Debian goes out of its way to make it possible for you to tinker. That's why it imposes pretty

Re: where does the this file belong on a debian 12 uptodate amd64system?

2025-03-01 Thread Geert Stappers
ccepted by debian? XY-problem comfirmed. > Installing that is one of the steps listed as a prerequisite to installing > the flatpak version of PrusaSlicer-2.9.0 in a debian 12 system.  There are > several flatpak utils available for debian 12 in the synaptic menu. So this > is confus

Re: where does the this file belong on a debian 12 uptodate amd64system?

2025-03-01 Thread gene heskett
On 3/2/25 01:40, to...@tuxteam.de wrote: On Sat, Mar 01, 2025 at 04:42:22PM -0500, gene heskett wrote: flathub.flatpakrepo Nowhere. And this is to indicate that flatpaks will not be accepted by debian? Installing that is one of the steps listed as a prerequisite to installing the flatpak

Re: where does the this file belong on a debian 12 uptodate amd64 system?

2025-03-01 Thread tomas
On Sat, Mar 01, 2025 at 04:42:22PM -0500, gene heskett wrote: > flathub.flatpakrepo Nowhere. Cheers -- t signature.asc Description: PGP signature

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250301)

2025-03-01 Thread Patrick Wiseman
On Sat, Mar 1, 2025, 9:12 PM Jeffrey Walton wrote: > You might want to add a bullet point addressing folks adding "SOLVED" > and similar to titles. Either allow it or forbid it. But write it down > so everyone knows what the policy is. > > I recommend the list forbid it

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250301)

2025-03-01 Thread Andy Smith
Hi, On Sun, Mar 02, 2025 at 12:18:36AM +, Andrew M.A. Cater wrote: > [SOLVED] "Can't configure network on Debian - please advise" > > would make it a lot easier to find answers on some of the longer > threads concerning problems. As ever, opinions may vary and i&#

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250301)

2025-03-01 Thread Roberto C . Sánchez
On Sun, Mar 02, 2025 at 12:18:36AM +, Andrew M.A. Cater wrote: > > There is something to be said for it if you have a long thread > where the topic or subject is initially imprecise - a hypothetical > example follows: > > "Can't configure network on Debian -

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250301)

2025-03-01 Thread Andrew M.A. Cater
On Sat, Mar 01, 2025 at 06:05:41PM -0500, Jeffrey Walton wrote: > You might want to add a bullet point addressing folks adding "SOLVED" > and similar to titles. Either allow it or forbid it. But write it down > so everyone knows what the policy is. > Hi Jeff, I thought

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250301)

2025-03-01 Thread Jeffrey Walton
You might want to add a bullet point addressing folks adding "SOLVED" and similar to titles. Either allow it or forbid it. But write it down so everyone knows what the policy is. I recommend the list forbid it. A mailing list is not a forum, like BB. Jeff On Sat, Mar 1, 2025 at 4:07

  1   2   3   4   5   6   7   8   9   10   >