Search found 3300 matches
- Wed Mar 26, 2025 7:19 am
- Forum: Multimedia
- Topic: Take a Cast !
- Replies: 30
- Views: 1497
Re: Take a Cast !
I am wondering if my problem is caused by me not correctly understanding this coaching:
SoundcardMethod.png
SoundcardMethod.png (14.26 KiB) Viewed 26 times
.
Obviously the order of events is significant. Should the application be running first?
eg:
- Application running before ...
- Wed Mar 26, 2025 6:52 am
- Forum: DebianDogs
- Topic: Untrusted application launcher problem (Bookworm DDOG - XFCE/Thunar 4.18)
- Replies: 18
- Views: 410
Re: Untrusted application launcher problem (Bookworm DDOG - XFCE/Thunar 4.18)
I don't like having to do the metadata/loading gio each time I used a new DDOG build.
The gio/metadata way is ok, if you don't do it frequently. But for me (and the OP of the link), this is an 'inconvenience', since we have to repeat the procedure each time (new build for me, and similar to ...
- Tue Mar 25, 2025 7:17 pm
- Forum: DebianDogs
- Topic: Untrusted application launcher problem (Bookworm DDOG - XFCE/Thunar 4.18)
- Replies: 18
- Views: 410
Re: Untrusted application launcher problem (Bookworm DDOG - XFCE/Thunar 4.18)
...
But, like the OP of https://forum.xfce.org/viewtopic.php?id=16903 , I think the XDG_DATA_DIRS is a 'better' solution (if it can work in DDOG). I don't like having to do the metadata/loading gio each time I used a new DDOG build.
I think what the second poster of https://forum.xfce.org ...
- Tue Mar 25, 2025 2:51 pm
- Forum: Tahr
- Topic: 64 X-Tahr - My complete disaster
- Replies: 27
- Views: 773
Re: 64 X-Tahr - My complete disaster
..
@jp734 My PC seems to only boot in UEFI mode so I attempted to convert some older pups (including X-Tahr into UEFI by adding the boot folders , a grub.cfg file and the boot64.efi file, unfortunately this simply gave me a message "not a 64 bit image" I tried the tutorial from here, but the ...
- Tue Mar 25, 2025 2:32 pm
- Forum: Multimedia
- Topic: Take a Cast !
- Replies: 30
- Views: 1497
Re: Take a Cast !
mikewalsh wrote: Tue Mar 25, 2025 2:19 pm@greengeek :-
Ian, what's your output from
Code: Select all
arecord -l
Ian showed that already in his post .
- Tue Mar 25, 2025 12:20 pm
- Forum: Multimedia
- Topic: Take a Cast !
- Replies: 30
- Views: 1497
Re: Take a Cast !
I am trialling the .pet version on my Fossa64 9.5 setup but cannot get sound to record.
Should this soundcard selection field be adjustable?
TAK_SoundcardChoice.jpg
.
It offers no selections other than what is shown, and does not allow me to change from card 0 to card 1.
I had a look at .take_a ...
- Tue Mar 25, 2025 11:53 am
- Forum: DebianDogs
- Topic: Untrusted application launcher problem (Bookworm DDOG - XFCE/Thunar 4.18)
- Replies: 18
- Views: 410
Re: Untrusted application launcher problem (Bookworm DDOG - XFCE/Thunar 4.18)
This appears in KLV's time to time.........found that it only happens in a certain scenario during the first system startup.....a system reboot fixes it.
It's default in KLV (with XFCE) that you get "untrusted" message after you copy a .desktop launcher to the Desktop and run it.
A reboot might ...
- Tue Mar 25, 2025 10:25 am
- Forum: DebianDogs
- Topic: Untrusted application launcher problem (Bookworm DDOG - XFCE/Thunar 4.18)
- Replies: 18
- Views: 410
Re: Untrusted application launcher problem (Bookworm DDOG - XFCE/Thunar 4.18)
Tested now with gvfs and I think that I found a solution/workaround.
Following from here https://forum.xfce.org/viewtopic.php?id=16903 works for me to make all launchers "trusted", but needs gio (edit: from package libglib2.0-bin):
for f in /root/Desktop/*.desktop ...
- Tue Mar 25, 2025 8:28 am
- Forum: DebianDogs
- Topic: Untrusted application launcher problem (Bookworm DDOG - XFCE/Thunar 4.18)
- Replies: 18
- Views: 410
Re: Untrusted application launcher problem (Bookworm DDOG - XFCE/Thunar 4.18)
@dcung Strange... a .desktop launcher that's made executable shouldn't give the 'untrusted' warning.
I tested on DDOG with the XDG_DATA_DIRS set to /root/Desktop and it works without problems without needing to do anything else, e.g. Thunar --daemon & .
Yes, that's because your conf is using ...
- Tue Mar 25, 2025 8:20 am
- Forum: DebianDogs
- Topic: Untrusted application launcher problem (Bookworm DDOG - XFCE/Thunar 4.18)
- Replies: 18
- Views: 410
Re: Untrusted application launcher problem (Bookworm DDOG - XFCE/Thunar 4.18)
@dcung Strange... a .desktop launcher that's made executable shouldn't give the 'untrusted' warning.
I tested on DDOG with the XDG_DATA_DIRS set to /root/Desktop and it works without problems, no need to do anything else, e.g. Thunar --daemon & .
- Tue Mar 25, 2025 7:49 am
- Forum: DebianDogs
- Topic: Untrusted application launcher problem (Bookworm DDOG - XFCE/Thunar 4.18)
- Replies: 18
- Views: 410
Re: Untrusted application launcher problem (Bookworm DDOG - XFCE/Thunar 4.18)
..
I added to ~/.bashrc as above, and check that the variable XDG_DATA_DIRS has correct value after rebooting (ie. /root/Desktop/).
It finished booting as normal to X desktop now.
But "Untrusted application launcher" still appeared.
Not sure what happened.
Could it be that only new added ...
- Tue Mar 25, 2025 7:23 am
- Forum: DebianDogs
- Topic: Untrusted application launcher problem (Bookworm DDOG - XFCE/Thunar 4.18)
- Replies: 18
- Views: 410
Re: Untrusted application launcher problem (Bookworm DDOG - XFCE/Thunar 4.18)
echo 'export XDG_DATA_DIRS=$HOME/Desktop/${XDG_DATA_DIRS:+:$XDG_DATA_DIRS}' >> .bashrc
Or just echo 'export XDG_DATA_DIRS=$HOME/Desktop/' >> .bashrc
Check after re-login:
root@live:~# echo $XDG_DATA_DIRS
/root/Desktop/
root@live:~#
I tried ...
- Sun Mar 23, 2025 4:36 pm
- Forum: BookwormPup
- Topic: Is undelete possible?
- Replies: 54
- Views: 1657
Re: Is undelete possible?
PS. @geo_c
If you respond to this post, I will not be reading it, nor any of your future posts.
I find you to be arrogant, condescending, rude, and abusive. You were on my ignore list before, and you got a second chance.
You are now on my ignore list permanently. No third chance.
I dont ...
- Sat Mar 22, 2025 2:22 pm
- Forum: Multimedia
- Topic: Take a Cast !
- Replies: 30
- Views: 1497
Take a Cast ! version 2.0
Changes:
bug fixed for 'resetting' ~/.asoundrc after recording from 'Soundcard' with plain ALSA soundsystem (see more info at above post)
truly portable (config file in 'LAUNCHDIR')
info message just before actually start recording is more clear
possibly will detect ...
- Fri Mar 21, 2025 10:36 am
- Forum: BookwormPup
- Topic: Does anyone have a work-around for the right-click file handling behavior in Rox? [unresolved]
- Replies: 74
- Views: 2054
Re: Does anyone have a fix for the right-click file handling error in Rox? [unresolved]
earlier, fredx181 wrote:Endlessly talking about this issue becomes very boring IMO.
- Thu Mar 20, 2025 3:34 pm
- Forum: Multimedia
- Topic: Take a Cast !
- Replies: 30
- Views: 1497
Re: Take a Cast !
Meanwhile I found a bug; :oops:
In case plain ALSA used and the "Soundcard" option selected, resetting /root/.asoundrc doesn't always work, (i.e. when closing the GUI by clicking [X] it will go wrong) (it goes fine ...
- Wed Mar 19, 2025 5:19 pm
- Forum: DebianDogs
- Topic: How to connect Internet via USB Ethernet Adapter
- Replies: 13
- Views: 417
- Wed Mar 19, 2025 5:15 pm
- Forum: Multimedia
- Topic: Take a Cast !
- Replies: 30
- Views: 1497
Re: Take a Cast !
Thanks, Mike. Seems to work fine once I figured out how to both record and listen to sound on my system. Annoying systerm. My microphone is connected via USB and for some reason my system thinks that it's the default for recording and listening :roll: . Decided to record a Youtube of Blood, Sweat ...
- Wed Mar 19, 2025 4:43 pm
- Forum: Multimedia
- Topic: Take a Cast !
- Replies: 30
- Views: 1497
Re: Take a Cast !
It does not work for me with a bare ALSA soundsystem (without pulse or pipewire).
(I think such a setup (by moving .asoundrc) as you did in LAUNCH won't work, perhaps it's possible when ...
- Wed Mar 19, 2025 4:36 pm
- Forum: DebianDogs
- Topic: How to connect Internet via USB Ethernet Adapter
- Replies: 13
- Views: 417
Re: How to connect Internet via USB Ethernet Adapter
To add to Bill's answer, perhaps the usb ethernet interface is named something else than eth0, check with ifconfig -a
(not sure though, but if so, you'll probably need to edit the 'interfaces' config file)
- Mon Mar 17, 2025 7:51 pm
- Forum: Multimedia
- Topic: Take a Cast !
- Replies: 30
- Views: 1497
Re: Take a Cast !
Another bit of news for you. I've fixed the main script so's it will finally let me use my webcam. (Yay!!) :D
....
You still get the drop-down.....but you also initially get a blank field where you can type/paste your own entry. Okay, it's not how I would LIKE for it to work, but it ...
- Mon Mar 17, 2025 7:26 pm
- Forum: BookwormPup
- Topic: Is undelete possible?
- Replies: 54
- Views: 1657
Re: Is undelete possible?
Ok, I do understand your frustration. I think most Linux users have been gone through the process of finding out e.g. "What is the best Linux for me".
(for example started with trying Ubuntu and came finally to a decision what OS suits them the most)
If you don't want systemd, there are ...
- Mon Mar 17, 2025 6:01 pm
- Forum: Other Distros
- Topic: Boot stanza question - how to specify save location for Linux Mint iso booting.
- Replies: 4
- Views: 261
Re: Boot stanza question - how to specify save location for Linux Mint iso booting. <SOLVED>
dcung wrote: Mon Mar 17, 2025 5:55 pmDoes this mean if I only created persistence partition labeled "writeable", it would have worked too?
Yes, only a partition 'writable' labeled (btw, I forgot initially to mention it should be a Linux formatted filesystem, not FAT).
- Mon Mar 17, 2025 4:29 pm
- Forum: Multimedia
- Topic: Take a Cast !
- Replies: 30
- Views: 1497
Re: Take a Cast !
Oh, and BTW; re your comment about how the .asoundrc file should be in /root? Believe it or not, using XDG to set it to the portable's "$HERE", it STILL seems to work. Surprised me, too! :o
Ok, that's nice, then your alternate portable setup could be ok, I guess, how you used XDG then ...
- Mon Mar 17, 2025 3:56 pm
- Forum: BookwormPup
- Topic: Is undelete possible?
- Replies: 54
- Views: 1657
Re: Is undelete possible?
8<---- snip
To sum up: a self-described "newbie" refuses to go to the Rox developers and level a complaint, but rather takes the time and energy to characterize the flaws of the puppy-linux community informing him that Rox is not in the scope of puppy-linux developers to alter.
I am a newbie ...
- Mon Mar 17, 2025 11:44 am
- Forum: Other Distros
- Topic: Boot stanza question - how to specify save location for Linux Mint iso booting.
- Replies: 4
- Views: 261
Re: Boot stanza question - how to specify save location for Linux Mint iso booting.
I create linux-mint-save directory, and tried putting psave=sda2:linux-mint-save, didn't work
No "save directory" like in PuppyLinux. You have to create extra a persistence partition for linux mint.
...
Yes, you need a partition labeled writable (as it should be named nowadays (later Ubunu ...
- Mon Mar 17, 2025 11:35 am
- Forum: DebianDogs
- Topic: Bookworm Build script
- Replies: 491
- Views: 289529
Re: Bookworm Build script
...
But what is actual header for code of this scripts?
makepfile.sh
# Savefile creator
# Copyright (c) alphaOS
# Written by simargl <archpup-at-gmail-dot-com> modified for DebianDog by fredx181
Or
mk-save.gtkdlg
######### Make a Save image file. Terence Becker SunBurnt Dec. 7 2013 ...
- Mon Mar 17, 2025 8:45 am
- Forum: DebianDogs
- Topic: Bookworm Build script
- Replies: 491
- Views: 289529
Re: Bookworm Build script
Could you please comment on the purpose of each script in porteusbootscripts_1.2.0_all.deb ?
/usr/bin/makepfile.sh - ?
It's called from wmpoweroff/wmreboot in case not booting with changes already to create savefile or setup savefolder.
/usr/bin/save2flash - ? (run /usr/bin ...
- Mon Mar 17, 2025 8:07 am
- Forum: Multimedia
- Topic: Take a Cast !
- Replies: 30
- Views: 1497
Re: Take a Cast !
Thanks Mike for the explanation.
I understand most of what you're saying and I'm limited in being able to test TAC with different hardware (e.g. similar as yours) now I only tested on my laptop.
So only if I could test TAC myself on such a setup (using Desktop computer) I could possibly ...
- Sun Mar 16, 2025 5:11 pm
- Forum: BookwormPup
- Topic: Is undelete possible?
- Replies: 54
- Views: 1657
Re: Is undelete possible?
I do not know how anyone can tell if a program can run from the GUI or in terminal. This has not been explained to me.
Start all programs from a terminal, if a gui pops up, it has a gui. If not, it doesn't.
Also if something doesn't work right, it will generally spit out errors.
And please ...