Christopher Michael
194f1c77b5
e_system_main: Fix resource leak
...
Coverity reports a leak here because we are not closing the previously
opened file. Fix that.
fixes CID1427985
3 years ago
maxerba
2305f7a273
Updating french and italian translations
3 years ago
Carsten Haitzler
9d3b32f68b
shot - reset crop every time not only if params are passed
3 years ago
Carsten Haitzler
8157253032
e - rememebr - fix resolution change re-shuffle for remembers
...
this kind of broke along the way. re-fix it to work again.
@fix
3 years ago
Carsten Haitzler
3d413eea68
fix menus to jump content onto screen better without side-effects
...
fixes T8680
@fix
3 years ago
Carsten Haitzler
ffa60c9345
e bg - make anim gifs work again
3 years ago
Carsten Haitzler
5852c17c2e
e bg - fix blurred non-edj wallpapers
3 years ago
Carsten Haitzler
785219f3c6
efm nav menu - fix to not count filtered out and dotfiles in count
3 years ago
Carsten Haitzler
7227173169
e comp x - debug and correct mask handling for configure requests
3 years ago
Carsten Haitzler
91c003100e
e system - allow the per system permit/deny rules to work
3 years ago
Carsten Haitzler
3d490704ca
e system - check chdir return
...
chdir to / will never fail... it's the root dir.. but let's make
coverity happy.
fix CID 1425454
3 years ago
Carsten Haitzler
273ec41687
e actions - handle params not being provided by user bindings
...
fix CID 1425456
3 years ago
Carsten Haitzler
089051af9e
e system main - check getgrid return like elsewhere to maake cov happy
...
fix CID 1425457
3 years ago
Carsten Haitzler
8bf18495f4
bz5 mod - fix coverity warning about scanf
...
while this will never be a problem as its internal messages that are
well formatted... this does make coverity happy
fix CID 1425458
3 years ago
Carsten Haitzler
21ec506dfd
randr - provide dialog telling the user they have no screens
...
this shouldn't be a state to find yourself in... so let the user know
they are in that broken state with a dialog.
3 years ago
Carsten Haitzler
2b452e5db1
e - avoid segv's when zero screens are configured
...
at least backlight won't be applied now...
3 years ago
Carsten Haitzler
d8130a741c
e sys storage - disable it effectively by failing all devices
...
all devices will fail the check for now as i have no filter to only
check for block + removable devices etc.
fixes T8672
3 years ago
Carsten Haitzler
800ff4e24f
e sys store - unmount verify its root and right username
...
also check for relative paths, shell metachars etc.
fixes T8671
3 years ago
Carsten Haitzler
dfed5c2718
e sys storage - also address media dirs to have to be user named
...
only allow media dirs to be /media/username/xxx ...
fixes T8672
3 years ago
Carsten Haitzler
0c79c6317b
e sys store - make it all root owned for meda mount dirs
...
fixes T8670
3 years ago
Carsten Haitzler
027095b68e
e system - use ERR - its not the eina log - it's already a custom one
...
i already made ERR do fprintf to stderr... so use it :)
3 years ago
Carsten Haitzler
fc6c423a9f
e system main - fix system.conf parsing to parse all of it
...
forgot my for loop.. :)
fixes T8675
3 years ago
Carsten Haitzler
2e75a9410e
e sys man - double check root homedir to be paranoid
3 years ago
Carsten Haitzler
ac37da4167
e sys inout - abort on messages more than 1m in size
...
i never see a need for messages more than 1m in size so lets just
abort on them to limit abuse
fixes T8677
3 years ago
Carsten Haitzler
5fb2fccd70
e sys main - double check return from getpwent homedir
3 years ago
Carsten Haitzler
d42605f5c0
e sys main - change cwd to avoid loading .so's in ./
...
fixes T8676
3 years ago
Carsten Haitzler
fc26d91ac0
e sys l2ping - handle null params
...
fixes T8674
3 years ago
Carsten Haitzler
6926d1d338
e sys l2ping - limit devv string scanf size to buffer size
...
fixes T8673
3 years ago
Carsten Haitzler
a10f2b6743
update potfiles
3 years ago
Carsten Haitzler
c714fb8b61
e lang wiz - add sys default as first item properly...
3 years ago
Alastair Poole
d0b2f3db0c
e_system: When setuid, set home also.
...
This ensures we have a matching $HOME when using setuid, without
which can potentially cause issues in eina_vpath on some
systems (FreeBSD as example).
3 years ago
Carsten Haitzler
946c9dd340
wizard - modifier choice - broken and not that useful
...
not all mouswe bindings use alt ... thus this kind of doesnt make
sense.... it also makes it harder to tell people what to do like
alt+left mouse drag anywhere to move a window.
3 years ago
Carsten Haitzler
4b47dab0a2
systray
...
fix serialised image data to be premultiplied alpha...
and add printf debug so peolpe can reports what they see in future.
3 years ago
Carsten Haitzler
bd97c74492
e alert - in case of crash use e system in new alert mode
...
this forces all ddc/backlight devices to max when discovered so you
can always see the alert.
3 years ago
Carsten Haitzler
5d6424e3bc
backlight - if bl devices not there yet for a zone then fix them later
...
if bl devices added later - sync them up to the desired backlight leave
when that happens and ensure we store the desired level...l
3 years ago
Carsten Haitzler
3cc7a9d1f8
systray - make other apsp like teams and discord display/work
3 years ago
Christopher Michael
77f8008334
e_pixmap: Missed one on that variable change
3 years ago
Christopher Michael
e365138a2b
e_pixmap: No need for this variable here
...
We only ever used this var Once in this func...
3 years ago
Christopher Michael
7c678e5762
e_pixmap: Final formatting
...
This code is now readable in a terminal...yay !! :)
3 years ago
Christopher Michael
acf622b31b
e_comp_wl: Remove EINA_UNUSED from used parameter
...
'client' is potentially used here if we have an error
3 years ago
Christopher Michael
3af807dafa
wl-wl: Remove commented out code and fix formatting
3 years ago
Christopher Michael
b7ecc19c61
e_comp_object: Minor formatting fix
3 years ago
Carsten Haitzler
a35f4e2750
update potfiles infra for e
...
remove potfiles.skip - dont need anymore
add and use shell script to update porfiles.in from src
update potfiles.in using this script
3 years ago
Carsten Haitzler
fee794af29
comp - handle possible case where we're grabbed - ungrab first
3 years ago
Carsten Haitzler
1d7adf0626
comp - blackwin - only use compositor size and not 32k x 32k
3 years ago
Carsten Haitzler
e66af58795
e - restarts - if theme supports make it totally seamless
...
if theme doesn't support, fade-in will not happen (it'll just appear),
but if it does... e will fade to black for a restart, then fade back
in nice and cleanly.
3 years ago
Carsten Haitzler
24524001c4
e - restart - fix restoring of visible virtual desktop
...
e now (in x mode) will restore virtual desktop. not in wl at this
stage as i think i need to work on a proper serialised sate file...
3 years ago
Carsten Haitzler
4ff2b3e4c7
e main - remove unused env vbar stuff since we dont exec ourselves
3 years ago
Carsten Haitzler
97d98c9beb
desklock - remove commented out getenv for locked state
3 years ago
Carsten Haitzler
466d95e2f6
whitespace--
3 years ago