Search found 360 matches

by dcung
Wed May 01, 2024 4:51 am
Forum: DebianDogs
Topic: Compiling question - CCTV-VIEWER. <SOLVED>
Replies: 5
Views: 179

Re: Compiling question - CCTV-VIEWER. <SOLVED>

Get the package libva-dev. Thank you...thank you rcrsn51 I tried on Bullseye...it seems the repo is temporarily unreachable. So I switched to Bookworm...and.... :thumbup: :thumbup2: :thumbup2: :thumbup: I'm confident it will work in Bullseye too when I try again later. Again thank you Bill ! 11/14 ...
by dcung
Wed May 01, 2024 4:02 am
Forum: DebianDogs
Topic: Compiling question - CCTV-VIEWER. <SOLVED>
Replies: 5
Views: 179

Re: Compiling question - CCTV-VIEWER.

Some people suggested to remove the

Code: Select all

#include <va/va_x11.h>

I removed it from line 4...
It appears at another place..? :?

by dcung
Wed May 01, 2024 1:31 am
Forum: DebianDogs
Topic: Compiling question - CCTV-VIEWER. <SOLVED>
Replies: 5
Views: 179

Re: Compiling question - CCTV-VIEWER.

@dcung It might be you need the libgtest-dev package installed :geek: That's it rockedge :thumbup: cmake is successful now. I got passed that error now. Off to troubleshoot next error now. Grrrr... Why can't this rookie have the 'dumb' luck again... :lol: At least, it's progressing... [ 59%] Buildi...
by dcung
Tue Apr 30, 2024 11:17 pm
Forum: DebianDogs
Topic: Compiling question - CCTV-VIEWER. <SOLVED>
Replies: 5
Views: 179

Compiling question - CCTV-VIEWER. <SOLVED>

I have googled a little. My guts feeling is - this is a compiling/compiler question. I posted here since I use DDOGs to test/use it and intend to to use it with my latest mklive builds. Pls feel free to move it or delete if not appropriate. I have compiled CCTV-VIEWER successfully last in 09/2023 ac...
by dcung
Sun Apr 28, 2024 5:56 pm
Forum: DebianDogs
Topic: How to - Automount SCSI disks. ? <SOLVED>
Replies: 4
Views: 168

Re: How to - Automount SCSI disks. ? <SOLVED>

@dcung just curious, why the 'chmod 777' ? No specific reason. Accessing Samba shares gave errors otherwise. I know it's too 'relax' permission, could tighten it a bit later - if not lazy, but since I'm experimenting on something now, I want to eliminate permission as 'possible' issue. I am the onl...
by dcung
Sun Apr 28, 2024 3:48 am
Forum: DebianDogs
Topic: How to - Automount SCSI disks. ? <SOLVED>
Replies: 4
Views: 168

Re: How to - Automount SCSI disks. ? <SOLVED>

Found a solution. I put these in Startup and it solves my problem. #!/bin/bash mkdir /mnt/sde1 chmod 777 /mnt/sde1 mount /dev/sde1 /mnt/sde1 mkdir /mnt/sdh1 chmod 777 /mnt/sdh1 mount /dev/sdh1 /mnt/sdh1 mkdir /mnt/sdf1 chmod 777 /mnt/sdf1 mount /dev/sdf1 /mnt/sdf1 mkdir /mnt/sdg1 chmod 777 /mnt/sdg1...
by dcung
Sun Apr 28, 2024 3:04 am
Forum: DebianDogs
Topic: How to - Automount SCSI disks. ? <SOLVED>
Replies: 4
Views: 168

Re: How to - Automount SCSI disks. ?

I can see debdogmountscripts is installed.
What/where are located and what are they filenames?
I'm going to try putting them in Startup.
.

2024-04-28-130008_703x412_scrot.png
2024-04-28-130008_703x412_scrot.png (68.35 KiB) Viewed 157 times
by dcung
Sun Apr 28, 2024 1:52 am
Forum: DebianDogs
Topic: How to - Automount SCSI disks. ? <SOLVED>
Replies: 4
Views: 168

How to - Automount SCSI disks. ? <SOLVED>

A while ago, I asked 'similar' question. https://forum.puppylinux.com/viewtopic.php?p=92708#p92708 Now, slightly different scenario. I have this PC with several harddisks - SCSI, SATA, IDE, that I'd like to automount all disks. It turns out the 'noauto' does not work for the SCSI disks, but works fo...
by dcung
Thu Apr 25, 2024 9:08 am
Forum: DebianDogs
Topic: How to build the AppDir from snap package of cctv-viewer?
Replies: 7
Views: 190

Re: How to build the AppDir from snap package of cctv-viewer?

The "segmentation fault" *possibly* indicates that you did right setting up the variables, paths etc.. (edit: but not sure, often the binary in in usr/bin, not in usr/share) Anyway, problem is with the snaps that they often work only on Ubuntu (designed for, I think) , if some snap does w...
by dcung
Thu Apr 25, 2024 6:17 am
Forum: DebianDogs
Topic: How to build the AppDir from snap package of cctv-viewer?
Replies: 7
Views: 190

Re: How to build the AppDir from snap package of cctv-viewer?

Nevertheless, perhaps the information in the following will help you (I used this for getting a cherrytree notebook snap package a long time ago): https://unix.stackexchange.com/questions/560065/how-can-i-manually-download-a-snap-package-for-example-with-wget and see related forum thread: https://f...
by dcung
Thu Apr 25, 2024 6:12 am
Forum: DebianDogs
Topic: How to build the AppDir from snap package of cctv-viewer?
Replies: 7
Views: 190

Re: How to build the AppDir from snap package of cctv-viewer?

edit: perhaps last line without $LAUNCHDIR exec usr/share/cctv-viewer/cctv-viewer "$@" I did that when I saw the 'duplicate/path too long' error. I should have mentioned it before...sorry. When run w/o $LAUNCHDIR exec /usr/share/cctv-viewer/cctv-viewer "$@" 2024-04-25-160725_747...
by dcung
Wed Apr 24, 2024 6:37 pm
Forum: DebianDogs
Topic: How to build the AppDir from snap package of cctv-viewer?
Replies: 7
Views: 190

Re: How to build the AppDir from snap package of cctv-viewer?

Ah...okay... :D

I suspected that when I saw you wrote there

Code: Select all

...it's not a straight-forward thing... 

Ok...I'll try again when I'm really really really bored then... :lol:

Thanks Fred!

by dcung
Wed Apr 24, 2024 6:19 pm
Forum: DebianDogs
Topic: How to build the AppDir from snap package of cctv-viewer?
Replies: 7
Views: 190

How to build the AppDir from snap package of cctv-viewer?

So, I saw this and thought to try it with cctv-viewer https://forum.puppylinux.com/viewtopic.php?t=9043 I used fresh fugal install Bullseye DDOG (with sytemd) curl -H 'Snap-Device-Series: 16' http://api.snapcraft.io/v2/snaps/info/cctv-viewer >> cctv-viewer.info Download the snap package (approx 288M...
by dcung
Wed Apr 24, 2024 12:53 am
Forum: DebianDogs
Topic: Thunar - how to adjust column width? <SOLVED>
Replies: 12
Views: 366

Re: Thunar - how to adjust column width? <SOLVED>

fredx181 wrote: Tue Apr 23, 2024 1:31 pm

...Shoiuld be fixed now when doing a new mklive build.

Refreshed my bullseye, bookworm and daedalus sets.
Resizing separators works now (Thunar, Synaptic) in those new builds. :thumbup:

by dcung
Tue Apr 23, 2024 4:57 pm
Forum: DebianDogs
Topic: Bookworm Build script
Replies: 278
Views: 186259

Re: Bookworm Build script

... Thinkpad T420 running MX Linux 21.3, ... But there was no wi-fi firmware for these: Check out if your MX Linux 21.3 have those files in /lib/firmware, if so, you maybe able to copy and use those. .. does the kernel offered with the builds this script puts out support the ExFat file system, and ...
by dcung
Tue Apr 23, 2024 7:26 am
Forum: DebianDogs
Topic: Thunar - how to adjust column width? <SOLVED>
Replies: 12
Views: 366

Re: Thunar - how to adjust column width? <SOLVED>

Just tried "crystalcursors"
This works too.

fredx181 wrote: Tue Apr 23, 2024 7:18 am

Well... for info, tried aero-drop on another install and didn't work, don't know why :?

At least, now I (we) know, more than one 'possible' solutions.

Thanks @fredx181

by dcung
Tue Apr 23, 2024 7:05 am
Forum: DebianDogs
Topic: Thunar - how to adjust column width? <SOLVED>
Replies: 12
Views: 366

Re: Thunar - how to adjust column width?

fredx181 wrote: Tue Apr 23, 2024 6:55 am

aero-drop.tar.gz
Extract in ~/.icons select aero-drop in settings and it should be fixed (may need a restart X)

Tried it.
Yes this works too.

by dcung
Tue Apr 23, 2024 6:51 am
Forum: DebianDogs
Topic: Thunar - how to adjust column width? <SOLVED>
Replies: 12
Views: 366

Re: Thunar - how to adjust column width?

@dcung It may be because of the default theme (old Greybird theme, not completely supporting gtk3, I've put it on my todo list to fix that), same problem with synaptic. Selecting/installing another theme will probably solve it. EDIT: Correction, for me it's the cursor theme that needs changed, I in...
by dcung
Tue Apr 23, 2024 6:44 am
Forum: DebianDogs
Topic: Thunar - how to adjust column width? <SOLVED>
Replies: 12
Views: 366

Re: Thunar - how to adjust column width?

I usually just use whatever default mklive created. It's just with this one (TV-monitor), I changed (bigger) font sizes and hence the left side (Thunar) is showing incomplete. And when you hover the mouse pointer around the separator line, it didn't change to 'double headed' arrow to indicate that y...
by dcung
Tue Apr 23, 2024 3:28 am
Forum: DebianDogs
Topic: Thunar - how to adjust column width? <SOLVED>
Replies: 12
Views: 366

Re: Thunar - how to adjust column width? <SOLVED>

I just drag the separator in the Thunar I'm using, which is version 4.18.4 After reading that you can. I tried again (bullseye), still couldn't. So, changed to Bookworm, and tried...still could not. I was about to reply that I could not...but accidentally I could. So, I tried again...and "yes&...
by dcung
Tue Apr 23, 2024 2:36 am
Forum: DebianDogs
Topic: Thunar - how to adjust column width? <SOLVED>
Replies: 12
Views: 366

Re: Thunar - how to adjust column width?

https://forum.xfce.org/viewtopic.php?id=15554

This is what I'm experiencing, ie. can't drag the separator.
What does he mean?

After I remove shadow and linux-pam in blfs and recompile shadow in lfs and linux-pam in blfs, my mouse can drag the separator in thunar.

by dcung
Tue Apr 23, 2024 2:12 am
Forum: DebianDogs
Topic: Thunar - how to adjust column width? <SOLVED>
Replies: 12
Views: 366

Thunar - how to adjust column width? <SOLVED>

Anyone knows how to adjust (left side) column width in Thunar 4.16.1? I'd like to see more on the left side, but unable to find where to configure this. I have tried googling and changing settings in (w/o success yet - so many to variables guest): ~/.config/Thunar/ ~/.config/xfce4/ 2024-04-23-114833...
by dcung
Thu Apr 18, 2024 3:59 am
Forum: KLU-jam
Topic: new KLU-jamXFCEbase 1.1 (620MiB) Ubuntu Jammy-based
Replies: 142
Views: 59035

Re: new KLU-jamXFCEbase 1.1 (620MiB) Ubuntu Jammy-based

Installed KLU-jam-XFCEbase-1.1 today (frugal).

Got an app that requires snap (cctv-viewer) that I sometimes use.
So, I tested it. Works :thumbup:

Screenshot from 2024-04-18 13-42-19.png
Screenshot from 2024-04-18 13-42-19.png (364.22 KiB) Viewed 476 times
by dcung
Tue Apr 16, 2024 12:45 am
Forum: DebianDogs
Topic: LENOVO ThinkPad E420 - frozen with newer kernel. <SOLVED>
Replies: 4
Views: 389

Re: LENOVO ThinkPad E420 - frozen with newer kernel. <SOLVED>

I figured out what is happening - thanks to CPU-X.
It turns out this E420 has dual GPU - Intel and Radeon.
Once I disabled one, and not "Allow OS to switch GPU" in BIOS - problem goes away.

2024-04-15-gpu.png
2024-04-15-gpu.png (122.84 KiB) Viewed 77 times
by dcung
Sat Apr 13, 2024 3:33 am
Forum: F96-CE
Topic: Zoneminder on F96-CE_4 with Hiawatha Web Server
Replies: 10
Views: 693

Re: Zoneminder on F96-CE_4 with Hiawatha Web Server

This is what is in my F96-CE. Screenshot(2).png I moved the files as per your screenshots above, and create symlinks. Screenshot(3).png Download and install the deb files. Screenshot(1).png In a terminal use zmpkg.pl start and go to a browser and again enter the URL http://localhost/zm Tried both re...
by dcung
Fri Apr 12, 2024 11:01 pm
Forum: F96-CE
Topic: Zoneminder on F96-CE_4 with Hiawatha Web Server
Replies: 10
Views: 693

Re: Zoneminder on F96-CE_4 with Hiawatha Web Server

I tried it. Note - I have no F96-CE experience. Start fresh F96-CE_4 frugal install. Follow rockedge instructions above. Screenshot-1.png . . . Got this error in Firefox browser - http://localhost/zm Fatal error: Uncaught Error: Class 'IntlDateFormatter' not found in /usr/share/zoneminder/www/includ...
by dcung
Mon Apr 01, 2024 2:31 am
Forum: DebianDogs
Topic: Pseudo Full Install (testing)
Replies: 25
Views: 1330

Re: Pseudo Full Install (testing)

Does it do it the other way round? i.e. Re-compress when so desired (for the remastering effect)? It appears so. I didn't do extensive test. Just installed dummy/test app (Grub-Customiser, & Grub2), made few conky changes, etc. Run Quick-Remaster-Gui. It made a new squashfs, backup the old one ...
by dcung
Sun Mar 31, 2024 8:42 pm
Forum: DebianDogs
Topic: Pseudo Full Install (testing)
Replies: 25
Views: 1330

Re: Pseudo Full Install (testing)

I thought I refresh my Bullseye, Bookworm, Daedalus, Sid mklive sets to have this new initrd1.xz. Done - my marathon builds script still works, no modification necessary. :thumbup: Started playing around with it. I boot frugal, then use Menu > DDog Special > "Pseudo Full Install Setup" to ...
by dcung
Sat Mar 30, 2024 4:17 am
Forum: DebianDogs
Topic: LENOVO ThinkPad E420 - frozen with newer kernel. <SOLVED>
Replies: 4
Views: 389

Re: LENOVO ThinkPad E420 - frozen with newer kernel.

Well.
Spoke too early.

Didn't seem to make much difference when I test longer, still frozen intermittently.

I guess, this is in the category of old HW, too hard to support... :lol:
Just use what works.

Anyway, this is a curiosity, not a necessity project :)

by dcung
Sat Mar 30, 2024 3:24 am
Forum: DebianDogs
Topic: LENOVO ThinkPad E420 - frozen with newer kernel. <SOLVED>
Replies: 4
Views: 389

Re: LENOVO ThinkPad E420 - frozen with newer kernel.

I just couldn't let it go. I did more testing. The general indication is that older Dog mklive Build work. EasyOS v541, v567, v570 - frozen. I did marathon mkbuild (using Bookworm with k-6.1.0-16-amd64 - last kernel version that boot fresh w/o problem) to see if heat is a problem. The temp gets high...

Go to advanced search