Search found 26 matches
- Tue Aug 27, 2024 2:49 pm
- Forum: EasyOS
- Topic: Fooling around with picom in EasyOS 6.2
- Replies: 3
- Views: 513
Re: Fooling around with picom in EasyOS 6.2
How to git clone Picom. https://www.youtube.com/watch?v=ZE1_20qd15k What Picom is and how to configure it. https://www.youtube.com/watch?v=t6Klg7CvUxA TY for the links. I've already watched them. I took the hard way by copying files from my Mabox installation and going from there. I added an ...
- Tue Aug 27, 2024 12:14 am
- Forum: EasyOS
- Topic: Fooling around with picom in EasyOS 6.2
- Replies: 3
- Views: 513
- Tue Aug 20, 2024 5:22 pm
- Forum: EasyOS
- Topic: EasyOS Scarthgap-series version 6.3.1
- Replies: 447
- Views: 37435
Re: EasyOS Scarthgap-series version 6.2
Updated just fine. Thank you Mr. Barry
- Sun Aug 18, 2024 4:41 am
- Forum: Scripts
- Topic: YAD Startup Script
- Replies: 8
- Views: 761
Re: YAD Startup Script
Final iteration? I've relocated the variables to be established before the YAD function. Did a little formatting cleanup for readability sake. #!/bin/bash # Establish some string variables # Change "Earthling" to your name or use the $USER system variable if you like. # Example _yourname="John Doe ...
- Sat Aug 17, 2024 7:00 pm
- Forum: Scripts
- Topic: YAD Startup Script
- Replies: 8
- Views: 761
Re: YAD Startup Script
I have now ran a check on whether or not mpv and/or mplayer is installed and recalibrated my script file. #!/bin/bash # Dialog Box Function dialog_box (){ # Loop until the DAMN button has been pressed while [ $_ret -ne 0 ] do # Open dialog yad --width=600 --center --fixed --on-top \ --image="dialog ...
- Sat Aug 17, 2024 3:46 am
- Forum: Scripts
- Topic: YAD Startup Script
- Replies: 8
- Views: 761
Re: YAD Startup Script
I copied this script to my EasyOS startup folder only to find that 'mplayer' does not exist in the /usr/bin folder, but 'mpv' IS there so I altered the script just a bit more. #!/bin/bash # Dialog Box Function dialog_box (){ # Loop until the DAMN button has been pressed while [ $_ret -ne 0 ] do ...
- Fri Aug 16, 2024 2:32 pm
- Forum: Scripts
- Topic: YAD Startup Script
- Replies: 8
- Views: 761
Re: YAD Startup Script
I'm aware. It's the inspiration for my shell script. I decided to delve into scripting to fill some time as I'm old and retired.
- Fri Aug 16, 2024 11:35 am
- Forum: Scripts
- Topic: YAD Startup Script
- Replies: 8
- Views: 761
Re: YAD Startup Script
Did a bit more modding on this script. Now it checks to see if it can speak and if it can't it opens a dialog box. Keep in mind, I'm just learning how to script and know there are many different ways to do almost every thing. #!/bin/bash # Dialog Box Function dialog_box (){ # Loop until the DAMN ...
- Thu Aug 15, 2024 12:49 pm
- Forum: Scripts
- Topic: YAD Startup Script
- Replies: 8
- Views: 761
Re: YAD Startup Script
I changed the script around a bit. Decided I didn't need a dialog if the internet was connected and instead called upon some speech synthesis. The dialog only pops up now if the internet connection is down. I can hear if it (the internet) is up, some form of visual indicator helps when it's down ...
- Thu Aug 15, 2024 5:46 am
- Forum: Scripts
- Topic: YAD Startup Script
- Replies: 8
- Views: 761
YAD Startup Script
A small script that I use as a startup to welcome me and let me know if there is or isn't internet connectivity. #!/bin/bash # May be reduced from default of 18 seconds to 15 or less if using an SSD or fast HD. # Also if using a static IP rather than DHCP. # I've used 10 here, but it seems long to ...
- Tue Aug 13, 2024 7:32 am
- Forum: Users
- Topic: Show Us Your Desktop..!!
- Replies: 976
- Views: 353014
Re: Show Us Your Desktop..!!
ManjaroPup
Easy OS 6.1.1
- Wed Aug 07, 2024 6:30 pm
- Forum: EasyOS
- Topic: Script to move Wonderwall wallpapers
- Replies: 3
- Views: 531
Re: Script to move Wonderwall wallpapers
Heh 'Wonderwall' has a 20 file trial limit. Anyway this is my final product. #!/bin/sh yadbox () { if [[ $_fc -gt 0 ]] then # Append wildcard to _wonderfolder string _wonderfolder=$_wonderfolder'*.*' # Loop until a move or copy choice has been made while [ $_ret -eq 252 ] do # Open dialog yad ...
- Wed Aug 07, 2024 1:39 pm
- Forum: EasyOS
- Topic: Script to move Wonderwall wallpapers
- Replies: 3
- Views: 531
Re: Script to move Wonderwall wallpapers
Revisiting to explain some things and so on and so forth. Apparently when you install a flatpak via a custom entry in the Flapi package manager you get an entirely different install location and thus container than you would get if you installed the same Flatpak via the 'flatpak install' command ...
- Tue Aug 06, 2024 11:51 pm
- Forum: EasyOS
- Topic: Script to move Wonderwall wallpapers
- Replies: 3
- Views: 531
Re: Script to move Wonderwall wallpapers
Apparently using Flapi to install 'Wonderwall' results in different folder structures being created. This script will only work if you manually installed the Flatpak vs. doing a custom Flapi installation. Looks like I have more scripting to do to get this to actually work no matter the method of ...
- Tue Aug 06, 2024 12:07 pm
- Forum: EasyOS
- Topic: Script to move Wonderwall wallpapers
- Replies: 3
- Views: 531
Script to move Wonderwall wallpapers
Bear in mind that I'm new to Puppies, new to EasyOS, new to scripting, etc. Anyway I installed 'Wonderwall' (A wallpaper downloader/setter) as a flatpak in EasyOS and for the life of me couldn't get the thing to set a wallpaper of my choice. If anyone knows how to work around the 'backend choices ...
- Fri Aug 02, 2024 5:36 am
- Forum: EasyOS
- Topic: EasyOS Scarthgap-series version 6.3.1
- Replies: 447
- Views: 37435
Re: EasyOS Scarthgap-series version 6.1.1
Thanks guys. I knew I did it but could not for the life of me remember how.
Cheers.
- Wed Jul 31, 2024 3:22 pm
- Forum: EasyOS
- Topic: EasyOS Scarthgap-series version 6.3.1
- Replies: 447
- Views: 37435
Re: EasyOS Scarthgap-series version 6.1.1
Someone help an old DoG out. I altered the font and the color of the font under the desktop icons. I'm wanting to replicate this 'feat' on the Easy I have installed on a HDD. The thing is... my memory is vague on how I accomplished this 'feat.' By vague I mean completely forgotten. I remember doing ...
- Wed Jul 31, 2024 3:21 am
- Forum: Beginners Help
- Topic: Slacko is the only frugal Puppy not loading.
- Replies: 5
- Views: 421
Re: Slacko is the only frugal Puppy not loading.
Well after making the suggested changes Slacko does boot... to a black screen. I added this : Options... ::Fix broken video COMMENT=Run Xorg Video Wizard to fix broken video PROTOCOL=linux KERNEL_CMDLINE=qfix=vid nomodeset psubdir=puppies/SlackoPup pmedia=atahd KERNEL_PATH=guid://dac4f491-e144-4b72 ...
- Wed Jul 31, 2024 2:28 am
- Forum: Beginners Help
- Topic: Slacko is the only frugal Puppy not loading.
- Replies: 5
- Views: 421
Re: Slacko is the only frugal Puppy not loading.
Puppy Linux SlackoPup (partition sda3, path puppies/SlackoPup) PROTOCOL=linux KERNEL_CMDLINE=psubdir=/SlakoPup pmedia=atahd KERNEL_PATH=guid://dac4f491-e144-4b72-8590-7fbdb4100b39/SlackoPup/vmlinuz MODULE_PATH=guid://dac4f491-e144-4b72-8590-7fbdb4100b39/SlackoPup/initrd.gz In addition to HerrBert's ...
- Wed Jul 31, 2024 2:27 am
- Forum: Beginners Help
- Topic: Slacko is the only frugal Puppy not loading.
- Replies: 5
- Views: 421
- Tue Jul 30, 2024 4:27 pm
- Forum: Beginners Help
- Topic: Slacko is the only frugal Puppy not loading.
- Replies: 5
- Views: 421
Slacko is the only frugal Puppy not loading.
SOLVED! I've setup a partition on my hard drive and placed several frugal puppies there along with EasyOS. They all work great, except for the Slacko variant. It complains that 'puppy_slacko64_7.sfs' is not found. I'm using Limine to boot with and below is the configuration file. QUIET=no TIMEOUT=20 ...
- Sun Jul 28, 2024 10:43 pm
- Forum: EasyOS
- Topic: EasyOS Scarthgap-series version 6.3.1
- Replies: 447
- Views: 37435
- Sun Jul 28, 2024 6:14 pm
- Forum: EasyOS
- Topic: EasyOS Scarthgap-series version 6.3.1
- Replies: 447
- Views: 37435
Re: EasyOS Scarthgap-series version 6.1.1
https://media.discordapp.net/attachments/664309555207077888/1267096965099815085/image.png?ex=66a78b82&is=66a63a02&hm=533e3cbf4820d1e6c1f1b218abbd1a28978dabe29847d5170a535ff4212f0b0b&=&format=webp&quality=lossless&width=1185&height=667 Just looking at your screenshot, the KERNEL_CMDLINE you have for ...
- Sun Jul 28, 2024 1:15 pm
- Forum: EasyOS
- Topic: EasyOS Scarthgap-series version 6.3.1
- Replies: 447
- Views: 37435
Re: EasyOS Scarthgap-series version 6.1.1
Just popped in to say, 'My hat is off to you Mr. Barry sir.' Just decided to try Easy this week and I have to hand it to you. This is a fine piece of work. I initially wrote the .img file to a 32Gb USB stick and while it was far from capacity, I decided to transfer it over to a larger one as I ...
- Sat Jul 27, 2024 9:42 am
- Forum: EasyOS
- Topic: EasyOS Scarthgap-series version 6.3.1
- Replies: 447
- Views: 37435
Re: EasyOS Scarthgap-series version 6.1.1
As you can see in this image, everything works. The audio is fine. I can open the PulseAudio Volume Control from the menu and it works great. I just miss NOT having to manually start the tray icon. The script in ~/Startup works. https://cdn.discordapp.com/attachments/664309555207077888 ...
- Sat Jul 27, 2024 6:48 am
- Forum: EasyOS
- Topic: EasyOS Scarthgap-series version 6.3.1
- Replies: 447
- Views: 37435
Re: EasyOS Scarthgap-series version 6.1.1
I've ran into a problem. Love the OS BTW. I've done extensive modifications to Easy. Most done through the package manager, but some apps I installed via the command 'flatpak install' I obtained from the Flathub website. At some point the volume control icon no longer shows in the tray. The script ...