The officially official Devuan Forum!

You are not logged in.

#826 Re: Devuan Derivatives » [MiyoLinux] MiyoLinux Accessories website » 2018-03-13 21:52:46

Okay. The Accessories are now on github. I'll add the link to the opening post too.

https://github.com/MiyoLinux?tab=repositories

Thanks greenjeans, but I don't want people to mistakenly think your work was done by me. I fear that even if I make that clear in the readme file, folks may still think it came from me...but I do deeply appreciate the offer.

#827 Re: Devuan Derivatives » [MiyoLinux] MiyoLinux Accessories website » 2018-03-12 22:45:14

golinux wrote:
MiyoLinux wrote:

Okay, I have all of the code boxes removed on the site; the codes are back as plain text.

Another option would be to link to the code in a text file that could be opened in an editor that can "save as".  Less possibility for error that way.

Okee Dokee...

I took your advice and included links (on the website) to both the accessory's .desktop files and the actual accessory's codes. All are now available on the original website. Now to get to work on making the codes available on GitHub... tongue

#828 Re: Devuan Derivatives » [MiyoLinux] MiyoLinux Accessories website » 2018-03-11 21:23:24

Okay, I have all of the code boxes removed on the site; the codes are back as plain text.

I've gone ahead and taken msi's advice and created a github account. I'll be putting all of the codes on there soon. Right now, the Readme file is all that exists on there. I'll post a link (and edit the opening post) when it's ready. The website will continue to be available too.

#829 Re: Devuan Derivatives » [MiyoLinux] MiyoLinux Accessories website » 2018-03-11 14:04:40

xunilog wrote:

Thanks for sharing your accessories. I'm stuck: on several pages the code displayed in the codebox seems incomplete

http://miyolinux.weebly.com/compton.html
http://miyolinux.weebly.com/touchpad-controls.html

FWIW, I tried viewing the pages both with firefox and palemoon

Until I'm able to change things on the site, here are those two codes...

Touchpad Controls

#!/bin/sh
yad --title="Touchpad Controls" --width=350 --window-icon="/usr/share/miyolinux/miyolinux.png" --text-align=center --center --buttons-layout="center" \
--text="
HINT: Your touchpad must have already been ON and active before selecting Off While Typing.
" \
--button="On":"synclient TouchpadOff=0" \
--button="Off":"synclient TouchpadOff=1" \
--button="Off While Typing":"syndaemon -i 2.0 -d" \

Compton Controls

#!/bin/sh
yad --title="Compton" --width=230 --window-icon="/usr/share/miyolinux/miyolinux.png" --text-align=center --center --buttons-layout="center" --text="
Turn Compton On or Off.
" \
--button="On":"compton" \
--button="Off":"killall compton" \

#830 Re: Devuan Derivatives » [MiyoLinux] MiyoLinux Accessories website » 2018-03-11 12:41:51

Sorry for the trouble.

Sometime today, I'll remove all of the codes from the code blocks and just put them in as plain text.

#831 Re: Devuan Derivatives » [MiyoLinux] Simple instructions for making an .iso » 2018-03-10 23:56:43

stanz wrote:

Thx man...
I guess I'll need to install Refracta, & learn more...cause

MiyoLinux wrote:

but before long, you'll get hooked, and we'll see a new derivative from you. smile

I may have created a hobby, please visit what...I posted..

tongue  muhahahaha  smile

Get'r done stanz! Good luck! I'd like to see that come to fruition. smile

#832 Re: Devuan Derivatives » [MiyoLinux] Simple instructions for making an .iso » 2018-03-08 23:09:59

Hooray!

I'm glad it's working now...the thanks should really go to fsmithred for all that he does in providing the Refracta tools. wink

There are several more config files to explore and edit...and background images to replace with your own...but before long, you'll get hooked, and we'll see a new derivative from you. smile

#833 Re: Devuan Derivatives » [MiyoLinux] MiyoLinux Accessories website » 2018-03-08 04:03:14

I'm not a coder either. My motto is, "I don't often code, but when I do, it's not often." tongue

I just try stuff until it works...along with a lot of internet searches.

As to yad, I should probably give better instructions on the site...all that's required is to install yad, and the scripts (requiring yad) will work (for the most part). A user would only need to edit the existing code(s) to point to their personal folders, window icons, etc. "Someone" I know has a gtk2 version of yad, but I don't know if he's made it available for download yet.

Good idea about the license...thank you. I will probably just put them under Public Domain.

Thanks!

#834 Re: Devuan Derivatives » [MiyoLinux] MiyoLinux Accessories website » 2018-03-08 00:07:25

Thanks Panopticon.

To anyone interested, I'm still working on the site. Today, I changed how the codes are presented...I found a "code block" plugin to use, so the codes are now more defined.

I'm continuing to add more to it as time allows.

#835 Devuan Derivatives » [MiyoLinux] MiyoLinux Accessories website » 2018-03-07 03:41:34

MiyoLinux
Replies: 16

I've made a small website that will allow anyone to see the codes used for the various MiyoLinux Accessories...in case they would like to use them on their own system or distro.

I've included screenshots of the Accessories, requirements (dependencies), basic information/instructions, .desktop file links, GUI code links, and the GUI codes (shown as plain text) that are used in MiyoLinux.

The codes and information available are for the following...

1. Live Keyboard Layout Changer (includes a link to download the country's flag icons)
2. The Control Center
3. Panel Switcher (with Docky)
4. Panel Switcher (with Plank)
5. Touchpad Controls
6. Conky Controls
7. Compton Controls
8. The MiyoLinux Welcome Screen

If anyone is interested in using any of these, feel free to do so. I have no concern as to whether you acknowledge MiyoLinux or not...they are all licensed under Public Domain.

MAKE IT YOUR OWN! wink

Here's the site...

http://miyolinux.weebly.com/

They are also on github...

https://github.com/MiyoLinux?tab=repositories

#836 Re: Installation » Success! » 2018-03-01 02:54:24

Panopticon wrote:

Sorry for the very late reply.

All your suggestions work, it was just my lack of attention that was the problem. wink

LOL! No worries! I'm the same way...I usually pay no attention to terminal outputs... tongue

Take care!

#837 Devuan Derivatives » [MiyoLinux] Simple instructions for making an .iso » 2018-02-28 10:30:41

MiyoLinux
Replies: 4

This is a quick guide for how to make an installable .iso from an existing MiyoLinux installation.

It will produce an .iso using the existing configurations and background images from the original Miyo .iso...unless a user has changed some of the configuration files/images, and unless a user allowed the Refracta configuration files to be replaced when upgrading Miyo Jessie to Ascii.

To make an .iso in Miyo...

1. Open the file manager as root, and go to...

/usr/share/applications

2. Once there, find the "Refracta Installer".

Right-click on it, and open it with your text editor. Find the line NoDisplay=true and place a # symbol in front of it so that it looks like this...

#NoDisplay=true 

...then save and close the file. The Refracta Installer should then be in your menu.

If you don't want it in your menu, then negate those instructions, and simply copy and paste the Refracta Installer from /usr/share/applications into your Desktop Folder. You'll be able to access the installer there and it will remove the installer from the Desktop folder after installation.

3. (Optional) Run Bleachbit and Bleachbit as root to remove junk to help make your .iso smaller.

4. Open your terminal, and run the following command...

sudo refractasnapshot

A bunch of information will pop up in the terminal. Use the arrow keys on your keyboard to scroll down until it says Press q to quit. Press q and you'll see a numerical list of options. To make an .iso that can be installed, press 1 on your keyboard (can't remember if you have to hit Enter on your keyboard also...sorry).

That will give you a line where you can change the name that appears in the live version's grub screen. Change it to whatever you'd like if you want to!  smile

THEN...hit Enter on your keyboard. It will then start building your .iso. Be patient, and don't close the terminal until it's finished. It will let you know when it's finished. I think it will say something like "All finished or All done!

5. To find your .iso, open your file manager (no need to be root).

Click File System in the side pane.
Open the Home folder.
There will be a folder with your name and a couple of other folders...can't remember their names...perhaps snapshot and work (?). Regardless, your .iso will be in one of those folders...along with a checksum file.

#838 Re: DIY » Remmina » 2018-02-21 20:46:25

It's in ascii-backports. smile

#839 Re: Devuan Derivatives » "XTRA" Tint2 Configurations for MiyoLinux » 2018-02-17 03:12:06

stanz wrote:

MiyoLinux sez`s:
Have fun...and make it your own! smile

geez dude...you make it easy to have fun tweaking..!
I just found a post about adding a theme...{ I haven't got that far in exploring this system,
...still adding apps to make my own... cool }
But, then I find this post and of course got time to see what comes...
Frucking "A" !
So many themes to easily choose from...& ya made me learn about adding launchers,
and doing more!

You or Devuan got use for another testing laptop...I'm in! smile

Thx again...

Hi stanz! Hope you're doing well!

Part of the philosophy behind Miyo was to make Openbox a little easier to use for folks who may have wanted to try Openbox...but had never pulled the trigger...I just wish I had included those extra tint2 panels in the releases! tongue

#840 Re: DIY » Miyo (Make it your own) Devuan LXQt » 2018-02-16 11:43:14

Cybermax wrote:

I ask step by step instructions on how to install lxqt on Devuan.

LXQT is available as a desktop choice in the new Ascii .isos. smile

#841 Re: DIY » Miyo (make it your own) KDE Plasma » 2018-02-16 02:54:38

Newly installed 64 bit Plasma from the newly released Devuan Ascii netinstall...

Booting up at 270 MBs of RAM.

Eat your heart out Xfce...  LOLOLOL!!! big_smile

Edited to add: this is a minimal installation following my instructions above. I tried the full KDE installation first, and it was booting up at around 500 MBs of RAM.

#842 Re: Installation » ASCII beta installation from minimal iso? » 2018-02-15 19:50:10

I finally found a mirror with the netinstall images earlier today. Instead of it taking 2 to 3 hours to download them, it only took a few minutes. smile

http://neo900.files.dev-1.org/files.dev … aller-iso/

#843 Devuan Derivatives » Lightdm background/theme fix for Miyo-XTRA 2018 » 2018-02-13 21:41:08

MiyoLinux
Replies: 1

Another desktop-base package came through today, and this time, it changed the login screen of Miyo (must be the one fsmithred had mentioned in another thread).

Again, as with the fix for the grub screen, this isn't needed and is completely voluntary...if you would prefer to use the new login screen with the Devuan Dark Purpy background and light theme, then please do so. smile

For anyone who would like the MiyoLinux background and dark theme back, here's all you need to do...

Step 1:  Open your terminal, and enter the following command (substitute leafpad with your text editor if you're using a different one)...

sudo leafpad /etc/lightdm/lightdm-gtk-greeter.conf

When the file opens, scroll down to the bottom to line #47 (if you have line numbers on), and you will see...

[greeter]

The items below [greeter] are what we will change (lines 48-61). Just remove everything underneath [greeter], because we're going to replace it anyway.

STEP 2:  Copy and paste the following underneath [greeter]...

background=/usr/share/miyolinux/miyolinux-lightdm.png
theme-name=Adwaita-dark
icon-theme-name=Faba-Mono
font-name=Ubuntu
xft-antialias=true
xft-dpi=96
xft-hintstyle=slight
xft-rgba=rgb
show-indicators=~language;~session;~power
show-clock=true
clock-format=%A ~ %l:%M %P
#keyboard=
#position=
#screensaver-timeout=

So, that portion of the file should now look like this...

[greeter]
background=/usr/share/miyolinux/miyolinux-lightdm.png
theme-name=Adwaita-dark
icon-theme-name=Faba-Mono
font-name=Ubuntu
xft-antialias=true
xft-dpi=96
xft-hintstyle=slight
xft-rgba=rgb
show-indicators=~language;~session;~power
show-clock=true
clock-format=%A ~ %l:%M %P
#keyboard=
#position=
#screensaver-timeout=

STEP 3:  Save and close the file.

The next time you log out/in, you'll have the MiyoLinux background and dark theme again. smile

Whew...I'm thinkin' of locking desktop-base for awhile! LOLOLOL!!! tongue

#845 Re: Devuan Derivatives » Grub Background fix for Miyo-XTRA-Ascii 2018 » 2018-02-13 16:56:12

fungus wrote:

This is good, it is going on all my installations

Thanks fungus. If you would like to have one for each of your individual OSs...with the name of each of your OSs (instead of MiyoLinux), send me an email with each name, and I'll make 'em, .zip 'em, and send you a link to download 'em.

Same look...same font...different name.

...'cause that's how I roll. tongue

#846 Re: Devuan Derivatives » Upgrade warning for Miyo-XTRA Ascii (?) 2018/02/10 » 2018-02-13 05:42:33

golinux wrote:
MiyoLinux wrote:
golinux wrote:

I used to always have to do that.  Now Devuan comes personalized to my preferences.  LOL!

Hmmm...sounds almost as though you designed it or something. tongue

LOL!

Who?  Me?  LOL!

Scared? Say scared.

I'm on to you and your themebobtropilus...

...and if that doesn't make sense, there's more from where that came from!

#847 Devuan Derivatives » Grub Background fix for Miyo-XTRA-Ascii 2018 » 2018-02-12 21:55:51

MiyoLinux
Replies: 3

With the recent update that introduced the new desktop-base package along with elogind...which introduced shutdown problems (see the fix HERE)...it also changed the background image of the grub screen.

I'm only posting this for anyone who would like to return back to the MiyoLinux grub background. If you're happy with the new Devuan background, then by all means...continue using it. smile In other words, this fix is completely voluntary and isn't necessary. I'll also be posting this on the MiyoLinux wiki on Sourceforge; the elogind fix is already there.

Step 1:  Download the .zip file from Sourceforge.

https://sourceforge.net/projects/miyoli … p/download

The .zip file contains a background image and a modified theme.txt file.

Step 2:  After the download has completed, open your file manager, and navigate to the downloaded file...probably your Downloads folder.

Step 3:  Using the "Tools" in the file manager's menu bar, open a terminal in the Downloads folder. When the terminal opens, enter the following command...

sudo unzip Miyo-Ascii-Grub.zip -d /usr/share/desktop-base/grub-themes/desktop-grub-theme

That command will work whether you have already installed an archive manager or not. It will ask you if you want to replace the two files. Answer y to replace them.

If you prefer to use your archive manager, then feel free to. smile  If you do use an archive manager, you can see where to place the files in the command above.

Step 4:  After that is finished, enter the following command...

sudo update-grub

After the update-grub is finished, you will then have the MiyoLinux grub background back again the next time you reboot.

#848 Re: Devuan Derivatives » Upgrade warning for Miyo-XTRA Ascii (?) 2018/02/10 » 2018-02-12 20:48:41

golinux wrote:

I used to always have to do that.  Now Devuan comes personalized to my preferences.  LOL!

Hmmm...sounds almost as though you designed it or something. tongue

LOL!

#849 Re: Devuan Derivatives » Upgrade warning for Miyo-XTRA Ascii (?) 2018/02/10 » 2018-02-12 17:45:21

I'll try it out of curiosity.

The desktop base (that included elogind) changed the custom grub screen background that I'd made for Miyo. It became the Dark Purpy background. It actually blends in pretty well...but I changed it back. tongue

My philosophy has always been to let Miyo be Devuan. I don't blacklist any packages in case a user wants to use them. The themes may be wanted by users...and yes, I also hack on the desktop base grub screen background and theme text. wink

#850 Re: Devuan Derivatives » Upgrade warning for Miyo-XTRA Ascii (?) 2018/02/10 » 2018-02-12 00:16:55

fsmithred wrote:

To stop the elogind service, open your terminal, and enter...

sudo pam-auth-update

Cool! I didn't know about that. I tried it, and just to be different I disabled consolekit instead of elogind, and after a logout/login, I can shutdown and reboot again. Tested with lightdm and lxdm. (slim wasn't affected by the problem)

CORRECTION: Disabling consolekit works with lxdm only, not with lightdm.

Yes...perhaps one day you'll attain enough knowledge to at least have a small glimmer of the pinnacle that I've reached in my vastly superior Linuxoctoprocitianism. tongue

LOLOLOL!

Board footer

Forum Software