The officially official Devuan Forum!

You are not logged in.

#1076 Re: Installation » system-config-printer usd. gtklp » 2017-10-14 16:41:08

Not sure what it is, but I just checked, and gtklp is available in Devuan Ascii. I'm not sure about Jessie.

#1077 Re: DIY » Miyo (Make it your own) Devuan LXQt » 2017-10-14 16:27:04

oui wrote:

Hi MiyoLinux

Thank you for your msg concerning Far East languages! I will test it tomorrow as it is to late today! MiyoLinux! As I did not know what it is, I did look at your profile and find this thread.

My last installation (before Devuan) was an ubuntu installation like you describe!

Hi oui! To save space, I didn't give your full quote, but I wanted you to know that I saw your post. smile Isn't it amazing what can be done with Linux?!?!? Thank you for your input!

To all others, I edited the OP to add another package needed...

upower

...if you want the battery icon to show in your panel.

#1078 Re: Installation » [Solved] How to install the new version of Firefox on Devuan? » 2017-10-14 16:00:33

In the past, I've done as FOSSuser said...

1. Go to the official Mozilla website, and download the current version.
2. When the download is completed, use your archiver to open it into a directory that you prefer.

I put mine in my Templates folder when I did this, but some people put it in the opt folder. I had tried that before, but I found that Firefox wouldn't automatically update itself...not sure why.

3. After your archiver has finished opening it, you can go to that folder and click the executable to open Firefox (just look for the file that has firefox written under it).
4. Make sure that you go into Firefox's Preferences and have it set to for automatic updates (unless you desire to update it yourself).

There is a way to make a symlink so that your system recognizes it as your browser, but I never bothered with it, so I can't tell you how to do it unfortunately. However, I did make an application launcher icon for it so that I could open it from my menu instead of having to go into my Templates folder everytime.

You can either put this in /usr/share/applications ...or... ~/.local/share/applications

1. Go to the one you want to create the launcher in, right-click an empty space in that folder, and create a new empty file.
2. Name it whatever you want, but it has to end in --> .desktop (such as --> myfirefox.desktop )
3. Then copy and paste this into the newly created file...MAKE SURE TO PUT THE CORRECT FILE PATH TO THE EXECUTABLE THAT YOU USED AND PUT THE NAME CORRECTLY IN THE Exec= smile

[Desktop Entry]
Name=Firefox
Exec=/home/YOUR-NAME/Templates/firefox/firefox
Terminal=false
Type=Application
Categories=Network;
Icon=firefox

4. Save and close the file.
5. It should then show up in your menu.

#1079 Re: Installation » how to use input for complexe writing? » 2017-10-13 15:41:58

Hi oui. smile

I took French in High School; unfortunately, I don't remember much of it.

Moi livre est un piscine. LOLOLOL!!! (I probably completely messed that up, and I'm missing accent marks).

For non-French speakers...no, I won't tell you what I said. big_smile

Anyway...I don't know if it will help, but there is a package called gxkb. It will allow you to have three different keyboard layouts available at one time. It will sit in your system tray, and by clicking on its icon, you can change keyboard layouts quickly. If that's something that you think you would be interested in, I can give you more information on how to choose which layouts are used.

#1080 Re: DIY » Miyo (Make it your own) Devuan LXQt » 2017-10-11 14:49:21

FOSSuser wrote:

I hate to say this, but I've found my new daily driver, and it has replaced my own MiyoLinux. big_smile  yikes  smile

lol I 'deserted' a while back to Vuu-Do, Mr GreenJeans & I seem to like the same simple system. big_smile

(But you started the ball rolling with Openbox. wink )

fungus wrote:

There is too much shifting around here.  I think miyo tried Artix, the live had LXQT, which I don't like, and he liked it.  Now he is using LXQT on ascii, and I'm running Artix-testing with openbox and obmenu-generator.
Meanwhile my miyo-frankenstein-ascii with sid packages and Linux4.13 runs better than ever, to the point I'm shifting back into miyo-ascii-enstein and laying off the artix.

times are a-changing

Maybe I should have started a Confessional thread? LOLOLOL!!!

#1081 Re: Other Issues » A few potential bugs to report » 2017-10-11 14:40:19

HextorBRX wrote:

Hello

LXDE i386 Full ISO (4.5 Go)

- In PCManFM, the folders view settings cannot be changed. It always goes back to the default view mode: icons. No problem with XFCE.

Have you tried the following?

In PCManFM's tool bar,

1. Click Edit
2. In the dropdown list, click Preferences
3. In the window that opens, look at the bottom under Default View and change it to your desired view.
4. Close the window
5. Close PCManFM

...and it should then open with your desired view from now on.

#1082 DIY » Miyo (Make it your own) Devuan LXQt » 2017-10-11 02:20:56

MiyoLinux
Replies: 17

I hate to say this, but I've found my new daily driver, and it has replaced my own MiyoLinux. big_smile  yikes  smile

Devuan Ascii LXQt

I've been using it now for about two weeks, and I'm blown away with it.

If anyone is adventurous and would like to build your own, here is how I built mine...

Use a Devuan netinstall .iso for this. First things first...

1. You must upgrade from Jessie to Ascii to use LXQt.
2. Due to some conflicts with systemd, you will need a different login manager instead of sddm...I use lightdm.
3. Due to some conflicts with systemd, you will also need to install an additional shutdown utility; such as, qshutdown or obsession. Both work, but I use qshutdown.

During installation of the Devuan netinstall, when you get to the screen; in which, you choose a desktop, REMOVE ALL of the checkmarks and continue.

After the installation finishes, you will then boot into the CLI, and from there, you will upgrade to Ascii, and install the packages needed for your minimal LXQt system...allowing you to install the software you want on your system.

Once installation is finished and you've rebooted into the CLI...

1. Sign in with the username and password that you chose during installation.
2. Enter the command... su ...to become root, then enter the Root password that you chose during installation.
3. Enter the command... nano /etc/apt/sources.list

Now, I always add contrib and non-free to the sources.list; however, in addition to that (if you choose to do so), you'll need to change the sources from jessie to ascii. So, use your arrow keys to navigate the sources list, and backspace to erase words. When you've finished making changes, you'll need to save the file by using...

CTRL + x (to close the file)
y (to save the file)
Enter (to return to the CLI)

Next we need to run the commands...

apt-get update

...followed by...

apt-get dist-upgrade

When a dialogue opens asking about restarting services, I always answer Yes. So, just use your arrow keys to move the highlight over to Yes, then hit Enter on your keyboard.

When the upgrade has finished... REBOOT NOW!

This will ensure that you boot into the new kernel without having to possibly change it later.

Just enter the command...

reboot

After that reboot, you'll enter the CLI again and start installing your packages. Sign in again with your username and password...
Enter the command...

su

...then enter the root password...

You're now ready to install the packages needed for your your minimal LXQt desktop.

Here are the list of packages needed...and the order in which I install them with...you may wish to adjust this to your needs/preferences...

apt-get install...

firmware-linux (fixes my resolution/ and gives me my wireless needs)
lightdm
pcmanfm-qt
obconf-qt
qterminal
juffed
compton
compton-conf
breeze-icon-theme
breeze-cursor-theme
kde-style-breeze
qshutdown
hibernate
upower (if you want the battery icon in the panel)

For sound...either...

alsa-utils
...or...
pavucontrol-qt

synaptic
gdebi
wicd
lxappearance
lxappearance-obconf
lxqt --no-install-recommends lxqt-sudo

The following are my personal preferences to add...

pcmanfm
xarchiver
zip
leafpad
gtk2-engines-murrine --no-install-recommends

After everything is installed, enter the command...

reboot

...to boot into the new LXQt desktop. Then, install whatever you want on your system.

Why did I install lxappearance, lxappearance-obconf, pcmanfm, xarchiver, zip, leafpad, and gtk2-engines-murrine?

Lxappearance will make GTK apps look good on LXQt!
PCManFM-Qt is a dependency of LXQt, but it's a pain to use as root. So I use the regular PCManFM instead.
Xarchiver is my preferred archiving app (zip is needed for it).
Juffed is a qt text editor, but I prefer the simplicity of leafpad.
Gtk2-engines-murrine will help the GTK apps look better with the pre-installed themes.

Please remember, the native Logout option works on LXQt, but the other options don't, so I use qshutdown to shutdown, reboot, etc. You could also use obsession if so desired to shutdown/reboot...

Hope I have been thorough enough! Have fun!

PS: I also replaced udev with eudev. Instructions are here on the forum.

#1083 Re: Other Issues » When is Amprolla3 coming? » 2017-10-07 22:11:40

golinux wrote:

OK.  Check out these discussions on #devuan.  Maybe they will help clear things up.

https://botbot.me/freenode/devuan/searc … i-proposed

https://botbot.me/freenode/devuan/searc … ed-updates

Ahhh...

golinux, please forgive me. It never occurred to me that I should check the chat logs. You have my utmost gratitude and most sincere apology for the trouble you went through. Thank you.

#1084 Re: Other Issues » When is Amprolla3 coming? » 2017-10-07 21:50:11

Thank you ma'am. I had already looked there and have those sources that are given. Unless I've overlooked it, the...

ascii-proposed-updates

...source isn't given there. That's the only reason I was asking...in case there's a source (or sources) that I'm missing. smile

#1085 Re: Other Issues » When is Amprolla3 coming? » 2017-10-07 18:12:49

fsmithred wrote:

Make sure you have ascii-proposed-updates enabled in sources.list. Some of the security updates can be found there.

That wasn't part of my sources.list, so I manually added it and hope I got it right. tongue  I received no updates after adding it, but my install is fairly new.

Can someone give us the necessary sources.list for Ascii (that includes such as that) so that we can be assured of receiving all updates?

#1086 Re: DIY » Miyo (make it your own) KDE Plasma » 2017-10-07 17:35:56

For anyone interested, I'll make a "How to Miyo Devuan LXQt" soon. Believe it or not, it's a little more involved than Plasma. yikes

#1087 Re: DIY » Miyo (make it your own) KDE Plasma » 2017-10-07 17:12:56

L...O...L..!!!

I was downloading some different wallpapers through the native KDE application, and several of my own wallpapers that I had submitted to XFCE-Look were on there! I'm stinkin' famous! LOLOLOLOLOLOLOLOL!!!!!!!!!

#1088 Re: Desktop and Multimedia » [SOLVED] wine32 in Devuan 1.0 Jessie 64 bit ? » 2017-10-07 17:10:41

boycottsystemd wrote:

Thank you, WT is running fine now. Maybe I'll try PlayOnLinux and Steam some day.

As we say here in the US, if it ain't broke, don't fix it! wink

Take care!

#1089 Re: DIY » Miyo (make it your own) KDE Plasma » 2017-10-07 15:00:48

Couple of other things, and I'll edit the post of packages needed.

1. kdesudo - can't automatically open USBs when plugged in without this. Could still open the file manager to access them, but I couldn't open them from the prompt when inserted until installing kdesudo.

2. I had never gotten around to adding myself to the sudoers list until today. After doing that, I could open Dolphin as root from the normal terminal...live and learn...

3. Had to add a .fonts.conf file to the Home folder to make fonts look good on Firefox and gtk apps. Here's what's in the file...

<?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>

#1090 Re: Desktop and Multimedia » [SOLVED] wine32 in Devuan 1.0 Jessie 64 bit ? » 2017-10-07 14:09:43

boycottsystemd wrote:

Thank you for reply and for Miyo distro smile

Glad to help if I can. Good luck! Hey, if you're wanting to run War Thunder, have you considered trying PlayOnLinux? It's in the repos. I've never used it myself, but many people say that PlayOnLinux works wonders for them.

I also tried Steam some time back to see how it would do in Miyo. Maybe I was lucky, but I just installed it through Synaptic, and it worked out of the box. I do remember trying War Thunder on Steam, but I guess my graphics couldn't handle it. I tried a few other games, and they worked great. War Thunder was free on Steam back when I tried it.

https://youtu.be/IPWHuI_dTq4

#1091 Re: DIY » Miyo (make it your own) KDE Plasma » 2017-10-07 12:21:30

One other thing too...

I'm not up on everything, but it seems the Dolphin/KDE devs are trying to make it nearly impossible to open Dolphin as root.

If anyone tries making yourself a Plasma desktop as I described above, you will end up with a Root Terminal in your applications. If you try opening Dolphin as root with the normal terminal, it'll spit out a bunch of errors and not open.

However...

If you use the Root Terminal to open Dolphin as root, it works.

Take that Dolphin devs! big_smile

Edited to add: Adding yourself to the sudoers list allows you to open Dolphin as root with the normal terminal...but it's ugly. LOL!

#1092 Re: DIY » Miyo (make it your own) KDE Plasma » 2017-10-07 11:44:56

I can't answer as to why sddm has problems on Devuan. The hiccups are as you pointed out though...there are no shutdown or reboot options in sddm on Devuan. Sddm does work as far as logging in to the desktop though. With this latest build, I was pleasantly surprised, because the last time I tried using Plasma on Devuan, none of the shutdown/reboot etc. utilities worked from the desktop menu either. Now they do.

I also built a minimal Devuan Ascii LXQt. It works great; however, only the Logout option works from the menu. Shutdown, reboot, etc. don't. I tried the execute command for LXQt's shutdown in the terminal, and it threw up an error about needing something from systemd.  So, I installed obsession and qshutdown to try them both. Funny thing is, obsession will shutdown/reboot, but its logout feature doesn't work. Qshutdown only handles shutdown, reboot, and one other service that I can't remember at the moment. You can also set those options to happen later at a specific time if desired. So, after testing them both, I use the native logout option from the menu to logout. I changed all of the others to "NoDisplay=true" except the "Leave" option, and changed it's Exec= to qshutdown.

How was that for a bunch of information that wasn't needed? LOL!

#1093 Re: DIY » Miyo (make it your own) KDE Plasma » 2017-10-06 21:28:52

If anyone is interested...

If you need more instructions, let me know.

1. Install the base system from a Devuan netinstall (remove all checkmarks when you reach the "Choose a desktop" section of the installer...then continue).
2. After the installation finishes, you will reboot into a CLI interface.
3. After signing in and becoming "su", change the sources.list from jessie to ascii...and include contrib and non-free if needed.

nano /etc/apt/sources.list

4. update and dist-upgrade
5. REBOOT NOW!!! (This will ensure booting into the new kernel without having to jump through hoops)

reboot

6. After rebooting, run the command --> apt autoremove
7. Install the following packages

firmware-linux (this gives me my wireless needs and fixes my monitor issues)
lightdm (due to conflicts with systemd, sddm has a couple of hiccups...so I install lightdm instead)
plasma-desktop (This won't include konqueror. If you want konqueror, install --> kde-plasma-desktop)
konsole
kwrite
dolphin
dolphin-plugins
pcmanfm (this is my choice, you don't have to install it if you don't want to, but it sure makes things easier for me! LOL!)
wicd
synaptic
gdebi
kdesudo

For sound, you have two choices...

alsa-utils
pavucontrol-qt

The choice is up to you depending on whether you want pulseaudio or not.

8. After installing those packages, enter the command

reboot

You will then boot into your new Devuan Plasma desktop. smile

NOTE: To have the full-screen menu, you need to install the following package...

plasma-widgets-addons

For some reason, it wouldn't install until after I had installed everything else and booted into the desktop.

I also replaced udev with eudev according to the instructions on the Dev1 Galaxy Forum.

#1094 Re: Documentation » HOWTO: Post-Installation Configurations » 2017-10-06 21:23:24

I don't know what I did here, but after clicking on the picture, I was taken to a "Roblox" site at some point. I'm not sure how it happened though.

#1095 Re: DIY » Miyo (make it your own) KDE Plasma » 2017-10-06 20:09:24

Yeah...I'm a rebel...

I've been running KDE Plasma on Devuan now for about a week now...and actually really enjoying it. Upgraded Jessie to Ascii, and installed a very minimal Plasma from there.

Not too bad for resource usage considering it's Plasma. This is at first-boot, and resource usage is actually a little less due to having Ksysguard and the screenshot utility open...click images to enlarge.

info_1.png?1507320335

resources_1.png?1507320275

#1096 Re: Desktop and Multimedia » [SOLVED] wine32 in Devuan 1.0 Jessie 64 bit ? » 2017-10-06 16:32:03

golinux wrote:

That's a handy howto, Myio.  Hopefully I'll remember it when I finally get on ascii.

In addition to my response above...

I'm currently running KDE-Plasma on Devuan Ascii. The instructions vary slightly for Ascii at this point. Whether it changes in the future when Ascii becomes Stable...I'm not sure.

In Synaptic...

1. Install wine32-preloader:i386 (don't install the development version; it will break)...this will also install "wine".
2. Install winetricks

Then, to install a Wine program, use the custom command --> wine32

#1097 Re: Desktop and Multimedia » [SOLVED] wine32 in Devuan 1.0 Jessie 64 bit ? » 2017-10-06 15:30:03

golinux wrote:

And an OT note . . . on your wiki page you say:

There is also an "unofficial" Devuan forum which may be used.

We've been 'official' for many months now.  wink

DOH! yikes

I'll fix that now. Thank you golinux.

#1098 Re: Desktop and Multimedia » [SOLVED] wine32 in Devuan 1.0 Jessie 64 bit ? » 2017-10-06 14:51:18

Here's a quick rundown of what I do to install 32 bit Wine...

First, make sure that you have 32 bit architecture enabled on the 64 bit...

Open your terminal, and enter the following commands one at a time.

dpkg --add-architecture i386

Followed by...

apt-get update

Then, open Synaptic, and "mark" the packages for installation in the order given in the link below...

https://sourceforge.net/p/miyolinux/wiki/Wine%20/

To install a program with Wine, use the "Custom Command" --> wine

#1099 Re: Installation » OpenRC installation in Devuan Ascii » 2017-10-01 01:26:34

Finally gave this a try today...

32 bit Devuan Ascii Openbox using OpenRC.

Boots up at 65 MBs of RAM. big_smile

WOW! Incredible work guys! Thank you!

#1100 Re: Desktop and Multimedia » Widevine Content Decryption Module with Chromium and Devuan... ? » 2017-09-30 19:58:23

Without more information, I will assume a few things based on my personal experience.

1. What is the Firefox-ESR version that you have?
2. Are you on a 32 bit version of Devuan?

The only time that I've had trouble was on a 32 bit version, and the Firefox-ESR version was 52.2.0. That version would work perfect on my 64 bit install, but it wouldn't work on the 32 bit install for some reason. Once Devuan upgraded the release to 52.3.0 (I think that's what it is now), the 32 bit would once again work.

If you aren't using Firefox-ESR 52.2.0, have you placed a checkmark in Firefox-ESR's "Preferences" to play DRM content?

Board footer

Forum Software