Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ourasi

Pages: [1]
1
wattOS R8 / Re: Video thumbnails not working
« on: July 25, 2014, 12:42:39 AM »
I installed thumbnailers:
Code: [Select]
sudo apt-get install ffmpeg ffmpegthumbnailer gstreamer0.10-ffmpeg(http://askubuntu.com/questions/2608/nautilus-video-thumbnails-without-totem)

Then I noticed, that in Wattos 8 /usr/share/thumbnailers folder is missing, so I copied it from Peppermint 5 installation.
After reboot thumbnails were working.

Included zipped thumbnailers folder from Peppermint 5

2
wattOS R8 / Re: Change Keyboard layout for live USB
« on: July 23, 2014, 06:05:25 AM »
This is what I used in Wattos 6 to change locale and keyboard layout to Finnish (part of syslinux.cfg):
Code: [Select]
label wattos1
  menu label wattos
  kernel /wattos/vmlinuz
  append  initrd=/wattos/initrd.gz locale=fi_FI.UTF-8 console-setup/layoutcode=fi live-media-path=/wattos/ boot=casper ignore_uuid --

I think those locale and console-setup/layoutcode commands are same with Debian based Wattos 8?

You can make your own customized Wattos 8 with Remastersys.
http://planetwatt.com/newforum/index.php?topic=37.msg368#msg368

3
wattOS R8 / Re: Remaster
« on: June 30, 2014, 04:27:59 PM »
If you are using VirtualBox with Guest Additions, you must change uids for user vboxadd and group vboxf.

Code: [Select]
sudo usermod -u 998 vboxadd
sudo groupmod -g 998 vboxsf

If you dont do this, you can only login as guest in dist-mode ramastersys-iso.
Same changes are needed with new Peppermint 5 LXDE version.

EDIT: There was Fragadelics message about VirtualBox: IMPORTANT NOTE for Ubuntu if you have Virtual Box Guest Additions installed.
It was missing change of group uid, which was needed also (for me).

4
wattOS R8 / Re: Remaster
« on: May 26, 2014, 03:57:30 AM »
Remastersys for Debian works with Wattos 8.
I installed Wattos 8  in (Windows) VirtualBox and remastered it, installed again from iso-file and remastered again.

For some reason Fragadelics debian installer adds huge (over 2 GB) folder /lib/live/mount. It must be deleted before make another remaster.

Pages: [1]