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 - BALLOON a.k.a. Fu-sen.

Pages: 1 2 3 [4] 5
46
wattOS R8 / Re: Customize Desktop Microwatt
« on: May 26, 2014, 08:30:30 AM »
change wallpaper (background image) only

Microwatt sets a wallpaper (background) image in file ~/.config/openbox/autostart .
Please change a file name following "feh --bg-scale".
Please be careful about "&" of the end of line being required.




add desktop icon

Some methods to display an icon to a desktop need work.

Please make file ~/.config/user-dirs.dirs including the following text:
Code: [Select]
XDG_DESKTOP_DIR="$HOME/Desktop"
please open file ~/.config/openbox/autostart and change the line of "feh".
Code: [Select]
feh --bg-scale /usr/share/wattos/BGR8.jpg &to:
Code: [Select]
pcmanfm --desktop &
sleep 1s
pcmanfm --set-wallpaper=/usr/share/wattos/BGR8.jpg
Please logout and login after this(or reboot of wattOS)
A desktop in PCmanFM is reflected in this.

When you want to display an application icon, please include .desktop file.
Code: [Select]
cp /usr/share/applications/iceweasel.desktop ~/Desktop

47
wattOS R8 / Re: shifting from microwatt to lxde
« on: May 25, 2014, 07:31:14 AM »
I comment on a method to add a menu to with a panel of Microwatt before:
http://planetwatt.com/newforum/index.php?topic=12.0

48
Linux and desktops / Re: Laptops
« on: May 23, 2014, 12:20:21 AM »
"Desktop" here does not express the kind of the PC. (not "Desktop PC")
There is distinction with "Server" and is the classification of the OS and the use.

49
wattOS R8 / Re: Customization of R8 Microwatt panel (tint2)
« on: May 21, 2014, 01:36:13 AM »
tint2 adopted in wattOS R8 Microwatt is the latest svn version.
Code: [Select]
$ tint2 --version
tint2 version 0.11+svn20111022

This can use the item of "SVN Only" of the Configure page.

50
wattOS R8 / Re: WattOS R8 MATE Problems: Is it just me?!..
« on: May 21, 2014, 01:25:13 AM »
I felt that this problem might be difference between 32bit and 64bit.
For example, install deb package for 32 bits in wattOS for 64 bits.
(In the downloading page of Google Chrome, a default becomes deb of 32bit)

Or deb package is damaged and may fail in installation.

51
Introductions / Re: What kind of PC do you use wattOS with?
« on: May 19, 2014, 03:42:17 PM »
I installed wattOS R8 LXDE in EeePC 4G-XU. (Eee PC 701 4G Japan model)  ;)
This was Windows XP preinstallation model in Japan.
  • Display pixel: 800x480
  • CPU: Intel Celeron M 900MHz
  • Video: Intel 910GML (GMA900 compatible)
  • Memory: 2GB (change from 512MB)
  • SSD: 4GB

52
General Discussion / Re: State in DistroWatch.com
« on: May 19, 2014, 08:50:42 AM »
A rank descent of wattOS began,
but is still located in the high rank.

53
wattOS R8 / Re: WattOS R8 MATE Problems: Is it just me?!..
« on: May 18, 2014, 11:16:55 PM »
a method of settlement to use Chromium in substitution for Google Chrome.
This will be familiar in former wattOS.

Code: [Select]
sudo apt-get install chromium chromium-l10n

55
Introductions / Re: What kind of PC do you use wattOS with?
« on: May 18, 2014, 02:59:04 PM »
wattOS will become the good suggestion to a person having a problem in CrunchBang.
One is reduction of the capacity.

Microwatt can treat the person who used Crunchbang effectively.  :)
CrunchBang uses Openbox and tint2. This is constitution same as R8 Microwatt.
The person using Microwatt can obtain technique hint in CrunchBang.

56
wattOS of any other flavor / Re: Wattos R6 use
« on: May 18, 2014, 02:53:51 PM »
The Ubuntu package of wattOS R6 is updated now.
For example, the security correspondence may feel relieved.
(This expires on April, 2017)

But for wattOS of the OLD release (version) become handled.
Do not expect it for formula-like correspondence of wattOS.
It is a thing using wattOS R8 to solve this.

57
General Discussion / Re: State in DistroWatch.com
« on: May 18, 2014, 11:11:10 AM »
Ranking of wattOS rose in the 2nd place!  ;D :o :D
This exceeds Debian and Ubuntu of the base!!

58
Introductions / Re: What kind of PC do you use wattOS with?
« on: May 18, 2014, 12:14:18 AM »
Capacity just after the installation of wattOS R8 did not reach 3GB.
Early EeePC is 4GB SSD, We can install and use wattOS in this. (2GB is indeed severe...)
This becomes the big means to be able to make use of EeePC in.


59
wattOS R8 / Re: WattOS R8 and ChromeBook
« on: May 17, 2014, 11:59:43 PM »
Conventional wattOS does not work in Chromebook.

wattOS supports classic PC processor "x86",
The processor of Chromebook is "ARM".
(ARM is adopted in RaspberryPi, Android and iOS)

But the correspondence to Chromebook is enabled because wattOS became the Debian base.

60
wattOS R8 / Re: Autologin problem
« on: May 17, 2014, 10:56:09 AM »
Please try the procedure:


Open text file /etc/lightdm/lightdm.conf in root user (administrator).
For example, You execute the command from a terminal.

LXDE/Microwatt:
Code: [Select]
sudo leafpad /etc/lightdm/lightdm.conf
MATE:
Code: [Select]
sudo pluma /etc/lightdm/lightdm.conf
Or you may open in root user (administrator) from File Manager.


Please find this line. This is in around 80 lines:
Code: [Select]
#autologin-user=
#autologin-user-timeout=0

exclude Sharp (#) of the head of a line.
and include a user name to login behind "autologin-user=".

For example, if a user name is "balloon":
Code: [Select]
autologin-user=balloon
autologin-user-timeout=0

save file and closed window. Please reboot wattOS and confirm it.

Pages: 1 2 3 [4] 5