Author Topic: Update frustrations...  (Read 1333 times)

Offline Bald Brick

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6471
  • I'm going South
Re: Update frustrations...
« Reply #15 on: December 14, 2010, 10:36:10 PM »
Strange - I update every few days (or whenever updates are available) and none of my settings are changed in that way.


Same here. I never had an update reset my personal options.

Are you logging in as root?

Dulwithe's example is a good one albeit trivial: the monochrome systray icons.

If you edited them (or removed them to get the old colourful ones back) the last updates would have restored them, and you'd have to edit or remove them again.

None of your configuration files would have been changed, but your edited files would have been overwritten and your removed files restored. I don't find this particularly irritating as it's so easy to fix, but Dulwithe does have a point: bad, bad KDE people!  ;)

« Last Edit: December 14, 2010, 10:40:24 PM by Bald Brick »
Feed the trolls!
They need it!

AMD Athlon 7450 Dual-Core Processor, 7.80 GiB RAM, Nvidia GeForce GT 120/PCIe/SSE2, OpenGL/ES-version: 3.3 0 NVIDIA 295.40, SBx00 Azalia (Intel HDA) soundcard, ‎Logitech B500 webcam, SAA7146 DVB card, HDDs: Seagate 250824AS, Western Digital WD10EAVS-00D

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9773
  • I'm Just A Dog.
Re: Update frustrations...
« Reply #16 on: December 14, 2010, 10:46:21 PM »
Strange - I update every few days (or whenever updates are available) and none of my settings are changed in that way.


Same here. I never had an update reset my personal options.

Are you logging in as root?

Dulwithe's example is a good one albeit trivial: the monochrome systray icons.

If you edited them (or removed them to get the old colourful ones back) the last updates would have restored them, and you'd have to edit or remove them again.

None of your configuration files would have been changed, but your edited files would have been overwritten and your removed files restored. I don't find this particularly irritating as it's so easy to fix, but Dulwithe does have a point: bad, bad KDE people!  ;)



Now I am trying to mess up my perfect desktop, just so I can re-create a problem. (( back in the day, it was the other way around ))  LOL


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12657
Re: Update frustrations...
« Reply #17 on: December 14, 2010, 10:51:37 PM »
Strange - I update every few days (or whenever updates are available) and none of my settings are changed in that way.


Same here. I never had an update reset my personal options.

Are you logging in as root?

Dulwithe's example is a good one albeit trivial: the monochrome systray icons.

If you edited them (or removed them to get the old colourful ones back) the last updates would have restored them, and you'd have to edit or remove them again.

None of your configuration files would have been changed, but your edited files would have been overwritten and your removed files restored. I don't find this particularly irritating as it's so easy to fix, but Dulwithe does have a point: bad, bad KDE people!  ;)



Any changes manually made to /usr/share/icons folder will get overwritten by an update to an existing package because you are manually editing system wide icons and a new package simply replaces what is there. It doesn't know that you have edited system wide icons.  

Thanks to everyone who donates. You keep the servers running.
Follow me on Twitter for the latest development info.

Offline Bald Brick

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6471
  • I'm going South
Re: Update frustrations...
« Reply #18 on: December 14, 2010, 11:28:44 PM »
Any changes manually made to /usr/share/icons folder will get overwritten by an update to an existing package because you are manually editing system wide icons and a new package simply replaces what is there. It doesn't know that you have edited system wide icons.  

Anybody could understand that. But the icons Dulwithe was complaining about aren't in /usr/share/icons. They are in /usr/share/apps/desktoptheme/default/icons. And they aren't part of any icon set, system wide or local.

Naturally a new package will replace what is in that directory too. And precisely that means that some of Dulwithe's personal settings won't survive some updates.

Now, as I wrote, fixing this is trivial. Nevertheless some KDE developer has made it more difficult by placing the icons in such an outlandish place -- far from the madding crowd of any other icons.
« Last Edit: December 14, 2010, 11:36:19 PM by Bald Brick »
Feed the trolls!
They need it!

AMD Athlon 7450 Dual-Core Processor, 7.80 GiB RAM, Nvidia GeForce GT 120/PCIe/SSE2, OpenGL/ES-version: 3.3 0 NVIDIA 295.40, SBx00 Azalia (Intel HDA) soundcard, ‎Logitech B500 webcam, SAA7146 DVB card, HDDs: Seagate 250824AS, Western Digital WD10EAVS-00D

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12657
Re: Update frustrations...
« Reply #19 on: December 14, 2010, 11:40:02 PM »
Any changes manually made to /usr/share/icons folder will get overwritten by an update to an existing package because you are manually editing system wide icons and a new package simply replaces what is there. It doesn't know that you have edited system wide icons.  

Anybody could understand that. But the icons Dulwithe was complaining about aren't in /usr/share/icons. They are in /usr/share/apps/desktoptheme/default/icons. And they aren't part of any icon set, system wide or local.

Naturally a new package will replace what is in that directory too. And precisely that means that some of Dulwithe's personal settings won't survive some updates.

Now, as I wrote, fixing this is trivial. Nevertheless some KDE developer has made it more difficult by placing the icons in such an outlandish place -- far from the madding crowd of any other icons.


Personal icons are stored in ones /home folder.  ie /home/texstar/.kde4/share/icons


Thanks to everyone who donates. You keep the servers running.
Follow me on Twitter for the latest development info.

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9773
  • I'm Just A Dog.
Re: Update frustrations...
« Reply #20 on: December 14, 2010, 11:44:19 PM »
Any changes manually made to /usr/share/icons folder will get overwritten by an update to an existing package because you are manually editing system wide icons and a new package simply replaces what is there. It doesn't know that you have edited system wide icons.  

Anybody could understand that. But the icons Dulwithe was complaining about aren't in /usr/share/icons. They are in /usr/share/apps/desktoptheme/default/icons. And they aren't part of any icon set, system wide or local.

Naturally a new package will replace what is in that directory too. And precisely that means that some of Dulwithe's personal settings won't survive some updates.

Now, as I wrote, fixing this is trivial. Nevertheless some KDE developer has made it more difficult by placing the icons in such an outlandish place -- far from the madding crowd of any other icons.


Personal icons are stored in ones /home folder.  ie /home/texstar/.kde4/share/icons



Indeed, Icons that are a part of the DE, (while they CAN be modified) can not be expected to survive an upgrade of said DE.


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Offline Bald Brick

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6471
  • I'm going South
Re: Update frustrations...
« Reply #21 on: December 15, 2010, 12:21:18 AM »
Any changes manually made to /usr/share/icons folder will get overwritten by an update to an existing package because you are manually editing system wide icons and a new package simply replaces what is there. It doesn't know that you have edited system wide icons.  

Anybody could understand that. But the icons Dulwithe was complaining about aren't in /usr/share/icons. They are in /usr/share/apps/desktoptheme/default/icons. And they aren't part of any icon set, system wide or local.

Naturally a new package will replace what is in that directory too. And precisely that means that some of Dulwithe's personal settings won't survive some updates.

Now, as I wrote, fixing this is trivial. Nevertheless some KDE developer has made it more difficult by placing the icons in such an outlandish place -- far from the madding crowd of any other icons.


Personal icons are stored in ones /home folder.  ie /home/texstar/.kde4/share/icons



Indeed, Icons that are a part of the DE, (while they CAN be modified) can not be expected to survive an upgrade of said DE.

Actually they can, but in this case storing them in something like /home/texstar/.kde4/share/icons won't help if you really want to override the global settings. To do that and to survive an update they should be in /home/texstar/.kde4/share/apps/desktoptheme/default/icons. (If your user name is also "texstar".)
« Last Edit: December 15, 2010, 12:24:15 AM by Bald Brick »
Feed the trolls!
They need it!

AMD Athlon 7450 Dual-Core Processor, 7.80 GiB RAM, Nvidia GeForce GT 120/PCIe/SSE2, OpenGL/ES-version: 3.3 0 NVIDIA 295.40, SBx00 Azalia (Intel HDA) soundcard, ‎Logitech B500 webcam, SAA7146 DVB card, HDDs: Seagate 250824AS, Western Digital WD10EAVS-00D

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15515
  • ┌∩┐(◕_◕)┌∩┐
Re: Update frustrations...
« Reply #22 on: December 15, 2010, 06:05:52 AM »
Quote
bad, bad KDE people!   ;)


Go get your potions and cast a spell on them Bald Brick   ;D  ;)


PCLinuxOS 32bit KDE 4.10.4; kernel-3.4.11-pclos1.bfs & 64bit 3.4.38bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

Offline Dulwithe

  • Hero Member
  • *****
  • Posts: 572
Re: Update frustrations...
« Reply #23 on: December 15, 2010, 06:43:01 PM »
Dulwithe,

I certainly couldn't see any evidence of anger or hatred in your first post. You appeared to be a bit irritated because some updates had replaced your settings with the default ones. And obviously that is something an update should not do. On the other hand the changes seemed rather trivial and easy to fix. That's why KDE is still my main DE.

But have you tried the other desktops? (When E17 is just a bit more stable I'll probably switch to Enlightenment.)


Hi Bald Brick,

Thanks for the post.  Re: trivial, yes, agreed  - trivial in the sense that the issues I have had haven't broken my system.  However, things like the tray icon issue are non-trivial in the sense that I spent nearly 30 min in the first place trying to figure it out (google it, yahoo for more multi-color icons, install, test, didn't work, install again, test, repeat until fixed to my liking) and to repeat the process may take another 10-20 min of my time.  Again, this isn't so much a PCLOS issue as it is a kde4 issue.

As much as I like (in fact LOVE) the kde4 desktop experience, I wish that the dev team would put a priority of focus on getting the basic functionality working 100% rather than new stuff and bells and whistles.  For example, kmail will NOT print a mail that is written but not sent.  (Often times at work we like to print emails before sending to get input from other staff members.)  Tiff file attachments will not open automatically with kmail (have to type in "okular" EVERY time, even though correct mime types are specified and the same file when saved on HDD will open with one-click.)  And the mail list will not remember settings "time, sender, subject" and ALWAYS resets the order to 'subject, sender, time" upon start-up.

I have indeed tried enlightenment, and gnome, and xfce, and some of the other more minor DE's available, but I always come back to kde.  It has the best blend of functionality and customizability for me.  And I just cannot come to terms with the gtk file dialogue interface.

Anyhow, I tried to contact the kmail team in the past (and so has my uncle, for that matter) and I have never been given a reply.  This is unlike a lot of times I have contacted devs from certain projects and have been given thanks for the feedback and the courtesy of a response.  My efforts in contacting different project members has always been pro-active and positive, focusing on feedback to enable them to improve the product.  If I was a software coder, I'd certainly do more, but alas, I am only a power-user, former musician, and guitar repairman/builder.

TTFN
Dulwithe - The Dark Shadow


Keep the rubber side down!  Drive safe!

DOTW - Respect the road, and it will respect you.

Offline Dulwithe

  • Hero Member
  • *****
  • Posts: 572
Re: Update frustrations...
« Reply #24 on: December 16, 2010, 12:40:38 PM »
And we can add to the list the fact that my user font sizes have all been reset to 11 (used to be all 9) after the most recent update.  If I remember correctly, the font style has also been reset as well (but I can't 100% confirm this because I don't 100% remember my most recent font choice/setting).

At any rate, what's up with this kde4 thing where there are so many issues like this??
Dulwithe - The Dark Shadow


Keep the rubber side down!  Drive safe!

DOTW - Respect the road, and it will respect you.