Papirus Folders Colors
Re: Papirus Folders Colors
OK thanks.
All have rw as the second and third entries.
All have rw as the second and third entries.
Forum Rules
Guide - How to Ask for Help
richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB
Guide - How to Ask for Help
richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB
- dolphin_oracle
- Developer
- Posts: 22735
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Papirus Folders Colors
and the owners are correct?
those are fairly permissive permissions, it sounds like.
any duplicate files?
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: Papirus Folders Colors
owners are correct.
gtk3.0 and gtk 4.0 have some identical files
gtk3.0 and gtk 4.0 have some identical files
Forum Rules
Guide - How to Ask for Help
richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB
Guide - How to Ask for Help
richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB
Re: Papirus Folders Colors
My observations.
The folder icons have a "paper" between the main folder foreground section and the curved background top section. MX papirus-folder-colors can't edit this. It's missing for some reason.
GUI is buggy for me. windows don't resize properly, On the Papirus Folder Recolor and Manage Folder Themes windows there is a resize line the box at the top that doesn't work and the mouse cursor changes to a double vertical arrow resize cursor and stays that way until I close the window. But on the Papirus Folder Themes window the box has scroll bars instead.
When you make a theme it creates a new theme folder with a buch of folders for the different size icons. A few times when I made a theme it didn't make any icons or folders, just the config files.
I always use the latest Papirus icons and papirus-folders from their github. I tried going back to the MX installation defaults but that didn't change anything that I could tell.
papirus-folders added some colors in the past year or so that don't appear in MX papirus-folder-colors predefined themes.
The folder icons have a "paper" between the main folder foreground section and the curved background top section. MX papirus-folder-colors can't edit this. It's missing for some reason.
GUI is buggy for me. windows don't resize properly, On the Papirus Folder Recolor and Manage Folder Themes windows there is a resize line the box at the top that doesn't work and the mouse cursor changes to a double vertical arrow resize cursor and stays that way until I close the window. But on the Papirus Folder Themes window the box has scroll bars instead.
When you make a theme it creates a new theme folder with a buch of folders for the different size icons. A few times when I made a theme it didn't make any icons or folders, just the config files.
I always use the latest Papirus icons and papirus-folders from their github. I tried going back to the MX installation defaults but that didn't change anything that I could tell.
papirus-folders added some colors in the past year or so that don't appear in MX papirus-folder-colors predefined themes.
Re: Papirus Folders Colors
I just discovered that installing the latest github version of papirus-folders appears to cause this.BV206 wrote: Wed Jan 24, 2024 12:52 pm A few times when I made a theme it didn't make any icons or folders, just the config files.
Re: Papirus Folders Colors
Does it work properly if you set the color back to the default blue with papirus-folders and then make a new theme with the app?
Re: Papirus Folders Colors
I don't know. I reset the folders to default withMelber wrote: Wed Jan 24, 2024 1:52 pm Does it work properly if you set the color back to the default blue with papirus-folders and then make a new theme with the app?
Code: Select all
papirus-folders -u -D -t Papirus
Re: Papirus Folders Colors
I discovered something bad about the new app.
I don't think it is possible to back up your modified themes or move them to another computer.
It creates them in either ~/.local/share/icons or /usr/share/icons.
I made a tar.gz archive of the theme folders in each location. (as sudo for the /usr folder)
Then I used the app to delete the themes.
Then I extracted the archives back to their original locations (as sudo for the /usr folder) and Archive Manager fails with a "Directory not empty" error.
I think it's because of the symlinks made when the app creates the folders and files.
Maybe I'm doing something wrong.
I don't think it is possible to back up your modified themes or move them to another computer.
It creates them in either ~/.local/share/icons or /usr/share/icons.
I made a tar.gz archive of the theme folders in each location. (as sudo for the /usr folder)
Then I used the app to delete the themes.
Then I extracted the archives back to their original locations (as sudo for the /usr folder) and Archive Manager fails with a "Directory not empty" error.
I think it's because of the symlinks made when the app creates the folders and files.
Maybe I'm doing something wrong.
Re: Papirus Folders Colors
The paper is not missing, it wasn't included on purpose.BV206 wrote: Wed Jan 24, 2024 12:52 pm The folder icons have a "paper" between the main folder foreground section and the curved background top section. MX papirus-folder-colors can't edit this. It's missing for some reason.
Yad is a bit weird with paned windows sometimes.GUI is buggy for me. windows don't resize properly, On the Papirus Folder Recolor and Manage Folder Themes windows there is a resize line the box at the top that doesn't work and the mouse cursor changes to a double vertical arrow resize cursor and stays that way until I close the window. But on the Papirus Folder Themes window the box has scroll bars instead.
The papirus-folder script from papirus-development-team directly edits the symlinks in the main papirus icon theme itself.When you make a theme it creates a new theme folder with a buch of folders for the different size icons. A few times when I made a theme it didn't make any icons or folders, just the config files.
I always use the latest Papirus icons and papirus-folders from their github. I tried going back to the MX installation defaults but that didn't change anything that I could tell.
papirus-folders added some colors in the past year or so that don't appear in MX papirus-folder-colors predefined themes.
This results in papirus-folder-colors not finding the icons it needs to copy and only generating the config files.
Papirus-folder-colors works correctly if you restore the papirus defaults with the -D option in papirus-folders script first.
adwaita, yaru etc. were excluded on purpose because they weren't playing nice.papirus-folders added some colors in the past year or so that don't appear in MX papirus-folder-colors predefined themes.
I can't reproduce this. Make archive > delete with app > restore archive works for me.I made a tar.gz archive of the theme folders in each location. (as sudo for the /usr folder)
Then I used the app to delete the themes.
Then I extracted the archives back to their original locations (as sudo for the /usr folder) and Archive Manager fails with a "Directory not empty" error.
It would be helpful in future if you could post bugs in the testing thread here viewtopic.php?p=757747#p757747
Re: Papirus Folders Colors
I'm no expert but could there be a qt/ gtk conflict? I always encounter them but am always using gtk as the dominant choice. I assume because @richb is use KDE it may be the other way round. I don't know how happy qt/kde might be with that.
Okay, back under my rock.
Okay, back under my rock.
Pax vobiscum,
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken