You are not logged in.
Just noticed that with the most recent update, the Devuan "Purpy" theme and Mate icons are included.
If anyone has changed the Update Notifier to use the "update" command instead of the "dist-upgrade" command, you won't receive the new Purpy theme and Mate icons in MiyoLinux...so you'll need to run an apt-get update and apt-get dist-upgrade if you would like them added to your system.
Thanks Devuan!
Thank you for your suggestion. I have created the local.conf and it does indeed seem to make a difference. If I understand it, the first part is turning on anti-aliasing, and as far as I can see, it is improving the quality of the letters, the letter "D" does appear to be much smoother. The new file does however make the font smaller in LibreOffice. I then restarted my browser and that too has a smaller font in the interface. Could this be that the Droid font that you are specifying does appear smaller that whatever it is that I am currently using?
Geoff
This made me think back...
Sorry for the strange behavior it caused...it's been a while since I used LXDE, and I remembered that when I did, I used a different font configuration file for it. I finally found it, and it's almost identical to the top half of the one I posted. Perhaps that second half of the file acts differently on LXDE as opposed to Openbox...not sure why though. It doesn't have the effects you've described on Openbox.
So, after comparing the two files, you can remove everything between </match> and </fontconfig> so that you're left with...
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit mode="assign" name="hinting" >
<bool>true</bool>
</edit>
<edit mode="assign" name="autohint" >
<bool>true</bool>
</edit>
<edit mode="assign" name="hintstyle" >
<const>hintslight</const>
</edit>
<edit mode="assign" name="rgba" >
<const>rgb</const>
</edit>
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
</match>
</fontconfig>
After saving it, you might want to check in your Home folder's ~/.config/fontconfig folder to see if a copy of that original local.conf was automatically saved there. If so, replace it with the new one. You'll need to either logout and back in or restart your computer.
Here's a copy of the file that I used on LXDE if you want to peruse it...it's the same but doesn't have the autohint option...
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<edit mode="assign" name="rgba">
<const>rgb</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hintstyle">
<const>hintslight</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="antialias">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
</match>
</fontconfig>
Thanks for the update, @MiyoLinux, much appreciated. I'm continuing to use MIYO here and I am very much happy with it, sorry to hear abot your health issues... :-/
Cheers,
--
Vall.
Thank you Vall; I deeply appreciate that.
The poor fonts on the LibreOffice interface. This is not a major problem.
Hi Geoff 42. Font rendering is one of my pet peeves.
I'm not sure if I understand correctly, but it sounds as though the only font rendering problem you are experiencing is with LibreOffice? If that's the case, I'm not sure if this will help...but it won't hurt to try if you're willing.
Following is the font configuration file that I use in Openbox...it does wonders at making the fonts look really nice system-wide. It also worked on my past Arch Openbox installs without having to download and install a bunch of packages that Arch and its users recommend to help with font rendering (if you're familiar with that). It may be worth a try to see if it "might" help. Also, don't let the font names that are in the file worry you...it works with all fonts.
I will assume your file manager is PCManFM since you're using LXDE, so these instructions are applicable to that.
1. Open your file manager as root and go to /etc/fonts
2. In that open folder, right click and create a new empty file
3. Name the file local.conf
4. Copy and paste the code below into the empty file and save it.
It's been a while, so I can't remember if just logging out and back in will cause it to take effect...or if a computer restart is necessary. Sorry.
Here it is...good luck.
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit mode="assign" name="hinting" >
<bool>true</bool>
</edit>
<edit mode="assign" name="autohint" >
<bool>true</bool>
</edit>
<edit mode="assign" name="hintstyle" >
<const>hintslight</const>
</edit>
<edit mode="assign" name="rgba" >
<const>rgb</const>
</edit>
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
</match>
<!-- Set preferred serif, sans serif, and monospace fonts. -->
<alias>
<family>serif</family>
<prefer>
<family>Droid Serif</family>
</prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer>
<family>Droid Sans</family>
</prefer>
</alias>
<alias>
<family>sans</family>
<prefer>
<family>Droid Sans</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
<family>Droid Sans Mono</family>
</prefer>
</alias>
<alias>
<family>mono</family>
<prefer>
<family>Droid Sans Mono</family>
</prefer>
</alias>
</fontconfig>
Despite my health issues, and aided and abetted by insomnia...I was able to build and upload a new 64bit .iso to Sourceforge today. Knowing that the 64bit's Updater Icon wasn't right...plus discovering that the default setting for Nitrogen was on the wrong setting...was something that I could no longer stand for.
But still, apt-get upgrade is safer than a dist-upgrade.
Thank you for pointing this potential problem out nixer. I have made the appropriate posts on the MiyoLinux Wiki due to your input.
I'm not sure which one I'm actually using in this instance, if there isn't much difference, then 'uname -a' wouldn't really say much.
I installed 'a' 64 bit system to a pendrive, but have updated it in situ, so whilst I have 2 versions downloaded, one has a modified date of 28 Nov, the other has 11 Dec, so this one I'm using may very well be less than the latest, sorry about that.
Ah...got it.
The last release came out on 4 December. Not much changed from the previous release. Here are the changes...
The installer is located in the Desktop folder.
Added the full Faba(s) and Moka icons.
Added NuoveXT.2.2 (LXDE) icons.
Added MiyoLinux Mix Theme to the 32bit version.
Added two "clickable/scrollable" desktops to the Tint2 panel.
Added the ability to disable touchpads in the Autostart file.
Added a few Keyboard shortcuts for user's convenience
Changed MiyoLinux Gray Theme to the newer colors.
Keyboard shortcuts...
The W is the Windows key.
W + Space = Menu
W + b = Browser (Firefox ESR)
W + f = File Manager
W + q = Exit Menu
Alt + F2 = gmrun (application launcher)
Ctrl + Alt + t = Terminal
PRTSC = Scrot (Screenshot of desktop)
Other than that, the only other change was me forgetting to change the update notifier's icon in the 64bit version. . LOL!
Thank you FOSS.
It uses the dist-upgrade command to install updates.
Can you offer suggestions on what to change in lines 42 and/or 48 to have the updater script to do an "apt-get upgrade" instead of a "apt-get dist-upgrade"?
I could do a trial and error but I don't want to mess anything up. Thanks again.
Hi nixer.
Please read all of this post before making any changes, and make your decision based on the post as a whole.
You can change those lines as follows...
Line 42 will be...
check = "/usr/bin/apt-get -s upgrade | /bin/grep -c '^Inst '",
Line 48 will be...
gui = "/usr/bin/gksu '/usr/sbin/synaptic --upgrade-mode true --non-interactive'",
Edited to add: I then rebooted the computer just to make sure the changes took place.
Now, I've never attempted changing those before. So this was just an experiment. I did this on a fresh install of Miyo, and it works fine.
HOWEVER, it also wanted to upgrade Firefox-ESR...which caused me some concern. Normally, from my experience with Debian, an upgrade of Firefox ESR required a dist-upgrade. I can't say for sure that it works the same in Devuan.
So...
After allowing the updater to show me the updates in Synaptic, I canceled it. Then I tried running updates through the terminal with just the apt-get update and apt-get upgrade commands. It showed the same 6 upgrades as the updater showed in Synaptic...INCLUDING Firefox-ESR. Normally, (and you're probably well aware of this) if there's...let's say 1 item requiring a dist-upgrade, it will show as --> 1 not upgraded. So, I was assured that everything was fine as far as what was a regular upgrade.
I then canceled that upgrade, and ran apt-get dist-upgrade. It showed the same 6 upgrades again.
So, it appears that the upgrade of the latest Firefox ESR is included as a regular upgrade as opposed to a dist-upgrade.
It also appears that changing those lines will change the script to run an upgrade instead of a dist-upgrade.
Be aware though...
If you do change those lines, you should still check periodically (via the terminal) for a dist-upgrade; otherwise, you may miss out on some important updates that are needed.
Hope that helped.
Thank you Miyolinux!
I installed that program and it just notified me of updates being available. By the way, I have it on a Devuan install, not Miyolinux. I figured that if it works on one, then it should work on the other. So far no problems and it pulled in no additional dependencies.
My pleasure; I'm glad to help as I'm able.
From your original inquiry, I assumed you were referring to a straight Devuan install rather than Miyo. I'm just glad to hear that you're using Devuan!
I think the most dependencies this particular update notifier has ever pulled in were 2. I can't remember what they were, but I had added the update notifier before adding much else to the system. Seems like they were just some libs. 99.9% of the time, everything is already installed that it needs. That's one reason I like this particular updater. It does the job, does it well, and doesn't require anything to do so.
Something crossed my mind that I would like to say about the updater...
It uses the dist-upgrade command to install updates. So, I would advise for you (and any possible Miyo users...if there are still any
) to keep an eye out for the upcoming upgrade from Jessie to Ascii. When it happens, I would suggest following Devuan's upgrade procedure rather than letting the update notifier do the upgrade. It may not cause a problem, but it's better to be safe than sorry.
@FOSSuser: Thanks for the input! I certainly appreciate it friend! I'm wondering if the version of Miyo you're running has the correct icon, then perhaps you have the original 64bit MiyoLinux version? The missing icon in the 64bit version was from the latest release. Either that, or I neglected to install the latest release on the machine I discovered this on, and it's perhaps still running the Beta version of the latest release. If that's the case, I'm even more embarrassed! LOL!
Either way, I'm glad that I had the opportunity to help nixer.
If you don't mind, I would like to know how you did it so that it can be implemented into my install.
The package "update-notifier" wants to pull in some gnome3 stuff so I have resisted.
Hi nixer.
I used the PointLinux update notifier. Depending on your existing install, it will pull in very few dependencies or none at all. I used the .deb file located here...
http://www.mirrorservice.org/sites/poin … -notifier/
After it's installed, you will need to go into your file manager as root and change the file path to the icon used (as I outlined above). You can change the icon to any that you'd like to use...just make sure to put the correct path to the icon.
Then, restart your computer for the update notifier to start working.
If you'd like to use the icon that I use in Miyo, you can download it from my pCloud here...
https://my.pcloud.com/publink/show?code … 1z345uGcAX
Below is a screenshot of what you'll see...a desktop notification and a notification in the panel's system tray. To install updates, click the icon in the system tray. Enter your password, and Synaptic will open and display the available updates. When you "Mark" them for installation, they will immediately be installed.
Hope that helps.
Just discovered this today, and I apologize for any problems this may have caused people.
MiyoLinux comes with an update notifier that allows users to click its icon in the system tray in order to install updates. Somehow, I neglected to change the icon in the file path in the latest 64bit version of MiyoLinux (miyolinux-64bit-120316.iso). It still gives a desktop notification (without the icon), but it doesn't show in the system tray since its icon is missing. I sincerely apologize and am embarrassed about this.
It's easily fixed though.
Simply open your terminal and enter the following...
sudo leafpad /usr/share/pointlinux/update-notifier/pointlinux-update-notifier.py
After the file opens in Leafpad, scroll about 1/3 of the way down the file until you see the following...if you enable line numbers, it's line #35 that will be changed...
icon = "/usr/share/icons/PointLinux-Faenza/apps/48/update-notifier.png",
Change that line to read as follows...
icon = "/usr/share/images/updates.svg",
Then save and close the file.
Log out and log back in for it to take effect.
Again, I apologize.
Just wanted to quickly say that I did a test install this morning, and the Ext 2 file system is highlighted by default on MiyoLinux.
Thanks fsmithred.
No, the script wasn't modified.
Thanks for your report Vall.
Hi folks!
When I released MiyoLinux, my original thoughts were that if perhaps 50 people somehow...eventually...by some mistake...found MiyoLinux on Sourceforge and tried it, I would have been absolutely amazed by that. I thought that if I liked it, there might be a few people out there who may like it too. I certainly never anticipated that MiyoLinux would become an acknowledged Devuan derivative. I thought that I was releasing a fringe distribution that would go unnoticed. The small amount of publicity that MiyoLinux has received and its acceptance by Devuan are both humbling and overwhelming to me.
Now to the reason for this post...and let me say that I've spoken with fsmithred about this.
From what I've gathered from reading various posts on the internet, there seems to be a general consensus that MiyoLinux is a respin of Refracta.
First, I apologize for any confusion about this on my part. I did publicly thank Refracta (and Devuan) when I released MiyoLinux, and that may have led to people's belief that MiyoLinux is a respin of Refracta.
I'm new to developing and still have much to learn. With that said, and to lessen any confusion, these are the basics of how MiyoLinux was built and distributed.
I started with both 32bit and 64bit Devuan netinstalls.
I installed only the base Devuan systems of each...no desktop or anything else.
I then added Openbox and only the software/applications that I wanted included in MiyoLinux.
I then added the Refracta tools needed to make the .isos and the installer.
So, while MiyoLinux does use Refractasnapshot and the Refracta Installer, those are the only parts of Refracta that are used by MiyoLinux. While I'm very thankful to both fsmithred and Refracta, I hope that this possibly clears up any confusion as to whether MiyoLinux is a Refracta respin.
At this point in my development knowledge (or lack thereof), I consider MiyoLinux as a Devuan derivative that is made possible for distribution because of the Refracta tools. I'm always looking to improve and become more knowledgeable. However, as I work on becoming more adept at using Debian Live (with Devuan repos of course), the Refracta tools have made MiyoLinux possible now.
If this public acknowledgement makes MiyoLinux look bad for any reason, I just hope that it doesn't reflect badly on the awesomeness that is Devuan and Refracta.
...and I'll gladly say it again...
My thanks go out to both Devuan and Refracta. Without them, MiyoLinux wouldn't exist.
We try to take advantage of what Sourceforge has to offer.
MiyoLinux has an "Announcements" page (which is what cpoakes may have been referring to) and a basic Wiki page on Sourceforge.
Hi folks!
Just wanted to let people know that with the recent release of Devuan Beta 2, MiyoLinux has followed suit. While continuing to stay true to the vision of being a minimal and base system which allows you (the user) to "make it your own", there are a few subtle additions and "convenience improvements" that I hope will contribute to a better user experience.
Thanks to anyone who may give MiyoLinux a try.