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

Pages: 1 ... 3 4 [5] 6 7 ... 20
61
General Discussion / Re: 2.0 RC2 on Unibody MB
« on: May 28, 2014, 10:58:46 AM »
This will probably be better in the final version, however in the mean time you can try booting in generic mode (follow steps 1-6 under "Rebuilding the Base Image on the http://ubermix.org/customization.html page), open a terminal (ctrl-alt-t) and type:

sudo apt-get update && sudo apt-get -y dist-upgrade

When complete, reboot and see if the situation has improved.

62
General Discussion / Re: SBAC and 14.04
« on: May 25, 2014, 02:46:53 PM »
Use the pre-built package at http://ubermix.org/files.html

63
Hardware Specific / Re: sound only works for one user account
« on: May 23, 2014, 03:54:21 PM »
Just realized I missed a step. After the added line above, do the following (from a terminal window):

sudo gedit /usr/share/pam-configs/my_groups

copy and paste from below and save the file:

Code: [Select]
Name: activate /etc/security/group.conf
Default: yes
Priority: 900
Auth-Type: Primary
Auth:
        required        pam_group.so use_first_pass

sudo pam-auth-update

64
Hardware Specific / Re: sound only works for one user account
« on: May 23, 2014, 02:46:52 PM »
Sorry, too many assumptions in my response. Probably the easiest way for you to edit a system file would be to open a terminal (ctrl-alt-t) and type:

sudo gedit /etc/security/group.conf

65
Hardware Specific / Re: sound only works for one user account
« on: May 14, 2014, 02:13:15 PM »
Edit /etc/security/group.conf and add the following line at the end:

*;*;*;Al0000-2400;adm,cdrom,floppy,sudo,audio,dip,video,plugdev,bluetooth,scanner,lpadmin,netdev,sambashare

Then all users will automagically be members of the listed local groups on login.

66
General Discussion / Re: Login screen in Ubermix?
« on: May 07, 2014, 06:22:37 AM »
Try the terminal command from a few entries ago first, and if you still see an error, then yes, I would reinstall using option 1 (ie do not install simple updates). Then unset auto login in system settings and install centrify.

67
General Discussion / Re: Login screen in Ubermix?
« on: May 06, 2014, 05:18:31 PM »
Seems like you might have installed the simple updates, which makes that tool invisible. Open a terminal and 'sudo rm -rf /usr/local/share/applications/gnome-user-accounts-panel.desktop' then look for 'User Accounts' in System Settings

68
General Discussion / Re: Login screen in Ubermix?
« on: May 05, 2014, 01:55:19 PM »
OK, go to System Settings:User Accounts or, if you don't see that, open a terminal and type 'gnome-control-center user-accounts'. Turn off Automatic Login there and see if it works better.

69
General Support / Re: Some apps not full screen
« on: May 04, 2014, 11:31:36 AM »
There is an invisible file in the home folder that sets the tuxpaint window size to a fixed value, so that paintings are all the same size. You can undo this by opening the home folder, then go to "Edit:Preferences" and check "Show hidden files". Then double-click ".tuxpaintrc" and delete the "windowsize" line.

70
Hardware Specific / Re: sound only works for one user account
« on: May 04, 2014, 11:27:03 AM »
You can just type 'id user' at a terminal prompt to see which groups they are in. "audio" and "video" are the groups you want to add other users to.

71
How-to / Re: Launch Screen Customization
« on: May 04, 2014, 11:24:54 AM »
The desktop is easy to set. Simply open any image and choose "Set as desktop background" from the Image menu in the viewer. The rest of the color scheme is a bit more tricky. There are a few themes in System Settings:Appearance to choose from. You can also search for "ubuntu 12.04 themes" to find others you can install. Customizing them can be a bit painful - the files are all plain text and in /usr/share/themes. They are mostly web css files, so if you have skills there, they might be worth playing with.

72
General Discussion / Re: SBAC and 14.04
« on: May 04, 2014, 11:05:59 AM »
It works, but is presently only a 32 bit application, so you'll need to install a few 32bit libraries to get it going. Open a terminal and 'sudo apt-get install libgtk2.0-0:i386 libstdc++6:i386 libasound2:i386 libdbus-glib-1-2:i386 libxt6:i386 libncurses5:i386 sox:i386' . All should be well after that.

73
General Discussion / Re: Login screen in Ubermix?
« on: May 04, 2014, 10:54:31 AM »
You'll need to remove the autologin entries from /etc/lightdm/lightdm.conf . Can do by opening a terminal and 'sudo gedit /etc/lightdm/lightdm.conf'

74
Hmm. Nothing different on our end. Bad install perhaps?

75
Hardware Specific / Re: Cedar trail / Intel N2600 ...
« on: February 23, 2014, 04:15:08 PM »
They are pretty sluggish, but the fix will help. Necessary on all versions as it sets up xorg.conf to use a more proper driver.

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