I have installed Vuze, which is a full featured bittorrent client. When I started Vuze for the first time, I received the warning:
The file /usr/share/java/Vuze/ is not writable; therefore no software upgrades will be saved.
Obviously, this folder is in the root file system; and unless the app changes the owner of the folder to itself or is called with root permissions, it will of course not be able to write to this folder. I could chown the folder to myself making it writable; but I suspect there may be a better solution than changing ownership of a portion of the root file system, which seems to me like a very bad practice.
Where did you install your Vuze from… a repo, or downloaded another location? And, did you install it from an rpn, or a tar file or build from source?
I haven’t used Vuze for a long while (I use other torrent apps now because I found the Java implemention unnecessarily heavy but am impressed by the many features Vuze has that aren’t found in other torrent apps), I seem to vaguely remember that issue but was able to solve in some way… Am guessing but I think I decided not to install using the default location(I never do, I always want to walk the install process even if I agree with every recommendation)
I did it from here with a one click install. I’m not sure I can walk the install when using one click. Should I download the rpm instead? BTW, how do I uninstall sw added this way?
As far as I can tell there is only one user repo housing Vuze (home:/enzokiel), if you already subscribed to that repo Vuze will be updated automatically by a PackageKit front-end depending on what desktop you use.
post your repo list
sudo zypper ar -f http://download.opensuse.org/repositories/home:/enzokiel/openSUSE_42.1_Update/home:enzokiel.repo
or seeing how Vuze is a Java app get the tarball and unpack it somewhere in your home and let it update itself, you will need to create/add a *.desktop file in ~/.share/applications/ to get a desktop menu but you won’t have to worry about write permissions.
I did it from here: https://software.opensuse.org/package/Vuze with a one click install. I’m not sure I can walk the install when using one click. Should I download the rpm instead? BTW, how do I uninstall sw added this way?