OpenSUSE :: Porting KDE Settings To New PC?
Mar 23, 2010
I've got two laptops (a Dell and an Acer), one for work, the other for home. Both run openSUSE 11.1 64-bit and use KDE 4.4.
Is it possible to copy the settings on one machine to the other? The desktops are pretty similar, but not quite the same - and I can't remember what I did to the one I prefer to get it that way.
Obviously, the underlying hardware is different, but I am hoping that the OS takes care of that.
View 5 Replies
ADVERTISEMENT
Sep 28, 2010
I have a triboot windows suse 11.3 stable and suse 11.3 factory pc, I would like to share the browsers and email settings between the suse stable and factory, I succeed with thunderbird and firefox moving the /home/.thunderbird and /home/.mozilla in an ext3 shared partition and linking these in the respecive /homes, I found that there isn't a /home/.chromium folder, I found probably /usr/lib64/chromium could be the same as /home/.mozilla for firefox, but I don't know if is secure or can damage my system to move this in a ext3 partition and then link this to the respective /usr/lib64/chromium, /usr/lib64/chromium has root owner, root group, visible and modifiable for root and only visible for group and other.
View 5 Replies
View Related
Apr 1, 2011
Is there a way I can save system settings and have yast revert to a config file in case I ever need to reinstall the system again? I hate having to configure the firewall, runlevels, samba shares, samba workgroup, apparmor, and all the other junk after every install. It's not like I install often, but should suse 11.5 or 12 roll out, I'd like it to be a snappy upgrade.
View 6 Replies
View Related
Mar 6, 2010
First thing I do when I install fedora is to customise a few things: default font sizes, number of workspaces (an their names), icons on the gnome panels etc. I was wondering if there is a way that I could just copy some file from my old install to the new one that would save me doing this manully each time. I think the main things I need are customisations done in System->Preference->Appearnece and customisations to the GNOME Panels
View 1 Replies
View Related
Jul 7, 2010
My problem is I own an HP2133 with via graphics. These drivers are very poorly supported, both open-source and proprietary drivers F13 runs quite nice on that machine, but playback of videos or flash lacks much perfomance.Proprietary drivers are only provided for Ubuntu and that only for 9.10 by VIA until know. With these drivers Ubuntu 9.10 is able to playback flash/videos quite good. But Ubuntu (9.10) brings a few annoying bugs, which do not seem to be fixed, that is the thing I do dislike with this ditstro. I pushed my luck and tried these drivers with F11/F12, but they did not work due to differences in xorg version. In F10 it was possible to use 8.04 VIA drivers, but F10 has EOL and is besides flash playback considerably slower than later Fedora releases.
So I thought using alien or similar tools to convert the xorg packages from Ubuntu 9.10 into rpms and install these to a F13 release.... (Like downgrading to an older xorg like it was necessary in F9 for ATI cards ...) As the VIA drivers did not work with earlier version of Fedora, I had the idea porting Ubuntu's xorg to Fedora that way.Before I start spending a lot of time on this, I would like the freaks and neerds around here, if this to your opinion could have any chance of success.
View 1 Replies
View Related
Jan 14, 2010
I am in the midst of porting a driver that works on kernel version 2.6.21 to version 2.6.27. I am not aware of all the changes that need to be done to achieve my objective.
View 5 Replies
View Related
Apr 20, 2011
I am working under linux/kernel 2.6.32. I want to port a new Wi-Fi driver ath6kl which is already exist under kernel 2.6.37.
View 2 Replies
View Related
Aug 21, 2010
I want to migrate some of the Perl Scripts from Solaris to Linux. Please explain the steps to migrate the Perl script from Solaris to Linux.
View 1 Replies
View Related
Mar 1, 2010
I have written some shells scripts. They basically create ssh tunnels between a my box and numerous nodes on a cluster. Which then allows me send Linux commands and receive output from far away nodes on my cluster.
E.g. Script:
Code:
#linux_command="uname -a"
#Create tunnel
[code]....
View 2 Replies
View Related
Jun 21, 2010
What are the challenges that are involved in porting an Operating system to a new architecture? Say I want to port linux to new architecture called XYZ, what are the things that should be taken care of?
View 2 Replies
View Related
Jun 23, 2010
I use ubuntu 9.04;I have a function called "isLogEnabled" in my project on windows, I wanna port it to linux. I know that I should have a "config.h" file in linux to get log from a specific Shared object and ..., but because I'm new to linux, I don't know how this should be done.
This is my function:
Code:
//This function return True if log policy is set in registry and False otherwise
int isLogEnabled()
[code]...
View 14 Replies
View Related
Jul 27, 2010
I realize that I ask for a rather crazy thing . My problem is I own an HP2133 with via graphics. These drivers are very poorly supported, both open-source and proprietary drivers F13 runs quite nice on that machine, but playback of videos or flash lacks much perfomance. Proprietary drivers are only provided for Ubuntu and that only for 9.10 by VIA until know. With these drivers Ubuntu 9.10 is able to playback flash/videos quite good. But Ubuntu (9.10) brings a few annoying bugs, which do not seem to be fixed, that is the thing I do dislike with this ditstro. I pushed my luck and tried these drivers with F11/F12, but they did not work due to differences in xorg version. In F10 it was possible to use 8.04 VIA drivers, but F10 has EOL and is besides flash playback considerably slower than later Fedora releases.
So I thought using alien or similar tools to convert the xorg packages from Ubuntu 9.10 into rpms and install these to a F13 release.... (Like downgrading to an older xorg like it was necessary in F9 for ATI cards ...) As the VIA drivers did not work with earlier version of Fedora, I had the idea porting Ubuntu's xorg to Fedora that way.
Before I start spending a lot of time on this, I would like the freaks and neerds around here, if this to your opinion could have any chance of success.
View 1 Replies
View Related
Jan 8, 2009
I bought a set of 3 laser sensors and it came with a software and its C++ source code for windows to receive the lasers info through the serial port. Since the entire project is running on Linux, I need to port the windows code to Linux. At the present moment, I already can receive the data from each of the 3 sensors, but the info is coming concatenated! Tracking down the original windows code, I found that it is probably happening cause I didn't ported these lines to my Linux version:
Code:
COMMTIMEOUTS CommTimeouts;
[...]
CommTimeouts.ReadIntervalTimeout = 2;
[code]....
I've searched already about how to specify the serial port timeouts on Linux, but didn't find a solution. how to port these lines to Linux or maybe where to find more info about how to set serial port timeouts on Linux?
View 4 Replies
View Related
Jul 17, 2009
i'm new to MySQL and i designed a database using MySQL and PHP recently but dont know how to port it to my host company. How do i save the database on my flash drive then transfer to my host on my website's control panel.
View 1 Replies
View Related
Sep 29, 2010
I am a software developer, presently porting a game engine from Visual Studio to GCC. I'm working on LTS 10.04. The project uses C++ lambdas, and I really would like to keep it this way. Therefore, I need GCC >= 4.5 to compile it.
I wouldn't like to reinstall entire OS, or to have to manually update this single program every time. Is there an option to update it from 10.10 repositories, pointing out, that I need only this package (and it's dependencies)? Or is there any PPA that does the trick for me?
Generally, the entire packaging system of Ubuntu rocks, as long as I can find up-to-date PPAs of all packages I need to have in recent versions (like mono).
View 3 Replies
View Related
Jul 28, 2011
I am still new to porting wifi drivers. I am currently porting Ralink RT5370 driver, no problem with the compilation but when I execute insmod operation I got a lot of errors regarding RTMP. This is a part of the error I got:
rt5370sta: Unknown symbol rausb_buffer_free
rt5370sta: Unknown symbol RtmpOsFreeSpinLock
rt5370sta: Unknown symbol RtmpOsPktHeadBufExtend
rt5370sta: Unknown symbol RtmpOSTaskNotifyToExit
rt5370sta: Unknown symbol RtmpOsGetNetDevName
rt5370sta: Unknown symbol RtmpOsHtonl
rt5370sta: Unknown symbol RtmpOsAtomicInterlockedExchange
rt5370sta: Unknown symbol RtmpUtilInit
rt5370sta: Unknown symbol RtmpOSTaskInit
rt5370sta: Unknown symbol RtmpOsAtomicInit
insmod: can't insert '/home/rt5370sta.ko': unknown symbol in module or invalid parameter
Based on the some forum that I've read, adding the MODULE_LICENSE("GPL") is one of the solution. I did add it inside usb_main_dev.c and recompile but I still get the same errors.
View 2 Replies
View Related
Feb 2, 2011
i am getting segmentation fault while porting project having c,c++,fortran files which has been developed in vc++ windows to linux.this project is working fine in windows but not in linux.when i runned in linux using makefile it is going through some output but again am getting segmentation fault.
View 1 Replies
View Related
Apr 3, 2010
Is it possible to make two computers have the same users, home directories, and users? As in if I login to one computer and add things to the home directory can you apply it to the other computer and if I add a user on computer 1 the user will be on computer 2.
View 9 Replies
View Related
Jan 31, 2010
Did you play too much with compiz and after-a-while you realize that certain functions are not working anymore?
Well, just follow the steps below:
Quote:
gconftool-2 --recursive-unset /apps/compiz
Then,
Quote:
Restart your PC / lappy
[URL]
View 4 Replies
View Related
Aug 21, 2010
I am using Fedora 13 x86_64 on a Acer Aspire 7730ZG laptop with: 01:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 9300M GS] (rev a1) I have kmod-nvidia-2.6.33.6-147.2.4.fc13.x86_64-195.36.31-1.fc13.2.x86_64 installed from rpmfuison when I plug in the hdmi cable to the tv, my tv says the resoultion is at 720p, and I can not get any of the resolutions settings to look right on seperate x screen with the nvidia X server settings gui. my tv is a vizo 42inch. also another question is their a way to set the video card to output at 1080? this might be part of my problem?
View 14 Replies
View Related
Jun 4, 2010
Virgin has decided to change its email settings, but doesn't support Evolution, so I am not clear on how to implement some of the changes.This is what it asks us to do:Sending mail (SMTP)
SMTP server name
smtp.virgin.net
SMTP SSL
[code]....
View 9 Replies
View Related
Apr 14, 2011
I have about 5 users for our desktop computer, 1 adult, 3 kids and me (I don't count as an adult ).
There are some settings I want to have each of the environments default to, where they can then change them as they wish on their own.
Instead of setting them one-at-a-time, is there a way to modify the settings on the template of what goes into a user's /home directory when they are created?
Examples:
Set it so when I add a person to the system theirdefault browser is set to Firefox starting home page is to our local server Open/Libre Office defaults to MS Office formats And others, less important ones like their pictures are placed in a centralized directory, not their own ~/Pictures.
After this initial setting, they are able to change any and all of these settings on their own, but to have these as default helps me set up their environments to get them started.
View 1 Replies
View Related
May 11, 2011
i have 11.4 with GNOME3 installed, i can run AWN fine, but i cant open the settings panel, i get this error
Code:
Traceback (most recent call last):
File "/usr/bin/awn-settings", line 53, in <module>
from awnClass import awnPreferences, awnManager, awnLauncher, awnApplet, awnThemeCustomize, awnTaskManager
File "/usr/share/avant-window-navigator/awn-settings/awnClass.py", line 45, in <module>
from awnSettingsHelper import bind_to_gtk_component
[Code]...
View 2 Replies
View Related
Jul 16, 2010
I installed 11.3 as a "fresh" install (not upgrade) into a second partition, so now I have both my current 11.2 and the new 11.3 as a dual boot.
I'd like to migrate my old KDE (4.4.3) settings to the new 11.3 (KDE 4.4.4) installation, most importantly KMail and its archived mail folders. My plan was to copy the kmailrc file from the ~/.kde4/share/config/ folder and overwrite the default kmailrc that's on 11.3 and then replace the ENTIRE ~/.kde4/share/apps/kmail/mail/ folder on 11.3 with the one on 11.2 (including the hidden files and folders).
My questions are:
1. would this work, or am I missing other files and folders.
2. Would I be better off just copying the entire ~/.kde4 folder from 11.2 partition to 11.3?
View 3 Replies
View Related
Dec 4, 2010
Not sure if this is correct place to ask this but here go:I have the following setup today:
sda openSUSE 11.2
sdb openSUSE 11.4 ms3
sdc openSUSE 11.3 (production)
sdb is my test environment. sda is still around since its the only way I can power down my system. 11.3 and 11.4 hang on power down. (Another subject) I have the 11.4 ms4 dvd made and I want to install to sdb without carrying over any of the settings. In the past I've just formatted and installed but the settings for the user and root were saved. Want to do a total fresh install. Reason for not carrying over setting is problems with Akonadi not starting (tried all the trouble shooting tips), and Vbox freezing keyboard and mouse when installing XP.
Russ
openSUSE 11.3 (2.6.34.7-0.5-default)|KDE 4.5.3 Release 10|
Intel core2duo 2.5 MHZ,|4GB DDR3|GeForce 8400GS
View 3 Replies
View Related
Feb 26, 2010
I want to change DNS settings. How do I make it from yast?
View 1 Replies
View Related
Aug 21, 2011
i have a computer with 3 users on it, and a folder using samba that everyone on the network has access to. Lets say that, the folder is stored in /etc/sharedfolder. What happens is, when user1 puts a folder in it, then logs off, user 2 attempts to modify it and fails, because permission is set to 755, and they are not in the same group. (even if they were, it should still need to be 775) Anyway, my current solution is, every 5 minutes a crontab changes permission like so: chmod 777 -R /etc/sharedfiles && chown useradmin:superadmin -R /etc/sharedfiles Which works, but seeing as there is getting close to a gig in there, this is a bad solution, as it eats up the computers resources. Solutions that i think might work:
1) create a script that only changes permissions that need be changed.
2) change file permission settings to force all documents to inherit parent document settings
View 9 Replies
View Related
Oct 18, 2009
I am running a debian squeeze machine on a ibm t40 laptop with window maker as my window manager. I am using gpointing-device-settings as a program to get the scroll bar on my touch pad working. unfortunately, I can't get the settings to stick after i shutdown and turn on. I have to go into the program and unclick then reclick the button. i'm using version 1.3.2 (ive tried both deb and source versions). does anyone have any ideas on how to fix this? and if there is any configure files that I could configure instead of having to use the gui program.
View 4 Replies
View Related
Jan 24, 2010
Today, I started having a problem with the "System Settings" audio option. Basically, when I go to Personal Settings -->Multimedia I get a crash.This also means that I am not getting sound correctly.
View 8 Replies
View Related
Jan 29, 2010
My screen saver crashes.Even trying to look at the screensaver in the desktop settings crashes.The crashhandler says "This backtrace appears to be of no use. This is probably because your packages are built in a way which prevents creation of proper backtraces, or the stack frame was seriously corrupted in the crash. System configuration startup check disabled.
[?1034h(no debugging symbols found)Using host libthread_db library "/lib/libthread_db.so.1"."
View 4 Replies
View Related