Do any of you know that the code is for the "List All Tabs Button" in Sealion? I want to create a keybinding with the Dorando Keyconfig Extension.
I know for Pale Moon and Basilisk it's:
Code: Select all
allTabs.open();
Moderators: trava90, athenian200
Code: Select all
allTabs.open();
So weird, why do you think this is happening? VPN or ISP?
Most Linux DE (Desktop Environments ) now have switched to GTK3 - is there a change your SeaLion will do that, too?
(highlighting by me)https://www.techwarrant.com › sealion-linux-monitoring-tool
SeaLion - Linux Monitoring Tool - TechWarrant
SeaLion is a Linux monitoring tool. Sealion used for quickly diagnose issues with multiple Linux servers. It's very simple to use. You can use this by just opening a web browser and the output of standard commands becomes available in a tabbed interface.
https://www.reddit.com › r › linux › comments › 2zgn7p › sealion_linux_server_monitoring_tool_gets_a_major
SeaLion - Linux server monitoring tool gets a major revamp
Correct me if I'm wrong, but I think SeaLion is being maintained by the user, "wicknix".
How new are you to Linux? Running a browser from an extracted folder is hardly going to "bloat" your linux install. And a dev can call his/her project what he/she wants
You're correct, that was a mistake my me, that part should not have read "SeaLion".Night Wing wrote: ↑2023-09-17, 12:27Correct me if I'm wrong, but I think SeaLion is being maintained by the user, "wicknix".
Often missing dependencies are larger in size than the program itself.
I believe you on the dependency part, but what dependencies for Sealion are so big that it bloats your system?
My apologies, you are definitely not new to Linux. You have a good 12 years more on Linux than I do.
For that I would have to install it my usual way. And that means not explode some tar ball into a local folder but create a module out of it, since I run a Slackware-based Live-Linux, and using modules need no RAM as long as large parts of a certain activated module are unused. Only having 4 GB of RAM is by today's standard on the lower end, but Porteus and XFCE as its DE helps me a lot in that regard.
Apology accepted, no big deal. Let bygones be bygones.
I understand, I also share some Porteus modules that are custom set programs that fit my personal need and where I think could be helpful to others.wicknix wrote: ↑2023-09-19, 00:48Since SeaLion's primary target is MacOS, and because i loath gtk3/gtk4, it will not be built with gtk3 until gtk2 support is removed from UXP, which i hope is never. My other systems include old PowerPC Macs that now run Linux, and various 2010 or older x86 machines also running Linux. I provide builds of what i personally use. The source is available if you'd like to build it with gtk3 however.![]()
When you use Linux, there is a GTK2 version of Palemoon and a GTK3 version, so you can test it out for yourself:
(highlighting by me)palemoon-32.4.0.1.linux-x86_64-gtk2.tar.xz
cc1bf839d97f3285e49c2cb8246c38c399f2872d39f03e672319efd5f8e1356c
palemoon-32.4.0.1.linux-x86_64-gtk3.tar.xz
74cba8ceeb59cc388c4895ab48310d34890e67b55dc5b730564ac890ea741d6c
Did you ever compare the very same Linux PM version of GTK2 and GTK3 with each other?
Code: Select all
user_pref("browser.sessionstore.cache_behavior", 2);
user_pref("browser.startup.page", 3);