Search found 83 matches

by watchdog
Mon Jan 01, 2024 7:00 am
Forum: Browsers
Topic: How to build the AppDir from snap package of signal-desktop
Replies: 9
Views: 2560

Re: How to build the AppDir from snap package of signal-desktop

signal-desktop-6.42.1-x86_64.sfs:

https://drive.google.com/file/d/1BGWCKI ... sp=sharing

Working in S15Pup64. From PcLinuxOs.

by watchdog
Thu Oct 19, 2023 4:04 am
Forum: Documents
Topic: OpenOffice 4.1.15 - 64-bit AND 32-bit, packaged in ROXapp 'portable' format...
Replies: 7
Views: 2456

Re: OpenOffice 4.1.14 - 64-bit, packaged in ROXapp 'portable' format...

openoffice-4.1.14-en_US-amd64.sfs:

https://drive.google.com/file/d/1b-25KQ ... share_link

I copied the desktop integration from a previous version. Let me know if it works for you.

by watchdog
Thu Oct 19, 2023 2:57 am
Forum: Documents
Topic: OpenOffice 4.1.15 - 64-bit AND 32-bit, packaged in ROXapp 'portable' format...
Replies: 7
Views: 2456

Re: OpenOffice 4.1.14 - 64-bit, packaged in ROXapp 'portable' format...

I had built the openoffice sfs some months ago for the italian localization. I used a modded version of the old alien2puppy script from @01micko. Here it is:

https://www.italianpuppy.org/community/ ... pic=1624.0

by watchdog
Mon Sep 25, 2023 9:41 am
Forum: Browsers
Topic: How to open link from Telegram to defaultbrowser
Replies: 1
Views: 1511

Re: How to open link from Telegram to defaultbrowser

To open links in Telegram to defaultemail: open in geany /usr/share/applications/mimeapps.list and append the following line:

x-scheme-handler/mailto=defaultemail.desktop

Then open /usr/share/applications/defaultemail.desktop in geany and change the Exec line to:

Exec=defaultemail %u

Restart ...
by watchdog
Sun Aug 13, 2023 4:44 pm
Forum: Bug Reports
Topic: Bug in Xlock?
Replies: 1
Views: 1590

Re: Bug in Xlock?

Found the bug:

https://bugs.archlinux.org/task/61704

I'm now using the slackware 15.0 package of xlockmore.

by watchdog
Mon Jul 31, 2023 12:42 pm
Forum: Utility
Topic: Manual Screensaver in console no X
Replies: 1
Views: 1628

Re: Manual Screensaver in console no X

I have found on the web a script which I modified to toggle the screen on and off with a combination of keys.

togglescreenvbe:

# turn screens off/on
# (ɔ) alex cabal

screenOffLockFile=/tmp/screen-off-lock

if [ -f $screenOffLockFile ];
then
rm $screenOffLockFile
else
touch $screenOffLockFile ...
by watchdog
Sun Jul 30, 2023 5:15 am
Forum: Utility
Topic: Manual Screensaver in console no X
Replies: 1
Views: 1628

Manual Screensaver in console no X

Install by Package Manager vbetool for your puppy. Edit with geany /root/.jwm/jwmrc-personal inserting the following two lines:

<Key mask="C" key="F10">exec:screensaveron</Key>
<Key mask="C" key="F11">exec:screensaveroff</Key>

Put in /usr/bin the following two script screensaveron:

#!/bin/sh ...
by watchdog
Thu Jul 27, 2023 2:42 pm
Forum: Users Help
Topic: How to ask for root password every time X starts?
Replies: 2
Views: 285

Re: Ask for root password every time X starts

Roughly, I renamed /usr/bin/xwin as xwin-exec and created a script in /usr/bin named xwin with the following content:

#!/bin/sh
echo -n "Password: "
read -rs password
echo
if [[ "$password" == "xxxxxxxxx" ]]; then
echo "Password correct!"
/usr/bin/xwin-exec
else
echo "Password wrong."
reboot ...
by watchdog
Thu Jul 27, 2023 2:05 pm
Forum: Users Help
Topic: How to ask for root password every time X starts?
Replies: 2
Views: 285

How to ask for root password every time X starts?

I have modified /etc/inittab for asking a password for root login at boot.

::sysinit:/etc/rc.d/rc.sysinit
tty1::respawn:getty 38400 tty1
tty2::respawn:getty 38400 tty2
::ctrlaltdel:/sbin/reboot

I changed the root password from woofwoof with the command:

passwd

Is there a way for asking that ...
by watchdog
Thu Jul 27, 2023 7:02 am
Forum: Bug Reports
Topic: Bug in Xlock?
Replies: 1
Views: 1590

Bug in Xlock?

After use of xlock in s15pup64 or ScPup64, I cannot open new windows in many cases. Only a restart of X seems to solve the problem. I read in some cases the error "unable to open display".

by watchdog
Mon Jul 24, 2023 3:11 pm
Forum: Users Help
Topic: New kernels (s15pup64) break truecrypt7.1a
Replies: 2
Views: 340

Re: New kernels (s15pup64) break truecrypt7.1a

I'm happy with Truecrypt 7.1a even though it's not maintained. I think I'll use it for some time in the future using an appropriate kernel for my old PCs. Many thanks for the link to the archive of puppy kernels.

by watchdog
Sat Jul 22, 2023 12:38 pm
Forum: Users Help
Topic: New kernels (s15pup64) break truecrypt7.1a
Replies: 2
Views: 340

New kernels (s15pup64) break truecrypt7.1a

Truecrypt 7.1a fails the first mounting volumes using s15pup64 (a build of June) with kernel 5.15.117. I was compelled to revert to older kernels. At ibiblio huge_kernels are no more updated. The published kernels are not archived for later use.

by watchdog
Tue Jul 11, 2023 9:45 am
Forum: Browsers
Topic: How to open link from Telegram to defaultbrowser
Replies: 1
Views: 1511

How to open link from Telegram to defaultbrowser

Open in geany /usr/share/applications/mimeapps.list and append the following two lines:

x-scheme-handler/http=defaultbrowser.desktop
x-scheme-handler/https=defaultbrowser.desktop

Then open /usr/share/applications/defaultbrowser.desktop in geany and change the Exec line to:

Exec=/path-to ...
by watchdog
Tue Jun 27, 2023 2:54 pm
Forum: Browsers
Topic: How to build the AppDir from snap package of signal-desktop
Replies: 9
Views: 2560

How to build the AppDir from snap package of signal-desktop

With:

curl -H 'Snap-Device-Series: 16' http://api.snapcraft.io/v2/snaps/info/signal-desktop >> signal-desktop.info

you can get the download link of the snap package. Download it using wget. Rename it as signal-desktop.sfs. Click on it and you have access to its content which you can put anywhere ...
by watchdog
Mon Jan 16, 2023 2:02 pm
Forum: Drivers
Topic: Printer install by 64BitInstaller
Replies: 7
Views: 2251

Re: Printer install by 64BitInstaller

Yes, you are right, no need to change somenthing inside the brother-32bit-compat-pack. I do not remember very well what I did in ScPup64: probably I experimented something before successfully achieving the printer install because of the filter-fix not properly working when executed in /usr/lib/cups ...
by watchdog
Mon Jan 16, 2023 4:28 am
Forum: Drivers
Topic: Printer install by 64BitInstaller
Replies: 7
Views: 2251

Re: Printer install by 64BitInstaller


How did you load the squashfs module into ScPup64?


I mounted it by clicking on it and I saw what was inside and copied the content in a new dir. Then I have built a stardard puppy sfs to load, which I still have, using the command mksquashfs. The filter-fix script must be executed in /usr/lib64 ...
by watchdog
Sun Jan 15, 2023 7:12 pm
Forum: Drivers
Topic: Printer install by 64BitInstaller
Replies: 7
Views: 2251

Re: Printer install by 64BitInstaller


The Starter Kit project has a 32bit compatibility pack for Brother printers. It is discussed here. But it has never been tested in a Puppy.


I had already successfully tested a previous version of the brother-compat-pack in ScPup64 but I did not remember it. I have successfully tested the new ...
by watchdog
Sun Jan 15, 2023 5:16 am
Forum: Drivers
Topic: Printer install by 64BitInstaller
Replies: 7
Views: 2251

Printer install by 64BitInstaller

Forum member rcrsn51 posted in the old puppy forum a project of a Printer Installer named 64BitInstaller which he retired for lack of testing. I saved it and it still works for installing my Brother Printer HL2130 in all 64 bit puppies using the 32 bit original drivers. 64BitInstaller requires a ...
by watchdog
Tue Jan 10, 2023 5:43 am
Forum: SPups
Topic: S15Pup - Discussion
Replies: 350
Views: 100741

Re: S15Pup - Discussion

@OscarTalks I'm happy to report that DiamondCard service now, from some days, works in a regularly mode with PyppyPhone. NAT traversal only requires to set the Public Ip in Setup. I was in some ways reactivated in service after my attempts to connect. PuppyPhone is still a good software as it is ...
by watchdog
Sat Jan 07, 2023 10:59 am
Forum: SPups
Topic: S15Pup - Discussion
Replies: 350
Views: 100741

Re: S15Pup - RC Discussion


<cut>
http://smokey01.com/OscarTalks/psip-1.42-x86_64-s15p.pet (64bit)
http://smokey01.com/OscarTalks/psip-1.42-i686-s15p.pet (32bit)


I found that Psip in 64 bit does not regularly connect to Diamondcard (Ex Ekiga Call Out to telephone to PSTN numbers) but it properly works with an IPTEL ...
by watchdog
Thu Dec 22, 2022 1:33 pm
Forum: SPups
Topic: S15Pup - Discussion
Replies: 350
Views: 100741

Re: S15Pup - Discussion

I share motion and guvcview appdirs created by fred's create-portable and working in my S15Pup install which became my main puppy. May work in other puppies.

motion:

https://drive.google.com/file/d/1LsD1GTALEmQMnrONMZ9aY_UJykLyeD0k/view?usp=sharing

guvcview:

https://drive.google.com/file/d ...
by watchdog
Thu Dec 01, 2022 6:45 am
Forum: Drivers
Topic: HPLIP Print/Scan Drivers
Replies: 76
Views: 10895

Re: HPLIP Print/Scan Drivers

I'm using ScPup64 22.02 but I have only an old HP printer-scanner all in one Deskjet F2180. I can test on it.

by watchdog
Sat Jul 30, 2022 4:23 am
Forum: Network
Topic: Whatsdesk_0.3.3
Replies: 7
Views: 2087

Re: Whatsdesk_0.3.3



From:

https://mint.pkgs.org/20.1/mint-import-amd64/whatsapp-desktop_0.6.1_amd64.deb.html

I have built whatsdesk_0.6.1_amd64.sfs:

https://drive.google.com/file/d/1dRgXZrIpADfu4EQmalC3qCZO24vpS15L/view?usp=sharing

Electron based whatsapp web application. Working in Fossapup64.


Hi please ...
by watchdog
Tue Jun 28, 2022 2:43 pm
Forum: Browsers
Topic: Open groups of many bookmarks (Firefox)
Replies: 0
Views: 1386

Open groups of many bookmarks (Firefox)

I use Firefox and open groups of many bookmarks: the PC can freeze! I have a workaround. Install Clear Cache add-on. You can also install Cache Toggle add-on.

https://addons.mozilla.org/en-US/firefox/addon/clear-cache-and-data/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search ...
by watchdog
Tue May 31, 2022 3:41 am
Forum: Browsers and Internet
Topic: Google-Chrome 'portable' 64-bit browser - (with updater!)
Replies: 298
Views: 180158

Re: Google-Chrome 'portable' 64-bit browser - (with updater!)

I have not problems to use my upside down webcam of the asus laptop in any other app: only chrome-chromium-electron are affected by the bug. I use scripts to launch apps prepending:

Code: Select all

export LD_PRELOAD=/usr/lib64/libv4l/v4l1compat.so

That resolves the problem of the upside down webcam.

by watchdog
Mon May 30, 2022 7:43 pm
Forum: Browsers and Internet
Topic: Google-Chrome 'portable' 64-bit browser - (with updater!)
Replies: 298
Views: 180158

Re: Google-Chrome 'portable' 64-bit browser - (with updater!)


@watchdog Is the internal webcam physically upside down or the stream is rendered upside down?

It's phisically upside down: it happens with some Asus laptops of some years ago. Windows had a driver which corrected the stream by software.



It sounds like an interesting problem....what makes it ...
by watchdog
Mon May 30, 2022 2:30 pm
Forum: Browsers and Internet
Topic: Google-Chrome 'portable' 64-bit browser - (with updater!)
Replies: 298
Views: 180158

Re: Google-Chrome 'portable' 64-bit browser - (with updater!)

Chrome in portable format does not correctly work in ScPup64-2202: the webcam support is broken. A classic install using the rpm package from google and a little adapting of the desktop file using run-as-spot and apulse1 from ubuntu 22.04 instead correctly works and I can use an external uvc webcam ...
by watchdog
Sun May 29, 2022 4:21 pm
Forum: Users Help
Topic: Microphone not working in Chrome-Electron-Chromium(Solved)
Replies: 9
Views: 2066

Re: Microphone not working in Chrome-Electron-Chromium(Solved)

My laptop has the webcam upside down and I need a working v4l1compat.so (libv4l) to use it. The odd thing is that the webcam does not work with Chrome-Electron-Chromium apps at all. Some updated libv4l from other distros are working to see the webcam upside down but they do not solve the problem of ...
by watchdog
Sun May 29, 2022 4:06 am
Forum: Users Help
Topic: Microphone not working in Chrome-Electron-Chromium(Solved)
Replies: 9
Views: 2066

Re: Microphone not working in Chrome-Electron-Chromium(Solved)

Webcam support is also broken in new Chrome-Electron-Chromium apps. I suspect we need a new build of v4l-utils and/or libv4l. And I'm in Slackware Current. Google's engineers are breaking all the software.

by watchdog
Sat May 28, 2022 7:49 am
Forum: Users Help
Topic: Microphone not working in Chrome-Electron-Chromium(Solved)
Replies: 9
Views: 2066

Re: Microphone not working in Chrome-Electron-Chromium(Solved)

apulse1_0.1.13-2-s_amd64.pet:

https://drive.google.com/file/d/1Ev9qKR ... sp=sharing

Prepend apulse1 to chrome-electron-chromium apps.

Go to advanced search