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

Pages: 1 ... 3 4 [5] 6 7
61
wattOS R8 / PCManFM (1.2.2-1 - i386) for LXDE?
« on: October 03, 2014, 01:09:30 AM »
Hi Biff et al,

Has anyone installed PCManFM (1.2.2-1 - i386) from Debian Jessie in wattOS R8 LXDE 32-bit?

If so, have there been any problems?

Don't want to be the cuy (guinea pig) if I can help it.  ;D

Thanks, Michael.

62
Linux and desktops / Broadband USB Modem not switching to modem mode
« on: October 02, 2014, 07:42:01 PM »
Hi Biff et al,

Hope this is the correct forum for this.

I had a problem with my Huawei E3131 USB Mobile Broadband Modem not being correctly detected when testing antiX MX-14 and looking at what is installed with wattOS R8 LXDE and what is available in the Repositories, I feel the same problem could arise in wattOS.

So, if anyone encounters a similar problem, then, take a look at the following topic.

Broadband USB Modem not switching to modem mode

Hasta luego, Michael.

63
wattOS R8 / Update Manager - Safe Upgrade Dialogue
« on: October 02, 2014, 02:12:02 AM »
Hi Biff et al,

I'm in Post Installation phase for wattOS R8 LXDE 32-bit and documenting things as I go.

I've just opened the Update Manager, after running gksu-properties in Terminal to change su to sudo, and a dialogue window has been displayed which is asking me if I want to perform a Safe Upgrade.

What is the standard choice?

What happens when No is selected?

What happens when Yes is selected?

Is it better to use Synaptic and Mark all Upgradeable packages and then click the Apply button?

The PC I am installing on is not mine and will be mainly used by a girl who is 9 years old.

Which interface for Upgrading Packages would be most suitable for her?

Which interface is the most suitable for ensuring the proper installation of Updates/Upgrades?

Thanks, Michael.

64
wattOS R8 / Installer Summary checkbutton?
« on: October 01, 2014, 08:03:37 PM »
Hi Biff et al,

On the Installer Summary dialogue window, between the Quit Button and the Summary list, is a Check Box and to the right of it is a label or button with the text "checkbutton".

What is the purpose of th(is/ese) control(s)?

Thanks, Michael.

65
Foe reference;

http://www.mepiscommunity.org/forum/viewtopic.php?f=6&t=36891

I started that topic.  ;)

http://linuxblog.darkduck.com/2014/01/how-to-configure-keyboard-layouts-in-lxde-enlightenment-openbox.html

I found what I was looking for with the FSnow Tools PPA that was mentioned in the above topic.

With a fair bit of trial and error research, I discovered that I should be able to create a Menu Item to execute the following to provide a graphical interface to change Locale.  :)

Code: [Select]
gksu "dpkg-reconfigure -f gnome locales"
Thanks, Michael.

66
Feedback and Suggestions / Re: wattOS R9 Suggestions
« on: September 29, 2014, 03:07:16 PM »
Hi Biff et al,

Another thing I'd like to see is Graphical Applications/Plug-ins for changing Keyboard Layout and Language/Locale in both the LXDE and MATE versions.

Thanks, Michael.

67
Hi Biff et al,

I'm looking for recommendations as to what Graphical Applications/Plug-ins are available for changing Keyboard Layout and Language/Locale for the LXDE version?

Thanks, Michael.

68
Feedback and Suggestions / wattOS R9 Suggestions
« on: September 06, 2014, 01:43:22 AM »
Hi Biff et al,

How's about including support for UEFI and persistence?

Thanks, Michael.

69
Tips and Tricks / Enabling Live USB Persistence with wattOS R8
« on: August 13, 2014, 02:20:52 AM »
Hi All,

Please add comments if you think the accuracy or clarity of these instructions need improvement.

My instructions are the result of reading the Debian Live Manual and the following page.

http://www.vleeuwen.net/2014/01/create-a-persistent-debian-live-usb-flash-drive

If you want to use wattOS R8 with Persistence on a Live USB Flash drive, the following will allow you to do so.

I was using a 2GB Flash Drive and I used GParted to partition it into 2 equal size partitions.

The First Partition was configured as follows:
Code: [Select]
Partition Type: Primary
File System:    FAT32
Flags:          boot, lba

The Second Partition was configured as follows:
Code: [Select]
Partition Type: Primary
File System:    ext4
Flags:
Label:          persistence


I used UNetbootin to install the ISO file for wattOS R8 to the First partition. I left the Parameter "Space used to preserve files across reboots (Ubuntu only)" set to 0.

In the root folder of the First partition, UNetbootin creates a file called syslinux.cfg which I edited as follows.

Code: [Select]
label unetbootindefault
menu label Default - Persistence
kernel /ubnkern
append initrd=/ubninit boot=live persistence config quiet

label ubnentry0
menu label Live - Persistent
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live persistence config quiet

Now, the Second partition needs to be configured for Persistence.

Open a Terminal with root permissions.

Enter the following commands.

Code: [Select]
mkdir /mnt/persistence
    The above command creates a folder called persistence within the folder /mnt.

Code: [Select]
mount /dev/sdd2 /mnt/persistence
    The above command mounts the Second partition to /mnt/persistence which will represent the root Folder of the Second partition.

Code: [Select]
cd /mnt/persistence
    The above command makes /mnt/persistence the active Folder.
   
Code: [Select]
echo / union > persistence.conf
    The above command creates the file persistence.conf, in the root Folder of the Second partiton, with the text "/ union" which allows Full Persistence to be achieved.

You can now use the USB Flash drive to activate wattOS R8 in Live mode with Persistence.

Hasta luego and good luck, Michael.

70
wattOS R8 / Add Local Repository to Synaptic?
« on: August 12, 2014, 10:46:18 PM »
Hi Biff et al,

I added a local software source to Synaptic after creating a Packages.gz file from .deb files I had previously downloaded.

I've also created a Release.gpg file.

Code: [Select]
Archive: stable
Component: main
Origin: Debian
Label: A la carte
Architecture: i386

When doing a Reload in Synaptic or using "apt-get update" in Terminal, there are still failures for Release, Translation-en_US and Translation-en.

There is nothing appearing in the Origin pane that represents my Local Repository.

When I try to install a package it is still attempting to retrieve it from the Internet.

Thanks, Michael.


71
Based on the following page ...

http://www.pendrivelinux.com/create-your-own-live-linux-cd-or-usb-distribution/

... will the following work?

1. Create 2 equal size partitions on my 2GB USB Flash drive.
    First partition as FAT32.
    Second partition as EXT2 with a label of "casper-rw".

2. Modify live.cfg as follows

Code: [Select]
append initrd=/live/initrd.img boot=live persistent config quiet
3. Create new ISO file

4. Use UNetbootin to place the ISO on the first partition

5. Boot from the Live USB.

Thanks, Michael.

72
Can a new filesystem.squashfs file be created with a larger size?

If so, how do you do it? I don't see any such options for mksquashfs.

And afterwards do you just use genisoimage to create a new ISO file that can be installed on a USB Flash Drive?

Thanks, Michael.

73
Hi,

There is insufficient free space in the Live USB Environment to install the Java Runtime packages.  >:(

What files can be deleted or how can the ISO be configured to increase the available free space?

Thanks, Michael.

74
Feedback and Suggestions / Re: Black Mate Theme for LXDE?
« on: August 07, 2014, 02:46:01 AM »
P.S.

One problem still.

How can I change the White Text to a Grey shade?

I tried the Color Tab of "Customize Look and Feel" and checked "Use customized color scheme" but the only options that can be changed are the Background and Foreground of "Normal windows".

Is it possible to edit the Theme files directly? If so, where are they located? The Find Files feature, of PCManFM doesn't work very well it appears.

Thanks, Michael.

75
Feedback and Suggestions / Re: Black Mate Theme for LXDE?
« on: August 07, 2014, 02:04:42 AM »
Easier to use Synaptic, search for "mate-themes".

I did the following using GDebi after downloading the package files from the debian.org site.

First, I installed the needed dependencies.

Then, I tried the same with mate-themes but it froze.  ???

Any ideas how to solve this?

Thanks, Michael.

Update: Well, just for laughs, I decided to give it another try. I rebooted the computer and before opening any applications or making any changes to the appearance I installed all the packages again. This time I did it in the order prompted by GDebi when attempting to install mate-themes. And BINGO  :D Looking good!

Pages: 1 ... 3 4 [5] 6 7